Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/Resources/Resources/help/New-AzResourceGroupDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down