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
CodeGen from PR 17811 in Azure/azure-rest-api-specs
Guest Configuration: Add new API version - 2022-01-25 for SET scenario (#17811)
* Add blockchain to latest profile
* Add additional types
* 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
* Guest Configuration - Add new API version 2022-01-25 for SET Scenario
* fix LinDiff errors
* Run prettier check
* Fix review comments
* Keep the parameter sequence same as before
* Update GO SDK read me file
* Fix LinttDiff errors
* Fix Prettier check
* adding assignmentSource field
* fixing lint issues raised by current PR
* fixing pageable placement
* making nextLink null
* fixing policheck error to replace whitelisted
Co-authored-by: Mark Cowlishaw <[email protected]>
Co-authored-by: Aashish Rajaram Salokhe <[email protected]>
Co-authored-by: Johnson Yang <[email protected]>
Co-authored-by: Anika Tabassum Sardar Neela <[email protected]>
"description": "Guest configuration is an artifact that encapsulates DSC configuration and its dependencies. The artifact is a zip file containing DSC configuration (as MOF) and dependent resources and other dependencies like modules."
"description": "Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor."
"description": "Kind of the guest configuration. For example:DSC."
262
+
},
263
+
"name": {
264
+
"type": "string",
265
+
"description": "Name of the guest configuration."
266
+
},
267
+
"version": {
268
+
"type": "string",
269
+
"description": "Version of the guest configuration."
270
+
}
271
+
},
272
+
"description": "Guest configuration is an artifact that encapsulates DSC configuration and its dependencies. The artifact is a zip file containing DSC configuration (as MOF) and dependent resources and other dependencies like modules."
0 commit comments