Skip to content

Commit b55d39c

Browse files
aashish1987Aashish Rajaram Salokheyang-hai-feng
authored
Guest Configuration: Fix S360 Swagger spec correctness and Linter errors (#17319)
* Add GET all methods for resource group and subscription * Fix Linter Validation issue * Fix Swagger Correctness S360 items * Fix swagger validation comments * Fix model validaiton * Fix Lint errors * Fix model validation for examples * IoT Central Public API 1.1-preview Oct Release (#16514) * Add new 2.0-preview.1 version for IoT Central * fix typo on enum value * rollback 1.0 changes, applied 2.0-preview.1 * fix typo * remove non-used examples * fix style * update version from 2.0-preview.1 to 1.1-preview * update code review comments, fix patch consumes with json-patch support, fix examples for fileupload * add nextLink to collection of orgs * fix typo * fix wrong position of paging * fix the paging * add . to description * update default to use enum for api-version * add oct release with query, cde v2, device filter, device template filter, relationship, edge template, simplified template patching * update examples * fix lint error, model validation * fix missing type in examples, remove url format * fix ID case * fix id case * fix ID case * add iotc query language reference * fix typo * Make ConfigurationSetting read-only property * Fix Swagger S360 issues * Remove the unknown file * Fix prettier check * Changing the vmssResourceId to camelCasing * Revert the readOnly tag on name property Co-authored-by: Aashish Rajaram Salokhe <aasalokh@microsoft.com> Co-authored-by: Johnson Yang <hayang@microsoft.com>
1 parent e1a4479 commit b55d39c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationAssignment.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"assignmentHash": null,
3939
"latestReportId": null,
4040
"lastComplianceStatusChecked": null,
41+
"resourceType": null,
4142
"context": "Azure policy",
4243
"guestConfiguration": {
4344
"kind": null,
@@ -67,6 +68,7 @@
6768
"assignmentHash": null,
6869
"latestReportId": null,
6970
"lastComplianceStatusChecked": null,
71+
"resourceType": null,
7072
"context": "Azure policy",
7173
"guestConfiguration": {
7274
"kind": null,

specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationHCRPAssignment.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"assignmentHash": null,
3939
"latestReportId": null,
4040
"lastComplianceStatusChecked": null,
41+
"resourceType": null,
4142
"context": "Azure policy",
4243
"guestConfiguration": {
4344
"kind": null,
@@ -67,6 +68,7 @@
6768
"assignmentHash": null,
6869
"latestReportId": null,
6970
"lastComplianceStatusChecked": null,
71+
"resourceType": null,
7072
"context": "Azure policy",
7173
"guestConfiguration": {
7274
"kind": null,

specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/guestconfiguration.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,12 @@
10581058
},
10591059
"description": "The list of VM Compliance data for VMSS"
10601060
},
1061+
"resourceType": {
1062+
"type": "string",
1063+
"readOnly": true,
1064+
"description": "Type of the resource - VMSS / VM",
1065+
"x-nullable": true
1066+
},
10611067
"parameterHash": {
10621068
"type": "string",
10631069
"readOnly": true,

0 commit comments

Comments
 (0)