Skip to content

Commit

Permalink
Fix ResourceNameRestriction for profileName
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglongLiu committed Mar 6, 2025
1 parent 0e2d4df commit ab2fd8d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,7 @@
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"name": "profileName",
"in": "path",
"description": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.",
"required": true,
"type": "string"
"$ref": "#/parameters/profileNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
Expand Down

0 comments on commit ab2fd8d

Please sign in to comment.