Skip to content

Commit 78389be

Browse files
shesamianhiaga
authored andcommitted
Adds base for updating Microsoft.RecoveryServices from version preview/2022-09-01-preview to version 2022-10-01
Updates readme Updates API version in new specs and examples more progress Updates readme minor formatting Another fix to pass the build issues fixing the linter errors updating the api version in the example json files trying to resolve cross version breaking changes Delete SoftDeletedContainers_List.json keep the new params as optional and keep properties read/write so not to break the api versioning adding readonly and other changes from preview to stable - hiaga fixed Avocado default tag fixing LintDiff
1 parent ec0d568 commit 78389be

File tree

98 files changed

+99
-99
lines changed

Some content is hidden

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

98 files changed

+99
-99
lines changed

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/BackupFeature_Validate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"azureRegion": "southeastasia",
5-
"api-version": "2022-03-01",
5+
"api-version": "2022-10-01",
66
"parameters": {
77
"featureType": "AzureVMResourceBackup",
88
"vmSize": "Basic_A0",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/BackupPolicies_List.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
6-
"api-version": "2022-03-01",
6+
"api-version": "2022-10-01",
77
"$filter": "backupManagementType eq 'AzureIaasVM'"
88
},
99
"responses": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/BackupProtectableItems_List.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
6-
"api-version": "2022-03-01",
6+
"api-version": "2022-10-01",
77
"$filter": "backupManagementType eq 'AzureIaasVM'"
88
},
99
"responses": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/BackupProtectedItems_List.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
6-
"api-version": "2022-03-01",
6+
"api-version": "2022-10-01",
77
"$filter": "backupManagementType eq 'AzureIaasVM' and itemType eq 'VM'"
88
},
99
"responses": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ClassicCompute_ProtectedItem_Get.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fabricName": "Azure",
77
"containerName": "iaasvmcontainer;iaasvmcontainer;iaasvm-rg;iaasvm-1",
88
"protectedItemName": "vm;iaasvmcontainer;iaasvm-rg;iaasvm-1",
9-
"api-version": "2022-03-01"
9+
"api-version": "2022-10-01"
1010
},
1111
"responses": {
1212
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/Compute_ProtectedItem_Get.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fabricName": "Azure",
77
"containerName": "iaasvmcontainer;iaasvmcontainerv2;iaasvm-rg;iaasvm-1",
88
"protectedItemName": "vm;iaasvmcontainerv2;iaasvm-rg;iaasvm-1",
9-
"api-version": "2022-03-01"
9+
"api-version": "2022-10-01"
1010
},
1111
"responses": {
1212
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ConfigureProtection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fabricName": "Azure",
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
9-
"api-version": "2022-03-01",
9+
"api-version": "2022-10-01",
1010
"parameters": {
1111
"properties": {
1212
"protectedItemType": "Microsoft.Compute/virtualMachines",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/GetBackupStatus.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"azureRegion": "southeastasia",
5-
"api-version": "2022-03-01",
5+
"api-version": "2022-10-01",
66
"parameters": {
77
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRg/providers/Microsoft.Compute/VirtualMachines/testVm",
88
"resourceType": "VM"

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectedItemOperationResults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
99
"operationId": "00000000-0000-0000-0000-000000000000",
10-
"api-version": "2022-03-01"
10+
"api-version": "2022-10-01"
1111
},
1212
"responses": {
1313
"202": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectedItemOperationStatus.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
99
"operationId": "00000000-0000-0000-0000-000000000000",
10-
"api-version": "2022-03-01"
10+
"api-version": "2022-10-01"
1111
},
1212
"responses": {
1313
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectionIntent_CreateOrUpdate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"vaultName": "myVault",
66
"fabricName": "Azure",
77
"intentObjectName": "vm;iaasvmcontainerv2;chamsrgtest;chamscandel",
8-
"api-version": "2022-03-01",
8+
"api-version": "2022-10-01",
99
"parameters": {
1010
"properties": {
1111
"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/chamsrgtest/providers/Microsoft.Compute/virtualMachines/chamscandel",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectionIntent_Validate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"azureRegion": "southeastasia",
5-
"api-version": "2022-03-01",
5+
"api-version": "2022-10-01",
66
"parameters": {
77
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arunaupgrade/providers/Microsoft.Compute/VirtualMachines/upgrade1",
88
"resourceType": "VM",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectionPolicies_CreateOrUpdate_Complex.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "testPolicy1",
7-
"api-version": "2022-03-01",
7+
"api-version": "2022-10-01",
88
"parameters": {
99
"properties": {
1010
"backupManagementType": "AzureIaasVM",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectionPolicies_CreateOrUpdate_Simple.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "testPolicy1",
7-
"api-version": "2022-03-01",
7+
"api-version": "2022-10-01",
88
"parameters": {
99
"properties": {
1010
"backupManagementType": "AzureIaasVM",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectionPolicies_Delete.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "testPolicy1",
7-
"api-version": "2022-03-01"
7+
"api-version": "2022-10-01"
88
},
99
"responses": {
1010
"200": {},

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectionPolicies_Get.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "testPolicy1",
7-
"api-version": "2022-03-01"
7+
"api-version": "2022-10-01"
88
},
99
"responses": {
1010
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectionPolicyOperationResults_Get.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "testPolicy1",
77
"operationId": "00000000-0000-0000-0000-000000000000",
8-
"api-version": "2022-03-01"
8+
"api-version": "2022-10-01"
99
},
1010
"responses": {
1111
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ProtectionPolicyOperationStatuses_Get.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "testPolicy1",
77
"operationId": "00000000-0000-0000-0000-000000000000",
8-
"api-version": "2022-03-01"
8+
"api-version": "2022-10-01"
99
},
1010
"responses": {
1111
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/Provision_Ilr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "iaasvmcontainer;iaasvmcontainerv2;pysdktestrg;pysdktestv2vm1",
88
"protectedItemName": "vm;iaasvmcontainerv2;pysdktestrg;pysdktestv2vm1",
99
"recoveryPointId": "1",
10-
"api-version": "2022-03-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"properties": {
1313
"initiatorName": "Hello World",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/RecoveryPointsRecommendedForMove_List.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fabricName": "Azure",
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;rshhtestmdvmrg;rshmdvmsmall",
88
"protectedItemName": "VM;iaasvmcontainerv2;rshhtestmdvmrg;rshmdvmsmall",
9-
"api-version": "2022-03-01",
9+
"api-version": "2022-10-01",
1010
"parameters": {
1111
"objectType": "ListRecoveryPointsRecommendedForMoveRequest",
1212
"excludedRPList": [

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/RecoveryPoints_Get.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;rshhtestmdvmrg;rshmdvmsmall",
88
"protectedItemName": "VM;iaasvmcontainerv2;rshhtestmdvmrg;rshmdvmsmall",
99
"recoveryPointId": "26083826328862",
10-
"api-version": "2022-03-01"
10+
"api-version": "2022-10-01"
1111
},
1212
"responses": {
1313
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/RecoveryPoints_List.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fabricName": "Azure",
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;rshhtestmdvmrg;rshmdvmsmall",
88
"protectedItemName": "VM;iaasvmcontainerv2;rshhtestmdvmrg;rshmdvmsmall",
9-
"api-version": "2022-03-01"
9+
"api-version": "2022-10-01"
1010
},
1111
"responses": {
1212
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/Revoke_Ilr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "iaasvmcontainer;iaasvmcontainerv2;pysdktestrg;pysdktestv2vm1",
88
"protectedItemName": "vm;iaasvmcontainerv2;pysdktestrg;pysdktestv2vm1",
99
"recoveryPointId": "1",
10-
"api-version": "2022-03-01"
10+
"api-version": "2022-10-01"
1111
},
1212
"responses": {
1313
"202": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/StopProtection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fabricName": "Azure",
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
9-
"api-version": "2022-03-01",
9+
"api-version": "2022-10-01",
1010
"parameters": {
1111
"properties": {
1212
"protectedItemType": "Microsoft.Compute/virtualMachines",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/TriggerRestore_ALR_IaasVMRestoreRequest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2022-03-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"properties": {
1313
"objectType": "IaasVMRestoreRequest",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/TriggerRestore_ALR_IaasVMRestoreRequest_IdentityBasedRestoreDetails.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2021-07-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"properties": {
1313
"objectType": "IaasVMRestoreRequest",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/TriggerRestore_ALR_IaasVMRestoreWithRehydrationRequest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2022-03-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"properties": {
1313
"objectType": "IaasVMRestoreWithRehydrationRequest",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/TriggerRestore_RestoreDisks_IaasVMRestoreRequest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2022-03-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"properties": {
1313
"objectType": "IaasVMRestoreRequest",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/TriggerRestore_RestoreDisks_IaasVMRestoreRequest_IdentityBasedRestoreDetails.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2021-07-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"properties": {
1313
"objectType": "IaasVMRestoreRequest",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/TriggerRestore_RestoreDisks_IaasVMRestoreWithRehydrationRequest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
88
"protectedItemName": "VM;iaasvmcontainerv2;netsdktestrg;netvmtestv2vm1",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2022-03-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"properties": {
1313
"objectType": "IaasVMRestoreWithRehydrationRequest",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/TriggerValidateOperation_RestoreDisk.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;testRG;testvmName",
88
"protectedItemName": "VM;iaasvmcontainerv2;testRG;testvmName",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2022-03-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"objectType": "ValidateIaasVMRestoreOperationRequest",
1313
"restoreRequest": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/V2Policy/IaaS_v2_daily.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "v2-daily-sample",
7-
"api-version": "2022-03-01",
7+
"api-version": "2022-10-01",
88
"parameters": {
99
"properties": {
1010
"backupManagementType": "AzureIaasVM",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/V2Policy/IaaS_v2_hourly.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "v2-daily-sample",
7-
"api-version": "2022-03-01",
7+
"api-version": "2022-10-01",
88
"parameters": {
99
"properties": {
1010
"backupManagementType": "AzureIaasVM",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/V2Policy/v2-Get-Policy.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"policyName": "v2-daily-sample",
7-
"api-version": "2022-03-01"
7+
"api-version": "2022-10-01"
88
},
99
"responses": {
1010
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/V2Policy/v2-List-Policies.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
6-
"api-version": "2022-03-01",
6+
"api-version": "2022-10-01",
77
"$filter": "backupManagementType eq 'AzureIaasVM'"
88
},
99
"responses": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ValidateOperationResults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"operationId": "00000000-0000-0000-0000-000000000000",
7-
"api-version": "2022-03-01"
7+
"api-version": "2022-10-01"
88
},
99
"responses": {
1010
"202": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ValidateOperationStatus.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "SwaggerTestRg",
55
"vaultName": "NetSDKTestRsVault",
66
"operationId": "00000000-0000-0000-0000-000000000000",
7-
"api-version": "2022-03-01"
7+
"api-version": "2022-10-01"
88
},
99
"responses": {
1010
"200": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ValidateOperation_RestoreDisk.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;testRG;testvmName",
88
"protectedItemName": "VM;iaasvmcontainerv2;testRG;testvmName",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2022-03-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"objectType": "ValidateIaasVMRestoreOperationRequest",
1313
"restoreRequest": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureIaasVm/ValidateOperation_RestoreDisk_IdentityBasedRestoreDetails.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerName": "IaasVMContainer;iaasvmcontainerv2;testRG;testvmName",
88
"protectedItemName": "VM;iaasvmcontainerv2;testRG;testvmName",
99
"recoveryPointId": "348916168024334",
10-
"api-version": "2021-07-01",
10+
"api-version": "2022-10-01",
1111
"parameters": {
1212
"objectType": "ValidateIaasVMRestoreOperationRequest",
1313
"restoreRequest": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureStorage/ProtectableContainers_List.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "testRg",
55
"vaultName": "testvault",
66
"fabricName": "Azure",
7-
"api-version": "2022-03-01",
7+
"api-version": "2022-10-01",
88
"$filter": "backupManagementType eq 'AzureStorage' and workloadType eq 'AzureFileShare'"
99
},
1010
"responses": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureStorage/ProtectionContainers_Inquire.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"vaultName": "testvault",
66
"fabricName": "Azure",
77
"containerName": "storagecontainer;Storage;test-rg;teststorage",
8-
"api-version": "2022-03-01"
8+
"api-version": "2022-10-01"
99
},
1010
"responses": {
1111
"202": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureStorage/ProtectionContainers_Inquire_Result.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fabricName": "Azure",
77
"containerName": "VMAppContainer;Compute;testRG;testSQL",
88
"operationId": "00000000-0000-0000-0000-000000000000",
9-
"api-version": "2022-03-01"
9+
"api-version": "2022-10-01"
1010
},
1111
"responses": {
1212
"204": {},

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureStorage/ProtectionContainers_List.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "testRg",
55
"vaultName": "testVault",
6-
"api-version": "2022-03-01",
6+
"api-version": "2022-10-01",
77
"fabricName": "Azure",
88
"$filter": "backupManagementType eq 'AzureWorkload'"
99
},

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/examples/AzureStorage/ProtectionContainers_Register.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"vaultName": "swaggertestvault",
66
"fabricName": "Azure",
77
"containerName": "StorageContainer;Storage;SwaggerTestRg;swaggertestsa",
8-
"api-version": "2022-03-01",
8+
"api-version": "2022-10-01",
99
"parameters": {
1010
"properties": {
1111
"friendlyName": "swaggertestsa",

0 commit comments

Comments
 (0)