|
4717 | 4717 | "$ref": "#/definitions/PrivateEndpoint",
|
4718 | 4718 | "description": "Gets or sets private endpoint associated with the private endpoint connection"
|
4719 | 4719 | },
|
| 4720 | + "groupIds": { |
| 4721 | + "description": "Group Ids for the Private Endpoint", |
| 4722 | + "type": "array", |
| 4723 | + "items": { |
| 4724 | + "description": "GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery", |
| 4725 | + "enum": [ |
| 4726 | + "AzureBackup", |
| 4727 | + "AzureBackup_secondary", |
| 4728 | + "AzureSiteRecovery" |
| 4729 | + ], |
| 4730 | + "type": "string", |
| 4731 | + "x-ms-enum": { |
| 4732 | + "name": "VaultSubResourceType", |
| 4733 | + "modelAsString": true |
| 4734 | + } |
| 4735 | + } |
| 4736 | + }, |
4720 | 4737 | "privateLinkServiceConnectionState": {
|
4721 | 4738 | "$ref": "#/definitions/PrivateLinkServiceConnectionState",
|
4722 | 4739 | "description": "Gets or sets private link service connection state"
|
|
4759 | 4776 | "description": "Gets or sets description",
|
4760 | 4777 | "type": "string"
|
4761 | 4778 | },
|
4762 |
| - "actionRequired": { |
| 4779 | + "actionsRequired": { |
4763 | 4780 | "description": "Gets or sets actions required",
|
4764 | 4781 | "type": "string"
|
4765 | 4782 | }
|
@@ -10096,15 +10113,15 @@
|
10096 | 10113 | ],
|
10097 | 10114 | "x-ms-discriminator-value": "SAPHanaDBInstance"
|
10098 | 10115 | },
|
10099 |
| - "AzureVmWorkloadSAPHanaHSR": { |
10100 |
| - "description": "Azure VM workload-specific protectable item representing SAP HANA Dbinstance.", |
| 10116 | + "AzureVmWorkloadSAPHanaHSRProtectableItem": { |
| 10117 | + "description": "Azure VM workload-specific protectable item representing HANA HSR.", |
10101 | 10118 | "type": "object",
|
10102 | 10119 | "allOf": [
|
10103 | 10120 | {
|
10104 | 10121 | "$ref": "#/definitions/AzureVmWorkloadProtectableItem"
|
10105 | 10122 | }
|
10106 | 10123 | ],
|
10107 |
| - "x-ms-discriminator-value": "SAPHanaHSR" |
| 10124 | + "x-ms-discriminator-value": "HanaHSRContainer" |
10108 | 10125 | },
|
10109 | 10126 | "AzureVmWorkloadSAPHanaSystemWorkloadItem": {
|
10110 | 10127 | "description": "Azure VM workload-specific workload item representing SAP HANA System.",
|
|
0 commit comments