Skip to content

Commit

Permalink
Add scaling plan ring (#13129)
Browse files Browse the repository at this point in the history
Co-authored-by: jehurren@microsoft.com <jehurren@microsoft.com>
  • Loading branch information
lordjeb and jehurren@microsoft.com authored Feb 26, 2021
1 parent 1923479 commit cb2ecbb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4269,6 +4269,11 @@
"type": "object",
"description": "Scaling plan properties.",
"properties": {
"ring": {
"type": "integer",
"format": "int32",
"description": "The ring number of scaling plan."
},
"description": {
"type": "string",
"description": "Description of scaling plan."
Expand Down Expand Up @@ -4531,6 +4536,11 @@
"type": "object",
"description": "Scaling plan properties.",
"properties": {
"ring": {
"type": "integer",
"format": "int32",
"description": "The ring number of scaling plan."
},
"description": {
"type": "string",
"description": "Description of scaling plan."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"tag2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down Expand Up @@ -64,6 +65,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down Expand Up @@ -116,6 +118,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down Expand Up @@ -68,6 +69,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down Expand Up @@ -67,6 +68,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"tag2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down Expand Up @@ -63,6 +64,7 @@
"key2": "value2"
},
"properties": {
"ring": 1,
"description": "des1",
"friendlyName": "friendly",
"timeZone": "",
Expand Down

0 comments on commit cb2ecbb

Please sign in to comment.