Add Qumulo.Storage/fileSystems armstrong tests (2024-06-19 + new 2026-04-16)#121
Open
Navjot190102 wants to merge 2 commits into
Open
Add Qumulo.Storage/fileSystems armstrong tests (2024-06-19 + new 2026-04-16)#121Navjot190102 wants to merge 2 commits into
Navjot190102 wants to merge 2 commits into
Conversation
Adds the azapi Terraform configuration and Armstrong reports (validate + cleanup) for the Qumulo.Storage/fileSystems@2024-06-19 ARM API. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6cb88282-a824-4e60-9f1f-4798ccdc64ad
…test Adds the 2026-04-16 stable API version test artifacts, using the swagger from Azure/azure-rest-api-specs#43746. Includes main.tf, the create example, and the armstrong test/cleanup reports. armstrong test result: 3 resources passed (RG, vnet, subnet); Qumulo file system create returned 400 ResourceCreationValidateFailed / MarketplaceValidation (SaaS purchase gate on the internal/sandbox subscription). All live resources cleaned up. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6cb88282-a824-4e60-9f1f-4798ccdc64ad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Armstrong test artifacts for the
Qumulo.Storage/fileSystemsARM API underexamples/:Qumulo.Storage_fileSystems@2024-06-19(existing stable version) — validate + cleanupQumulo.Storage_fileSystems@2026-04-16(new stable version, latest swagger from azure-rest-api-specs#43746) — generate + validate + live test + cleanup2026-04-16 — what's new (vs 2024-06-19)
New file-system properties:
performanceTier,clusterLoginUrl,privateIPs,marketplaceDetails.termUnit, and read-onlymarketplaceDetails.marketplaceSubscriptionStatus.Process (Armstrong onboarding flow)
FileSystems_CreateOrUpdateexample (main.tfauthored from the known-good dependency graph, resource type bumped to@2026-04-16)Plan: 4 to add, 0 to change, 0 to destroy400 ResourceCreationValidateFailedTest finding
ARM accepted the 2026-04-16 request and ran marketplace validation, which rejected the create:
This is an environment/marketplace limitation, not an API/swagger defect. An
all_passedtest report requires a purchase-enabled subscription (or a\.00test plan).Contents
examples/Qumulo.Storage_fileSystems@2026-04-16/:main.tf,Swagger_Create_Example.json,readme.md, andreports/(partial_passed, error report with HTTP traces, cleanup all-passed).These files are also attached to the corresponding ADO ticket for the HashiCorp developers.