-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.Cache to add version sta…
…ble/2021-03-01 (#12829) * Adds base for updating Microsoft.Cache from version preview/2020-10-01-preview to version 2021-03-01 * Updates readme * Updates API version in new specs and examples * Add support for persistence and fix other typos * Fix SDK Warning: R2063 OperationIdNounConflictingModelNames * Fix spellcheck error * Fix acronym capitalization in descriptions * Replace local parameters with common-types parameters * Use naming convention consistent with Azure documentation * Update word choice, remove deprecated x-ms-code-generation-setting, and fix operationId * Add x-ms-secret extension and make TLS version a string enum * Suppress errors about secrets being sent in responses
- Loading branch information
Showing
27 changed files
with
2,470 additions
and
11 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...rise/resource-manager/Microsoft.Cache/stable/2021-03-01/examples/OperationsStatusGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"location": "West US", | ||
"operationId": "testoperationid", | ||
"api-version": "2021-03-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/providers/Microsoft.Cache/locations/westus/operationStatus/testoperationid", | ||
"name": "testoperationid", | ||
"startTime": "2017-01-01T13:13:13.933Z", | ||
"endTime": "2017-01-01T16:13:13.933Z", | ||
"status": "Succeeded" | ||
} | ||
} | ||
} | ||
} |
82 changes: 82 additions & 0 deletions
82
...se/resource-manager/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseCreate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid", | ||
"parameters": { | ||
"location": "West US", | ||
"sku": { | ||
"name": "EnterpriseFlash_F300", | ||
"capacity": 3 | ||
}, | ||
"zones": [ | ||
"1", | ||
"2", | ||
"3" | ||
], | ||
"properties": { | ||
"minimumTlsVersion": "1.2" | ||
}, | ||
"tags": { | ||
"tag1": "value1" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"body": { | ||
"name": "cache1", | ||
"type": "Microsoft.Cache/redisEnterprise", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/redisEnterprise/cache1", | ||
"location": "West US", | ||
"sku": { | ||
"name": "EnterpriseFlash_F300", | ||
"capacity": 3 | ||
}, | ||
"zones": [ | ||
"1", | ||
"2", | ||
"3" | ||
], | ||
"properties": { | ||
"provisioningState": "Creating", | ||
"resourceState": "Creating", | ||
"hostName": "cache1.westus.something.azure.net", | ||
"redisVersion": "5", | ||
"minimumTlsVersion": "1.2" | ||
}, | ||
"tags": { | ||
"tag1": "value1" | ||
} | ||
} | ||
}, | ||
"200": { | ||
"body": { | ||
"name": "cache1", | ||
"type": "Microsoft.Cache/redisEnterprise", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/redisEnterprise/cache1", | ||
"location": "West US", | ||
"sku": { | ||
"name": "EnterpriseFlash_F300", | ||
"capacity": 3 | ||
}, | ||
"zones": [ | ||
"1", | ||
"2", | ||
"3" | ||
], | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceState": "Running", | ||
"hostName": "cache1.westus.something.azure.net", | ||
"redisVersion": "5", | ||
"minimumTlsVersion": "1.2" | ||
}, | ||
"tags": { | ||
"tag1": "value1" | ||
} | ||
} | ||
} | ||
} | ||
} |
108 changes: 108 additions & 0 deletions
108
...ce-manager/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseDatabasesCreate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"parameters": { | ||
"databaseName": "default", | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid", | ||
"parameters": { | ||
"properties": { | ||
"clientProtocol": "Encrypted", | ||
"clusteringPolicy": "EnterpriseCluster", | ||
"evictionPolicy": "AllKeysLRU", | ||
"persistence": { | ||
"aofEnabled": true, | ||
"aofFrequency": "1s" | ||
}, | ||
"port": 10000, | ||
"modules": [ | ||
{ | ||
"name": "RedisBloom", | ||
"args": "ERROR_RATE 0.00 INITIAL_SIZE 400" | ||
}, | ||
{ | ||
"name": "RedisTimeSeries", | ||
"args": "RETENTION_POLICY 20" | ||
}, | ||
{ | ||
"name": "RediSearch" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/redisEnterprise/cache1/databases/default", | ||
"name": "cache1/default", | ||
"type": "Microsoft.Cache/redisEnterprise/databases", | ||
"properties": { | ||
"provisioningState": "Updating", | ||
"resourceState": "Updating", | ||
"clientProtocol": "Encrypted", | ||
"clusteringPolicy": "EnterpriseCluster", | ||
"evictionPolicy": "AllKeysLRU", | ||
"persistence": { | ||
"aofEnabled": true, | ||
"aofFrequency": "1s" | ||
}, | ||
"port": 10000, | ||
"modules": [ | ||
{ | ||
"name": "RedisBloom", | ||
"args": "ERROR_RATE 0.00 INITIAL_SIZE 400", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "RedisTimeSeries", | ||
"args": "RETENTION_POLICY 20", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "RediSearch", | ||
"args": "", | ||
"version": "1.0.0" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/redisEnterprise/cache1/databases/db1", | ||
"name": "cache1/db1", | ||
"type": "Microsoft.Cache/redisEnterprise/databases", | ||
"properties": { | ||
"provisioningState": "Creating", | ||
"resourceState": "Creating", | ||
"clientProtocol": "Encrypted", | ||
"clusteringPolicy": "EnterpriseCluster", | ||
"evictionPolicy": "AllKeysLRU", | ||
"persistence": { | ||
"aofEnabled": true, | ||
"aofFrequency": "1s" | ||
}, | ||
"port": 10000, | ||
"modules": [ | ||
{ | ||
"name": "RedisBloom", | ||
"args": "ERROR_RATE 0.00 INITIAL_SIZE 400", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "RedisTimeSeries", | ||
"args": "RETENTION_POLICY 20", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "RediSearch", | ||
"args": "", | ||
"version": "1.0.0" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...ce-manager/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseDatabasesDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parameters": { | ||
"databaseName": "db1", | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Cache/...pathToOperationStatus...", | ||
"Location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Cache/...pathToOperationResult..." | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...ce-manager/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseDatabasesExport.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"parameters": { | ||
"databaseName": "default", | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid", | ||
"parameters": { | ||
"sasUri": "https://contosostorage.blob.core.window.net/urlToBlobContainer?sasKeyParameters" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Cache/...pathToOperationStatus...", | ||
"Location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Cache/...pathToOperationResult..." | ||
} | ||
} | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
...ource-manager/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseDatabasesGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"parameters": { | ||
"databaseName": "default", | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/redisEnterprise/cache1/databases/default", | ||
"name": "cache1/default", | ||
"type": "Microsoft.Cache/redisEnterprise/databases", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceState": "Running", | ||
"clientProtocol": "Encrypted", | ||
"clusteringPolicy": "OSSCluster", | ||
"evictionPolicy": "AllKeysLRU", | ||
"persistence": { | ||
"rdbEnabled": true, | ||
"rdbFrequency": "12h" | ||
}, | ||
"port": 10000, | ||
"modules": [ | ||
{ | ||
"name": "RediSearch", | ||
"args": "", | ||
"version": "1.0.0" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...ce-manager/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseDatabasesImport.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"parameters": { | ||
"databaseName": "default", | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid", | ||
"parameters": { | ||
"sasUri": "https://contosostorage.blob.core.window.net/urltoBlobFile?sasKeyParameters" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Cache/...pathToOperationStatus...", | ||
"Location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Cache/...pathToOperationResult..." | ||
} | ||
} | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
...ger/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseDatabasesListByCluster.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/redisEnterprise/cache1/databases/default", | ||
"name": "cache1/default", | ||
"type": "Microsoft.Cache/redisEnterprise/databases", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceState": "Running", | ||
"clientProtocol": "Encrypted", | ||
"clusteringPolicy": "OSSCluster", | ||
"evictionPolicy": "AllKeysLRU", | ||
"persistence": { | ||
"rdbEnabled": true, | ||
"rdbFrequency": "12h" | ||
}, | ||
"port": 10000, | ||
"modules": [ | ||
{ | ||
"name": "RediSearch", | ||
"args": "", | ||
"version": "1.0.0" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...-manager/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseDatabasesListKeys.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parameters": { | ||
"databaseName": "default", | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"primaryKey": "<primaryKey>", | ||
"secondaryKey": "<secondaryKey>" | ||
} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...ger/Microsoft.Cache/stable/2021-03-01/examples/RedisEnterpriseDatabasesRegenerateKey.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"parameters": { | ||
"databaseName": "default", | ||
"clusterName": "cache1", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2021-03-01", | ||
"subscriptionId": "subid", | ||
"parameters": { | ||
"keyType": "Primary" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"primaryKey": "<primaryKey>", | ||
"secondaryKey": "<secondaryKey>" | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Cache/...pathToOperationStatus...", | ||
"Location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Cache/...pathToOperationResult..." | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.