Skip to content

Commit 06f4469

Browse files
authored
Update WebApps.json (#17353)
1 parent 75300c8 commit 06f4469

File tree

1 file changed

+46
-0
lines changed
  • specification/web/resource-manager/Microsoft.Web/stable/2021-03-01

1 file changed

+46
-0
lines changed

specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/WebApps.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9858,6 +9858,52 @@
98589858
}
98599859
},
98609860
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2": {
9861+
"get": {
9862+
"tags": [
9863+
"WebApps"
9864+
],
9865+
"summary": "Gets site's Authentication / Authorization settings for apps via the V2 format",
9866+
"operationId": "WebApps_GetAuthSettingsV2WithoutSecretsSlot",
9867+
"parameters": [
9868+
{
9869+
"$ref": "#/parameters/resourceGroupNameParameter"
9870+
},
9871+
{
9872+
"name": "name",
9873+
"in": "path",
9874+
"description": "Name of the app.",
9875+
"required": true,
9876+
"type": "string"
9877+
},
9878+
{
9879+
"name": "slot",
9880+
"in": "path",
9881+
"description": "Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.",
9882+
"required": true,
9883+
"type": "string"
9884+
},
9885+
{
9886+
"$ref": "#/parameters/subscriptionIdParameter"
9887+
},
9888+
{
9889+
"$ref": "#/parameters/apiVersionParameter"
9890+
}
9891+
],
9892+
"responses": {
9893+
"200": {
9894+
"description": "OK",
9895+
"schema": {
9896+
"$ref": "#/definitions/SiteAuthSettingsV2"
9897+
}
9898+
},
9899+
"default": {
9900+
"description": "App Service error response.",
9901+
"schema": {
9902+
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
9903+
}
9904+
}
9905+
}
9906+
},
98619907
"put": {
98629908
"tags": [
98639909
"WebApps"

0 commit comments

Comments
 (0)