Skip to content

Commit

Permalink
Adding xms ids for Api Management (Azure#17754)
Browse files Browse the repository at this point in the history
* Adding xms-ids for ApiManagement

* corrections after rebase
  • Loading branch information
agalerrotaru authored Feb 24, 2022
1 parent 6ec4e4f commit 58e5b76
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,15 +707,15 @@
}
],
"responses": {
"202": {
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
},
"200": {
"description": "Network configuration updates were successfully applied on the Api Management service.",
"schema": {
"$ref": "#/definitions/ApiManagementServiceResource"
}
},
"202": {
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"items": {
"$ref": "#/definitions/ErrorFieldContract"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The list of invalid fields send in request, in case of validation error."
}
},
Expand Down Expand Up @@ -107,6 +111,9 @@
"items": {
"$ref": "#/definitions/RegionContract"
},
"x-ms-identifiers": [
"name"
],
"description": "Lists of Regions."
},
"count": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -719,15 +719,15 @@
}
],
"responses": {
"202": {
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
},
"200": {
"description": "Network configuration updates were successfully applied on the Api Management service.",
"schema": {
"$ref": "#/definitions/ApiManagementServiceResource"
}
},
"202": {
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand All @@ -750,6 +750,10 @@
"items": {
"$ref": "#/definitions/ResourceSkuResult"
},
"x-ms-identifiers": [
"resourceType",
"sku/name"
],
"description": "The list of skus available for the service."
},
"nextLink": {
Expand Down Expand Up @@ -1290,6 +1294,10 @@
"items": {
"$ref": "#/definitions/HostnameConfiguration"
},
"x-ms-identifiers": [
"hostName",
"type"
],
"description": "Custom hostname configuration of the API Management service."
},
"publicIPAddresses": {
Expand Down Expand Up @@ -1333,6 +1341,10 @@
"items": {
"$ref": "#/definitions/AdditionalLocation"
},
"x-ms-identifiers": [
"location",
"sku"
],
"description": "Additional datacenter locations of the API Management service."
},
"customProperties": {
Expand All @@ -1347,6 +1359,9 @@
"items": {
"$ref": "#/definitions/CertificateConfiguration"
},
"x-ms-identifiers": [
"certificate/thumbprint"
],
"description": "List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10."
},
"enableClientCertificate": {
Expand Down Expand Up @@ -1813,6 +1828,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of operations supported by the resource provider."
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@
"items": {
"$ref": "#/definitions/ConnectivityStatusContract"
},
"x-ms-identifiers": [
"name",
"resourceType"
],
"description": "Gets the list of Connectivity Status to the Resources on which the service depends upon."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "Link to next page of resources.",
Expand All @@ -112,7 +113,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDependency"
}
},
"x-ms-identifiers": [
"domainName"
]
}
}
},
Expand All @@ -129,7 +133,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDetail"
}
},
"x-ms-identifiers": [
"region",
"port"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
"items": {
"$ref": "#/definitions/ApiManagementSkuCapabilities"
},
"x-ms-identifiers": [
"name"
],
"description": "A list of capabilities that are available for the SKU in the specified list of zones."
}
},
Expand Down Expand Up @@ -264,6 +267,9 @@
"items": {
"$ref": "#/definitions/ApiManagementSkuLocationInfo"
},
"x-ms-identifiers": [
"location"
],
"description": "A list of locations and availability zones in those locations where the SKU is available."
},
"apiVersions": {
Expand All @@ -280,6 +286,9 @@
"items": {
"$ref": "#/definitions/ApiManagementSkuCosts"
},
"x-ms-identifiers": [
"meterID"
],
"description": "Metadata for retrieving price info."
},
"capabilities": {
Expand All @@ -288,6 +297,9 @@
"items": {
"$ref": "#/definitions/ApiManagementSkuCapabilities"
},
"x-ms-identifiers": [
"name"
],
"description": "A name value pair to describe the capability."
},
"restrictions": {
Expand All @@ -296,6 +308,7 @@
"items": {
"$ref": "#/definitions/ApiManagementSkuRestrictions"
},
"x-ms-identifiers": [],
"description": "The restrictions because of which SKU cannot be used. This is empty if there are no restrictions."
}
},
Expand All @@ -322,6 +335,9 @@
"items": {
"$ref": "#/definitions/ApiManagementSkuZoneDetails"
},
"x-ms-identifiers": [
"name"
],
"description": "Details of capabilities available to a SKU in specific zones."
}
}
Expand Down Expand Up @@ -353,6 +369,10 @@
"items": {
"$ref": "#/definitions/ApiManagementSku"
},
"x-ms-identifiers": [
"name",
"resourceType"
],
"description": "The list of skus available for the subscription."
},
"nextLink": {
Expand Down
Loading

0 comments on commit 58e5b76

Please sign in to comment.