forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 15449 in Azure/azure-rest-api-specs
Merge f8c5381af0a6910d6c93d3ccc5aca75477398349 into 1d28da6
- Loading branch information
SDKAuto
committed
Jul 30, 2021
1 parent
87fbdea
commit 1cc4db5
Showing
17 changed files
with
802 additions
and
440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"azext.isExperimental": true, | ||
"azext.minCliCoreVersion": "2.17.0" | ||
"azext.minCliCoreVersion": "2.15.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ | |
|
||
helps['datadog terms'] = """ | ||
type: group | ||
short-summary: Manage marketplace agreements with datadog | ||
short-summary: Manage marketplace agreement with datadog | ||
""" | ||
|
||
helps['datadog terms list'] = """ | ||
type: command | ||
short-summary: "List datadog marketplace agreements" | ||
short-summary: "List Datadog marketplace agreements in the subscription." | ||
examples: | ||
- name: List marketplace agreements | ||
- name: MarketplaceAgreements_List | ||
text: |- | ||
az datadog terms list | ||
""" | ||
|
@@ -126,14 +126,11 @@ | |
examples: | ||
- name: Monitors_Create | ||
text: |- | ||
az datadog monitor create --name "myMonitor" --resource-group "myResourceGroup" --location "West US 2" \ | ||
--tags Environment="Dev" --user-info name="Alice" email-address="[email protected]" phone-number="123-456-7890" \ | ||
--type "SystemAssigned" --sku-name "payg_v2_Monthly" | ||
- name: Monitors creation with linking to Datadogo organization. | ||
text: |- | ||
az datadog monitor create --name "myMonitor" --resource-group "myResourceGroup" --location "West US 2" \ | ||
--datadog-organization-properties api-key=XX application-key=XX --tags Environment="Dev" --user-info name="Alice" \ | ||
email-address="[email protected]" phone-number="123-456-7890" --type "SystemAssigned" --sku-name "Linked" | ||
az datadog monitor create --monitor-name "myMonitor" --name "myMonitor" --location "West US" \ | ||
--datadog-organization-properties name="myOrg" enterprise-app-id="00000000-0000-0000-0000-000000000000" \ | ||
linking-auth-code="someAuthCode" linking-client-id="00000000-0000-0000-0000-000000000000" subscription="pro" \ | ||
--user-info name="Alice" email-address="[email protected]" phone-number="123-456-7890" --name "free_Monthly" --tags \ | ||
Environment="Dev" --resource-group "myResourceGroup" | ||
""" | ||
|
||
helps['datadog monitor update'] = """ | ||
|
@@ -142,8 +139,8 @@ | |
examples: | ||
- name: Monitors_Update | ||
text: |- | ||
az datadog monitor update --name "myMonitor" --tags Environment="Dev" --monitoring-status "Disabled" \ | ||
--resource-group "myResourceGroup" | ||
az datadog monitor update --monitor-name "myMonitor" --tags Environment="Dev" --resource-group \ | ||
"myResourceGroup" | ||
""" | ||
|
||
helps['datadog monitor delete'] = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.