Skip to content

Commit

Permalink
Fix swagger KPI issue on additional property "tenantId" in deployment…
Browse files Browse the repository at this point in the history
… script with api-version 2020-10-01 (#13120)

* Update deploymentScripts.json

Mark environment variable secureValue as secret

* Update deploymentScripts.json

Fix a bug in Microsoft.Resources/deploymentScripts where tenantId property is missed from ManagedServiceIdentity.

* Fix swagger KPI issue on additional property "tenantId" in deployment script with api-version 2020-10-01

* Update deploymentScripts.json

* update retentionInterval description.
  • Loading branch information
lwang2016 authored Mar 2, 2021
1 parent b8052be commit 61fa39c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
"retentionInterval": {
"type": "string",
"format": "duration",
"description": "Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P7D means one week)."
"description": "Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day)."
},
"timeout": {
"type": "string",
Expand Down Expand Up @@ -755,6 +755,7 @@
}
},
"tenantId": {
"readOnly": true,
"type": "string",
"description": "ID of the Azure Active Directory."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
"retentionInterval": {
"type": "string",
"format": "duration",
"description": "Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P7D means one week)."
"description": "Interval for which the service retains the script resource after it reaches a terminal state. Resource will be deleted when this duration expires. Duration is based on ISO 8601 pattern (for example P1D means one day)."
},
"timeout": {
"type": "string",
Expand Down Expand Up @@ -756,6 +756,11 @@
"modelAsString": true
}
},
"tenantId": {
"readOnly": true,
"type": "string",
"description": "ID of the Azure Active Directory."
},
"userAssignedIdentities": {
"type": "object",
"description": "The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.",
Expand Down

0 comments on commit 61fa39c

Please sign in to comment.