-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APIT-2332] Add
private_endpoint_custom_dns_config_domains
to Azure…
… Outbound Private Link (#2860)
- Loading branch information
Showing
11 changed files
with
79 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 13 additions & 12 deletions
25
test/fixtures/output/network/access-point/private-link/egress-endpoint/create-azure.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | ||
| ID | ap-67890 | | ||
| Name | my-egress-endpoint | | ||
| Azure Private Link Service | /subscriptions/0000000/resourceGroups/plsRgName/providers/Microsoft.Network/privateLinkServices/privateLinkServiceName | | ||
| Azure Private Link Subresource Name | subresource1 | | ||
| Azure Private Endpoint | private-endpoint-id | | ||
| Azure Private Endpoint Domain | domain.com | | ||
| Azure Private Endpoint IP Address | 10.2.0.68 | | ||
| Environment | env-596 | | ||
| Gateway | gw-123456 | | ||
| Phase | READY | | ||
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | ||
+--------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | ||
| ID | ap-67890 | | ||
| Name | my-egress-endpoint | | ||
| Azure Private Link Service | /subscriptions/0000000/resourceGroups/plsRgName/providers/Microsoft.Network/privateLinkServices/privateLinkServiceName | | ||
| Azure Private Link Subresource Name | subresource1 | | ||
| Azure Private Endpoint | private-endpoint-id | | ||
| Azure Private Endpoint Domain | domain.com | | ||
| Azure Private Endpoint IP Address | 10.2.0.68 | | ||
| Azure Private Endpoint Custom DNS Config Domains | dbname.database.windows.net, dbname-region.database.windows.net | | ||
| Environment | env-596 | | ||
| Gateway | gw-123456 | | ||
| Phase | READY | | ||
+--------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ |
25 changes: 13 additions & 12 deletions
25
test/fixtures/output/network/access-point/private-link/egress-endpoint/describe-azure.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | ||
| ID | ap-67890 | | ||
| Name | my-azure-egress-access-point | | ||
| Azure Private Link Service | /subscriptions/0000000/resourceGroups/plsRgName/providers/Microsoft.Network/privateLinkServices/privateLinkServiceName | | ||
| Azure Private Link Subresource Name | subresource | | ||
| Azure Private Endpoint | private-endpoint-id | | ||
| Azure Private Endpoint Domain | domain.com | | ||
| Azure Private Endpoint IP Address | 10.2.0.68 | | ||
| Environment | env-596 | | ||
| Gateway | gw-12345 | | ||
| Phase | READY | | ||
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | ||
+--------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | ||
| ID | ap-67890 | | ||
| Name | my-azure-egress-access-point | | ||
| Azure Private Link Service | /subscriptions/0000000/resourceGroups/plsRgName/providers/Microsoft.Network/privateLinkServices/privateLinkServiceName | | ||
| Azure Private Link Subresource Name | subresource | | ||
| Azure Private Endpoint | private-endpoint-id | | ||
| Azure Private Endpoint Domain | domain.com | | ||
| Azure Private Endpoint IP Address | 10.2.0.68 | | ||
| Azure Private Endpoint Custom DNS Config Domains | dbname.database.windows.net, dbname-region.database.windows.net | | ||
| Environment | env-596 | | ||
| Gateway | gw-12345 | | ||
| Phase | READY | | ||
+--------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.