From 076be98a3e9e763641c8dc4ad3a489336ddc0fe1 Mon Sep 17 00:00:00 2001 From: Samir Solanki Date: Mon, 30 Nov 2020 17:24:04 -0800 Subject: [PATCH 1/2] fix description of enums --- .../preview/2020-06-01-preview/definitions.json | 12 ++++++------ .../stable/2019-12-01/definitions.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json index 0e77e54f68cf..50aec4b3da3a 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json @@ -207,11 +207,11 @@ }, { "value": "swagger-json", - "description": "The contents are inline and Content Type is a OpenApi 2.0 Document." + "description": "The contents are inline and Content Type is a OpenAPI 2.0 JSON Document." }, { "value": "swagger-link-json", - "description": "The Open Api 2.0 document is hosted on a publicly accessible internet address." + "description": "The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address." }, { "value": "wsdl", @@ -223,19 +223,19 @@ }, { "value": "openapi", - "description": "The contents are inline and Content Type is a OpenApi 3.0 Document in YAML format." + "description": "The contents are inline and Content Type is a OpenAPI 3.0 YAML Document." }, { "value": "openapi+json", - "description": "The contents are inline and Content Type is a OpenApi 3.0 Document in JSON format." + "description": "The contents are inline and Content Type is a OpenAPI 3.0 JSON Document." }, { "value": "openapi-link", - "description": "The Open Api 3.0 document is hosted on a publicly accessible internet address." + "description": "The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address." }, { "value": "openapi+json-link", - "description": "The Open Api 3.0 Json document is hosted on a publicly accessible internet address." + "description": "The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address." } ] } diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/definitions.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/definitions.json index f4361ca41aab..86770c69be59 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/definitions.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/definitions.json @@ -207,11 +207,11 @@ }, { "value": "swagger-json", - "description": "The contents are inline and Content Type is a OpenApi 2.0 Document." + "description": "The contents are inline and Content Type is a OpenAPI 2.0 JSON Document." }, { "value": "swagger-link-json", - "description": "The Open Api 2.0 document is hosted on a publicly accessible internet address." + "description": "The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address." }, { "value": "wsdl", @@ -223,19 +223,19 @@ }, { "value": "openapi", - "description": "The contents are inline and Content Type is a OpenApi 3.0 Document in YAML format." + "description": "The contents are inline and Content Type is a OpenAPI 3.0 YAML Document." }, { "value": "openapi+json", - "description": "The contents are inline and Content Type is a OpenApi 3.0 Document in JSON format." + "description": "The contents are inline and Content Type is a OpenAPI 3.0 JSON Document." }, { "value": "openapi-link", - "description": "The Open Api 3.0 document is hosted on a publicly accessible internet address." + "description": "The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address." }, { "value": "openapi+json-link", - "description": "The Open Api 3.0 Json document is hosted on a publicly accessible internet address." + "description": "The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address." } ] } From 091ad6a55ec321c52832d10be022ede6b6021d83 Mon Sep 17 00:00:00 2001 From: Samir Solanki Date: Mon, 30 Nov 2020 17:28:24 -0800 Subject: [PATCH 2/2] OpenAPI --- .../preview/2020-06-01-preview/apimapis.json | 6 +++--- .../Microsoft.ApiManagement/stable/2019-12-01/apimapis.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimapis.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimapis.json index 4db90a55a476..00d996773ed7 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimapis.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimapis.json @@ -4445,7 +4445,7 @@ "values": [ { "value": "swagger-link", - "description": "Export the Api Definition in OpenApi Specification 2.0 format to the Storage Blob.", + "description": "Export the Api Definition in OpenAPI 2.0 Specification as JSON document to the Storage Blob.", "name": "Swagger" }, { @@ -4460,12 +4460,12 @@ }, { "value": "openapi-link", - "description": "Export the Api Definition in OpenApi Specification 3.0 to Storage Blob.", + "description": "Export the Api Definition in OpenAPI 3.0 Specification as YAML document to Storage Blob.", "name": "Openapi" }, { "value": "openapi+json-link", - "description": "Export the Api Definition in OpenApi Specification 3.0 as JSON document to Storage Blob.", + "description": "Export the Api Definition in OpenAPI 3.0 Specification as JSON document to Storage Blob.", "name": "OpenapiJson" } ] diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimapis.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimapis.json index 9a765712e354..e6af20bb7b4c 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimapis.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimapis.json @@ -4400,7 +4400,7 @@ "values": [ { "value": "swagger-link", - "description": "Export the Api Definition in OpenApi Specification 2.0 format to the Storage Blob.", + "description": "Export the Api Definition in OpenAPI 2.0 Specification as JSON document to the Storage Blob.", "name": "Swagger" }, { @@ -4415,12 +4415,12 @@ }, { "value": "openapi-link", - "description": "Export the Api Definition in OpenApi Specification 3.0 to Storage Blob.", + "description": "Export the Api Definition in OpenAPI 3.0 Specification as YAML document to Storage Blob.", "name": "Openapi" }, { "value": "openapi+json-link", - "description": "Export the Api Definition in OpenApi Specification 3.0 as JSON document to Storage Blob.", + "description": "Export the Api Definition in OpenAPI 3.0 Specification as JSON document to Storage Blob.", "name": "OpenapiJson" } ]