Skip to content

Commit

Permalink
typo: Microsoft.ApiManagement
Browse files Browse the repository at this point in the history
- reponse -> response
- succesfully -> successfully
- Successfull -> Successful
- Double word "the"
- GeoGraphy -> geography
- secconds -> seconds
- agregation -> aggregation
- succesful -> successful
- HttpStatusCode.Unauthorize -> HttpStatusCode.Unauthorized
- fullfilled -> fulfilled
- specificied -> specified
- productid -> productId
- appplying -> applying
- assosiated -> associated
- Storename -> StoreName
- Managemet -> Management
- outcoming -> outgoing
- queruering -> querying
- Countery -> Counter
- Subsctions -> Subscriptions
- groupid -> groupId
- subid -> subscriptionId
- dignostic -> diagnostic
- settigs -> settings
- concent -> consent
- fescription -> description
- Reconect -> Reconnect
  • Loading branch information
nschonni committed Nov 28, 2018
1 parent 0ffb349 commit aeeca4e
Show file tree
Hide file tree
Showing 61 changed files with 1,438 additions and 1,438 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
],
"responses": {
"200": {
"description": "Paged Result reponse of Apis.",
"description": "Paged Result response of Apis.",
"schema": {
"$ref": "#/definitions/ApiCollection"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
],
"responses": {
"201": {
"description": "Group was created succesfully.",
"description": "Group was created successfully.",
"schema": {
"$ref": "#/definitions/GroupContract"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
],
"responses": {
"204": {
"description": "No Content in case of Update Successfull."
"description": "No Content in case of Update Successful."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"Property"
],
"operationId": "Property_Delete",
"description": "Deletes specific property from the the API Management service instance.",
"description": "Deletes specific property from the API Management service instance.",
"x-ms-examples": {
"ApiManagementDeleteProperties": {
"$ref": "./examples/ApiManagementDeleteProperties.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"Reports"
],
"operationId": "Reports_ListByGeo",
"description": "Lists report records by GeoGraphy.",
"description": "Lists report records by geography.",
"x-ms-examples": {
"ApiManagementGetReportsByGeo": {
"$ref": "./examples/ApiManagementGetReportsByGeo.json"
Expand Down Expand Up @@ -338,7 +338,7 @@
"required": true,
"type": "string",
"format": "duration",
"description": "By time interval. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, secconds))"
"description": "By time interval. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds))"
},
{
"$ref": "./apimanagement.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -438,7 +438,7 @@
},
"interval": {
"type": "string",
"description": "Length of agregation period. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations)."
"description": "Length of aggregation period. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations)."
},
"country": {
"type": "string",
Expand Down Expand Up @@ -481,12 +481,12 @@
"callCountSuccess": {
"type": "integer",
"format": "int32",
"description": "Number of succesful calls. This includes calls returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and HttpStatusCode.TemporaryRedirect"
"description": "Number of successful calls. This includes calls returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and HttpStatusCode.TemporaryRedirect"
},
"callCountBlocked": {
"type": "integer",
"format": "int32",
"description": "Number of calls blocked due to invalid credentials. This includes calls returning HttpStatusCode.Unauthorize and HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests"
"description": "Number of calls blocked due to invalid credentials. This includes calls returning HttpStatusCode.Unauthorized and HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests"
},
"callCountFailed": {
"type": "integer",
Expand Down Expand Up @@ -621,7 +621,7 @@
},
"cache": {
"type": "string",
"description": "Specifies if response cache was involved in generating the response. If the value is none, the cache was not used. If the value is hit, cached response was returned. If the value is miss, the cache was used but lookup resulted in a miss and request was fullfilled by the backend."
"description": "Specifies if response cache was involved in generating the response. If the value is none, the cache was not used. If the value is hit, cached response was returned. If the value is miss, the cache was used but lookup resulted in a miss and request was fulfilled by the backend."
},
"apiTime": {
"type": "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"Subscriptions"
],
"operationId": "Subscription_Update",
"description": "Updates the details of a subscription specificied by its identifier.",
"description": "Updates the details of a subscription specified by its identifier.",
"x-ms-examples": {
"ApiManagementPatchSubscriptions": {
"$ref": "./examples/ApiManagementPatchSubscriptions.json"
Expand Down Expand Up @@ -486,7 +486,7 @@
},
"productId": {
"type": "string",
"description": "Product (product id path) for which subscription is being created in form /products/{productid}"
"description": "Product (product id path) for which subscription is being created in form /products/{productId}"
},
"name": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
},
"200": {
"description": "Result of appplying changes from Git branch to database.",
"description": "Result of applying changes from Git branch to database.",
"schema": {
"$ref": "#/definitions/OperationResultContract"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@
],
"responses": {
"200": {
"description": "Paged Result reponse of diagnostics for an API.",
"description": "Paged Result response of diagnostics for an API.",
"schema": {
"$ref": "./apimdiagnostics.json#/definitions/DiagnosticCollection"
}
Expand Down Expand Up @@ -2419,7 +2419,7 @@
"ApiIssues"
],
"operationId": "ApiIssue_ListByService",
"description": "Lists all issues assosiated with the specified API.",
"description": "Lists all issues associated with the specified API.",
"x-ms-examples": {
"ApiManagementListApiIssues": {
"$ref": "./examples/ApiManagementListApiIssues.json"
Expand Down Expand Up @@ -2457,7 +2457,7 @@
],
"responses": {
"200": {
"description": "Paged Result reponse of issues for the API.",
"description": "Paged Result response of issues for the API.",
"schema": {
"$ref": "#/definitions/IssueCollection"
}
Expand Down Expand Up @@ -2764,7 +2764,7 @@
"ApiIssueComments"
],
"operationId": "ApiIssueComment_ListByService",
"description": "Lists all comments for the Issue assosiated with the specified API.",
"description": "Lists all comments for the Issue associated with the specified API.",
"x-ms-examples": {
"ApiManagementListApiIssueComments": {
"$ref": "./examples/ApiManagementListApiIssueComments.json"
Expand Down Expand Up @@ -2805,7 +2805,7 @@
],
"responses": {
"200": {
"description": "Paged Result reponse of issue comments for the API.",
"description": "Paged Result response of issue comments for the API.",
"schema": {
"$ref": "#/definitions/IssueCommentCollection"
}
Expand Down Expand Up @@ -3065,7 +3065,7 @@
"ApiIssueAttachments"
],
"operationId": "ApiIssueAttachment_ListByService",
"description": "Lists all comments for the Issue assosiated with the specified API.",
"description": "Lists all comments for the Issue associated with the specified API.",
"x-ms-examples": {
"ApiManagementListApiIssueAttachments": {
"$ref": "./examples/ApiManagementListApiIssueAttachments.json"
Expand Down Expand Up @@ -3106,7 +3106,7 @@
],
"responses": {
"200": {
"description": "Paged Result reponse of issue comments for the API.",
"description": "Paged Result response of issue comments for the API.",
"schema": {
"$ref": "#/definitions/IssueAttachmentCollection"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"description": "Certificate Password."
},
"storeName": {
"description": "The System.Security.Cryptography.x509certificates.Storename certificate store location. Only Root and CertificateAuthority are valid locations.",
"description": "The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.",
"type": "string",
"enum": [
"CertificateAuthority",
Expand Down Expand Up @@ -981,7 +981,7 @@
},
"virtualNetworkType": {
"type": "string",
"description": "The type of VPN in which API Managemet service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.",
"description": "The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.",
"default": "None",
"enum": [
"None",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
],
"responses": {
"200": {
"description": "Paged Result reponse of diagnostics.",
"description": "Paged Result response of diagnostics.",
"schema": {
"$ref": "#/definitions/DiagnosticCollection"
}
Expand Down Expand Up @@ -422,7 +422,7 @@
"description": "Diagnostic settings for response."
}
},
"description": "Diagnostic settings for incoming/outcoming HTTP messages to the Gateway."
"description": "Diagnostic settings for incoming/outgoing HTTP messages to the Gateway."
},
"HttpMessageDiagnostic": {
"properties": {
Expand Down Expand Up @@ -480,11 +480,11 @@
},
"frontend": {
"$ref": "#/definitions/PipelineDiagnosticSettings",
"description": "Diagnostic settings for incoming/outcoming HTTP messages to the Gateway."
"description": "Diagnostic settings for incoming/outgoing HTTP messages to the Gateway."
},
"backend": {
"$ref": "#/definitions/PipelineDiagnosticSettings",
"description": "Diagnostic settings for incoming/outcoming HTTP messages to the Backend"
"description": "Diagnostic settings for incoming/outgoing HTTP messages to the Backend"
},
"enableHttpCorrelationHeaders": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
],
"responses": {
"201": {
"description": "Group was created succesfully.",
"description": "Group was created successfully.",
"schema": {
"$ref": "#/definitions/GroupContract"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
],
"responses": {
"204": {
"description": "No Content in case of Update Successfull."
"description": "No Content in case of Update Successful."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"Property"
],
"operationId": "Property_Delete",
"description": "Deletes specific property from the the API Management service instance.",
"description": "Deletes specific property from the API Management service instance.",
"x-ms-examples": {
"ApiManagementDeleteProperty": {
"$ref": "./examples/ApiManagementDeleteProperty.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"description": "Document describing how to configure the quota policies."
},
"x-ms-examples": {
"ApiManagementGetQuotaCounteryKeys": {
"$ref": "./examples/ApiManagementGetQuotaCounteryKeys.json"
"ApiManagementGetQuotaCounterKeys": {
"$ref": "./examples/ApiManagementGetQuotaCounterKeys.json"
}
},
"parameters": [
Expand Down Expand Up @@ -144,8 +144,8 @@
"description": "Document describing how to configure the quota policies."
},
"x-ms-examples": {
"ApiManagementGetQuotaCounteryKeysByQuotaPeriod": {
"$ref": "./examples/ApiManagementGetQuotaCounteryKeysByQuotaPeriod.json"
"ApiManagementGetQuotaCounterKeysByQuotaPeriod": {
"$ref": "./examples/ApiManagementGetQuotaCounterKeysByQuotaPeriod.json"
}
},
"parameters": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"Reports"
],
"operationId": "Reports_ListByGeo",
"description": "Lists report records by GeoGraphy.",
"description": "Lists report records by geography.",
"x-ms-examples": {
"ApiManagementGetReportsByGeo": {
"$ref": "./examples/ApiManagementGetReportsByGeo.json"
Expand Down Expand Up @@ -390,7 +390,7 @@
"required": true,
"type": "string",
"format": "duration",
"description": "By time interval. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, secconds))"
"description": "By time interval. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds))"
},
{
"$ref": "./apimanagement.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -502,7 +502,7 @@
},
"interval": {
"type": "string",
"description": "Length of agregation period. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations)."
"description": "Length of aggregation period. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations)."
},
"country": {
"type": "string",
Expand Down Expand Up @@ -545,12 +545,12 @@
"callCountSuccess": {
"type": "integer",
"format": "int32",
"description": "Number of succesful calls. This includes calls returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and HttpStatusCode.TemporaryRedirect"
"description": "Number of successful calls. This includes calls returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and HttpStatusCode.TemporaryRedirect"
},
"callCountBlocked": {
"type": "integer",
"format": "int32",
"description": "Number of calls blocked due to invalid credentials. This includes calls returning HttpStatusCode.Unauthorize and HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests"
"description": "Number of calls blocked due to invalid credentials. This includes calls returning HttpStatusCode.Unauthorized and HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests"
},
"callCountFailed": {
"type": "integer",
Expand Down Expand Up @@ -685,7 +685,7 @@
},
"cache": {
"type": "string",
"description": "Specifies if response cache was involved in generating the response. If the value is none, the cache was not used. If the value is hit, cached response was returned. If the value is miss, the cache was used but lookup resulted in a miss and request was fullfilled by the backend."
"description": "Specifies if response cache was involved in generating the response. If the value is none, the cache was not used. If the value is hit, cached response was returned. If the value is miss, the cache was used but lookup resulted in a miss and request was fulfilled by the backend."
},
"apiTime": {
"type": "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"Subscriptions"
],
"operationId": "Subscription_Update",
"description": "Updates the details of a subscription specificied by its identifier.",
"description": "Updates the details of a subscription specified by its identifier.",
"x-ms-examples": {
"ApiManagementUpdateSubscription": {
"$ref": "./examples/ApiManagementUpdateSubscription.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "ApiManagementClient",
"description": "Use these REST APIs for queuering APIs. Operations and Products by tags in your Azure API Management deployment.",
"description": "Use these REST APIs for querying APIs. Operations and Products by tags in your Azure API Management deployment.",
"version": "2018-06-01-preview"
},
"host": "management.azure.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
],
"responses": {
"201": {
"description": "Tag was created succesfully.",
"description": "Tag was created successfully.",
"schema": {
"$ref": "#/definitions/TagContract"
}
Expand Down Expand Up @@ -785,7 +785,7 @@
"ApiTagDescriptions"
],
"operationId": "TagDescription_CreateOrUpdate",
"description": "Create/Update tag fescription in scope of the Api.",
"description": "Create/Update tag description in scope of the Api.",
"x-ms-examples": {
"ApiManagementCreateApiTagDescription": {
"$ref": "./examples/ApiManagementCreateApiTagDescription.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"description": "Accepted: Location header contains the URL where the status of the long running operation can be checked."
},
"200": {
"description": "Result of appplying changes from Git branch to database.",
"description": "Result of applying changes from Git branch to database.",
"schema": {
"$ref": "#/definitions/OperationResultContract"
}
Expand Down
Loading

0 comments on commit aeeca4e

Please sign in to comment.