You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2022-01-25/guestconfiguration.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1228,13 +1228,19 @@
1228
1228
"items": {
1229
1229
"$ref": "#/definitions/ConfigurationParameter"
1230
1230
},
1231
+
"x-ms-identifiers": [
1232
+
"name"
1233
+
],
1231
1234
"description": "The configuration parameters for the guest configuration."
1232
1235
},
1233
1236
"configurationProtectedParameter": {
1234
1237
"type": "array",
1235
1238
"items": {
1236
1239
"$ref": "#/definitions/ConfigurationParameter"
1237
1240
},
1241
+
"x-ms-identifiers": [
1242
+
"name"
1243
+
],
1238
1244
"description": "The protected configuration parameters for the guest configuration."
1239
1245
},
1240
1246
"configurationSetting": {
@@ -1377,6 +1383,7 @@
1377
1383
"items": {
1378
1384
"$ref": "#/definitions/AssignmentReportResource"
1379
1385
},
1386
+
"x-ms-identifiers": [],
1380
1387
"description": "The list of resources for which guest configuration assignment compliance is checked."
1381
1388
}
1382
1389
}
@@ -1467,6 +1474,9 @@
1467
1474
"items": {
1468
1475
"$ref": "#/definitions/VMSSVMInfo"
1469
1476
},
1477
+
"x-ms-identifiers": [
1478
+
"vmId"
1479
+
],
1470
1480
"description": "The list of VM Compliance data for VMSS"
1471
1481
}
1472
1482
},
@@ -1652,6 +1662,7 @@
1652
1662
"items": {
1653
1663
"$ref": "#/definitions/AssignmentReportResource"
1654
1664
},
1665
+
"x-ms-identifiers": [],
1655
1666
"description": "The list of resources for which guest configuration assignment compliance is checked."
0 commit comments