Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Cache to add version preview/2020-10-01-preview #11360

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a2cdf38
New Readme Config File
greenms Oct 23, 2020
3c6f301
New Go Language Readme Config File
greenms Oct 23, 2020
92f5794
New Typescript Language Readme Config File
greenms Oct 23, 2020
42b5855
New Python Language Readme Config File
greenms Oct 23, 2020
14c1b48
New C# Language Readme Config File
greenms Oct 23, 2020
ef9efd2
New Ruby Language Readme Config File
greenms Oct 23, 2020
17ceeb0
New Swagger Spec File
greenms Oct 23, 2020
46050fd
New Swagger Example Spec File
greenms Oct 23, 2020
65aa3d9
Initial updates for public preview
greenms Oct 23, 2020
4243a6d
Add default error response. Add integer format.
greenms Oct 23, 2020
6d1e945
Add 200 response to delete operations.
greenms Oct 23, 2020
fe2a723
Add custom words for Redis Enterprise.
greenms Oct 23, 2020
3d72e6b
Update whitespace for prettier.
greenms Oct 23, 2020
ccca6d5
Update whitespace for prettier.
greenms Oct 23, 2020
4f04b1b
Update whitespace for prettier.
greenms Oct 23, 2020
9710be4
Revert "Update whitespace for prettier."
greenms Oct 23, 2020
58c8287
Revert "Update whitespace for prettier."
greenms Oct 23, 2020
2b0588f
Revert "Update whitespace for prettier."
greenms Oct 23, 2020
086a4e4
Update whitespace for prettier.
greenms Oct 23, 2020
c4f2992
Update Go settings
greenms Oct 23, 2020
4078b18
Including .NET SDK in list of SDKs automatically generated.
greenms Oct 24, 2020
62e3f90
Update csharp settings.
greenms Oct 24, 2020
0b824d8
Fix typo.
greenms Oct 24, 2020
bdbd613
Updates addressing comments from reviewer.
greenms Oct 26, 2020
46f8957
Fix provisioningState errors.
greenms Oct 26, 2020
511191b
Update clusteringPolicy description and related examples.
greenms Oct 26, 2020
871cbd9
Remove Enterprise_E1 SKU.
greenms Oct 26, 2020
8fdc35c
Updates per comments from reviewer.
greenms Oct 26, 2020
0ee3fad
Remove illegal terminal states from provisioningState. Add new resour…
greenms Oct 28, 2020
7fcae64
Merge branch 'master' into dev-redisenterprise-Microsoft.Cache-2020-1…
greenms Oct 28, 2020
f2430b6
Utilize common properties from updated v2 types.json
greenms Oct 28, 2020
5307f79
Add 'Deleting' state to ProvisioningState enum.
greenms Oct 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
],
"properties": {
"provisioningState": "Creating",
"resourceState": "Creating",
"hostName": "cache1.westus.something.azure.net",
"redisVersion": "5",
"minimumTlsVersion": "1.2"
Expand All @@ -67,6 +68,7 @@
],
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Running",
"hostName": "cache1.westus.something.azure.net",
"redisVersion": "5",
"minimumTlsVersion": "1.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"type": "Microsoft.Cache/redisEnterprise/databases",
"properties": {
"provisioningState": "Updating",
"resourceState": "Updating",
"clientProtocol": "Encrypted",
"clusteringPolicy": "EnterpriseCluster",
"evictionPolicy": "AllKeysLRU",
Expand Down Expand Up @@ -66,6 +67,7 @@
"type": "Microsoft.Cache/redisEnterprise/databases",
"properties": {
"provisioningState": "Creating",
"resourceState": "Creating",
"clientProtocol": "Plaintext",
"clusteringPolicy": "EnterpriseCluster",
"evictionPolicy": "AllKeysLRU",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"type": "Microsoft.Cache/redisEnterprise/databases",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Running",
"clientProtocol": "Encrypted",
"clusteringPolicy": "OSSCluster",
"evictionPolicy": "AllKeysLRU",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"type": "Microsoft.Cache/redisEnterprise/databases",
"properties": {
"provisioningState": "Succeeded",
"resourceState": "Running",
"clientProtocol": "Encrypted",
"clusteringPolicy": "OSSCluster",
"evictionPolicy": "AllKeysLRU",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"type": "Microsoft.Cache/redisEnterprise/databases",
"properties": {
"provisioningState": "Updating",
"resourceState": "Updating",
"clientProtocol": "Encrypted",
"clusteringPolicy": "OSSCluster",
"evictionPolicy": "AllKeysLRU",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"tags": {},
"properties": {
"hostName": "cache1.westus.something.azure.com",
"provisioningState": "Running",
"provisioningState": "Succeeded",
"resourceState": "Running",
"redisVersion": "6",
"minimumTlsVersion": "1.2",
"privateEndpointConnections": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"tags": {},
"properties": {
"hostName": "cache1.westus.something.azure.com",
"provisioningState": "Running",
"provisioningState": "Succeeded",
"resourceState": "Running",
"redisVersion": "6",
"minimumTlsVersion": "1.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"tags": {},
"properties": {
"hostName": "cache1.westus.something.azure.com",
"provisioningState": "Running",
"provisioningState": "Succeeded",
"resourceState": "Running",
"redisVersion": "5",
"minimumTlsVersion": "1.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"properties": {
"hostName": "cache1.westus.something.azure.com",
"provisioningState": "Updating",
"resourceState": "Updating",
"redisVersion": "5",
"minimumTlsVersion": "1.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@
],
"responses": {
"201": {
"description": "The cluster was/is being created. Check provisioningState to see detailed status.",
"description": "The cluster was/is being created. Check provisioningState and resourceState to see detailed status.",
"schema": {
"$ref": "#/definitions/Cluster"
}
},
"200": {
"description": "The cluster was/is being updated. Check provisioningState to see detailed status.",
"description": "The cluster was/is being updated. Check provisioningState and resourceState to see detailed status.",
"schema": {
"$ref": "#/definitions/Cluster"
}
Expand Down Expand Up @@ -218,7 +218,7 @@
],
"responses": {
"200": {
"description": "The cluster was/is being updated. Check provisioningState to see detailed status.",
"description": "The cluster was/is being updated. Check provisioningState and resourceState to see detailed status.",
"schema": {
"$ref": "#/definitions/Cluster"
}
Expand Down Expand Up @@ -494,13 +494,13 @@
],
"responses": {
"200": {
"description": "The database was/is being updated. Check provisioningState for detailed status.",
"description": "The database was/is being updated. Check provisioningState and resourceState for detailed status.",
"schema": {
"$ref": "#/definitions/Database"
}
},
"201": {
"description": "The database was/is being created. Check provisioningState for detailed status.",
"description": "The database was/is being created. Check provisioningState and resourceState for detailed status.",
"schema": {
"$ref": "#/definitions/Database"
}
Expand Down Expand Up @@ -557,7 +557,7 @@
],
"responses": {
"200": {
"description": "The database was/is being updated. Check provisioningState for detailed status.",
"description": "The database was/is being updated. Check provisioningState and resourceState for detailed status.",
"schema": {
"$ref": "#/definitions/Database"
}
Expand Down Expand Up @@ -1161,18 +1161,39 @@
"ProvisioningState": {
"type": "string",
"readOnly": true,
"description": "Current status",
"description": "Current provisioning status",
"enum": [
"Succeeded",
"Failed",
"Canceled",
"Creating",
"Updating"
],
"x-ms-enum": {
"name": "ProvisioningState",
"modelAsString": true
}
},
"ResourceState": {
"type": "string",
"readOnly": true,
"description": "Current resource status",
"enum": [
"Running",
"Creating",
"CreateFailed",
"Updating",
"UpdateFailed",
"Deleting",
"DeleteFailed",
"Enabling",
"EnableFailed",
"Disabling",
"DisableFailed",
"Disabled"
],
"x-ms-enum": {
"name": "ProvisioningState",
"name": "ResourceState",
"modelAsString": true
}
},
Expand Down Expand Up @@ -1247,7 +1268,12 @@
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
"readOnly": true,
"description": "Current status of the cluster"
"description": "Current provisioning status of the cluster"
},
"resourceState": {
"$ref": "#/definitions/ResourceState",
"readOnly": true,
"description": "Current resource status of the cluster"
},
"redisVersion": {
"type": "string",
Expand Down Expand Up @@ -1334,7 +1360,12 @@
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
"readOnly": true,
"description": "Current status of the database"
"description": "Current provisioning status of the database"
},
"resourceState": {
"$ref": "#/definitions/ResourceState",
"readOnly": true,
"description": "Current resource status of the database"
},
"clusteringPolicy": {
"type": "string",
Expand Down