Skip to content

Commit 8af1d33

Browse files
committed
Updates API version in new specs and examples
1 parent bdca290 commit 8af1d33

681 files changed

Lines changed: 870 additions & 870 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimallpolicies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "REST API for getting policy status in an Azure API Management deployment.",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimanagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for performing operations on entities like API, Product, and Subscription associated with your Azure API Management deployment.",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimapis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for performing operations on API entity and their Operations associated with your Azure API Management deployment.",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimapisByTags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for performing retrieve a collection of Apis associated with a tag in Azure API Management deployment.",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimapiversionsets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for performing operations on the ApiVersionSet entity associated with your Azure API Management deployment. Using this entity you create and manage API Version Sets that are used to group APIs for consistent versioning.",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimauthorizationproviders.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for managing Authorization Providers in your Azure API Management deployment.",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimauthorizationservers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for managing OAuth2 servers configuration in your Azure API Management deployment. OAuth 2.0 can be used to authorize developer accounts for Azure API Management. For more information refer to [How to OAuth2](https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-oauth2).",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimbackends.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for performing operations on Backend entity in Azure API Management deployment. The Backend entity in API Management represents a backend service that is configured to skip certification chain validation when using a self-signed certificate to test mutual certificate authentication.",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimcaches.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for performing operations on Cache entity in your Azure API Management deployment. Azure API Management also allows for caching responses in an external Azure Cache for Redis. For more information refer to [External Redis Cache in ApiManagement](https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-cache-external).",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2023-09-01-preview/apimcertificates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "ApiManagementClient",
55
"description": "Use these REST APIs for performing operations on Certificate entity in your Azure API Management deployment. Certificates can be used to setup mutual authentication with your Backend in API Management. For more information refer to [How to secure backend using Mutual Auth Certificate](https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-mutual-certificates).",
6-
"version": "2023-05-01-preview"
6+
"version": "2023-09-01-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

0 commit comments

Comments
 (0)