Skip to content

Commit 1b30184

Browse files
authored
update x-ms-identifiers (#19929)
1 parent f840c84 commit 1b30184

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/common/v1/definitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
"items": {
159159
"$ref": "#/definitions/Operation"
160160
},
161+
"x-ms-identifiers": [
162+
"name"
163+
],
161164
"description": "List of Automation operations supported by the Automation resource provider."
162165
}
163166
},

specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2022-01-25/guestconfiguration.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,13 +1228,19 @@
12281228
"items": {
12291229
"$ref": "#/definitions/ConfigurationParameter"
12301230
},
1231+
"x-ms-identifiers": [
1232+
"name"
1233+
],
12311234
"description": "The configuration parameters for the guest configuration."
12321235
},
12331236
"configurationProtectedParameter": {
12341237
"type": "array",
12351238
"items": {
12361239
"$ref": "#/definitions/ConfigurationParameter"
12371240
},
1241+
"x-ms-identifiers": [
1242+
"name"
1243+
],
12381244
"description": "The protected configuration parameters for the guest configuration."
12391245
},
12401246
"configurationSetting": {
@@ -1377,6 +1383,7 @@
13771383
"items": {
13781384
"$ref": "#/definitions/AssignmentReportResource"
13791385
},
1386+
"x-ms-identifiers": [],
13801387
"description": "The list of resources for which guest configuration assignment compliance is checked."
13811388
}
13821389
}
@@ -1467,6 +1474,9 @@
14671474
"items": {
14681475
"$ref": "#/definitions/VMSSVMInfo"
14691476
},
1477+
"x-ms-identifiers": [
1478+
"vmId"
1479+
],
14701480
"description": "The list of VM Compliance data for VMSS"
14711481
}
14721482
},
@@ -1652,6 +1662,7 @@
16521662
"items": {
16531663
"$ref": "#/definitions/AssignmentReportResource"
16541664
},
1665+
"x-ms-identifiers": [],
16551666
"description": "The list of resources for which guest configuration assignment compliance is checked."
16561667
}
16571668
},
@@ -1683,6 +1694,10 @@
16831694
"items": {
16841695
"$ref": "#/definitions/AssignmentReportResourceComplianceReason"
16851696
},
1697+
"x-ms-identifiers": [
1698+
"phrase",
1699+
"code"
1700+
],
16861701
"description": "Compliance reason and reason code for a resource."
16871702
},
16881703
"properties": {

0 commit comments

Comments
 (0)