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

Fix for https://github.com/Azure/azure-rest-api-specs/issues/1697#iss… #2664

Merged
merged 1 commit into from
Mar 23, 2018
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 @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down