Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The guest configuration assingment name."
"description": "The guest configuration assignment name."
},
{
"$ref": "../../common/v1/definitions.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -172,7 +172,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The guest configuration assingment name."
"description": "The guest configuration assignment name."
},
{
"$ref": "../../common/v1/definitions.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -352,7 +352,7 @@
"enum": [
"DSC"
]
},
},
"name": {
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The guest configuration assingment name."
"description": "The guest configuration assignment name."
},
{
"$ref": "../../common/v1/definitions.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -217,7 +217,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The guest configuration assingment name."
"description": "The guest configuration assignment name."
},
{
"$ref": "../../common/v1/definitions.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -397,7 +397,7 @@
"enum": [
"DSC"
]
},
},
"name": {
"type": "string",
"description": "Name of the guest configuration."
Expand Down Expand Up @@ -458,7 +458,7 @@
"ApplyOnly",
"ApplyAndMonitor",
"ApplyAndAutoCorrect"
]
]
},
"allowModuleOverwrite": {
"type": "string",
Expand All @@ -470,7 +470,7 @@
"enum": [
"True",
"False"
]
]
},
"actionAfterReboot": {
"type": "string",
Expand All @@ -483,7 +483,7 @@
"enum": [
"ContinueConfiguration",
"StopConfiguration"
]
]
},
"refreshFrequencyMins": {
"type": "number",
Expand All @@ -503,7 +503,7 @@
"enum": [
"True",
"False"
]
]
},
"configurationModeFrequencyMins": {
"type": "number",
Expand Down Expand Up @@ -758,7 +758,7 @@
"properties": {
"type": "object",
"readOnly": true,
"description": "Properties of a guest configuation assignment resource."
"description": "Properties of a guest configuration assignment resource."
}
},
"description": "The guest configuration assignment resource."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ directive:
- suppress: OperationsAPIImplementation
from: guestconfiguration.json
where: $.paths
reason: Microsoft.GuestConfiguration is a proxy resource provider under Microsoft.Compute. However, Operations API for is implmented. So, suppressing the false positive. Please refer PR https://github.com/Azure/azure-rest-api-specs-pr/pull/540
reason: Microsoft.GuestConfiguration is a proxy resource provider under Microsoft.Compute. However, Operations API for is implemented. So, suppressing the false positive. Please refer PR https://github.com/Azure/azure-rest-api-specs-pr/pull/540
```
---
# Code Generation
Expand Down