Skip to content

Commit a465837

Browse files
authored
Merge pull request MicrosoftDocs#614 from cblackuk/fix/Invoke-AzsAzureBridgeProductDownload
Fix wrong parameter name in the example
2 parents 921b0b5 + 861bd12 commit a465837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azurestackps-1.3.0/Azs.Azurebridge.Admin/Invoke-AzsAzureBridgeProductDownload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Downloads a product from azure marketplace.
3131

3232
### EXAMPLE 1
3333
```
34-
Invoke-AzsAzureBridgeProductDownload -ActivationName 'myActivation' -ProductName 'microsoft.docker-arm.1.1.0' -ResourceGroupName 'activationRG'
34+
Invoke-AzsAzureBridgeProductDownload -ActivationName 'myActivation' -Name 'microsoft.docker-arm.1.1.0' -ResourceGroupName 'activationRG'
3535
```
3636

3737
Download a product from Azure Marketplace

0 commit comments

Comments
 (0)