Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -4759,7 +4776,7 @@
"description": "Gets or sets description",
"type": "string"
},
"actionRequired": {
"actionsRequired": {
"description": "Gets or sets actions required",
"type": "string"
}
Expand Down Expand Up @@ -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.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
},
"groupIds": [
"AzureBackup_secondary"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
},
"groupIds": [
"AzureBackup_secondary"
]
}
}
},
Expand All @@ -32,7 +35,10 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
},
"groupIds": [
"AzureBackup_secondary"
]
}
},
"headers": {
Expand All @@ -53,7 +59,10 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
},
"groupIds": [
"AzureBackup_secondary"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -4759,7 +4776,7 @@
"description": "Gets or sets description",
"type": "string"
},
"actionRequired": {
"actionsRequired": {
"description": "Gets or sets actions required",
"type": "string"
}
Expand Down Expand Up @@ -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.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
},
"groupIds": [
"AzureBackup_secondary"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
},
"groupIds": [
"AzureBackup_secondary"
]
}
}
},
Expand All @@ -32,7 +35,10 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
},
"groupIds": [
"AzureBackup_secondary"
]
}
},
"headers": {
Expand All @@ -53,7 +59,10 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
},
"groupIds": [
"AzureBackup_secondary"
]
}
}
}
Expand Down