Skip to content
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

Integrate ApiVersionProvider into IResourceTypeProvider #13239

Open
shenglol opened this issue Feb 6, 2024 · 0 comments
Open

Integrate ApiVersionProvider into IResourceTypeProvider #13239

shenglol opened this issue Feb 6, 2024 · 0 comments
Labels
enhancement New feature or request tech debt Fixing this issue will pay down technical debt we have accumulated.

Comments

@shenglol
Copy link
Contributor

shenglol commented Feb 6, 2024

ApiVersionProvider is used by UseRecentApiVersionRule. However, its initialization within the SemanticModel constructor introduces an undesirable coupling between the linter and the Bicep core compiler implementation. To mitigate this, we can do some refactoring to incorporate the functionalities of ApiVersionProvider into the IResourceTypeProvider.

@shenglol shenglol added the enhancement New feature or request label Feb 6, 2024
@shenglol shenglol added tech debt Fixing this issue will pay down technical debt we have accumulated. and removed Needs: Triage 🔍 labels Feb 6, 2024
@shenglol shenglol added this to the Committed Backlog milestone Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tech debt Fixing this issue will pay down technical debt we have accumulated.
Projects
Status: Todo
Development

No branches or pull requests

1 participant