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/new-relic/_activate-saas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _new-relic activate-saas_

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

## Versions

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWN0aXZhdGVzYWFz/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/newrelic.observability/activatesaas 2026-06-01 -->

#### examples

- Activate a New Relic SaaS resource
```bash
new-relic activate-saas --publisher-id newrelicinc1635200720692 --saas-guid 00000000-0000-0000-0000-000005430000
```
11 changes: 11 additions & 0 deletions Commands/new-relic/account/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Lists all the New Relic accounts in your Azure subscription, helping you underst
```bash
new-relic account list --location eastus2euap --user-email UserEmail@123.com
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWNjb3VudHM=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/newrelic.observability/accounts 2026-06-01 -->

#### examples

- List all the existing accounts.
```bash
new-relic account list --location eastus2euap --user-email UserEmail@123.com
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Creates a new New Relic monitor resource in your Azure subscription. This sets u
```bash
new-relic monitor create --resource-group MyResourceGroup --name MyNewRelicMonitor --location eastus2euap --user-info first-name="vdftzcggiref" last-name="bcsztgqovdlmzf" email-address="UserEmail@123.com" phone-number="123456" --plan-data billing-cycle="MONTHLY" effective-date='2022-10-25T15:14:33+02:00' plan-details="newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg" usage-type="PAYG" --account-creation-source "LIFTR" --org-creation-source "LIFTR" --tags key6976=oaxfhf
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{} 2026-06-01 -->

#### examples

- Create a New Relic monitor
```bash
new-relic monitor create --resource-group myResourceGroup --name myNewRelicMonitor --location eastus --user-info first-name=FirstName last-name=LastName email-address=user@example.com phone-number=0000000000 --plan-data billing-cycle=MONTHLY effective-date=2026-06-01T00:00:00Z plan-details=newrelic-pay-as-you-go-free-live@TIDn7ja87drquhy@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg_2025 usage-type=PAYG --account-creation-source LIFTR --org-creation-source LIFTR --tags environment=Production
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Deletes an existing New Relic monitor resource from your Azure subscription, rem
```bash
new-relic monitor delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{} 2026-06-01 -->

#### examples

- Delete a NewRelicMonitorResource.
```bash
new-relic monitor delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_get-billing-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Retrieve marketplace and organization billing information mapped to the given Ne
```bash
new-relic monitor get-billing-info --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vZ2V0YmlsbGluZ2luZm8=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/getbillinginfo 2026-06-01 -->

#### examples

- Get marketplace info mapped to the given monitor.
```bash
new-relic monitor get-billing-info --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_get-metric-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Retrieves the metric rules that are configured in the New Relic monitor resource
```bash
new-relic monitor get-metric-rule --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup --user-email UserEmail@123.com
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vZ2V0bWV0cmljcnVsZXM=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/getmetricrules 2026-06-01 -->

#### examples

- Get metric rules.
```bash
new-relic monitor get-metric-rule --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup --user-email UserEmail@123.com
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_get-metric-statu.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Retrieves the metric status that are configured in the New Relic monitor resourc
```bash
new-relic monitor get-metric-statu --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com --azure-resource-ids MyAzureResourceIds
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vZ2V0bWV0cmljc3RhdHVz/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/getmetricstatus 2026-06-01 -->

#### examples

- Get metric status.
```bash
new-relic monitor get-metric-statu --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com --azure-resource-ids MyAzureResourceIds
```
16 changes: 16 additions & 0 deletions Commands/new-relic/monitor/_latest-linked-saas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _new-relic monitor latest-linked-saas_

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

## Versions

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbGF0ZXN0bGlua2Vkc2Fhcw==/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/latestlinkedsaas 2026-06-01 -->

#### examples

- Get the latest SaaS resource linked to a New Relic monitor
```bash
new-relic monitor latest-linked-saas --resource-group myResourceGroup --monitor-name myMonitor
```
16 changes: 16 additions & 0 deletions Commands/new-relic/monitor/_link-saas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _new-relic monitor link-saas_

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

## Versions

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbGlua3NhYXM=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/linksaas 2026-06-01 -->

#### examples

- Link a SaaS resource to a New Relic monitor
```bash
new-relic monitor link-saas --resource-group myResourceGroup --monitor-name myMonitor --saas-resource-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mySaaSResourceGroup/providers/Microsoft.SaaS/resources/myNewRelicSaaS
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_list-app-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Lists the app service resources currently being monitored by the New Relic resou
```bash
new-relic monitor list-app-service --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com --azure-resource-ids MyAzureResourceIds
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbGlzdGFwcHNlcnZpY2Vz/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/listappservices 2026-06-01 -->

#### examples

- List the app service resources currently being monitored by the NewRelic resource.
```bash
new-relic monitor list-app-service --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com --azure-resource-ids MyAzureResourceIds
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_list-connected-partner-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List all active deployments associated with the marketplace subscription linked
```bash
new-relic monitor list-connected-partner-resource --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --body UserEmail@123.com
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbGlzdGNvbm5lY3RlZHBhcnRuZXJyZXNvdXJjZXM=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/listconnectedpartnerresources 2026-06-01 -->

#### examples

- List of all active deployments that are associated with the marketplace subscription linked to the given monitor.
```bash
new-relic monitor list-connected-partner-resource --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --body UserEmail@123.com
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_list-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ List all VM resources currently being monitored by the New Relic monitor resourc
```bash
new-relic monitor list-host --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com --vm-ids MyVmIds
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbGlzdGhvc3Rz/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/listhosts 2026-06-01 -->

#### examples

- List the compute vm resources currently being monitored by the NewRelic resource.
```bash
new-relic monitor list-host --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com --vm-ids MyVmIds
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_list-linked-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Lists all Azure resources that are linked to the same New Relic organization as
```bash
new-relic monitor list-linked-resource --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbGlzdGxpbmtlZHJlc291cmNlcw==/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/listlinkedresources 2026-06-01 -->

#### examples

- List all Azure resources associated to the same NewRelic organization and account as the target resource.
```bash
new-relic monitor list-linked-resource --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
```
12 changes: 12 additions & 0 deletions Commands/new-relic/monitor/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ Retrieves a list of all New Relic monitor resources either within a specific res
```bash
new-relic monitor list
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnM=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/newrelic.observability/monitors 2026-06-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors 2026-06-01 -->

#### examples

- List NewRelicMonitorResource resources by subscription ID
```bash
new-relic monitor list
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_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 Ne
```bash
new-relic monitor monitored-resource --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbW9uaXRvcmVkcmVzb3VyY2Vz/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/monitoredresources 2026-06-01 -->

#### examples

- List the resources currently being monitored by the NewRelic monitor resource.
```bash
new-relic monitor monitored-resource --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/new-relic/monitor/_refresh-ingestion-key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _new-relic monitor refresh-ingestion-key_

Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor.

## Versions

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vcmVmcmVzaGluZ2VzdGlvbmtleQ==/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/refreshingestionkey 2026-06-01 -->

#### examples

- Refresh the ingestion key for a New Relic monitor
```bash
new-relic monitor refresh-ingestion-key --resource-group myResourceGroup --monitor-name myMonitor
```
11 changes: 11 additions & 0 deletions Commands/new-relic/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 New Relic monit
```bash
new-relic monitor show --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{} 2026-06-01 -->

#### examples

- Get a NewRelicMonitorResource.
```bash
new-relic monitor show --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_switch-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ Switches the billing for the New Relic Monitor resource to be billed by Azure Ma
```bash
new-relic monitor switch-billing --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup --azure-resource-id resourceId --organization-id organizationId --user-email="UserEmail@123.com" --plan-data billing-cycle="MONTHLY" effective-date='2022-10-25T15:14:33+02:00' plan-details="newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg" usage-type="PAYG"
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vc3dpdGNoYmlsbGluZw==/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/switchbilling 2026-06-01 -->

#### examples

- Switches the billing for NewRelic monitor resource.
```bash
new-relic monitor switch-billing --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup --azure-resource-id resourceId --organization-id organizationId --user-email="UserEmail@123.com" --plan-data billing-cycle="MONTHLY" effective-date='2026-06-01T00:00:00Z' plan-details="newrelic-pay-as-you-go-free-live@TIDn7ja87drquhy@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg_2025" usage-type="PAYG"
```
2 changes: 1 addition & 1 deletion Commands/new-relic/monitor/_update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _new-relic monitor update_

Updates an existing New Relic monitor resource from your Azure subscription.
Update an existing New Relic monitor resource from your Azure subscription

## Versions

Expand Down
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/_vm-host-payload.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Returns the payload that needs to be passed in the request body for installing t
```bash
monitor vm-host-payload --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdm1ob3N0cGF5bG9hZHM=/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/vmhostpayloads 2026-06-01 -->

#### examples

- Get MonitorsVmHostPayload.
```bash
monitor vm-host-payload --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
```
11 changes: 11 additions & 0 deletions Commands/new-relic/monitor/monitored-subscription/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create subscriptions to be monitored by the New Relic monitor resource, enabling
```bash
new-relic monitor monitored-subscription create --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --configuration-name default --patch-operation Active --monitored-subscription-list=[{"subscription-id":"subscription-id", "status":"Active","error":"error","tag-rules":"log-rules=[{"send-aad-logs"="Enabled","send-subscription-logs"="Enabled","send-activity-logs"="Enabled",filtering-tags=[]}]","metric-rules"=[{"user-email"="UserEmail@123.com",filtering-tags=[{"name":"Environment","value":"Prod","action":"Include"}]}]
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbW9uaXRvcmVkc3Vic2NyaXB0aW9ucy97fQ==/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/monitoredsubscriptions/{} 2026-06-01 -->

#### examples

- Create monitored subscription configuration for a New Relic monitor
```bash
new-relic monitor monitored-subscription create --resource-group myResourceGroup --monitor-name myNewRelicMonitor --configuration-name default --patch-operation AddBegin --monitored-subscription-list "[{subscription-id:/subscriptions/00000000-0000-0000-0000-000000000000,status:Active}]"
```
13 changes: 12 additions & 1 deletion Commands/new-relic/monitor/monitored-subscription/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,16 @@ Delete subscriptions being monitored by the New Relic monitor resource, removing

- Delete the subscriptions that are being monitored by the NewRelic monitor resource
```bash
new-relic monitor monitored-subscription delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default
new-relic monitor monitored-subscription delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --configuration-name default
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbW9uaXRvcmVkc3Vic2NyaXB0aW9ucy97fQ==/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/monitoredsubscriptions/{} 2026-06-01 -->

#### examples

- Delete the subscriptions that are being monitored by the NewRelic monitor resource
```bash
new-relic monitor monitored-subscription delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --configuration-name default
```
11 changes: 11 additions & 0 deletions Commands/new-relic/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 New Relic monitor resour
```bash
new-relic monitor monitored-subscription list --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor
```

### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbW9uaXRvcmVkc3Vic2NyaXB0aW9ucw==/2026-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/monitoredsubscriptions 2026-06-01 -->

#### examples

- List the subscriptions currently being monitored by the NewRelic monitor resource.
```bash
new-relic monitor monitored-subscription list --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor
```
Loading
Loading