Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -803,12 +803,12 @@
"description": "Version of the guest configuration."
},
"contentUri": {
"readOnly": true,
"readOnly": false,
"type": "string",
"description": "Uri of the storage where guest configuration package is uploaded."
},
"contentHash": {
"readOnly": true,
"readOnly": false,
"type": "string",
"description": "Combined hash of the guest configuration package and configuration parameters."
},
Expand Down Expand Up @@ -1039,7 +1039,7 @@
"properties": {
"name": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Name of the guest configuration assignment."
},
"configuration": {
Expand All @@ -1053,12 +1053,12 @@
"properties": {
"id": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Azure resource Id of the VM."
},
"uuid": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "UUID(Universally Unique Identifier) of the VM."
}
},
Expand All @@ -1068,12 +1068,12 @@
"properties": {
"name": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Name of the configuration."
},
"version": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Version of the configuration."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -803,12 +803,12 @@
"description": "Version of the guest configuration."
},
"contentUri": {
"readOnly": true,
"readOnly": false,
"type": "string",
"description": "Uri of the storage where guest configuration package is uploaded."
},
"contentHash": {
"readOnly": true,
"readOnly": false,
"type": "string",
"description": "Combined hash of the guest configuration package and configuration parameters."
},
Expand Down Expand Up @@ -965,7 +965,7 @@
"properties": {
"targetResourceId": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "VM resource Id.",
"x-nullable": true
},
Expand Down Expand Up @@ -1117,7 +1117,7 @@
"properties": {
"name": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Name of the guest configuration assignment."
},
"configuration": {
Expand All @@ -1131,12 +1131,12 @@
"properties": {
"id": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Azure resource Id of the VM."
},
"uuid": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "UUID(Universally Unique Identifier) of the VM."
}
},
Expand All @@ -1146,12 +1146,12 @@
"properties": {
"name": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Name of the configuration."
},
"version": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Version of the configuration."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1088,12 +1088,12 @@
"description": "Version of the guest configuration."
},
"contentUri": {
"readOnly": true,
"readOnly": false,
"type": "string",
"description": "Uri of the storage where guest configuration package is uploaded."
},
"contentHash": {
"readOnly": true,
"readOnly": false,
"type": "string",
"description": "Combined hash of the guest configuration package and configuration parameters."
},
Expand Down Expand Up @@ -1250,7 +1250,7 @@
"properties": {
"targetResourceId": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "VM resource Id.",
"x-nullable": true
},
Expand Down Expand Up @@ -1317,7 +1317,7 @@
},
"resourceType": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Type of the resource - VMSS / VM",
"x-nullable": true
},
Expand Down Expand Up @@ -1420,7 +1420,7 @@
"properties": {
"name": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Name of the guest configuration assignment."
},
"configuration": {
Expand All @@ -1434,12 +1434,12 @@
"properties": {
"id": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Azure resource Id of the VM."
},
"uuid": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "UUID(Universally Unique Identifier) of the VM."
}
},
Expand All @@ -1449,12 +1449,12 @@
"properties": {
"name": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Name of the configuration."
},
"version": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Version of the configuration."
}
},
Expand Down Expand Up @@ -1571,12 +1571,12 @@
"properties": {
"vmId": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "UUID of the VM."
},
"vmResourceId": {
"type": "string",
"readOnly": true,
"readOnly": false,
"description": "Azure resource Id of the VM."
},
"complianceStatus": {
Expand Down