Skip to content

Commit

Permalink
typo: web/resource-manager/Microsoft.Web (Azure#4919)
Browse files Browse the repository at this point in the history
- nuget -> NuGet
- mimuntes -> minutes
- repesenting -> representing
- souce -> source
- containting -> containing
- databses -> databases
- inclue -> include
- Priviledged -> Privileged
  • Loading branch information
nschonni authored and AnuTalluri committed Feb 6, 2019
1 parent 591ca03 commit 9b43ffe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18509,7 +18509,7 @@
},
"changeIntervalInMinutes": {
"format": "int32",
"description": "[Optional] Specifies interval in mimuntes to reevaluate ReroutePercentage",
"description": "[Optional] Specifies interval in minutes to reevaluate ReroutePercentage",
"type": "integer"
},
"minReroutePercentage": {
Expand Down Expand Up @@ -19626,7 +19626,7 @@
}
},
"MetricDefinition": {
"description": "Class repesenting metadata for the metrics",
"description": "Class representing metadata for the metrics",
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -19665,7 +19665,7 @@
}
},
"MetricAvailabilily": {
"description": "Class repesenting metrics availability and retention",
"description": "Class representing metrics availability and retention",
"type": "object",
"properties": {
"timeGrain": {
Expand Down Expand Up @@ -19914,7 +19914,7 @@
}
},
"SourceControlCollection": {
"description": "Collection of soure controls",
"description": "Collection of source controls",
"type": "object",
"properties": {
"value": {
Expand Down Expand Up @@ -20505,7 +20505,7 @@
}
},
"CsmSiteRecoveryEntity": {
"description": "Class containting details about site recovery operation.",
"description": "Class containing details about site recovery operation.",
"type": "object",
"properties": {
"snapshotTime": {
Expand Down Expand Up @@ -21498,7 +21498,7 @@
"type": "string"
},
"databases": {
"description": "Collection of databses which should be restored. This list has to match the list of databases included in the backup.",
"description": "Collection of databases which should be restored. This list has to match the list of databases included in the backup.",
"type": "array",
"items": {
"$ref": "#/definitions/DatabaseBackupSetting"
Expand Down Expand Up @@ -21627,7 +21627,7 @@
"type": "object",
"properties": {
"includePrivacy": {
"description": "If true then the list of agreements will inclue agreements for domain privacy as well.",
"description": "If true then the list of agreements will include agreements for domain privacy as well.",
"type": "boolean"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16686,7 +16686,7 @@
"type": "string"
},
"priviledgedProcessorTime": {
"description": "Priviledged processor time.",
"description": "Privileged processor time.",
"type": "string"
},
"state": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19974,7 +19974,7 @@
"type": "string"
},
"priviledged_processor_time": {
"description": "Priviledged processor time.",
"description": "Privileged processor time.",
"type": "string"
},
"state": {
Expand Down
2 changes: 1 addition & 1 deletion specification/web/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The App service RP comprises of services where each service has its own tag.
Hence, each sub-service has its own swagger spec.

All of them are tied together using this configuration and are packaged together into one compute client library.
This makes it easier for customers to download one (nuget/npm/pip/maven/gem) compute client library package rather than installing individual packages for each sub service.
This makes it easier for customers to download one (NuGet/npm/pip/maven/gem) compute client library package rather than installing individual packages for each sub service.


---
Expand Down

0 comments on commit 9b43ffe

Please sign in to comment.