diff --git a/src/Resources/Resources/help/New-AzResourceGroupDeployment.md b/src/Resources/Resources/help/New-AzResourceGroupDeployment.md index b7958f5198de..1ad58e934958 100644 --- a/src/Resources/Resources/help/New-AzResourceGroupDeployment.md +++ b/src/Resources/Resources/help/New-AzResourceGroupDeployment.md @@ -437,8 +437,7 @@ Accept wildcard characters: False ``` ### -TemplateFile -Specifies the full path of a template file. Supported template file type: json and bicep. -This can be a custom template or a gallery template that is saved as a JSON file, such as one created by using the **Save-AzResourceGroupGalleryTemplate** cmdlet. +Specifies the full path of a custom template file. Supported template file type: json and bicep. ```yaml Type: System.String @@ -534,8 +533,7 @@ Accept wildcard characters: False ``` ### -TemplateUri -Specifies the URI of a template file. -This file can be a custom template or a gallery template that is saved as a JSON file, such as by using **Save-AzResourceGroupGalleryTemplate**. +Specifies the URI of a custom template file. ```yaml Type: System.String