Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding xms-ids for AppPlatform #17632

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ConfigServerSettingsErrorRecord"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -3092,7 +3095,10 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/RequiredTraffic"
}
},
"x-ms-identifiers": [
"port"
]
}
}
},
Expand Down Expand Up @@ -3179,7 +3185,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/GitPatternRepository"
}
},
"x-ms-identifiers": [
"name"
]
},
"uri": {
"description": "URI of the repository",
Expand Down Expand Up @@ -3882,6 +3891,9 @@
"items": {
"$ref": "#/definitions/DeploymentInstance"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
}
}
Expand Down Expand Up @@ -4054,7 +4066,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationDetail"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
Expand Down Expand Up @@ -4142,15 +4157,21 @@
"type": "array",
"items": {
"$ref": "#/definitions/LogSpecification"
}
},
"x-ms-identifiers": [
"name"
]
},
"metricSpecifications": {
"description": "Specifications of the Metrics for Azure Monitoring",
"uniqueItems": false,
"type": "array",
"items": {
"$ref": "#/definitions/MetricSpecification"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -4226,7 +4247,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricDimension"
}
},
"x-ms-identifiers": [
"name"
]
},
"sourceMdmNamespace": {
"description": "Name of the MDM namespace. Optional.",
Expand Down Expand Up @@ -4262,7 +4286,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/ResourceSku"
}
},
"x-ms-identifiers": [
"name",
"resourceType"
]
},
"nextLink": {
"description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
Expand Down Expand Up @@ -4304,15 +4332,19 @@
"type": "array",
"items": {
"$ref": "#/definitions/ResourceSkuLocationInfo"
}
},
"x-ms-identifiers": [
"location"
]
},
"restrictions": {
"description": "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions.",
"uniqueItems": false,
"type": "array",
"items": {
"$ref": "#/definitions/ResourceSkuRestrictions"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -4375,7 +4407,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ResourceSkuZoneDetails"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -4439,7 +4474,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ResourceSkuCapabilities"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -4508,7 +4546,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/CloudErrorBody"
}
},
"x-ms-identifiers": [
"message",
"target"
]
}
},
"x-ms-external": true
Expand All @@ -4523,6 +4565,9 @@
"items": {
"$ref": "#/definitions/SupportedRuntimeVersion"
},
"x-ms-identifiers": [
"version"
],
"readOnly": true
}
},
Expand Down