Skip to content

Commit

Permalink
revert auth type enum change
Browse files Browse the repository at this point in the history
  • Loading branch information
arsunda committed Apr 28, 2020
1 parent a3424c0 commit a4c799f
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5394,25 +5394,12 @@
"typeProperties"
]
},
"WebActivityAuthenticationType": {
"description": "The list of Authentication types supported by a Web Activity.",
"type": "string",
"enum": [
"Basic",
"ClientCertificate",
"MSI"
],
"x-ms-enum": {
"name": "WebActivityAuthenticationType",
"modelAsString": true
}
},
"WebActivityAuthentication": {
"description": "Web activity authentication properties.",
"properties": {
"type": {
"description": "Web activity authentication (Basic/ClientCertificate/MSI)",
"$ref": "#/definitions/WebActivityAuthenticationType"
"type": "string"
},
"pfx": {
"description": "Base64-encoded contents of a PFX file.",
Expand Down

0 comments on commit a4c799f

Please sign in to comment.