Skip to content

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

dkmiller and others added 24 commits April 27, 2020 16:13
@yonzhan
Copy link
Collaborator

yonzhan commented Jul 7, 2020

ARM

@yonzhan yonzhan added this to the S172 milestone Jul 7, 2020
@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