Skip to content

Commit

Permalink
[Network] az network private-endpoint-connection: Add provider `Mic…
Browse files Browse the repository at this point in the history
…rosoft.DBforPostgreSQL/flexibleServers` (Azure#27840)
  • Loading branch information
hakashya authored and albertofori committed Dec 14, 2023
1 parent 5dcb47e commit f8c9a22
Show file tree
Hide file tree
Showing 4 changed files with 2,295 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def register_providers():
_register_one_provider("Microsoft.MachineLearningServices/registries", '2022-10-01-preview', True)
_register_one_provider('Microsoft.DBforMySQL/flexibleServers', '2022-09-30-privatepreview', False)
_register_one_provider("Microsoft.DocumentDB/mongoClusters", '2023-03-01-preview', True)
_register_one_provider('Microsoft.DBforPostgreSQL/flexibleServers', '2023-06-01-preview', False)


def _register_one_provider(provider, api_version, support_list_or_not, resource_get_api_version=None, support_connection_operation=True): # pylint: disable=line-too-long
Expand Down
Loading

0 comments on commit f8c9a22

Please sign in to comment.