-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[ARM] az bicep: Reflecting bicep cli updates to az bicep command
#26781
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0edbcbc
syncing bicep cli changes to az cli
polatengin b03a592
fixing style linter issues
polatengin 933f275
fixing linter issues
polatengin b9d8895
adding bicep generate-params test
polatengin a5e42e7
adding bicep new generate-params tests
polatengin 59dc06c
adding a bicep build-params test
polatengin 3fd2c5b
adding a bicep decompile-params test
polatengin 6eb0a74
fixing failing test
polatengin 00f886f
adding new tests
polatengin c3301c3
fixing failing test
polatengin 12e7ba8
fixing failing tests
polatengin 5b903e3
fixing failing tests
polatengin 76214fb
fixing a failing test
polatengin a063206
Update src/azure-cli/azure/cli/command_modules/resource/_help.py
polatengin 655ccd7
Update src/azure-cli/azure/cli/command_modules/resource/_params.py
polatengin b519d83
fixing typos
polatengin c99fb0b
removed dot
polatengin 09b2c59
fixing a typo
polatengin 6176d75
removed dot
polatengin 0a666d2
fixing a typo
polatengin 02e57f2
Update src/azure-cli/azure/cli/command_modules/resource/_params.py
polatengin b331cec
removed dot
polatengin b254ef6
fixing a typo
polatengin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/azure-cli/azure/cli/command_modules/resource/tests/latest/sample_params.bicepparam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| using './sample_params.bicep' | ||
|
|
||
| param demoString = '' | ||
| param demoInt = 0 | ||
| param demoBool = false | ||
| param demoObject = {} | ||
| param demoArray = [] | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.