From 803f316798d98c258b49bc47c7c64ada0ef73f77 Mon Sep 17 00:00:00 2001 From: Naveed Aziz Date: Fri, 23 Mar 2018 15:09:32 -0700 Subject: [PATCH] Fix for https://github.com/Azure/azure-rest-api-specs/issues/1697#issuecomment-367167726 (#2664) --- .../stable/2016-08-01/WebApps.json | 54 ------------------- 1 file changed, 54 deletions(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json b/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json index 3a946b6fb4d7..9827df74b640 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json @@ -147,30 +147,6 @@ "$ref": "../2016-03-01/CommonDefinitions.json#/definitions/Site" } }, - { - "name": "skipDnsRegistration", - "in": "query", - "description": "If true web app hostname is not registered with DNS on creation. This parameter is\n only used for app creation.", - "type": "boolean" - }, - { - "name": "skipCustomDomainVerification", - "in": "query", - "description": "If true, custom (non *.azurewebsites.net) domains associated with web app are not verified.", - "type": "boolean" - }, - { - "name": "forceDnsRegistration", - "in": "query", - "description": "If true, web app hostname is force registered with DNS.", - "type": "boolean" - }, - { - "name": "ttlInSeconds", - "in": "query", - "description": "Time to live in seconds for web app's default domain name.", - "type": "string" - }, { "$ref": "#/parameters/subscriptionIdParameter" }, @@ -224,12 +200,6 @@ "description": "Specify true if the App Service plan will be empty after app deletion and you want to delete the empty App Service plan. By default, the empty App Service plan is not deleted.", "type": "boolean" }, - { - "name": "skipDnsRegistration", - "in": "query", - "description": "If true, DNS registration is skipped.", - "type": "boolean" - }, { "$ref": "#/parameters/subscriptionIdParameter" }, @@ -276,30 +246,6 @@ "$ref": "#/definitions/SitePatchResource" } }, - { - "name": "skipDnsRegistration", - "in": "query", - "description": "If true web app hostname is not registered with DNS on creation. This parameter is\n only used for app creation.", - "type": "boolean" - }, - { - "name": "skipCustomDomainVerification", - "in": "query", - "description": "If true, custom (non *.azurewebsites.net) domains associated with web app are not verified.", - "type": "boolean" - }, - { - "name": "forceDnsRegistration", - "in": "query", - "description": "If true, web app hostname is force registered with DNS.", - "type": "boolean" - }, - { - "name": "ttlInSeconds", - "in": "query", - "description": "Time to live in seconds for web app's default domain name.", - "type": "string" - }, { "$ref": "#/parameters/subscriptionIdParameter" },