Skip to content

Commit

Permalink
S360 swagger correctness fix missing version (Azure#21473)
Browse files Browse the repository at this point in the history
Co-authored-by: Nan Jiang <[email protected]>
  • Loading branch information
2 people authored and anandanthony committed Dec 16, 2022
1 parent 9c74e21 commit 1be0ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"description": "Collection of secrets used by a Dapr component",
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/Secret"
"$ref": "./CommonDefinitions.json#/definitions/DaprSecret"
},
"x-ms-identifiers": [
"name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@
"maxReplicas": {
"format": "int32",
"description": "Optional. Maximum number of container replicas. Defaults to 10 if not set.",
"type": "integer"
"type": "integer",
"default": 10
},
"rules": {
"description": "Scaling rules.",
Expand Down

0 comments on commit 1be0ee7

Please sign in to comment.