Skip to content

Commit

Permalink
typo: Microsoft.GuestConfiguration (#4694)
Browse files Browse the repository at this point in the history
- implmented -> implemented
- assingment -> assignment
- configuation -> configuration
- trim trailing whitespace
  • Loading branch information
nschonni authored and anuchandy committed Dec 4, 2018
1 parent 8459f06 commit f0eff4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
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

0 comments on commit f0eff4b

Please sign in to comment.