Skip to content

Commit 088f9e1

Browse files
author
SDKAuto
committed
CodeGen from PR 12271 in Azure/azure-rest-api-specs
Merge 736672f3b59fa2f0f89a0672801694561a9bce3a into f48dd771b3176ec88d8a61f26230226ca261b9eb
1 parent 017eca6 commit 088f9e1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

schemas/2019-05-01-preview/Microsoft.AppPlatform.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,12 @@
906906
},
907907
"name": {
908908
"type": "string",
909+
"default": "S0",
909910
"description": "Name of the Sku"
910911
},
911912
"tier": {
912913
"type": "string",
914+
"default": "Standard",
913915
"description": "Tier of the Sku"
914916
}
915917
},
@@ -1226,4 +1228,4 @@
12261228
"description": "Source information for a deployment"
12271229
}
12281230
}
1229-
}
1231+
}

schemas/2020-07-01/Microsoft.AppPlatform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,4 +1375,4 @@
13751375
"description": "Source information for a deployment"
13761376
}
13771377
}
1378-
}
1378+
}

schemas/2020-11-01-preview/Microsoft.AppPlatform.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,10 +1034,12 @@
10341034
},
10351035
"name": {
10361036
"type": "string",
1037+
"default": "S0",
10371038
"description": "Name of the Sku"
10381039
},
10391040
"tier": {
10401041
"type": "string",
1042+
"default": "Standard",
10411043
"description": "Tier of the Sku"
10421044
}
10431045
},
@@ -1404,4 +1406,4 @@
14041406
"description": "Source information for a deployment"
14051407
}
14061408
}
1407-
}
1409+
}

0 commit comments

Comments
 (0)