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
25 changes: 25 additions & 0 deletions schemas/2018-11-20/Microsoft.GuestConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,23 @@
"GuestConfigurationNavigation": {
"type": "object",
"properties": {
"assignmentType": {
"oneOf": [
{
"type": "string",
"enum": [
"Audit",
"DeployAndAutoCorrect",
"ApplyAndAutoCorrect",
"ApplyAndMonitor"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor."
},
"configurationParameter": {
"oneOf": [
{
Expand All @@ -196,6 +213,14 @@
],
"description": "Configuration setting of LCM (Local Configuration Manager)."
},
"contentHash": {
"type": "string",
"description": "Combined hash of the guest configuration package and configuration parameters."
},
"contentUri": {
"type": "string",
"description": "Uri of the storage where guest configuration package is uploaded."
},
"kind": {
"oneOf": [
{
Expand Down
25 changes: 25 additions & 0 deletions schemas/2020-06-25/Microsoft.GuestConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,23 @@
"GuestConfigurationNavigation": {
"type": "object",
"properties": {
"assignmentType": {
"oneOf": [
{
"type": "string",
"enum": [
"Audit",
"DeployAndAutoCorrect",
"ApplyAndAutoCorrect",
"ApplyAndMonitor"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor."
},
"configurationParameter": {
"oneOf": [
{
Expand All @@ -287,6 +304,14 @@
],
"description": "Configuration setting of LCM (Local Configuration Manager)."
},
"contentHash": {
"type": "string",
"description": "Combined hash of the guest configuration package and configuration parameters."
},
"contentUri": {
"type": "string",
"description": "Uri of the storage where guest configuration package is uploaded."
},
"kind": {
"oneOf": [
{
Expand Down
25 changes: 25 additions & 0 deletions schemas/2021-01-25/Microsoft.GuestConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,23 @@
"GuestConfigurationNavigation": {
"type": "object",
"properties": {
"assignmentType": {
"oneOf": [
{
"type": "string",
"enum": [
"Audit",
"DeployAndAutoCorrect",
"ApplyAndAutoCorrect",
"ApplyAndMonitor"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor."
},
"configurationParameter": {
"oneOf": [
{
Expand All @@ -301,6 +318,14 @@
],
"description": "Configuration setting of LCM (Local Configuration Manager)."
},
"contentHash": {
"type": "string",
"description": "Combined hash of the guest configuration package and configuration parameters."
},
"contentUri": {
"type": "string",
"description": "Uri of the storage where guest configuration package is uploaded."
},
"kind": {
"oneOf": [
{
Expand Down