Skip to content

Commit 318bfb1

Browse files
authored
Sasolank/more review comments (#21025)
* XML * proxy to gateway
1 parent 21ca20d commit 318bfb1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview/apimbackends.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"BackendReconnect"
380380
],
381381
"operationId": "Backend_Reconnect",
382-
"description": "Notifies the APIM proxy to create a new connection to the backend after the specified timeout. If no timeout was specified, timeout of 2 minutes is used.",
382+
"description": "Notifies the API Management gateway to create a new connection to the backend after the specified timeout. If no timeout was specified, timeout of 2 minutes is used.",
383383
"x-ms-examples": {
384384
"ApiManagementBackendReconnect": {
385385
"$ref": "./examples/ApiManagementBackendReconnect.json"

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview/apimdeployment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
},
10271027
"defaultSslBinding": {
10281028
"type": "boolean",
1029-
"description": "Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to Proxy Hostname Type.",
1029+
"description": "Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.",
10301030
"default": false
10311031
},
10321032
"negotiateClientCertificate": {

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview/apimdiagnostics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "ApiManagementClient",
5-
"description": "Use these REST APIs for performing operations on Diagnostic entity associated with your Azure API Management deployment. Diagnostics are used to log requests/responses in the APIM proxy.",
5+
"description": "Use these REST APIs for performing operations on Diagnostic entity associated with your Azure API Management deployment. Diagnostics are used to log requests/responses in the API Management proxy.",
66
"version": "2022-04-01-preview"
77
},
88
"host": "management.azure.com",

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview/definitions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@
18351835
},
18361836
"proxy": {
18371837
"$ref": "#/definitions/BackendProxyContract",
1838-
"description": "Backend Proxy Contract Properties"
1838+
"description": "Backend gateway Contract Properties"
18391839
},
18401840
"tls": {
18411841
"$ref": "#/definitions/BackendTlsProperties",
@@ -4282,7 +4282,7 @@
42824282
},
42834283
{
42844284
"value": "rawxml-link",
4285-
"description": "The policy document is not Xml encoded and is hosted on a http endpoint accessible from the API Management service."
4285+
"description": "The policy document is not XML encoded and is hosted on a http endpoint accessible from the API Management service."
42864286
}
42874287
]
42884288
},
@@ -4332,7 +4332,7 @@
43324332
"items": {
43334333
"$ref": "#/definitions/PolicyDescriptionContract"
43344334
},
4335-
"description": "Descriptions of APIM policies."
4335+
"description": "Descriptions of API Management policies."
43364336
},
43374337
"count": {
43384338
"type": "integer",
@@ -4341,7 +4341,7 @@
43414341
"description": "Total record count number."
43424342
}
43434343
},
4344-
"description": "Descriptions of APIM policies."
4344+
"description": "Descriptions of API Management policies."
43454345
},
43464346
"PolicyFragmentCollection": {
43474347
"type": "object",
@@ -4672,7 +4672,7 @@
46724672
"items": {
46734673
"$ref": "#/definitions/PortalSettingsContract"
46744674
},
4675-
"description": "Descriptions of APIM policies."
4675+
"description": "Descriptions of API Management policies."
46764676
},
46774677
"count": {
46784678
"type": "integer",
@@ -4681,7 +4681,7 @@
46814681
"description": "Total record count number."
46824682
}
46834683
},
4684-
"description": "Descriptions of APIM policies."
4684+
"description": "Descriptions of API Management policies."
46854685
},
46864686
"PortalSettingsContract": {
46874687
"properties": {
@@ -5399,7 +5399,7 @@
53995399
"callCountFailed": {
54005400
"type": "integer",
54015401
"format": "int32",
5402-
"description": "Number of calls failed due to proxy or backend errors. This includes calls returning HttpStatusCode.BadRequest(400) and any Code between HttpStatusCode.InternalServerError (500) and 600"
5402+
"description": "Number of calls failed due to gateway or backend errors. This includes calls returning HttpStatusCode.BadRequest(400) and any Code between HttpStatusCode.InternalServerError (500) and 600"
54035403
},
54045404
"callCountOther": {
54055405
"type": "integer",
@@ -5858,7 +5858,7 @@
58585858
"values": [
58595859
{
58605860
"value": "xml",
5861-
"description": "Xml schema type.",
5861+
"description": "XML schema type.",
58625862
"name": "Xml"
58635863
},
58645864
{

0 commit comments

Comments
 (0)