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/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/__init__.py
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,14 @@
10
10
from ._versionimportVERSION
11
11
12
12
__version__=VERSION
13
-
__all__= ['SiteRecoveryManagementClient']
14
13
15
14
try:
16
-
from ._patchimportpatch_sdk# type: ignore
17
-
patch_sdk()
15
+
from ._patchimport__all__as_patch_all
16
+
from ._patchimport*# type: ignore # pylint: disable=unused-wildcard-import
Copy file name to clipboardExpand all lines: sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/_configuration.py
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,20 @@
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-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/_metadata.json
0 commit comments