Skip to content

This pull request adds support for Azure to the CLI, which currently … #14

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ajitesh123
Copy link

…only supports GCP and AWS. The main changes are:

  1. Added a new AzureScanner class to the scanner-strategies module, which implements the ScannerStrategy interface. This allows the CLI to interact with Azure resources in the same way it does with GCP and AWS.

  2. Updated the listFiles function in the read-directory.ts module to include the .az file extension, which is assumed to be the extension for Azure-specific files. This ensures that the CLI can properly read and process Azure-related files.

These changes will allow the CLI to expand its platform support and provide users with the ability to work with Azure resources alongside GCP and AWS.

…only supports GCP and AWS. The main changes are:

1. Added a new `AzureScanner` class to the `scanner-strategies` module, which implements the `ScannerStrategy` interface. This allows the CLI to interact with Azure resources in the same way it does with GCP and AWS.

2. Updated the `listFiles` function in the `read-directory.ts` module to include the `.az` file extension, which is assumed to be the extension for Azure-specific files. This ensures that the CLI can properly read and process Azure-related files.

These changes will allow the CLI to expand its platform support and provide users with the ability to work with Azure resources alongside GCP and AWS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant