Skip to content

Commit f7ab6cc

Browse files
najianNan Jiang
authored andcommitted
S360 swagger correctness fix missing version (Azure#21473)
Co-authored-by: Nan Jiang <[email protected]>
1 parent 234ff99 commit f7ab6cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/CommonDefinitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
"description": "Collection of secrets used by a Dapr component",
760760
"type": "array",
761761
"items": {
762-
"$ref": "./CommonDefinitions.json#/definitions/Secret"
762+
"$ref": "./CommonDefinitions.json#/definitions/DaprSecret"
763763
},
764764
"x-ms-identifiers": [
765765
"name"

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/CommonDefinitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@
391391
"maxReplicas": {
392392
"format": "int32",
393393
"description": "Optional. Maximum number of container replicas. Defaults to 10 if not set.",
394-
"type": "integer"
394+
"type": "integer",
395+
"default": 10
395396
},
396397
"rules": {
397398
"description": "Scaling rules.",

0 commit comments

Comments
 (0)