mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:53:50 +02:00
az-term: add page (#6720)
This commit is contained in:
parent
672e36f588
commit
c5f3b333ad
1 changed files with 13 additions and 0 deletions
13
pages/common/az-term.md
Normal file
13
pages/common/az-term.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# az term
|
||||
|
||||
> Manage marketplace agreement with marketplaceordering.
|
||||
> Part of `azure-cli`.
|
||||
> More information: <https://docs.microsoft.com/cli/azure/term>.
|
||||
|
||||
- Print marketplace terms:
|
||||
|
||||
`az term show --product "{{product_identifier}}" --plan "{{plan_identifier}}" --publisher "{{publisher_identifier}}"`
|
||||
|
||||
- Accept marketplace terms:
|
||||
|
||||
`az term accept --product "{{product_identifier}}" --plan "{{plan_identifier}}" --publisher "{{publisher_identifier}}"`
|
Loading…
Add table
Reference in a new issue