From 4a08ea443dbc934110e818425c2c49a7dae3170c Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 19 Apr 2023 11:51:11 +0000 Subject: [PATCH] CodeGen from PR 23600 in Azure/azure-rest-api-specs Merge 1dfa2a6c4be1fb61693cf01242b582137766bfed into 7e295a19c5382a4df2f8101e545fed34186d83bf --- .../Microsoft.RecoveryServices.Backup.json | 21 ++++++++++++++++++- .../Microsoft.RecoveryServices.Backup.json | 21 ++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json b/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json index 3ed850d6b0..8c9df992d4 100644 --- a/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json +++ b/schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json @@ -3430,6 +3430,25 @@ "PrivateEndpointConnection": { "type": "object", "properties": { + "groupIds": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "AzureBackup", + "AzureBackup_secondary", + "AzureSiteRecovery" + ] + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Group Ids for the Private Endpoint" + }, "privateEndpoint": { "oneOf": [ { @@ -3475,7 +3494,7 @@ "PrivateLinkServiceConnectionState": { "type": "object", "properties": { - "actionRequired": { + "actionsRequired": { "type": "string", "description": "Gets or sets actions required" }, diff --git a/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json b/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json index 8637d2d7a7..1b4abbb9c8 100644 --- a/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json +++ b/schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json @@ -3430,6 +3430,25 @@ "PrivateEndpointConnection": { "type": "object", "properties": { + "groupIds": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "AzureBackup", + "AzureBackup_secondary", + "AzureSiteRecovery" + ] + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Group Ids for the Private Endpoint" + }, "privateEndpoint": { "oneOf": [ { @@ -3475,7 +3494,7 @@ "PrivateLinkServiceConnectionState": { "type": "object", "properties": { - "actionRequired": { + "actionsRequired": { "type": "string", "description": "Gets or sets actions required" },