Skip to content

Commit d8e714e

Browse files
committed
Updates API version in new specs and examples
1 parent fd2c594 commit d8e714e

Some content is hidden

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

47 files changed

+54
-54
lines changed

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"version": "2021-11-01-preview",
4+
"version": "2022-07-01",
55
"title": "KeyVaultManagementClient",
66
"description": "The Azure management API provides a RESTful set of web services that interact with Azure Key Vault."
77
},

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/DeletedManagedHsm_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "hsm1",
44
"location": "westus",
55
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6-
"api-version": "2021-11-01-preview"
6+
"api-version": "2022-07-01"
77
},
88
"responses": {
99
"200": {

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/DeletedManagedHsm_List.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4-
"api-version": "2021-11-01-preview"
4+
"api-version": "2022-07-01"
55
},
66
"responses": {
77
"200": {
@@ -40,7 +40,7 @@
4040
}
4141
}
4242
],
43-
"nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedManagedHSMs?api-version=2021-11-01-preview&$skiptoken=dmF1bHQtcGVza3ktanVyeS03MzA3Ng=="
43+
"nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedManagedHSMs?api-version=2022-07-01&$skiptoken=dmF1bHQtcGVza3ktanVyeS03MzA3Ng=="
4444
}
4545
}
4646
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/DeletedManagedHsm_Purge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "hsm1",
44
"location": "westus",
55
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6-
"api-version": "2021-11-01-preview"
6+
"api-version": "2022-07-01"
77
},
88
"responses": {
99
"202": {}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/ManagedHsm_CreateOrUpdate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"resourceGroupName": "hsm-group",
44
"name": "hsm1",
55
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6-
"api-version": "2021-11-01-preview",
6+
"api-version": "2022-07-01",
77
"parameters": {
88
"properties": {
99
"tenantId": "00000000-0000-0000-0000-000000000000",

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/ManagedHsm_Delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"resourceGroupName": "hsm-group",
44
"name": "hsm1",
55
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6-
"api-version": "2021-11-01-preview"
6+
"api-version": "2022-07-01"
77
},
88
"responses": {
99
"200": {},

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/ManagedHsm_Get.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"resourceGroupName": "hsm-group",
44
"name": "hsm1",
55
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6-
"api-version": "2021-11-01-preview"
6+
"api-version": "2022-07-01"
77
},
88
"responses": {
99
"200": {
@@ -37,7 +37,7 @@
3737
"202": {
3838
"headers": {
3939
"Retry-After": "60",
40-
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2021-11-01-preview&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
40+
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
4141
}
4242
},
4343
"204": {}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/ManagedHsm_ListByResourceGroup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"resourceGroupName": "hsm-group",
44
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5-
"api-version": "2021-11-01-preview"
5+
"api-version": "2022-07-01"
66
},
77
"responses": {
88
"200": {
@@ -61,7 +61,7 @@
6161
}
6262
}
6363
],
64-
"nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs?api-version=2021-11-01-preview&$skiptoken=dmF1bHQtcGVza3ktanVyeS03MzA3Ng=="
64+
"nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs?api-version=2022-07-01&$skiptoken=dmF1bHQtcGVza3ktanVyeS03MzA3Ng=="
6565
}
6666
}
6767
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/ManagedHsm_ListBySubscription.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4-
"api-version": "2021-11-01-preview"
4+
"api-version": "2022-07-01"
55
},
66
"responses": {
77
"200": {
@@ -60,7 +60,7 @@
6060
}
6161
}
6262
],
63-
"nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/managedHSMs?api-version=2021-11-01-preview&$skiptoken=dmF1bHQtcGVza3ktanVyeS03MzA3Ng=="
63+
"nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/managedHSMs?api-version=2022-07-01&$skiptoken=dmF1bHQtcGVza3ktanVyeS03MzA3Ng=="
6464
}
6565
}
6666
}

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/examples/ManagedHsm_ListPrivateEndpointConnectionsByResource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "sample-group",
55
"name": "sample-mhsm",
6-
"api-version": "2021-11-01-preview"
6+
"api-version": "2022-07-01"
77
},
88
"responses": {
99
"200": {

0 commit comments

Comments
 (0)