-
Notifications
You must be signed in to change notification settings - Fork 756
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
Support "importing" resourceType and apiVersion mappings for specific resource types #16
Comments
Resource types and versions feel a bit different to me. Resource types can be implicit. Versions need to be explicit somewhere, somehow. The biggest problem with versioning in the current ARM language is how they need to be sprinkled everywhere. You could imagine having a top-level apiVersion declaration for each RP so it's super clear and explicit what api versions are being used but isn't super verbose? FWIW for the JS prototype I was considering opting into versions based on the particular package version for the RP you installed (e.g. @azure/arm-storage@1.0.0 maps to api version 2019-12-01). |
can you talk a little bit more about how resource types can be implicit? What would be an example of that? |
Need more clarity on how important this is and how much modules could potentially help with this problem |
Made suggestion in #413 that might be related to this. |
Closing and tracking with #622 |
can we allow for import of resourceType and/or apiVersion combinations for end users to declare resources without worrying as much about those details? essentially modules for types & apiVersions
The text was updated successfully, but these errors were encountered: