[BUG] ReservationQuotaResource.UpdateAsync returns InvalidDoubleEncodedRequestUri #47615
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Reservations
Library name and version
Azure.ResourceManager.Reservations 1.4.0
Describe the bug
ReservationQuotaResource.UpdateAsync returns InvalidDoubleEncodedRequestUri when the resource name contains space. For example,
Standard NCASv3_T4 Family
.The cause is that it passes Id.Name as resource name. Id.Name is already URL encoded.
Expected behavior
Do not throw InvalidDoubleEncodedRequestUri error.
Actual behavior
Reproduction Steps
Environment
Windows 11
.NET 8
The text was updated successfully, but these errors were encountered: