Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ARM] Az Deployment : Add support for --template-spec #14241

Closed
wants to merge 34 commits into from
Closed

[ARM] Az Deployment : Add support for --template-spec #14241

wants to merge 34 commits into from

Conversation

detienne20
Copy link
Contributor

Description of PR (Mandatory)

This PR adds support for template-specs with Az CLI Deployment. Microsoft.Resources is updated to use the latest Python SDK. The latest Python SDK required some functions to take in different parameters and account for different return types.

Testing Guide

  1. Create a Template-Spec for Testing -> https://ms.portal.azure.com/?feature.showassettypes=Microsoft_Azure_TemplateSpecs_ArmTemplateSpecsHub&Microsoft_Azure_TemplateSpecs=true&feature.canmodifyextensions=true#blade/Microsoft_Azure_TemplateSpecs/TemplateSpecsMenuBlade/GetStarted

  2. Get Resource ID to Template-Spec /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}

  3. Use in cmdlets

Resource Group

az deployment group validate --resource-group --subscription --template-spec

az deployment group create --resource-group <resource-group-name--subscription --template-spec

Subscription Scope

az deployment sub create --location WestUS --template-spec
az deployment sub validate --location WestUS --template-spec

Management Group

az deployment mg validate --management-group-id testmg --location WestUS --template-spec
az deployment mg create --management-group-id testmg --location WestUS --template-spec

Tenant-Scope
az deployment tenant validate --location WestUS --template-spec
az deployment tenant create --location WestUS --template-spec

@yonzhan
Copy link
Collaborator

yonzhan commented Jul 7, 2020

ARM

@yonzhan yonzhan added this to the S172 milestone Jul 7, 2020
.vscode/launch.json Outdated Show resolved Hide resolved
pyvenv.cfg Outdated Show resolved Hide resolved
@detienne20
Copy link
Contributor Author

Closed because #14448 would include/override the changes made here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants