Skip to content

Commit eec1068

Browse files
smile37773AzureRestAPISpecReviewBigCat20196
authored
[Hub Generated] Publish private branch 'appplatform/release/s209' (#20465)
* [AutoSync] 056109218 feat(ACIS): Add UpdateAppInternalState operation * Update readme.python.md * Update readme.python.md * Update readme.md Co-authored-by: swagger-automation <[email protected]> Co-authored-by: Jiefeng Chen <[email protected]>
1 parent 3de536d commit eec1068

File tree

140 files changed

+18995
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+18995
-12
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/appplatform.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9703,11 +9703,13 @@
97039703
"properties": {
97049704
"cpu": {
97059705
"description": "Cpu allocated to each Spring Cloud Gateway instance.",
9706-
"type": "string"
9706+
"type": "string",
9707+
"default": "1"
97079708
},
97089709
"memory": {
97099710
"description": "Memory allocated to each Spring Cloud Gateway instance.",
9710-
"type": "string"
9711+
"type": "string",
9712+
"default": "2Gi"
97119713
}
97129714
}
97139715
},

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-03-01-preview/appplatform.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9734,11 +9734,13 @@
97349734
"properties": {
97359735
"cpu": {
97369736
"description": "Cpu allocated to each Spring Cloud Gateway instance.",
9737-
"type": "string"
9737+
"type": "string",
9738+
"default": "1"
97389739
},
97399740
"memory": {
97409741
"description": "Memory allocated to each Spring Cloud Gateway instance.",
9741-
"type": "string"
9742+
"type": "string",
9743+
"default": "2Gi"
97429744
}
97439745
}
97449746
},

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-05-01-preview/appplatform.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9863,11 +9863,13 @@
98639863
"properties": {
98649864
"cpu": {
98659865
"description": "Cpu allocated to each Spring Cloud Gateway instance.",
9866-
"type": "string"
9866+
"type": "string",
9867+
"default": "1"
98679868
},
98689869
"memory": {
98699870
"description": "Memory allocated to each Spring Cloud Gateway instance.",
9870-
"type": "string"
9871+
"type": "string",
9872+
"default": "2Gi"
98719873
}
98729874
}
98739875
},

0 commit comments

Comments
 (0)