-
Notifications
You must be signed in to change notification settings - Fork 510
add new snippet: new Azure Resource Group #1549
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
docs/community_snippets.md
Outdated
|
||
```json | ||
"New Azure Resource Group": { | ||
"prefix": "rg", |
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.
If we follow the example set by the Send-MailMessage
snippet (and other snippets that ship in the extension) perhaps the prefix should be ex-New-AzureRmResourceGroup
?
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.
If we follow the example set by the
Send-MailMessage
snippet (and other snippets that ship in the extension) perhaps the prefix should beex-New-AzureRmResourceGroup
?
@rkeithhill Yes! You´re correct... I modified the snippet name with your suggestion. Thanks for the 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.
LGTM
I'll let @tylerl0706 sign off on this one :) |
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.
Content looks great! We just need it to be in the right order 👍 fix that and this is good to go!
@tylerl0706 @rkeithhill I have another snippets to add: Should I modify this PR or I need to create a new? |
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
@vmsilvamolina lets do a new one and I'll merge this one in now 😄 |
PR Summary
PR Checklist
Note: Tick the boxes below that apply to this pull request by putting an
x
between the square brackets.Please mark anything not applicable to this PR
NA
.WIP:
to the beginning of the title and remove the prefix when the PR is ready