Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GET endpoint at /config/authsettingsv2 for Microsoft.Web #16427

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,46 @@
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2": {
"get": {
"tags": [
"WebApps"
],
"summary": "Gets site's Authentication / Authorization settings for apps via the V2 format",
"description": "Description for Gets site's Authentication / Authorization settings for apps via the V2 format",
"operationId": "WebApps_GetAuthSettingsV2",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"name": "name",
"in": "path",
"description": "Name of the app.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/SiteAuthSettingsV2"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
},
"put": {
"tags": [
"WebApps"
Expand Down Expand Up @@ -1252,7 +1292,7 @@
],
"summary": "Gets site's Authentication / Authorization settings for apps via the V2 format",
"description": "Description for Gets site's Authentication / Authorization settings for apps via the V2 format",
"operationId": "WebApps_GetAuthSettingsV2",
"operationId": "WebApps_ListAuthSettingsV2",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
Expand Down Expand Up @@ -3524,88 +3564,6 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/onedeploy": {
"get": {
"tags": [
"WebApps"
],
"summary": "Invoke onedeploy status API /api/deployments and gets the deployment status for the site",
"description": "Description for Invoke onedeploy status API /api/deployments and gets the deployment status for the site",
"operationId": "WebApps_GetOneDeployStatus",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"name": "name",
"in": "path",
"description": "Name of web app.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "object"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
},
"put": {
"tags": [
"WebApps"
],
"summary": "Invoke the OneDeploy publish web app extension.",
"description": "Description for Invoke the OneDeploy publish web app extension.",
"operationId": "WebApps_CreateOneDeployOperation",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"name": "name",
"in": "path",
"description": "Name of web app.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "object"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions": {
"get": {
"tags": [
Expand Down Expand Up @@ -4126,8 +4084,8 @@
"tags": [
"WebApps"
],
"summary": "Syncs function trigger metadata to the management database",
"description": "This is to allow calling via powershell and ARM template.",
"summary": "This is to allow calling via powershell and ARM template.",
"description": "Description for This is to allow calling via powershell and ARM template.",
"operationId": "WebApps_ListSyncStatus",
"parameters": [
{
Expand All @@ -4148,8 +4106,8 @@
}
],
"responses": {
"200": {
"description": "Sync was successful."
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -4187,8 +4145,8 @@
}
],
"responses": {
"200": {
"description": "Sync was successful."
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -5834,8 +5792,8 @@
"tags": [
"WebApps"
],
"summary": "Syncs function trigger metadata to the management database",
"description": "This is to allow calling via powershell and ARM template.",
"summary": "This is to allow calling via powershell and ARM template.",
"description": "Description for This is to allow calling via powershell and ARM template.",
"operationId": "WebApps_ListSyncFunctionTriggers",
"parameters": [
{
Expand All @@ -5857,7 +5815,7 @@
],
"responses": {
"200": {
"description": "Sync was successful.",
"description": "OK",
"schema": {
"$ref": "#/definitions/FunctionSecrets"
}
Expand Down Expand Up @@ -12971,8 +12929,8 @@
"tags": [
"WebApps"
],
"summary": "Syncs function trigger metadata to the management database",
"description": "This is to allow calling via powershell and ARM template.",
"summary": "This is to allow calling via powershell and ARM template.",
"description": "Description for This is to allow calling via powershell and ARM template.",
"operationId": "WebApps_ListSyncStatusSlot",
"parameters": [
{
Expand Down Expand Up @@ -13000,8 +12958,8 @@
}
],
"responses": {
"200": {
"description": "Sync was successful."
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -13046,8 +13004,8 @@
}
],
"responses": {
"200": {
"description": "Sync was successful."
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -14903,8 +14861,8 @@
"tags": [
"WebApps"
],
"summary": "Syncs function trigger metadata to the management database",
"description": "This is to allow calling via powershell and ARM template.",
"summary": "This is to allow calling via powershell and ARM template.",
"description": "Description for This is to allow calling via powershell and ARM template.",
"operationId": "WebApps_ListSyncFunctionTriggersSlot",
"parameters": [
{
Expand Down Expand Up @@ -14933,7 +14891,7 @@
],
"responses": {
"200": {
"description": "Sync was successful.",
"description": "OK",
"schema": {
"$ref": "#/definitions/FunctionSecrets"
}
Expand Down Expand Up @@ -18619,8 +18577,8 @@
}
],
"responses": {
"200": {
"description": "Sync was successful."
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -20340,8 +20298,8 @@
}
],
"responses": {
"200": {
"description": "Sync was successful."
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
Expand Down