You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmosdbforpostgresql/azure-mgmt-cosmosdbforpostgresql/azure/mgmt/cosmosdbforpostgresql/_configuration.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ class CosmosdbForPostgresqlMgmtClientConfiguration(Configuration): # pylint: di
Copy file name to clipboardExpand all lines: sdk/cosmosdbforpostgresql/azure-mgmt-cosmosdbforpostgresql/azure/mgmt/cosmosdbforpostgresql/_cosmosdb_for_postgresql_mgmt_client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ class CosmosdbForPostgresqlMgmtClient: # pylint: disable=client-accepts-api-ver
58
58
:type subscription_id: str
59
59
:param base_url: Service URL. Default value is "https://management.azure.com".
60
60
:type base_url: str
61
-
:keyword api_version: Api Version. Default value is "2022-11-08". Note that overriding this
62
-
default value may result in unsupported behavior.
61
+
:keyword api_version: Api Version. Default value is "2023-03-02-preview". Note that overriding
62
+
this default value may result in unsupported behavior.
63
63
:paramtype api_version: str
64
64
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Copy file name to clipboardExpand all lines: sdk/cosmosdbforpostgresql/azure-mgmt-cosmosdbforpostgresql/azure/mgmt/cosmosdbforpostgresql/aio/_configuration.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ class CosmosdbForPostgresqlMgmtClientConfiguration(Configuration): # pylint: di
Copy file name to clipboardExpand all lines: sdk/cosmosdbforpostgresql/azure-mgmt-cosmosdbforpostgresql/azure/mgmt/cosmosdbforpostgresql/aio/_cosmosdb_for_postgresql_mgmt_client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ class CosmosdbForPostgresqlMgmtClient: # pylint: disable=client-accepts-api-ver
60
60
:type subscription_id: str
61
61
:param base_url: Service URL. Default value is "https://management.azure.com".
62
62
:type base_url: str
63
-
:keyword api_version: Api Version. Default value is "2022-11-08". Note that overriding this
64
-
default value may result in unsupported behavior.
63
+
:keyword api_version: Api Version. Default value is "2023-03-02-preview". Note that overriding
64
+
this default value may result in unsupported behavior.
65
65
:paramtype api_version: str
66
66
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Copy file name to clipboardExpand all lines: sdk/cosmosdbforpostgresql/azure-mgmt-cosmosdbforpostgresql/azure/mgmt/cosmosdbforpostgresql/aio/operations/_clusters_operations.py
0 commit comments