Skip to content

Commit dce5646

Browse files
author
SDKAuto
committed
CodeGen from PR 14999 in Azure/azure-rest-api-specs
Merge 150769b908e15a30bbdc1667fc3b1a7d3550629f into 57e30b59a95ea35181d547a97528adbf82360ae7
1 parent c9b469e commit dce5646

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@
196196
],
197197
"description": "Configuration setting of LCM (Local Configuration Manager)."
198198
},
199+
"contentHash": {
200+
"type": "string",
201+
"description": "Combined hash of the guest configuration package and configuration parameters."
202+
},
203+
"contentUri": {
204+
"type": "string",
205+
"description": "Uri of the storage where guest configuration package is uploaded."
206+
},
199207
"kind": {
200208
"oneOf": [
201209
{

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,14 @@
287287
],
288288
"description": "Configuration setting of LCM (Local Configuration Manager)."
289289
},
290+
"contentHash": {
291+
"type": "string",
292+
"description": "Combined hash of the guest configuration package and configuration parameters."
293+
},
294+
"contentUri": {
295+
"type": "string",
296+
"description": "Uri of the storage where guest configuration package is uploaded."
297+
},
290298
"kind": {
291299
"oneOf": [
292300
{

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,14 @@
301301
],
302302
"description": "Configuration setting of LCM (Local Configuration Manager)."
303303
},
304+
"contentHash": {
305+
"type": "string",
306+
"description": "Combined hash of the guest configuration package and configuration parameters."
307+
},
308+
"contentUri": {
309+
"type": "string",
310+
"description": "Uri of the storage where guest configuration package is uploaded."
311+
},
304312
"kind": {
305313
"oneOf": [
306314
{

0 commit comments

Comments
 (0)