Skip to content

Conversation

@detienne20
Copy link
Contributor

Description

This PR addresses two customer reported issues.

For the first (#16736) the error handling has been improved by throwing an incorrect usage error when version is not specified when calling ts export.

Testing: 
 
 az ts export -g resourceGroup --name templatespec name --output-folder
 az ts export -s templatespecID 
 
 Both commands should fail with " a template spec version must be specified for 
 export."

For the second ( #16801 (comment)) az ts show now reports existing template spec versions instead of returning null.

Testing:

  1. Created a template spec and template spec version(s). 
 
  2. Retrieve a template spec  via:
      ts show --template-spec resourceID 
      ts show -g resourceGroup --name TemplateSpecName 

  3. Returned object should have the name of the template spec versions in the versions 
     property. 

@yonzhan
Copy link
Collaborator

yonzhan commented Feb 10, 2021

ARM

@yonzhan yonzhan added this to the S183 - For Ignite milestone Feb 10, 2021
@zhoxing-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@zhoxing-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@zhoxing-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@zhoxing-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@zhoxing-ms zhoxing-ms merged commit 4b6a6c8 into Azure:dev Feb 19, 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