Skip to content

Commit

Permalink
[ARM] Refactor deployment commands (#10751)
Browse files Browse the repository at this point in the history
* update SDK version.

* Refactor az deployment commands.

* record tests.

* test recordings.
  • Loading branch information
Tiano2017 authored Feb 27, 2020
1 parent 75e73e3 commit 991cb7c
Show file tree
Hide file tree
Showing 40 changed files with 15,399 additions and 6,025 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"location": "Central US",
"apiVersion": "2018-09-01-preview",
"type": "Microsoft.DeploymentManager/rollouts",
"name": "__ROLLOUT_NAME__",
"name": "cliadmxd57xgRollout",
"Identity": {
"type": "userAssigned",
"identityIds": [
"__USER_ASSIGNED_IDENTITY__"
"/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliadmxd57xgIdentity"
]
},
"properties": {
"buildVersion": "1.0.0",
"targetServiceTopologyId": "__TARGET_SERVICE_TOPOLOGY__",
"artifactSourceId": "__ARTIFACT_SOURCE_ID__",
"targetServiceTopologyId": "/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.DeploymentManager/serviceTopologies/cliadmxd57xgServiceTopology",
"artifactSourceId": "/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.DeploymentManager/artifactSources/cliadmxd57xgArtifactSource",
"stepGroups": [
{
"name": "PilotRegion",
"preDeploymentSteps": [
{
"stepId": "__STEP_ID__"
"stepId": "/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.DeploymentManager/steps/cliadmxd57xgWaitStep"
}
],
"deploymentTargetId": "__SERVICE_UNIT_ID__"
"deploymentTargetId": "/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.DeploymentManager/serviceTopologies/cliadmxd57xgServiceTopology/services/cliadmxd57xgService/serviceUnits/cliadmxd57xgServiceUnit"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"location": "Central US",
"apiVersion": "2018-09-01-preview",
"type": "Microsoft.DeploymentManager/rollouts",
"name": "__ROLLOUT_NAME__",
"name": "cliadmxd57xgInvalidRollout",
"Identity": {
"type": "userAssigned",
"identityIds": [
"__USER_ASSIGNED_IDENTITY__"
"/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliadmxd57xgIdentity"
]
},
"properties": {
"buildVersion": "1.0.0",
"targetServiceTopologyId": "__TARGET_SERVICE_TOPOLOGY__",
"artifactSourceId": "__ARTIFACT_SOURCE_ID__",
"targetServiceTopologyId": "/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.DeploymentManager/serviceTopologies/cliadmxd57xgServiceTopology",
"artifactSourceId": "/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.DeploymentManager/artifactSources/cliadmxd57xgArtifactSource",
"stepGroups": [
{
"name": "PilotRegion",
"deploymentTargetId": "__SERVICE_UNIT_ID__"
"deploymentTargetId": "/subscriptions/53012dcb-5039-4e96-8e6c-5d913da1cdb5/resourcegroups/cliadmxd57xg/providers/Microsoft.DeploymentManager/serviceTopologies/cliadmxd57xgServiceTopology/services/cliadmxd57xgService/serviceUnits/cliadmxd57xgInvalidServiceUnit"
}
]
}
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 991cb7c

Please sign in to comment.