Skip to content

Commit

Permalink
typo: redis/resource-manager/Microsoft.Cache (#4751)
Browse files Browse the repository at this point in the history
- subid -> subscriptionId
- properites -> properties
- occured -> occurred
- Trim trailing space
  • Loading branch information
nschonni authored and jianghaolu committed Dec 4, 2018
1 parent 1141e1c commit 56ee7e8
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
},
"virtualNetwork": {
"type": "string",
"description": "The exact ARM resource ID of the virtual network to deploy the Redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1"
"description": "The exact ARM resource ID of the virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1"
},
"subnet": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"Redis"
],
"operationId": "Redis_Create",
"x-ms-examples": {
"RedisCacheCreate": { "$ref": "./examples/RedisCacheCreate.json" }
"x-ms-examples": {
"RedisCacheCreate": { "$ref": "./examples/RedisCacheCreate.json" }
},
"description": "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -121,8 +121,8 @@
"Redis"
],
"operationId": "Redis_Update",
"x-ms-examples": {
"RedisCacheUpdate": { "$ref": "./examples/RedisCacheUpdate.json" }
"x-ms-examples": {
"RedisCacheUpdate": { "$ref": "./examples/RedisCacheUpdate.json" }
},
"description": "Update an existing Redis cache.",
"parameters": [
Expand Down Expand Up @@ -164,14 +164,14 @@
}
}
}
},
},
"delete": {
"tags": [
"Redis"
],
"operationId": "Redis_Delete",
"x-ms-examples": {
"RedisCacheDelete": { "$ref": "./examples/RedisCacheDelete.json" }
"x-ms-examples": {
"RedisCacheDelete": { "$ref": "./examples/RedisCacheDelete.json" }
},
"description": "Deletes a Redis cache.",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -211,8 +211,8 @@
"Redis"
],
"operationId": "Redis_Get",
"x-ms-examples": {
"RedisCacheGet": { "$ref": "./examples/RedisCacheGet.json" }
"x-ms-examples": {
"RedisCacheGet": { "$ref": "./examples/RedisCacheGet.json" }
},
"description": "Gets a Redis cache (resource description).",
"parameters": [
Expand Down Expand Up @@ -253,8 +253,8 @@
"Redis"
],
"operationId": "Redis_ListByResourceGroup",
"x-ms-examples": {
"RedisCacheListByResourceGroup": { "$ref": "./examples/RedisCacheListByResourceGroup.json" }
"x-ms-examples": {
"RedisCacheListByResourceGroup": { "$ref": "./examples/RedisCacheListByResourceGroup.json" }
},
"description": "Lists all Redis caches in a resource group.",
"parameters": [
Expand Down Expand Up @@ -291,8 +291,8 @@
"Redis"
],
"operationId": "Redis_List",
"x-ms-examples": {
"RedisCacheList": { "$ref": "./examples/RedisCacheList.json" }
"x-ms-examples": {
"RedisCacheList": { "$ref": "./examples/RedisCacheList.json" }
},
"description": "Gets all Redis caches in the specified subscription.",
"parameters": [
Expand Down Expand Up @@ -322,8 +322,8 @@
"Redis"
],
"operationId": "Redis_ListKeys",
"x-ms-examples": {
"RedisCacheListKeys": { "$ref": "./examples/RedisCacheListKeys.json" }
"x-ms-examples": {
"RedisCacheListKeys": { "$ref": "./examples/RedisCacheListKeys.json" }
},
"description": "Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource.",
"parameters": [
Expand Down Expand Up @@ -364,8 +364,8 @@
"Redis"
],
"operationId": "Redis_RegenerateKey",
"x-ms-examples": {
"RedisCacheRegenerateKey": { "$ref": "./examples/RedisCacheRegenerateKey.json" }
"x-ms-examples": {
"RedisCacheRegenerateKey": { "$ref": "./examples/RedisCacheRegenerateKey.json" }
},
"description": "Regenerate Redis cache's access keys. This operation requires write permission to the cache resource.",
"parameters": [
Expand Down Expand Up @@ -415,8 +415,8 @@
"Redis"
],
"operationId": "Redis_ForceReboot",
"x-ms-examples": {
"RedisCacheForceReboot": { "$ref": "./examples/RedisCacheForceReboot.json" }
"x-ms-examples": {
"RedisCacheForceReboot": { "$ref": "./examples/RedisCacheForceReboot.json" }
},
"description": "Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss.",
"parameters": [
Expand Down Expand Up @@ -454,7 +454,7 @@
"200": {
"description": "Reboot operation successfully enqueued",
"schema": {
"$ref": "#/definitions/RedisForceRebootResponse"
"$ref": "#/definitions/RedisForceRebootResponse"
}
}
}
Expand All @@ -466,8 +466,8 @@
"Redis"
],
"operationId": "Redis_ImportData",
"x-ms-examples": {
"RedisCacheImport": { "$ref": "./examples/RedisCacheImport.json" }
"x-ms-examples": {
"RedisCacheImport": { "$ref": "./examples/RedisCacheImport.json" }
},
"x-ms-long-running-operation": true,
"description": "Import data into Redis cache.",
Expand Down Expand Up @@ -521,8 +521,8 @@
"Redis"
],
"operationId": "Redis_ExportData",
"x-ms-examples": {
"RedisCacheExport": { "$ref": "./examples/RedisCacheExport.json" }
"x-ms-examples": {
"RedisCacheExport": { "$ref": "./examples/RedisCacheExport.json" }
},
"x-ms-long-running-operation": true,
"description": "Export data from the redis cache to blobs in a container.",
Expand Down Expand Up @@ -578,8 +578,8 @@
],
"operationId": "FirewallRules_List",
"description": "Gets all firewall rules in the specified redis cache.",
"x-ms-examples": {
"RedisCacheFirewallRulesList": { "$ref": "./examples/RedisCacheFirewallRulesList.json" }
"x-ms-examples": {
"RedisCacheFirewallRulesList": { "$ref": "./examples/RedisCacheFirewallRulesList.json" }
},
"parameters": [
{
Expand Down Expand Up @@ -624,7 +624,7 @@
],
"operationId": "RedisFirewallRule_CreateOrUpdate",
"description": "Create or update a redis cache firewall rule",
"x-ms-examples": {
"x-ms-examples": {
"RedisCacheFirewallRuleCreate": { "$ref": "./examples/RedisCacheFirewallRuleCreate.json" }
},
"parameters": [
Expand Down Expand Up @@ -687,7 +687,7 @@
],
"operationId": "RedisFirewallRule_Get",
"description": "Gets a single firewall rule in a specified redis cache.",
"x-ms-examples": {
"x-ms-examples": {
"RedisCacheFirewallRuleGet": { "$ref": "./examples/RedisCacheFirewallRuleGet.json" }
},
"parameters": [
Expand Down Expand Up @@ -735,7 +735,7 @@
],
"operationId": "RedisFirewallRule_Delete",
"description": "Deletes a single firewall rule in a specified redis cache.",
"x-ms-examples": {
"x-ms-examples": {
"RedisCacheFirewallRuleDelete": { "$ref": "./examples/RedisCacheFirewallRuleDelete.json" }
},
"parameters": [
Expand Down Expand Up @@ -783,8 +783,8 @@
"Redis"
],
"operationId": "PatchSchedules_CreateOrUpdate",
"x-ms-examples": {
"RedisCachePatchSchedulesCreateOrUpdate": { "$ref": "./examples/RedisCachePatchSchedulesCreateOrUpdate.json" }
"x-ms-examples": {
"RedisCachePatchSchedulesCreateOrUpdate": { "$ref": "./examples/RedisCachePatchSchedulesCreateOrUpdate.json" }
},
"description": "Create or replace the patching schedule for Redis cache (requires Premium SKU).",
"parameters": [
Expand Down Expand Up @@ -838,8 +838,8 @@
"Redis"
],
"operationId": "PatchSchedules_Delete",
"x-ms-examples": {
"RedisCachePatchSchedulesDelete": { "$ref": "./examples/RedisCachePatchSchedulesDelete.json" }
"x-ms-examples": {
"RedisCachePatchSchedulesDelete": { "$ref": "./examples/RedisCachePatchSchedulesDelete.json" }
},
"description": "Deletes the patching schedule of a redis cache (requires Premium SKU).",
"parameters": [
Expand Down Expand Up @@ -878,8 +878,8 @@
"Redis"
],
"operationId": "PatchSchedules_Get",
"x-ms-examples": {
"RedisCachePatchSchedulesGet": { "$ref": "./examples/RedisCachePatchSchedulesGet.json" }
"x-ms-examples": {
"RedisCachePatchSchedulesGet": { "$ref": "./examples/RedisCachePatchSchedulesGet.json" }
},
"description": "Gets the patching schedule of a redis cache (requires Premium SKU).",
"parameters": [
Expand Down Expand Up @@ -984,7 +984,7 @@
"subnetId": {
"type": "string",
"pattern": "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$",
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
},
"staticIP": {
"type": "string",
Expand Down Expand Up @@ -1499,4 +1499,4 @@
}
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@
"subnetId": {
"type": "string",
"pattern": "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$",
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
},
"staticIP": {
"type": "string",
Expand Down Expand Up @@ -1725,13 +1725,13 @@
"items": {
"$ref": "#/definitions/RedisLinkedServerWithProperties"
},
"description": "List of linked servers (with properites) of a Redis cache."
"description": "List of linked servers (with properties) of a Redis cache."
}
},
"required": [
"value"
],
"description": "List of linked servers (with properites) of a Redis cache."
"description": "List of linked servers (with properties) of a Redis cache."
},
"RedisLinkedServerCreateProperties": {
"description": "Create properties for a linked server",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@
"subnetId": {
"type": "string",
"pattern": "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$",
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
},
"staticIP": {
"type": "string",
Expand Down Expand Up @@ -1924,15 +1924,15 @@
"items": {
"$ref": "#/definitions/RedisLinkedServerWithProperties"
},
"description": "List of linked servers (with properites) of a Redis cache."
"description": "List of linked servers (with properties) of a Redis cache."
},
"nextLink": {
"type": "string",
"readOnly": true,
"description": "Link for next set."
}
},
"description": "List of linked servers (with properites) of a Redis cache."
"description": "List of linked servers (with properties) of a Redis cache."
},
"RedisLinkedServerCreateProperties": {
"description": "Create properties for a linked server",
Expand Down Expand Up @@ -2053,7 +2053,7 @@
"readOnly": true,
"type": "string",
"format": "date-time",
"description": "Timestamp when upgrade notification occured."
"description": "Timestamp when upgrade notification occurred."
},
"upsellNotification": {
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@
"subnetId": {
"type": "string",
"pattern": "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$",
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
"description": "The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
},
"staticIP": {
"type": "string",
Expand Down Expand Up @@ -1958,15 +1958,15 @@
"items": {
"$ref": "#/definitions/RedisLinkedServerWithProperties"
},
"description": "List of linked servers (with properites) of a Redis cache."
"description": "List of linked servers (with properties) of a Redis cache."
},
"nextLink": {
"type": "string",
"readOnly": true,
"description": "Link for next set."
}
},
"description": "List of linked servers (with properites) of a Redis cache."
"description": "List of linked servers (with properties) of a Redis cache."
},
"RedisLinkedServerCreateProperties": {
"description": "Create properties for a linked server",
Expand Down Expand Up @@ -2087,7 +2087,7 @@
"readOnly": true,
"type": "string",
"format": "date-time",
"description": "Timestamp when upgrade notification occured."
"description": "Timestamp when upgrade notification occurred."
},
"upsellNotification": {
"readOnly": true,
Expand Down

0 comments on commit 56ee7e8

Please sign in to comment.