Skip to content

Commit

Permalink
typo: recoveryservices/resource-manager/Microsoft.RecoveryServices (#…
Browse files Browse the repository at this point in the history
…4730)

- polymorhpic -> polymorphic
- friendlyname -> friendly name
- operationss -> operations
- upgradation -> upgrade
  • Loading branch information
nschonni authored and sergey-shandar committed Dec 3, 2018
1 parent 038c5a3 commit 02b05d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"type": "object",
"properties": {
"authType": {
"description": "This property will be used as the discriminator for deciding the specific types in the polymorhpic chain of types.",
"description": "This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.",
"type": "string"
},
"certificate": {
Expand All @@ -256,7 +256,7 @@
"type": "string"
},
"friendlyName": {
"description": "Certificate friendlyname.",
"description": "Certificate friendly name.",
"type": "string"
},
"issuer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
"type": "object",
"properties": {
"value": {
"description": "List of available operationss.",
"description": "List of available operations.",
"type": "array",
"items": {
"$ref": "#/definitions/ClientDiscoveryValueForSingleApi"
Expand Down Expand Up @@ -705,7 +705,7 @@
"readOnly": true
},
"triggerType": {
"description": "The way the vault upgradation was triggered.",
"description": "The way the vault upgrade was triggered.",
"enum": [
"UserTriggered",
"ForcedUpgrade"
Expand Down

0 comments on commit 02b05d1

Please sign in to comment.