Skip to content

Commit

Permalink
Update DeploymentScripts swagger to address swagger correctness issues (
Browse files Browse the repository at this point in the history
  • Loading branch information
lwang2016 authored and DeMale committed Dec 11, 2020
1 parent 58d665d commit 3f58ca6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@
"timeout": {
"type": "string",
"format": "duration",
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H"
"default": "P1D",
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D"
}
}
},
Expand All @@ -633,6 +634,7 @@
"OnSuccess",
"OnExpiration"
],
"default": "Always",
"x-ms-enum": {
"name": "cleanupOptions",
"modelAsString": true
Expand Down Expand Up @@ -771,10 +773,12 @@
"description": "User-assigned managed identity.",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "Azure Active Directory principal ID associated with this identity."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "Client App Id associated with this identity."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,8 @@
"timeout": {
"type": "string",
"format": "duration",
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is PT1H"
"default": "P1D",
"description": "Maximum allowed script execution time specified in ISO 8601 format. Default value is P1D"
}
}
},
Expand All @@ -635,6 +636,7 @@
"OnSuccess",
"OnExpiration"
],
"default": "Always",
"x-ms-enum": {
"name": "cleanupOptions",
"modelAsString": true
Expand Down Expand Up @@ -769,10 +771,12 @@
"description": "User-assigned managed identity.",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "Azure Active Directory principal ID associated with this identity."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "Client App Id associated with this identity."
}
Expand Down

0 comments on commit 3f58ca6

Please sign in to comment.