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 ts : Add UiFormDefinition file support to TemplateSpecs #17560

Closed
wants to merge 1 commit into from
Closed

[ARM] az ts : Add UiFormDefinition file support to TemplateSpecs #17560

wants to merge 1 commit into from

Conversation

TSunny007
Copy link
Contributor

@TSunny007 TSunny007 commented Apr 3, 2021

Description

This PR bumps up the API version of TemplateSpecs and adds support for supplying an (optional) uiDefiniton file to az ts [create | update] operations.

Testing Guide

az ts

Create:

az ts create -g testRG --name TemplateSpecName -v 2.0 -l WestUS --template-file
        templateSpec.json --version-description "Less simple template spec" --ui-definition-file
        templateSpecUiDefinition.json

Update:

az ts update -g ExistingRG --name ExistingName -v 3.0 -f updatedTemplate.json --display-name
        "New parent display name" --description "New parent description" --version-description "New
        child description" --ui-defintion-file updatedUiDefinition.json

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.


This checklist is used to make sure that common guidelines for a pull request are followed.

@yonzhan
Copy link
Collaborator

yonzhan commented Apr 4, 2021

ARM

@yonzhan yonzhan modified the milestones: S185, S186 Apr 4, 2021
@zhoxing-ms
Copy link
Contributor

@TarunSunkaraneni @detienne20 May I ask is this PR replaced by #17869? If so, could you please close this PR~

@zhoxing-ms
Copy link
Contributor

As there was no reply for a long time, I closed it first. If you need it later, we can reopen it~

@zhoxing-ms zhoxing-ms closed this Apr 29, 2021
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.

3 participants