Skip to content

Commit

Permalink
Deprecate KC/KS SKUs (#5162)
Browse files Browse the repository at this point in the history
* Deprecate KC/KS sku names

* Fix typos
  • Loading branch information
radennis authored and praries880 committed Feb 6, 2019
1 parent 78e1fea commit 56ddcc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"resourceType": "clusters",
"sku": {
"name": "KC8",
"name": "D13_v2",
"tier": "Standard"
},
"capacity": {
Expand All @@ -25,7 +25,7 @@
{
"resourceType": "clusters",
"sku": {
"name": "KC16",
"name": "D14_v2",
"tier": "Standard"
},
"capacity": {
Expand All @@ -38,7 +38,7 @@
{
"resourceType": "clusters",
"sku": {
"name": "KS8",
"name": "L8",
"tier": "Standard"
},
"capacity": {
Expand All @@ -51,7 +51,7 @@
{
"resourceType": "clusters",
"sku": {
"name": "KS16",
"name": "L16",
"tier": "Standard"
},
"capacity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1471,10 +1471,6 @@
"description": "SKU name.",
"type": "string",
"enum": [
"KC8",
"KC16",
"KS8",
"KS16",
"D13_v2",
"D14_v2",
"L8",
Expand Down

0 comments on commit 56ddcc4

Please sign in to comment.