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" },