Skip to content

Commit aa90645

Browse files
author
SDKAuto
committed
CodeGen from PR 14999 in Azure/azure-rest-api-specs
Merge d5a3a6c634ff59d537674a021a427975eeaf4e5c into 7601061bfbb72b2f19cb29c46cbf9a397c2d8893
1 parent f6466af commit aa90645

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

schemas/2018-11-20/Microsoft.GuestConfiguration.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,23 @@
171171
"GuestConfigurationNavigation": {
172172
"type": "object",
173173
"properties": {
174+
"assignmentType": {
175+
"oneOf": [
176+
{
177+
"type": "string",
178+
"enum": [
179+
"Audit",
180+
"DeployAndAutoCorrect",
181+
"ApplyAndAutoCorrect",
182+
"ApplyAndMonitor"
183+
]
184+
},
185+
{
186+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
187+
}
188+
],
189+
"description": "Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor."
190+
},
174191
"configurationParameter": {
175192
"oneOf": [
176193
{
@@ -196,6 +213,14 @@
196213
],
197214
"description": "Configuration setting of LCM (Local Configuration Manager)."
198215
},
216+
"contentHash": {
217+
"type": "string",
218+
"description": "Combined hash of the guest configuration package and configuration parameters."
219+
},
220+
"contentUri": {
221+
"type": "string",
222+
"description": "Uri of the storage where guest configuration package is uploaded."
223+
},
199224
"kind": {
200225
"oneOf": [
201226
{

schemas/2020-06-25/Microsoft.GuestConfiguration.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,23 @@
262262
"GuestConfigurationNavigation": {
263263
"type": "object",
264264
"properties": {
265+
"assignmentType": {
266+
"oneOf": [
267+
{
268+
"type": "string",
269+
"enum": [
270+
"Audit",
271+
"DeployAndAutoCorrect",
272+
"ApplyAndAutoCorrect",
273+
"ApplyAndMonitor"
274+
]
275+
},
276+
{
277+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
278+
}
279+
],
280+
"description": "Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor."
281+
},
265282
"configurationParameter": {
266283
"oneOf": [
267284
{
@@ -287,6 +304,14 @@
287304
],
288305
"description": "Configuration setting of LCM (Local Configuration Manager)."
289306
},
307+
"contentHash": {
308+
"type": "string",
309+
"description": "Combined hash of the guest configuration package and configuration parameters."
310+
},
311+
"contentUri": {
312+
"type": "string",
313+
"description": "Uri of the storage where guest configuration package is uploaded."
314+
},
290315
"kind": {
291316
"oneOf": [
292317
{

schemas/2021-01-25/Microsoft.GuestConfiguration.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,23 @@
276276
"GuestConfigurationNavigation": {
277277
"type": "object",
278278
"properties": {
279+
"assignmentType": {
280+
"oneOf": [
281+
{
282+
"type": "string",
283+
"enum": [
284+
"Audit",
285+
"DeployAndAutoCorrect",
286+
"ApplyAndAutoCorrect",
287+
"ApplyAndMonitor"
288+
]
289+
},
290+
{
291+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
292+
}
293+
],
294+
"description": "Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor."
295+
},
279296
"configurationParameter": {
280297
"oneOf": [
281298
{
@@ -301,6 +318,14 @@
301318
],
302319
"description": "Configuration setting of LCM (Local Configuration Manager)."
303320
},
321+
"contentHash": {
322+
"type": "string",
323+
"description": "Combined hash of the guest configuration package and configuration parameters."
324+
},
325+
"contentUri": {
326+
"type": "string",
327+
"description": "Uri of the storage where guest configuration package is uploaded."
328+
},
304329
"kind": {
305330
"oneOf": [
306331
{

0 commit comments

Comments
 (0)