-
Notifications
You must be signed in to change notification settings - Fork 4k
[Resources] Add Publish-AzBicepModule
for publishing Bicep files
#16159
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
Please provide the detail description about this cmdlet. @dcaro FYI. |
Hi @dingmeng-xue, I've updated the description. Could you take another look? |
Approve the PR. Merge it after release branch is merged back. |
src/Resources/ResourceManager/Implementation/Bicep/PublishAzureBicepModuleCmdlet.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Beisi Zhou <[email protected]>
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Path -> PathFile Co-authored-by: Yeming Liu <[email protected]>
…rshell into bicep-publish-cmdlet
@isra-fel I've addressed the comments. Mind taking another look? |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM
``` | ||
|
||
### -PassThru | ||
{{ Fill PassThru Description }} |
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 replace this placeholder by regenerating the help file.
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM
src/Resources/ResourceManager/Implementation/Bicep/PublishAzureBicepModuleCmdlet.cs
Outdated
Show resolved
Hide resolved
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
In the recent release of Bicep CLI, we added a new command
bicep publish
for publish a module to a container registry (see https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-cli#publish). The PR adds a new cmdletPublish-AzBicepModule
which allows Bicep and Azure PowerShell users to publish Bicep modules via PowerShell without the need to invoke thebicep publish
command.Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added