-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Adding cmdlets for Azure Template Specs (Preview) with deployment support #13090
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
Conversation
…hell into TemplateSpecs
VeryEarly
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add supportshould process to export cmdlet
|
is there API version changes involved in this SDK upgrade? If so, please re-record test cases |
shouldprocess has now been added to all applicable cmdlets.
Not outside of the newly introduced cmdlets/template specs client. We should be good here. FYI: I see that some tests are failing, but they look to be completely unrelated to these changes. I presume these are failing across the latest master? |
|
@VeryEarly : Are there any further actions needed before this is merged? |
those failed test cases have referenced get-azresource which has API upgrade. This unnecessary reference was caused by bad test implementation, need help from peering team do the fix. |
Will this block the merge until it is fixed? Who is responsible for following up? Do we need to do anything further from our side? |
We have some work around if developer from peering team was not managed to fix this issue. Let's wait for their response first. |
|
Hi @stuartko , Please take latest changes from master branch, thanks. |
|
/azp run azure-powershell - windows-powershell |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Adds new cmdlets for managing Template Specs:
Get-AzTemplateSpecNew-AzTemplateSpecSet-AzTemplateSpecExport-AzTemplateSpecRemove-AzTemplateSpecAlso adds support for deploying Template Specs via the existing deployment cmdlets. Cmdlets underwent extensive design reviews and discussions, and have been used by customers for the past ~2 months under a private preview release.
The Template Specs service remains in private preview but will enter Public Preview in October.
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added