-
Notifications
You must be signed in to change notification settings - Fork 762
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
Allow referencing existing resources with the 'existing' keyword #1339
Conversation
71205a8
to
b0dcdcc
Compare
b0dcdcc
to
71c8301
Compare
I think more "natural" syntax would be |
71c8301
to
8bb2b40
Compare
Please comment on #258 for syntax discussion - this PR is just to implement the design we closed on. I do think there's scope for changing this and definitely share some of your thoughts here, but it'll have to come in as a later revision. |
9daa5ed
to
cc171f5
Compare
Codecov Report
@@ Coverage Diff @@
## main #1339 +/- ##
==========================================
- Coverage 94.80% 94.73% -0.08%
==========================================
Files 351 352 +1
Lines 18348 18494 +146
Branches 14 14
==========================================
+ Hits 17395 17520 +125
- Misses 953 974 +21
Flags with carried forward coverage won't be shown. Click here to find out more.
|
7b5a72d
to
f27c21f
Compare
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.
Thanks for adding the doc update. I can update https://github.com/Azure/bicep/blob/main/docs/arm2bicep.md when this gets checked in
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.
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.
Looks great!
Contributing a Pull Request
If you haven't already, read the full contribution guide. The guide may have changed since the last time you read it, so please double-check. Once you are done and ready to submit your PR, run through the relevant checklist below.
Contributing a feature
Adds the ability to reference runtime properties from an existing resource which is not being deployed by the Bicep file.
Fixes #258