Skip to content

Commit

Permalink
Added missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham committed May 4, 2020
1 parent eb3f42a commit 12306c2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1232,9 +1232,10 @@
"type": {
"description": "Type of managed service identity.",
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned, UserAssigned",
"None"
],
"type": "string",
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20049,9 +20049,10 @@
},
"identityType": {
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned, UserAssigned",
"None"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -20856,6 +20857,29 @@
}
}
},
"CsmPublishingProfileOptions": {
"description": "Publishing options for requested profile.",
"type": "object",
"properties": {
"format": {
"description": "Name of the format. Valid values are: \nFileZilla3\nWebDeploy -- default\nFtp",
"enum": [
"FileZilla3",
"WebDeploy",
"Ftp"
],
"type": "string",
"x-ms-enum": {
"name": "PublishingProfileFormat",
"modelAsString": true
}
},
"includeDisasterRecoveryEndpoints": {
"description": "Include the DisasterRecover endpoint if true",
"type": "boolean"
}
}
},
"CsmSlotEntity": {
"description": "Deployment slot parameters.",
"required": [
Expand Down Expand Up @@ -21541,9 +21565,10 @@
},
"identityType": {
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned, UserAssigned",
"None"
],
"type": "string",
"x-ms-enum": {
Expand Down

0 comments on commit 12306c2

Please sign in to comment.