app configuration breaking change: the api now returns the resource group name in the ID in lowercase now #6606
Labels
App Services
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
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
Service Attention
Workflow: This issue is responsible by Azure service team.
Milestone
Bug Report
.../services/compute/mgmt/2018-06-01/compute
"github.com/Azure/azure-sdk-for-go/services/appconfiguration/mgmt/2019-10-01/appconfiguration"
master
,latest
,18.1.0
go version
Sometime in the last couple days the
appconfiguration
api behaviour changed how it handles resource group names. The resource group name now appears to be returned in lowercase:put
https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/acctestRG-200106130341948219/providers/Microsoft.AppConfiguration/configurationStores/testaccappconf200106130341948219?api-version=2019-10-01
get
https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/acctestRG-200106130341948219/providers/Microsoft.AppConfiguration/configurationStores/testaccappconf200106130341948219?api-version=2019-10-01
The text was updated successfully, but these errors were encountered: