Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedaz authored and olydis committed Mar 23, 2018
1 parent c53f52c commit 803f316
Showing 1 changed file with 0 additions and 54 deletions.
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

0 comments on commit 803f316

Please sign in to comment.