-
Notifications
You must be signed in to change notification settings - Fork 945
Open
Labels
StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Description
Feature Request
This is related to:
- x-ms-version is not changed when using a different storage profile for Azure Stack Hub #18688
- specify api-version in disks_client.go #23686
Currently the BlobClient hard-codes the x-ms-version to 2025-11-05:
| req.Raw().Header["x-ms-version"] = []string{"2025-11-05"} |
However, Azure Stack Hub needs an older value.
Metadata
Metadata
Assignees
Labels
StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.