Adding cmdlets for Azure Template Specs (Preview) with deployment support#13090
Adding cmdlets for Azure Template Specs (Preview) with deployment support#13090
Conversation
…hell into TemplateSpecs
VeryEarly
left a comment
There was a problem hiding this comment.
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