We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07725b9 commit 13cda55Copy full SHA for 13cda55
src/MarketplaceOrdering/MarketplaceOrdering/help/Set-AzMarketplaceTerms.md
@@ -50,6 +50,7 @@ Get-AzMarketplaceTerms -Publisher "microsoft-ads" -Product "windows-data-science
50
This command gets the marketplace publisher agreement
51
### Example 2
52
```powershell
53
+$agreementTerms = Get-AzMarketplaceTerms -Publisher "microsoft-ads" -Product "windows-data-science-vm" -Name "windows2016"
54
Set-AzMarketplaceTerms -Publisher "microsoft-ads" -Product "windows-data-science-vm" -Name "windows2016" -Terms $agreementTerms -Accept
55
```
56
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