Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Commands/datadog/_activate-saas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _datadog activate-saas_

Resolve the token to get the SaaS resource ID and activate the SaaS resource

## Versions

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL2FjdGl2YXRlc2Fhcw==/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.datadog/activatesaas 2025-12-26-preview -->

#### examples

- SaaS_ActivateResource
```bash
datadog activate-saas --saas-resource-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.SaaS/resources/mySaaSResource" --user-info name="Alice" email-address="alice@microsoft.com" phone-number="123-456-7890"
```
16 changes: 16 additions & 0 deletions Commands/datadog/monitor/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,19 @@ Creates a new Datadog monitor resource in your Azure subscription. This sets up
```bash
datadog monitor create --name "myMonitor-link" --resource-group "myResourceGroup" --location "West US 2" --org-properties api-key=XX application-key=XX --tags Environment="Dev" --user-info name="Alice" email-address="alice@microsoft.com" phone-number="123-456-7890" --identity type="SystemAssigned" --sku name="Linked"
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{} 2025-12-26-preview -->

#### examples

- Monitors_Create
```bash
datadog monitor create --name "myMonitor" --resource-group "myResourceGroup" --location "West US 2" --org-properties name="myResourceGroup" --tags Environment="Dev" --user-info name="Alice" email-address="alice@microsoft.com" phone-number="123-456-7890" --sku name="payg_v3_Monthly" --identity type="SystemAssigned" --monitoring-status "Enabled"
```

- Monitors creation with linking to Datadog organization.
```bash
datadog monitor create --name "myMonitor-link" --resource-group "myResourceGroup" --location "West US 2" --org-properties api-key=XX application-key=XX --tags Environment="Dev" --user-info name="Alice" email-address="alice@microsoft.com" phone-number="123-456-7890" --identity type="SystemAssigned" --sku name="Linked"
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Deletes an existing Datadog monitor resource from your Azure subscription, remov
```bash
datadog monitor delete --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{} 2025-12-26-preview -->

#### examples

- Monitors_Delete
```bash
datadog monitor delete --resource-group myResourceGroup --monitor-name myMonitor
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_get-billing-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get marketplace and organization info mapped to the given monitor.
```bash
datadog monitor get-billing-info --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2dldGJpbGxpbmdpbmZv/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/getbillinginfo 2025-12-26-preview -->

#### examples

- BillingInfo_Get
```bash
datadog monitor get-billing-info --resource-group myResourceGroup --monitor-name myMonitor
```
16 changes: 16 additions & 0 deletions Commands/datadog/monitor/_get-default-application-key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _datadog monitor get-default-application-key_

Get the default application key.

## Versions

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2dldGRlZmF1bHRhcHBsaWNhdGlvbmtleQ==/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/getdefaultapplicationkey 2025-12-26-preview -->

#### examples

- Monitors_GetDefaultApplicationKey
```bash
datadog monitor get-default-application-key --monitor-name "myMonitor" --resource-group "myResourceGroup"
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_get-default-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Fetches the default Datadog API key associated with your monitor resource, which
```bash
datadog monitor get-default-key --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2dldGRlZmF1bHRrZXk=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/getdefaultkey 2025-12-26-preview -->

#### examples

- Monitors_GetDefaultKey
```bash
datadog monitor get-default-key --resource-group myResourceGroup --monitor-name myMonitor
```
16 changes: 16 additions & 0 deletions Commands/datadog/monitor/_latest-linked-saas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _datadog monitor latest-linked-saas_

Returns the latest SaaS linked to the Datadog organization of the underlying monitor.

## Versions

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2xhdGVzdGxpbmtlZHNhYXM=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/latestlinkedsaas 2025-12-26-preview -->

#### examples

- Monitors_LatestLinkedSaaS
```bash
datadog monitor latest-linked-saas --monitor-name "myMonitor" --resource-group "myResourceGroup"
```
16 changes: 16 additions & 0 deletions Commands/datadog/monitor/_link-saas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _datadog monitor link-saas_

Links a new SaaS to the Datadog organization of the underlying monitor.

## Versions

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2xpbmtzYWFz/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/linksaas 2025-12-26-preview -->

#### examples

- Monitors_LinkSaaS
```bash
datadog monitor link-saas --monitor-name "myMonitor" --resource-group "myResourceGroup" --saas-resource-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.SaaS/resources/mySaaSResource"
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_list-api-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Lists all API keys associated with a specific Datadog monitor resource, allowing
```bash
datadog monitor list-api-key --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2xpc3RhcGlrZXlz/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/listapikeys 2025-12-26-preview -->

#### examples

- Monitors_ListApiKeys
```bash
datadog monitor list-api-key --resource-group myResourceGroup --monitor-name myMonitor
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_list-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Lists all hosts being monitored by a specific Datadog monitor resource, providin
```bash
datadog monitor list-host --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2xpc3Rob3N0cw==/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/listhosts 2025-12-26-preview -->

#### examples

- Monitors_ListHosts
```bash
datadog monitor list-host --resource-group myResourceGroup --monitor-name myMonitor
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_list-linked-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Lists all Azure resources that are linked to the same Datadog organization as th
```bash
datadog monitor list-linked-resource --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2xpc3RsaW5rZWRyZXNvdXJjZXM=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/listlinkedresources 2025-12-26-preview -->

#### examples

- Monitors_ListLinkedResources
```bash
datadog monitor list-linked-resource --resource-group myResourceGroup --monitor-name myMonitor
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_list-monitored-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Lists all Azure resources that are currently being monitored by the specified Da
```bash
datadog monitor list-monitored-resource --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L2xpc3Rtb25pdG9yZWRyZXNvdXJjZXM=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/listmonitoredresources 2025-12-26-preview -->

#### examples

- Monitors_ListMonitoredResources
```bash
datadog monitor list-monitored-resource --resource-group myResourceGroup --monitor-name myMonitor
```
12 changes: 12 additions & 0 deletions Commands/datadog/monitor/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ Retrieves a list of all Datadog monitor resources either within a specific resou
```bash
datadog monitor list [--resource-group]
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3Jz/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.datadog/monitors 2025-12-26-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors 2025-12-26-preview -->

#### examples

- Monitors_List
```bash
datadog monitor list [--resource-group]
```
16 changes: 16 additions & 0 deletions Commands/datadog/monitor/_manage-sre-agent-connector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _datadog monitor manage-sre-agent-connector_

Manages Datadog MCP connectors to add/remove for the SRE Agent.

## Versions

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L21hbmFnZXNyZWFnZW50Y29ubmVjdG9ycw==/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/managesreagentconnectors 2025-12-26-preview -->

#### examples

- Monitors_ManageSreAgentConnectors
```bash
datadog monitor manage-sre-agent-connector --monitor-name "myMonitor" --resource-group "myResourceGroup" --action "Add" --mcp-connector-resource-id-list "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Datadog/monitors/myMonitor/mcpConnectors/myConnector"
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_refresh-set-password-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Refreshes the link used to set the password for the Datadog monitor resource and
```bash
datadog monitor refresh-set-password-link --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L3JlZnJlc2hzZXRwYXNzd29yZGxpbms=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/refreshsetpasswordlink 2025-12-26-preview -->

#### examples

- Monitors_RefreshSetPasswordLink
```bash
datadog monitor refresh-set-password-link --resource-group myResourceGroup --monitor-name myMonitor
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_set-default-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Sets the default Datadog API key for the specified monitor resource, which will
```bash
datadog monitor set-default-key --resource-group myResourceGroup --monitor-name myMonitor --key 1111111111111111aaaaaaaaaaaaaaaa
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L3NldGRlZmF1bHRrZXk=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/setdefaultkey 2025-12-26-preview -->

#### examples

- Monitors_SetDefaultKey
```bash
datadog monitor set-default-key --resource-group myResourceGroup --monitor-name myMonitor --key 1111111111111111aaaaaaaaaaaaaaaa
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Retrieves the properties and configuration details of a specific Datadog monitor
```bash
datadog monitor show --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{} 2025-12-26-preview -->

#### examples

- Monitors_Get
```bash
datadog monitor show --resource-group myResourceGroup --monitor-name myMonitor
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Updates the configuration of an existing Datadog monitor resource in your Azure
```bash
datadog monitor update --name "myMonitor" --tags Environment="Dev" --monitoring-status "Disabled" --resource-group "myResourceGroup"
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{} 2025-12-26-preview -->

#### examples

- Monitors_Update
```bash
datadog monitor update --name "myMonitor" --tags Environment="Dev" --monitoring-status "Disabled" --resource-group "myResourceGroup"
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/monitored-subscription/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create the subscriptions that should be monitored by the Datadog monitor resourc
```bash
datadog monitor monitored-subscription create --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default --mon-sub-list "[{status:Active,subscription-id:/subscriptions/00000000-0000-0000-0000-000000000000}]" --operation AddBegin
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L21vbml0b3JlZHN1YnNjcmlwdGlvbnMve30=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/monitoredsubscriptions/{} 2025-12-26-preview -->

#### examples

- Monitors_AddMonitoredSubscriptions
```bash
datadog monitor monitored-subscription create --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default --mon-sub-list "[{status:Active,subscription-id:/subscriptions/00000000-0000-0000-0000-000000000000}]" --operation AddBegin
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/monitored-subscription/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete the subscriptions that are being monitored by the Datadog monitor resourc
```bash
datadog monitor monitored-subscription delete --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L21vbml0b3JlZHN1YnNjcmlwdGlvbnMve30=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/monitoredsubscriptions/{} 2025-12-26-preview -->

#### examples

- Monitors_DeleteMonitoredSubscriptions
```bash
datadog monitor monitored-subscription delete --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/monitored-subscription/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List the subscriptions currently being monitored by the Datadog monitor resource
```bash
datadog monitor monitored-subscription list --resource-group myResourceGroup --monitor-name myMonitor
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L21vbml0b3JlZHN1YnNjcmlwdGlvbnM=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/monitoredsubscriptions 2025-12-26-preview -->

#### examples

- Monitors_GetMonitoredSubscriptions
```bash
datadog monitor monitored-subscription list --resource-group myResourceGroup --monitor-name myMonitor
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/monitored-subscription/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get the subscriptions currently being monitored by the Datadog monitor resource.
```bash
datadog monitor monitored-subscription show --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L21vbml0b3JlZHN1YnNjcmlwdGlvbnMve30=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/monitoredsubscriptions/{} 2025-12-26-preview -->

#### examples

- Monitors_GetMonitoredSubscriptions
```bash
datadog monitor monitored-subscription show --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default
```
11 changes: 11 additions & 0 deletions Commands/datadog/monitor/monitored-subscription/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update the subscriptions that should be monitored by the Datadog monitor resourc
```bash
datadog monitor monitored-subscription update --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default --mon-sub-list "[{status:Active,subscription-id:/subscriptions/00000000-0000-0000-0000-000000000000}]" --operation AddBegin
```

### [2025-12-26-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhZG9nL21vbml0b3JzL3t9L21vbml0b3JlZHN1YnNjcmlwdGlvbnMve30=/2025-12-26-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.datadog/monitors/{}/monitoredsubscriptions/{} 2025-12-26-preview -->

#### examples

- Monitors_AddMonitoredSubscriptions
```bash
datadog monitor monitored-subscription update --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default --mon-sub-list "[{status:Active,subscription-id:/subscriptions/00000000-0000-0000-0000-000000000000}]" --operation AddBegin
```
Loading
Loading