Skip to content

Commit 4d63c7c

Browse files
authored
Adding xms-identifiers for Agrifood (Azure#17574)
* Adding xms-identifiers for Agrifood * removing changes on non-resource-manager files
1 parent d28ca2c commit 4d63c7c

File tree

2 files changed

+13
-2
lines changed
  • specification
    • agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2020-05-12-preview
    • common-types/resource-management/v2

2 files changed

+13
-2
lines changed

specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,9 @@
10291029
"items": {
10301030
"$ref": "#/definitions/DetailedInformation"
10311031
},
1032+
"x-ms-identifiers": [
1033+
"apiName"
1034+
],
10321035
"readOnly": true
10331036
}
10341037
}

specification/common-types/resource-management/v2/types.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,20 @@
307307
"items": {
308308
"$ref": "#/definitions/ErrorDetail"
309309
},
310-
"description": "The error details."
310+
"description": "The error details.",
311+
"x-ms-identifiers": [
312+
"message",
313+
"target"
314+
]
311315
},
312316
"additionalInfo": {
313317
"readOnly": true,
314318
"type": "array",
315319
"items": {
316320
"$ref": "#/definitions/ErrorAdditionalInfo"
317321
},
318-
"description": "The error additional info."
322+
"description": "The error additional info.",
323+
"x-ms-identifiers": []
319324
}
320325
}
321326
},
@@ -424,6 +429,9 @@
424429
"items": {
425430
"$ref": "#/definitions/Operation"
426431
},
432+
"x-ms-identifiers": [
433+
"name"
434+
],
427435
"description": "List of operations supported by the resource provider",
428436
"readOnly": true
429437
},

0 commit comments

Comments
 (0)