Skip to content

Commit 13cda55

Browse files
Fix Az.MarketplaceOrdering Syntax Errors (#17657)
1 parent 07725b9 commit 13cda55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MarketplaceOrdering/MarketplaceOrdering/help/Set-AzMarketplaceTerms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Get-AzMarketplaceTerms -Publisher "microsoft-ads" -Product "windows-data-science
5050
This command gets the marketplace publisher agreement
5151
### Example 2
5252
```powershell
53+
$agreementTerms = Get-AzMarketplaceTerms -Publisher "microsoft-ads" -Product "windows-data-science-vm" -Name "windows2016"
5354
Set-AzMarketplaceTerms -Publisher "microsoft-ads" -Product "windows-data-science-vm" -Name "windows2016" -Terms $agreementTerms -Accept
5455
```
5556
This command sets the publisher agreement to 'Accept', and it gets the value for the 'Terms' parameter from the 'Get-AzMarketplaceTerms' cmdlet

0 commit comments

Comments
 (0)