-
Notifications
You must be signed in to change notification settings - Fork 381
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
feat(new): Automation Account Runbook #202
Conversation
Signed-off-by: Gordonby <gordon.byers@microsoft.com>
Signed-off-by: Gordonby <gordon.byers@microsoft.com>
Signed-off-by: Gordonby <gordon.byers@microsoft.com>
Signed-off-by: Gordonby <gordon.byers@microsoft.com>
Signed-off-by: Gordonby <gordon.byers@microsoft.com>
Signed-off-by: Gordonby <gordon.byers@microsoft.com>
I've added UserDefinedTypes to this bicep module @alex-frankel - which really helps with the flexibility/maturity of the use case. |
I don't think we should use user-defined types in a public modules until the feature is enabled by default. Otherwise, this module will only work if the preview flag is enabled. Thoughts? Of course, it's great that you are trying the feature out and glad it is improving usability :) |
Agreed, public modules should be easy to adopt 👍 |
Signed-off-by: Gordonby <gordon.byers@microsoft.com>
Signed-off-by: Gordonby <gordon.byers@microsoft.com>
…cep-registry-modules-1 into gb-automationaccount
Made changes for compatibility to 0.17.1 |
Probably need to keep this one on hold until #372 is complete. |
…cep-registry-modules-1 into gb-automationaccount
@microsoft-github-policy-service agree |
@dciborow - As we're taking module that use Custom Types now (eg. The CosmosDb one). I would consider this module ready for review/merge. |
@dciborow Have you had a chance to review? |
Closing as stale |
Description
This contribution Closes #199
This module does use experimental features: userDefinedTypes
Adding a new module
brm validate
locally to verify the module files.