From 197c62c627a66cde25cd9cf346d46a43787c7507 Mon Sep 17 00:00:00 2001 From: deymadhumanti Date: Wed, 18 Mar 2020 15:55:48 +0530 Subject: [PATCH] Resolved PR comments --- .../stable/2016-06-01/vaults.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/vaults.json b/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/vaults.json index f2bcfa1f5ece..c57a83fcd528 100644 --- a/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/vaults.json +++ b/specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/vaults.json @@ -1164,6 +1164,7 @@ }, "PrivateLinkResources": { "description": "Class which represent the stamps associated with the vault.", + "readOnly": true, "type": "object", "properties": { "value": { @@ -1180,26 +1181,32 @@ }, "PrivateLinkResource": { "description": "Private Link Resource.", + "readOnly": true, "type": "object", "properties": { "id": { "description": "e.g. subscriptions/{subId}/resourceGroups/{groupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateLinkResources/backupresource.", - "type": "string" + "type": "string", + "readOnly": true }, "name": { "description": "e.g. backupresource or siterecoveryresource.", - "type": "string" + "type": "string", + "readOnly": true }, "type": { "description": "e.g. Microsoft.RecoveryServices/vaults/privateLinkResources", + "readOnly": true, "type": "string" }, "groupId": { "description": "e.g. f9ad6492-33d4-4690-9999-6bfd52a0d081 (Backup) or f9ad6492-33d4-4690-9999-6bfd52a0d082 (SiteRecovery)", + "readOnly": true, "type": "string" }, "requiredMembers": { "description": "[backup-ecs1, backup-prot1, backup-prot1b, backup-prot1c, backup-id1]", + "readOnly": true, "type": "array", "items": { "type": "string" @@ -1207,6 +1214,7 @@ }, "requiredZoneNames": { "description": "eg - [privatelink.eus.backup.windowsazure.com, privatelink.queue.core.windows.net]", + "readOnly": true, "type": "array", "items": { "type": "string"