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

New datasource azurerm_storage_table_entities #24973

Merged

Commits on Feb 22, 2024

  1. New datasource azurerm_storage_table_entities

    Allows retrieving multiple storage table entities based on a filter
    query.
    
    ```
    ✗ TF_ACC=1 go test -v ./internal/services/storage -timeout=1000m -run='TestAccDataSourceStorageTableEntities_basic'
    === RUN   TestAccDataSourceStorageTableEntities_basic
    === PAUSE TestAccDataSourceStorageTableEntities_basic
    === CONT  TestAccDataSourceStorageTableEntities_basic
    --- PASS: TestAccDataSourceStorageTableEntities_basic (146.35s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-azurerm/internal/services/storage	149.796s
    ```
    favoretti committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    741cfaf View commit details
    Browse the repository at this point in the history
  2. Fix schema semantics

    favoretti committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    572cdcb View commit details
    Browse the repository at this point in the history
  3. make generate

    favoretti committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d5425b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c548648 View commit details
    Browse the repository at this point in the history
  5. terrafmt

    favoretti committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8a071bb View commit details
    Browse the repository at this point in the history