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

provider: adding a test ensuring that Data Sources do not support import #23820

Merged
merged 4 commits into from
Nov 8, 2023

Commits on Nov 8, 2023

  1. provider: adding a test ensuring that Data Sources do not support import

    This isn't possible for Data Sources, therefore Data Sources shouldn't be defining
    an `Importer`
    tombuildsstuff committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7da3913 View commit details
    Browse the repository at this point in the history
  2. d/azurerm_data_protection_backup_vault: removing import support

    This isn't supported for Data Sources so is invalid
    tombuildsstuff committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    af93d42 View commit details
    Browse the repository at this point in the history
  3. d/kusto_database: removing Import support

    This isn't valid for a data source
    tombuildsstuff committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7992b47 View commit details
    Browse the repository at this point in the history
  4. d/virtual_hub_route_table: removing import support

    This isn't valid for Data Sources, so should be removed
    tombuildsstuff committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8f89d33 View commit details
    Browse the repository at this point in the history