Skip to content

Commit 2058943

Browse files
author
Jorin Mejia
committed
Updates API version in new specs and examples
1 parent a5bc095 commit 2058943

File tree

111 files changed

+114
-114
lines changed

Some content is hidden

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

111 files changed

+114
-114
lines changed

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"version": "2020-09-01",
4+
"version": "2021-06-01",
55
"title": "CdnManagementClient",
66
"description": "Use these APIs to manage Azure CDN resources through the Azure Resource Manager. You must make sure that requests made to these resources are secure."
77
},
@@ -5700,7 +5700,7 @@
57005700
"in": "query",
57015701
"required": true,
57025702
"type": "string",
5703-
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
5703+
"description": "Version of the API to be used with the client request. Current version is 2021-06-01."
57045704
},
57055705
"resourceGroupNameParameter": {
57065706
"name": "resourceGroupName",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"version": "2020-09-01",
4+
"version": "2021-06-01",
55
"title": "CdnManagementClient",
66
"description": "Use these APIs to manage Azure CDN resources through the Azure Resource Manager. You must make sure that requests made to these resources are secure."
77
},
@@ -5626,7 +5626,7 @@
56265626
"in": "query",
56275627
"required": true,
56285628
"type": "string",
5629-
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
5629+
"description": "Version of the API to be used with the client request. Current version is 2021-06-01."
56305630
},
56315631
"resourceGroupNameParameter": {
56325632
"name": "resourceGroupName",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdnwebapplicationfirewall.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"version": "2020-09-01",
4+
"version": "2021-06-01",
55
"title": "Azure CDN WebApplicationFirewallManagement",
66
"description": "APIs to manage web application firewall rules for Azure CDN"
77
},
@@ -904,7 +904,7 @@
904904
"in": "query",
905905
"required": true,
906906
"type": "string",
907-
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
907+
"description": "Version of the API to be used with the client request. Current version is 2021-06-01."
908908
},
909909
"PolicyNameParameter": {
910910
"name": "policyName",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2020-09-01",
3+
"api-version": "2021-06-01",
44
"subscriptionId": "subid",
55
"resourceGroupName": "RG",
66
"profileName": "profile1",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2020-09-01",
3+
"api-version": "2021-06-01",
44
"subscriptionId": "subid",
55
"resourceGroupName": "RG",
66
"profileName": "profile1",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2020-09-01",
3+
"api-version": "2021-06-01",
44
"subscriptionId": "subid",
55
"resourceGroupName": "RG",
66
"profileName": "profile1",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_ListByProfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2020-09-01",
3+
"api-version": "2021-06-01",
44
"subscriptionId": "subid",
55
"resourceGroupName": "RG",
66
"profileName": "profile1"

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_RefreshValidationToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2020-09-01",
3+
"api-version": "2021-06-01",
44
"subscriptionId": "subid",
55
"resourceGroupName": "RG",
66
"profileName": "profile1",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDCustomDomains_Update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2020-09-01",
3+
"api-version": "2021-06-01",
44
"subscriptionId": "subid",
55
"resourceGroupName": "RG",
66
"profileName": "profile1",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/AFDEndpoints_Create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2020-09-01",
3+
"api-version": "2021-06-01",
44
"subscriptionId": "subid",
55
"resourceGroupName": "RG",
66
"profileName": "profile1",

0 commit comments

Comments
 (0)