Skip to content

Commit

Permalink
Add x-ms-identifiers for WebApps (#17536)
Browse files Browse the repository at this point in the history
* Add x-ms-identifiers for WebApps

* Run prettifier

* Resolve PR review comment
  • Loading branch information
yantang-msft authored Feb 21, 2022
1 parent 3a1da75 commit bb9f120
Show file tree
Hide file tree
Showing 9 changed files with 340 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,10 @@
"items": {
"$ref": "#/definitions/HostName"
},
"readOnly": true
"readOnly": true,
"x-ms-identifiers": [
"name"
]
},
"consent": {
"$ref": "#/definitions/DomainPurchaseConsent",
Expand Down Expand Up @@ -1303,7 +1306,10 @@
"items": {
"$ref": "#/definitions/HostName"
},
"readOnly": true
"readOnly": true,
"x-ms-identifiers": [
"name"
]
},
"consent": {
"$ref": "#/definitions/DomainPurchaseConsent",
Expand Down Expand Up @@ -1471,7 +1477,10 @@
"type": "array",
"items": {
"$ref": "../../../Microsoft.Web/stable/2021-03-01/CommonDefinitions.json#/definitions/NameIdentifier"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "Link to next page of resources.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/TldLegalAgreement"
}
},
"x-ms-identifiers": [
"agreementKey"
]
},
"nextLink": {
"description": "Link to next page of resources.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/VirtualIPMapping"
}
},
"x-ms-identifiers": [
"virtualIP"
]
}
},
"x-ms-client-flatten": true
Expand Down Expand Up @@ -2303,7 +2306,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDetail"
}
},
"x-ms-identifiers": [
"ipAddress",
"port"
]
}
}
},
Expand Down Expand Up @@ -2381,7 +2388,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/InboundEnvironmentEndpoint"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "Link to next page of resources.",
Expand All @@ -2403,7 +2411,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDependency"
}
},
"x-ms-identifiers": [
"domainName"
]
}
}
},
Expand All @@ -2419,7 +2430,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
}
},
"x-ms-identifiers": [
"category"
]
},
"nextLink": {
"description": "Link to next page of resources.",
Expand Down Expand Up @@ -2473,7 +2487,8 @@
"items": {
"$ref": "#/definitions/ResourceMetricAvailability"
},
"readOnly": true
"readOnly": true,
"x-ms-identifiers": []
},
"resourceUri": {
"description": "Resource URI.",
Expand Down Expand Up @@ -2544,7 +2559,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/SkuInfo"
}
},
"x-ms-identifiers": [
"/sku/name",
"resourceType"
]
},
"nextLink": {
"description": "Link to next page of resources.",
Expand Down Expand Up @@ -2645,7 +2664,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/StampCapacity"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "Link to next page of resources.",
Expand Down
Loading

0 comments on commit bb9f120

Please sign in to comment.