Skip to content

Commit

Permalink
[Network] az network private-endpoint-connnection: Add `Microsoft.H…
Browse files Browse the repository at this point in the history
…ealthDataAiservices/deidservices` for private endpoint connections (#30627)

* Registered DeID service to to network module and created proper test cases + live recordings

* added missing az extension add + larger AllowLargeResponse of 8024kb

* added @live_only() as suggested test requires extension
  • Loading branch information
chrisribe authored Jan 22, 2025
1 parent fc511f6 commit ac17b8b
Show file tree
Hide file tree
Showing 4 changed files with 118,399 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def register_providers():
_register_one_provider("Microsoft.HDInsight/clusters", '2018-06-01-preview', True)
_register_one_provider("Microsoft.HybridCompute/privateLinkScopes", '2021-05-20', True)
_register_one_provider("Microsoft.HealthcareApis/services", "2020-03-30", True)
_register_one_provider("Microsoft.HealthDataAiservices/deidservices", "2024-09-20", True)
_register_one_provider('microsoft.insights/privateLinkScopes', '2019-10-17-preview', True)
_register_one_provider('Microsoft.KeyVault/managedHSMs', '2021-04-01-preview', True)
_register_one_provider('Microsoft.Keyvault/vaults', '2019-09-01', False)
Expand Down
Loading

0 comments on commit ac17b8b

Please sign in to comment.