From 5c7c95d799e03d2c657ef9b8864b02e26f895949 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 4 Dec 2018 01:23:00 -0500 Subject: [PATCH] typo: redis/resource-manager/Microsoft.Cache - subid -> subscriptionId - properites -> properties - occured -> occurred - Trim trailing space --- .../stable/2015-08-01/redis.json | 2 +- .../stable/2016-04-01/redis.json | 74 +++++++++---------- .../stable/2017-02-01/redis.json | 6 +- .../stable/2017-10-01/redis.json | 8 +- .../stable/2018-03-01/redis.json | 8 +- 5 files changed, 49 insertions(+), 49 deletions(-) diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2015-08-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2015-08-01/redis.json index 1a22fbfa0075..3fb151f817cf 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2015-08-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2015-08-01/redis.json @@ -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", diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2016-04-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2016-04-01/redis.json index e30af2a9161a..2f05e60a35f5 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2016-04-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2016-04-01/redis.json @@ -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, @@ -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": [ @@ -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, @@ -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": [ @@ -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": [ @@ -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": [ @@ -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": [ @@ -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": [ @@ -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": [ @@ -454,7 +454,7 @@ "200": { "description": "Reboot operation successfully enqueued", "schema": { - "$ref": "#/definitions/RedisForceRebootResponse" + "$ref": "#/definitions/RedisForceRebootResponse" } } } @@ -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.", @@ -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.", @@ -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": [ { @@ -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": [ @@ -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": [ @@ -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": [ @@ -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": [ @@ -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": [ @@ -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": [ @@ -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", @@ -1499,4 +1499,4 @@ } } } - + diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2017-02-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2017-02-01/redis.json index a584ad79f627..8f938ebf2e55 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2017-02-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2017-02-01/redis.json @@ -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", @@ -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", diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2017-10-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2017-10-01/redis.json index 8d79b8e6997a..4c04c4ae2a91 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2017-10-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2017-10-01/redis.json @@ -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", @@ -1924,7 +1924,7 @@ "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", @@ -1932,7 +1932,7 @@ "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", @@ -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, diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2018-03-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2018-03-01/redis.json index 89031d2b44c7..b01df7137639 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2018-03-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2018-03-01/redis.json @@ -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", @@ -1958,7 +1958,7 @@ "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", @@ -1966,7 +1966,7 @@ "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", @@ -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,