Skip to content

Commit

Permalink
Merge pull request #4578 from hashicorp/b/fixup-frontdoor-cdn-rp-casing
Browse files Browse the repository at this point in the history
`importer` - fixup casing for `Microsoft.Cdn` to avoid resource ID parsing errors
  • Loading branch information
jackofallops authored Dec 5, 2024
2 parents a9064aa + a81e73c commit b355520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func NormalizeResourceProviderName(input string) string {
"microsoft.azurestackhci": "Microsoft.AzureStackHCI",
"microsoft.baremetalinfrastructure": "Microsoft.BareMetalInfrastructure",
"microsoft.botservice": "Microsoft.BotService",
"microsoft.cdn": "Microsoft.CDN",
"microsoft.cdn": "Microsoft.Cdn",
"microsoft.cognitiveservices": "Microsoft.CognitiveServices",
"microsoft.confidentialledger": "Microsoft.ConfidentialLedger",
"microsoft.connectedvmwarevsphere": "Microsoft.ConnectedVMwarevSphere",
Expand Down

0 comments on commit b355520

Please sign in to comment.