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/deploymentmanager/azure-mgmt-deploymentmanager/azure/mgmt/deploymentmanager/_azure_deployment_manager.py
+52-58Lines changed: 52 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -6,34 +6,27 @@
6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
from ._configurationimportAzureDeploymentManagerConfiguration
22
-
from .operationsimportServiceTopologiesOperations
23
-
from .operationsimportServicesOperations
24
-
from .operationsimportServiceUnitsOperations
25
-
from .operationsimportStepsOperations
26
-
from .operationsimportRolloutsOperations
27
-
from .operationsimportArtifactSourcesOperations
28
-
from .operationsimportOperations
29
-
from . importmodels
30
-
31
23
32
-
classAzureDeploymentManager(object):
24
+
classAzureDeploymentManager:
33
25
"""REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.
:param subscription_id: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
44
+
:param subscription_id: Subscription credentials which uniquely identify Microsoft Azure
45
+
subscription. The subscription ID forms part of the URI for every service call.
52
46
:type subscription_id: str
53
-
:param str base_url: Service URL
54
-
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.
47
+
:param base_url: Service URL. Default value is 'https://management.azure.com'.
48
+
:type base_url: str
49
+
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Copy file name to clipboardExpand all lines: sdk/deploymentmanager/azure-mgmt-deploymentmanager/azure/mgmt/deploymentmanager/_metadata.json
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
"name": "AzureDeploymentManager",
6
6
"filename": "_azure_deployment_manager",
7
7
"description": "REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.",
0 commit comments