Skip to content

Commit 945d771

Browse files
authored
Add x-ms-identifiers for AddOns (#17567)
* adding xmsidentifiers for addons * prettifying * remove added properties
1 parent 470e93f commit 945d771

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

specification/addons/resource-manager/Microsoft.Addons/preview/2018-03-01/addons-swagger.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@
298298
"description": "The status of all Canonical support plans for a subscription.",
299299
"items": {
300300
"$ref": "#/definitions/CanonicalSupportPlanInfoDefinition"
301-
}
301+
},
302+
"x-ms-identifiers": []
302303
},
303304
"CanonicalSupportPlanInfoDefinition": {
304305
"type": "object",
@@ -350,7 +351,10 @@
350351
"description": "List of supported operations.",
351352
"items": {
352353
"$ref": "#/definitions/OperationsDefinition"
353-
}
354+
},
355+
"x-ms-identifiers": [
356+
"name"
357+
]
354358
},
355359
"OperationsDefinition": {
356360
"type": "object",

0 commit comments

Comments
 (0)