Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
33 changes: 33 additions & 0 deletions schemas/2018-11-20/Microsoft.GuestConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,20 @@
}
],
"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."
},
"vmssVMList": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/VMSSVMInfo"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The list of VM Compliance data for VMSS"
}
},
"description": "Guest configuration assignment properties."
Expand Down Expand Up @@ -202,6 +216,20 @@
],
"description": "The configuration parameters for the guest configuration."
},
"configurationProtectedParameter": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/ConfigurationParameter"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The protected configuration parameters for the guest configuration."
},
"configurationSetting": {
"oneOf": [
{
Expand Down Expand Up @@ -245,6 +273,11 @@
}
},
"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."
},
"VMSSVMInfo": {
"type": "object",
"properties": {},
"description": "Information about VMSS VM"
}
}
}
33 changes: 33 additions & 0 deletions schemas/2020-06-25/Microsoft.GuestConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,20 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"vmssVMList": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/VMSSVMInfo"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The list of VM Compliance data for VMSS"
}
},
"description": "Guest configuration assignment properties."
Expand Down Expand Up @@ -293,6 +307,20 @@
],
"description": "The configuration parameters for the guest configuration."
},
"configurationProtectedParameter": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/ConfigurationParameter"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The protected configuration parameters for the guest configuration."
},
"configurationSetting": {
"oneOf": [
{
Expand Down Expand Up @@ -341,6 +369,11 @@
"type": "object",
"properties": {},
"description": "Information about the VM."
},
"VMSSVMInfo": {
"type": "object",
"properties": {},
"description": "Information about VMSS VM"
}
}
}
14 changes: 14 additions & 0 deletions schemas/2021-01-25/Microsoft.GuestConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,20 @@
],
"description": "The configuration parameters for the guest configuration."
},
"configurationProtectedParameter": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/ConfigurationParameter"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The protected configuration parameters for the guest configuration."
},
"configurationSetting": {
"oneOf": [
{
Expand Down