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

typo: web/resource-manager/Microsoft.Web #4505

Merged
Show file tree
Hide file tree
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 @@ -53,7 +53,7 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/managedApis/{apiName}": {
"get": {
"tags": [ "Managed Apis" ],
"summary": "Get managed Api",
"summary": "Get managed API",
"operationId": "ManagedApis_Get",
"description": "Gets a managed API.",
"parameters": [
Expand Down Expand Up @@ -463,14 +463,14 @@
},
"policies": {
"$ref": "#/definitions/ApiPolicies",
"description": "Api polcies"
"description": "API policies"
},
"backendService": {
"$ref": "#/definitions/BackendServiceDefinition",
"description": "Backend service definition"
},
"apiDefinitionUrl": {
"description": "Api definition Url - url where the swagger can be downloaded from",
"description": "API definition Url - url where the swagger can be downloaded from",
"type": "string"
},
"metadata": {
Expand Down Expand Up @@ -547,7 +547,7 @@
}
},
"ApiPolicies": {
"description": "Api policies",
"description": "API policies",
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -596,7 +596,6 @@
"Object": {
"type": "object",
"properties": {

}
},
"ConnectionParameter": {
Expand Down Expand Up @@ -653,13 +652,13 @@
"type": "string"
},
"useInternalRouting": {
"description": "When the backend url is in same ASE, for performance reason this flag can be set to true\r\n If WebApp.DisableHostNames is also set it improves the security by making the back end accesible only \r\n via API calls\r\n Note: calls will fail if this option is used but back end is not on the same ASE",
"description": "When the backend url is in same ASE, for performance reason this flag can be set to true\r\n If WebApp.DisableHostNames is also set it improves the security by making the back end accessible only \r\n via API calls\r\n Note: calls will fail if this option is used but back end is not on the same ASE",
"type": "boolean"
}
}
},
"ApiOAuthSettings": {
"description": "OAuth settings for the conenction provider",
"description": "OAuth settings for the connection provider",
"type": "object",
"properties": {
"identityProvider": {
Expand Down Expand Up @@ -717,7 +716,7 @@
}
},
"ConnectionCollection": {
"description": "Collection of conenctions",
"description": "Collection of connections",
"type": "object",
"properties": {
"value": {
Expand All @@ -734,7 +733,7 @@
}
},
"Connection": {
"description": "Api Connection",
"description": "API Connection",
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -1033,7 +1032,7 @@
}
},
"ConsentLinkInput": {
"description": "Connection Constent Link payload",
"description": "Connection Consent Link payload",
"type": "object",
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
"tags": [
"CertificateOrders"
],
"summary": "Retrive email history",
"summary": "Retrieve email history",
"operationId": "CertificateOrders_RetrieveCertificateEmailHistory",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -1010,7 +1010,7 @@
"tags": [
"Certificates"
],
"summary": "Delete a certificate by name in a specificed subscription and resourcegroup.",
"summary": "Delete a certificate by name in a specified subscription and resourcegroup.",
"operationId": "Certificates_DeleteCertificate",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -1986,7 +1986,7 @@
"tags": [
"Global"
],
"summary": "Gets all App Service Plans for a subcription",
"summary": "Gets all App Service Plans for a subscription",
"operationId": "Global_GetAllServerFarms",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -3972,7 +3972,7 @@
"tags": [
"HostingEnvironments"
],
"summary": "Get properties of a multiRool pool.",
"summary": "Get properties of a multiRole pool.",
"operationId": "HostingEnvironments_GetMultiRolePool",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -5842,7 +5842,7 @@
"tags": [
"ServerFarms"
],
"summary": "Queries for App Serice Plan metrics",
"summary": "Queries for App Service Plan metrics",
"operationId": "ServerFarms_GetServerFarmMetrics",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -5951,7 +5951,7 @@
"tags": [
"ServerFarms"
],
"summary": "Gets list of vnets associated with App Service Plan",
"summary": "Gets list of VNets associated with App Service Plan",
"operationId": "ServerFarms_GetVnetsForServerFarm",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -10694,7 +10694,7 @@
{
"name": "siteConfig",
"in": "body",
"description": "Request body that contains the configuraiton setting for the web app",
"description": "Request body that contains the configuration setting for the web app",
"required": true,
"schema": {
"$ref": "#/definitions/SiteConfig"
Expand Down Expand Up @@ -10752,7 +10752,7 @@
{
"name": "siteConfig",
"in": "body",
"description": "Request body that contains the configuraiton setting for the web app",
"description": "Request body that contains the configuration setting for the web app",
"required": true,
"schema": {
"$ref": "#/definitions/SiteConfig"
Expand Down Expand Up @@ -10864,7 +10864,7 @@
{
"name": "siteConfig",
"in": "body",
"description": "Request body that contains the configuraiton setting for the web app",
"description": "Request body that contains the configuration setting for the web app",
"required": true,
"schema": {
"$ref": "#/definitions/SiteConfig"
Expand Down Expand Up @@ -10929,7 +10929,7 @@
{
"name": "siteConfig",
"in": "body",
"description": "Request body that contains the configuraiton setting for the web app",
"description": "Request body that contains the configuration setting for the web app",
"required": true,
"schema": {
"$ref": "#/definitions/SiteConfig"
Expand Down Expand Up @@ -15183,7 +15183,7 @@
"tags": [
"Sites"
],
"summary": "Retrieves a Biztalk Hybrid Connection identified by its entity name.",
"summary": "Retrieves a BizTalk Hybrid Connection identified by its entity name.",
"operationId": "Sites_GetSiteRelayServiceConnection",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -15235,7 +15235,7 @@
"tags": [
"Sites"
],
"summary": "Creates a new association to a Biztalk Hybrid Connection, or updates an existing one.",
"summary": "Creates a new association to a BizTalk Hybrid Connection, or updates an existing one.",
"operationId": "Sites_CreateOrUpdateSiteRelayServiceConnection",
"consumes": [
"application/json",
Expand Down Expand Up @@ -15300,7 +15300,7 @@
"tags": [
"Sites"
],
"summary": "Removes the association to a Biztalk Hybrid Connection, identified by its entity name.",
"summary": "Removes the association to a BizTalk Hybrid Connection, identified by its entity name.",
"operationId": "Sites_DeleteSiteRelayServiceConnection",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -15352,7 +15352,7 @@
"tags": [
"Sites"
],
"summary": "Creates a new association to a Biztalk Hybrid Connection, or updates an existing one.",
"summary": "Creates a new association to a BizTalk Hybrid Connection, or updates an existing one.",
"operationId": "Sites_UpdateSiteRelayServiceConnection",
"consumes": [
"application/json",
Expand Down Expand Up @@ -15419,7 +15419,7 @@
"tags": [
"Sites"
],
"summary": "Retrieves a Biztalk Hybrid Connection identified by its entity name.",
"summary": "Retrieves a BizTalk Hybrid Connection identified by its entity name.",
"operationId": "Sites_GetSiteRelayServiceConnectionSlot",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -15478,7 +15478,7 @@
"tags": [
"Sites"
],
"summary": "Creates a new association to a Biztalk Hybrid Connection, or updates an existing one.",
"summary": "Creates a new association to a BizTalk Hybrid Connection, or updates an existing one.",
"operationId": "Sites_CreateOrUpdateSiteRelayServiceConnectionSlot",
"consumes": [
"application/json",
Expand Down Expand Up @@ -15550,7 +15550,7 @@
"tags": [
"Sites"
],
"summary": "Removes the association to a Biztalk Hybrid Connection, identified by its entity name.",
"summary": "Removes the association to a BizTalk Hybrid Connection, identified by its entity name.",
"operationId": "Sites_DeleteSiteRelayServiceConnectionSlot",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -15609,7 +15609,7 @@
"tags": [
"Sites"
],
"summary": "Creates a new association to a Biztalk Hybrid Connection, or updates an existing one.",
"summary": "Creates a new association to a BizTalk Hybrid Connection, or updates an existing one.",
"operationId": "Sites_UpdateSiteRelayServiceConnectionSlot",
"consumes": [
"application/json",
Expand Down Expand Up @@ -15683,7 +15683,7 @@
"tags": [
"Sites"
],
"summary": "Retrieves all Biztalk Hybrid Connections associated with this web app.",
"summary": "Retrieves all BizTalk Hybrid Connections associated with this web app.",
"operationId": "Sites_ListSiteRelayServiceConnectionsSlot",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -15737,7 +15737,7 @@
"tags": [
"Sites"
],
"summary": "Retrieves all Biztalk Hybrid Connections associated with this web app.",
"summary": "Retrieves all BizTalk Hybrid Connections associated with this web app.",
"operationId": "Sites_ListSiteRelayServiceConnections",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -16796,7 +16796,7 @@
}
},
"CertificateOrderCollection": {
"description": "Collection of ceritificate orders",
"description": "Collection of certificate orders",
"type": "object",
"properties": {
"value": {
Expand All @@ -16813,7 +16813,7 @@
}
},
"CertificateOrderCertificateCollection": {
"description": "Collection of ceritificateorder certificates",
"description": "Collection of certificate order certificates",
"type": "object",
"properties": {
"value": {
Expand Down Expand Up @@ -17010,7 +17010,7 @@
},
"expirationDate": {
"format": "date-time",
"description": "Certificate expriration date",
"description": "Certificate expiration date",
"type": "string"
},
"password": {
Expand Down Expand Up @@ -17084,7 +17084,7 @@
"type": "string"
},
"pfxBlob": {
"description": "PFX certifcate of created certificate",
"description": "PFX certificate of created certificate",
"type": "string"
},
"password": {
Expand Down Expand Up @@ -17294,7 +17294,7 @@
}
},
"Contact": {
"description": "Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information will be be made publicly available through the Whois directories as per ICANN requirements.",
"description": "Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information will be made publicly available through the Whois directories as per ICANN requirements.",
"type": "object",
"properties": {
"addressMailing": {
Expand Down Expand Up @@ -17445,7 +17445,7 @@
}
},
"User": {
"description": "Represents user crendentials used for publishing activity",
"description": "Represents user credentials used for publishing activity",
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -17607,7 +17607,7 @@
"readOnly": true
},
"resourceGroup": {
"description": "Resource group of the serverfarm",
"description": "Resource group of the server farm",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -18059,7 +18059,7 @@
},
"experiments": {
"$ref": "#/definitions/Experiments",
"description": "This is work around for polymophic types"
"description": "This is work around for polymorphic types"
},
"limits": {
"$ref": "#/definitions/SiteLimits",
Expand Down Expand Up @@ -18504,7 +18504,7 @@
},
"changeStep": {
"format": "double",
"description": "[Optional] In auto ramp up scenario this is the step to to add/remove from {Microsoft.Web.Hosting.Administration.RampUpRule.ReroutePercentage} until it reaches \r\n {Microsoft.Web.Hosting.Administration.RampUpRule.MinReroutePercentage} or {Microsoft.Web.Hosting.Administration.RampUpRule.MaxReroutePercentage}. Site metrics are checked every N minutes specificed in {Microsoft.Web.Hosting.Administration.RampUpRule.ChangeIntervalInMinutes}.\r\n Custom decision algorithm can be provided in TiPCallback site extension which Url can be specified in {Microsoft.Web.Hosting.Administration.RampUpRule.ChangeDecisionCallbackUrl}",
"description": "[Optional] In auto ramp up scenario this is the step to add/remove from {Microsoft.Web.Hosting.Administration.RampUpRule.ReroutePercentage} until it reaches \r\n {Microsoft.Web.Hosting.Administration.RampUpRule.MinReroutePercentage} or {Microsoft.Web.Hosting.Administration.RampUpRule.MaxReroutePercentage}. Site metrics are checked every N minutes specified in {Microsoft.Web.Hosting.Administration.RampUpRule.ChangeIntervalInMinutes}.\r\n Custom decision algorithm can be provided in TiPCallback site extension which Url can be specified in {Microsoft.Web.Hosting.Administration.RampUpRule.ChangeDecisionCallbackUrl}",
"type": "number"
},
"changeIntervalInMinutes": {
Expand Down Expand Up @@ -19700,7 +19700,7 @@
"type": "object",
"properties": {
"unit": {
"description": "Units of measurement for the quota resourse",
"description": "Units of measurement for the quota resource",
"type": "string"
},
"nextResetTime": {
Expand Down Expand Up @@ -19739,7 +19739,7 @@
}
},
"MetricDefinitionCollection": {
"description": "Collection of metric defintions",
"description": "Collection of metric definitions",
"type": "object",
"properties": {
"value": {
Expand Down Expand Up @@ -20285,7 +20285,7 @@
}
},
"RelayServiceConnectionEntity": {
"description": "Class that represents a Biztalk Hybrid Connection",
"description": "Class that represents a BizTalk Hybrid Connection",
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -20748,7 +20748,7 @@
}
},
"Deployment": {
"description": "Represents user crendentials used for publishing activity",
"description": "Represents user credentials used for publishing activity",
"type": "object",
"allOf": [
{
Expand Down
Loading