diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/bms.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/bms.json index e843bd9d4f1c..f2963d1a9eb7 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/bms.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/bms.json @@ -4717,6 +4717,23 @@ "$ref": "#/definitions/PrivateEndpoint", "description": "Gets or sets private endpoint associated with the private endpoint connection" }, + "groupIds": { + "description": "Group Ids for the Private Endpoint", + "type": "array", + "items": { + "description": "GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery", + "enum": [ + "AzureBackup", + "AzureBackup_secondary", + "AzureSiteRecovery" + ], + "type": "string", + "x-ms-enum": { + "name": "VaultSubResourceType", + "modelAsString": true + } + } + }, "privateLinkServiceConnectionState": { "$ref": "#/definitions/PrivateLinkServiceConnectionState", "description": "Gets or sets private link service connection state" @@ -4759,7 +4776,7 @@ "description": "Gets or sets description", "type": "string" }, - "actionRequired": { + "actionsRequired": { "description": "Gets or sets actions required", "type": "string" } @@ -10096,15 +10113,15 @@ ], "x-ms-discriminator-value": "SAPHanaDBInstance" }, - "AzureVmWorkloadSAPHanaHSR": { - "description": "Azure VM workload-specific protectable item representing SAP HANA Dbinstance.", + "AzureVmWorkloadSAPHanaHSRProtectableItem": { + "description": "Azure VM workload-specific protectable item representing HANA HSR.", "type": "object", "allOf": [ { "$ref": "#/definitions/AzureVmWorkloadProtectableItem" } ], - "x-ms-discriminator-value": "SAPHanaHSR" + "x-ms-discriminator-value": "HanaHSRContainer" }, "AzureVmWorkloadSAPHanaSystemWorkloadItem": { "description": "Azure VM workload-specific workload item representing SAP HANA System.", diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/PrivateEndpointConnection/GetPrivateEndpointConnection.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/PrivateEndpointConnection/GetPrivateEndpointConnection.json index 5b2f44b6d18a..9496a9b27a37 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/PrivateEndpointConnection/GetPrivateEndpointConnection.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/PrivateEndpointConnection/GetPrivateEndpointConnection.json @@ -20,7 +20,10 @@ "privateLinkServiceConnectionState": { "status": "Approved", "description": "Approved by johndoe@company.com" - } + }, + "groupIds": [ + "AzureBackup_secondary" + ] } } } diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/PrivateEndpointConnection/PutPrivateEndpointConnection.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/PrivateEndpointConnection/PutPrivateEndpointConnection.json index 62deb9ba6657..59900eb0791c 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/PrivateEndpointConnection/PutPrivateEndpointConnection.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/PrivateEndpointConnection/PutPrivateEndpointConnection.json @@ -14,7 +14,10 @@ "privateLinkServiceConnectionState": { "status": "Approved", "description": "Approved by johndoe@company.com" - } + }, + "groupIds": [ + "AzureBackup_secondary" + ] } } }, @@ -32,7 +35,10 @@ "privateLinkServiceConnectionState": { "status": "Approved", "description": "Approved by johndoe@company.com" - } + }, + "groupIds": [ + "AzureBackup_secondary" + ] } }, "headers": { @@ -53,7 +59,10 @@ "privateLinkServiceConnectionState": { "status": "Approved", "description": "Approved by johndoe@company.com" - } + }, + "groupIds": [ + "AzureBackup_secondary" + ] } } } diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json index 001062355111..b7148b2ad4ae 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json @@ -4717,6 +4717,23 @@ "$ref": "#/definitions/PrivateEndpoint", "description": "Gets or sets private endpoint associated with the private endpoint connection" }, + "groupIds": { + "description": "Group Ids for the Private Endpoint", + "type": "array", + "items": { + "description": "GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery", + "enum": [ + "AzureBackup", + "AzureBackup_secondary", + "AzureSiteRecovery" + ], + "type": "string", + "x-ms-enum": { + "name": "VaultSubResourceType", + "modelAsString": true + } + } + }, "privateLinkServiceConnectionState": { "$ref": "#/definitions/PrivateLinkServiceConnectionState", "description": "Gets or sets private link service connection state" @@ -4759,7 +4776,7 @@ "description": "Gets or sets description", "type": "string" }, - "actionRequired": { + "actionsRequired": { "description": "Gets or sets actions required", "type": "string" } @@ -10166,15 +10183,15 @@ ], "x-ms-discriminator-value": "SAPHanaDBInstance" }, - "AzureVmWorkloadSAPHanaHSR": { - "description": "Azure VM workload-specific protectable item representing SAP HANA Dbinstance.", + "AzureVmWorkloadSAPHanaHSRProtectableItem": { + "description": "Azure VM workload-specific protectable item representing HANA HSR.", "type": "object", "allOf": [ { "$ref": "#/definitions/AzureVmWorkloadProtectableItem" } ], - "x-ms-discriminator-value": "SAPHanaHSR" + "x-ms-discriminator-value": "HanaHSRContainer" }, "AzureVmWorkloadSAPHanaSystemWorkloadItem": { "description": "Azure VM workload-specific workload item representing SAP HANA System.", diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/examples/PrivateEndpointConnection/GetPrivateEndpointConnection.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/examples/PrivateEndpointConnection/GetPrivateEndpointConnection.json index f5cccbf12183..95bace857909 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/examples/PrivateEndpointConnection/GetPrivateEndpointConnection.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/examples/PrivateEndpointConnection/GetPrivateEndpointConnection.json @@ -20,7 +20,10 @@ "privateLinkServiceConnectionState": { "status": "Approved", "description": "Approved by johndoe@company.com" - } + }, + "groupIds": [ + "AzureBackup_secondary" + ] } } } diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/examples/PrivateEndpointConnection/PutPrivateEndpointConnection.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/examples/PrivateEndpointConnection/PutPrivateEndpointConnection.json index 68072a80cc48..ccbda157f9f2 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/examples/PrivateEndpointConnection/PutPrivateEndpointConnection.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/examples/PrivateEndpointConnection/PutPrivateEndpointConnection.json @@ -14,7 +14,10 @@ "privateLinkServiceConnectionState": { "status": "Approved", "description": "Approved by johndoe@company.com" - } + }, + "groupIds": [ + "AzureBackup_secondary" + ] } } }, @@ -32,7 +35,10 @@ "privateLinkServiceConnectionState": { "status": "Approved", "description": "Approved by johndoe@company.com" - } + }, + "groupIds": [ + "AzureBackup_secondary" + ] } }, "headers": { @@ -53,7 +59,10 @@ "privateLinkServiceConnectionState": { "status": "Approved", "description": "Approved by johndoe@company.com" - } + }, + "groupIds": [ + "AzureBackup_secondary" + ] } } }