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
Code samples for this package can be found at [Recovery Services Backup Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/recoveryservicesbackup)
48
+
49
+
Code samples for this package can be found at [Recovery Services Backup Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
Copy file name to clipboardExpand all lines: sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_configuration.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@ class RecoveryServicesBackupClientConfiguration(Configuration): # pylint: disab
Copy file name to clipboardExpand all lines: sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_recovery_services_backup_client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -234,8 +234,8 @@ class RecoveryServicesBackupClient(
234
234
:type subscription_id: str
235
235
:param base_url: Service URL. Default value is "https://management.azure.com".
236
236
:type base_url: str
237
-
:keyword api_version: Api Version. Default value is "2022-09-01-preview". Note that overriding
238
-
this default value may result in unsupported behavior.
237
+
:keyword api_version: Api Version. Default value is "2023-01-01". Note that overriding this
238
+
default value may result in unsupported behavior.
239
239
:paramtype api_version: str
240
240
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Copy file name to clipboardExpand all lines: sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_serialization.py
Copy file name to clipboardExpand all lines: sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_vendor.py
Copy file name to clipboardExpand all lines: sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@
6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
Copy file name to clipboardExpand all lines: sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/_configuration.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@ class RecoveryServicesBackupClientConfiguration(Configuration): # pylint: disab
0 commit comments