From c5d3c788637dbb9af7836f5bee864a42d03f124d Mon Sep 17 00:00:00 2001 From: Ashis Maskara Date: Fri, 1 Jul 2022 14:56:30 +0530 Subject: [PATCH 1/2] Fix the description of SKU --- .../Microsoft.RecoveryServices/stable/2022-04-01/vaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2022-04-01/vaults.json b/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2022-04-01/vaults.json index c2124a2b0b0f..4f59e5f7bc01 100644 --- a/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2022-04-01/vaults.json +++ b/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2022-04-01/vaults.json @@ -1028,7 +1028,7 @@ "type": "object", "properties": { "name": { - "description": "The Sku name.", + "description": "Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the 'backupstorageconfig", "enum": [ "Standard", "RS0" From f68f78dd460dc6bf0e509ddd5453caadaafd748e Mon Sep 17 00:00:00 2001 From: Ashis Maskara Date: Fri, 1 Jul 2022 14:59:08 +0530 Subject: [PATCH 2/2] small fix --- .../Microsoft.RecoveryServices/stable/2022-04-01/vaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2022-04-01/vaults.json b/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2022-04-01/vaults.json index 4f59e5f7bc01..58a4c2570c3d 100644 --- a/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2022-04-01/vaults.json +++ b/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2022-04-01/vaults.json @@ -1028,7 +1028,7 @@ "type": "object", "properties": { "name": { - "description": "Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the 'backupstorageconfig", + "description": "Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the backupstorageconfig", "enum": [ "Standard", "RS0"