diff --git a/Commands/new-relic/_activate-saas.md b/Commands/new-relic/_activate-saas.md
new file mode 100644
index 000000000..25107dbd7
--- /dev/null
+++ b/Commands/new-relic/_activate-saas.md
@@ -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**
+
+
+
+#### examples
+
+- Activate a New Relic SaaS resource
+ ```bash
+ new-relic activate-saas --publisher-id newrelicinc1635200720692 --saas-guid 00000000-0000-0000-0000-000005430000
+ ```
diff --git a/Commands/new-relic/account/_list.md b/Commands/new-relic/account/_list.md
index 43245f9da..7dea62357 100644
--- a/Commands/new-relic/account/_list.md
+++ b/Commands/new-relic/account/_list.md
@@ -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**
+
+
+
+#### examples
+
+- List all the existing accounts.
+ ```bash
+ new-relic account list --location eastus2euap --user-email UserEmail@123.com
+ ```
diff --git a/Commands/new-relic/monitor/_create.md b/Commands/new-relic/monitor/_create.md
index 5746a0b19..aadfa6b3c 100644
--- a/Commands/new-relic/monitor/_create.md
+++ b/Commands/new-relic/monitor/_create.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/_delete.md b/Commands/new-relic/monitor/_delete.md
index 71d2816b5..729d976c5 100644
--- a/Commands/new-relic/monitor/_delete.md
+++ b/Commands/new-relic/monitor/_delete.md
@@ -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**
+
+
+
+#### examples
+
+- Delete a NewRelicMonitorResource.
+ ```bash
+ new-relic monitor delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email UserEmail@123.com
+ ```
diff --git a/Commands/new-relic/monitor/_get-billing-info.md b/Commands/new-relic/monitor/_get-billing-info.md
index c9fbf36de..28f744f7f 100644
--- a/Commands/new-relic/monitor/_get-billing-info.md
+++ b/Commands/new-relic/monitor/_get-billing-info.md
@@ -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**
+
+
+
+#### examples
+
+- Get marketplace info mapped to the given monitor.
+ ```bash
+ new-relic monitor get-billing-info --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
+ ```
diff --git a/Commands/new-relic/monitor/_get-metric-rule.md b/Commands/new-relic/monitor/_get-metric-rule.md
index ea1a29b59..cc23221a6 100644
--- a/Commands/new-relic/monitor/_get-metric-rule.md
+++ b/Commands/new-relic/monitor/_get-metric-rule.md
@@ -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**
+
+
+
+#### examples
+
+- Get metric rules.
+ ```bash
+ new-relic monitor get-metric-rule --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup --user-email UserEmail@123.com
+ ```
diff --git a/Commands/new-relic/monitor/_get-metric-statu.md b/Commands/new-relic/monitor/_get-metric-statu.md
index 92a379b48..42396cfb6 100644
--- a/Commands/new-relic/monitor/_get-metric-statu.md
+++ b/Commands/new-relic/monitor/_get-metric-statu.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/_latest-linked-saas.md b/Commands/new-relic/monitor/_latest-linked-saas.md
new file mode 100644
index 000000000..2acf3fe59
--- /dev/null
+++ b/Commands/new-relic/monitor/_latest-linked-saas.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/_link-saas.md b/Commands/new-relic/monitor/_link-saas.md
new file mode 100644
index 000000000..c6676906f
--- /dev/null
+++ b/Commands/new-relic/monitor/_link-saas.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/_list-app-service.md b/Commands/new-relic/monitor/_list-app-service.md
index 71caab570..78949874d 100644
--- a/Commands/new-relic/monitor/_list-app-service.md
+++ b/Commands/new-relic/monitor/_list-app-service.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/_list-connected-partner-resource.md b/Commands/new-relic/monitor/_list-connected-partner-resource.md
index 8fe42da84..17e650409 100644
--- a/Commands/new-relic/monitor/_list-connected-partner-resource.md
+++ b/Commands/new-relic/monitor/_list-connected-partner-resource.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/_list-host.md b/Commands/new-relic/monitor/_list-host.md
index 8dbf6f95d..167a6ae3b 100644
--- a/Commands/new-relic/monitor/_list-host.md
+++ b/Commands/new-relic/monitor/_list-host.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/_list-linked-resource.md b/Commands/new-relic/monitor/_list-linked-resource.md
index a13695fc5..1af66bb17 100644
--- a/Commands/new-relic/monitor/_list-linked-resource.md
+++ b/Commands/new-relic/monitor/_list-linked-resource.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/_list.md b/Commands/new-relic/monitor/_list.md
index e2bef3526..a717fa2db 100644
--- a/Commands/new-relic/monitor/_list.md
+++ b/Commands/new-relic/monitor/_list.md
@@ -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**
+
+
+
+
+#### examples
+
+- List NewRelicMonitorResource resources by subscription ID
+ ```bash
+ new-relic monitor list
+ ```
diff --git a/Commands/new-relic/monitor/_monitored-resource.md b/Commands/new-relic/monitor/_monitored-resource.md
index 18bead831..095d94e29 100644
--- a/Commands/new-relic/monitor/_monitored-resource.md
+++ b/Commands/new-relic/monitor/_monitored-resource.md
@@ -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**
+
+
+
+#### examples
+
+- List the resources currently being monitored by the NewRelic monitor resource.
+ ```bash
+ new-relic monitor monitored-resource --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
+ ```
diff --git a/Commands/new-relic/monitor/_refresh-ingestion-key.md b/Commands/new-relic/monitor/_refresh-ingestion-key.md
new file mode 100644
index 000000000..316bee188
--- /dev/null
+++ b/Commands/new-relic/monitor/_refresh-ingestion-key.md
@@ -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**
+
+
+
+#### examples
+
+- Refresh the ingestion key for a New Relic monitor
+ ```bash
+ new-relic monitor refresh-ingestion-key --resource-group myResourceGroup --monitor-name myMonitor
+ ```
diff --git a/Commands/new-relic/monitor/_show.md b/Commands/new-relic/monitor/_show.md
index 03251208b..9032d3af3 100644
--- a/Commands/new-relic/monitor/_show.md
+++ b/Commands/new-relic/monitor/_show.md
@@ -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**
+
+
+
+#### examples
+
+- Get a NewRelicMonitorResource.
+ ```bash
+ new-relic monitor show --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor
+ ```
diff --git a/Commands/new-relic/monitor/_switch-billing.md b/Commands/new-relic/monitor/_switch-billing.md
index a863d154a..ef2813a6b 100644
--- a/Commands/new-relic/monitor/_switch-billing.md
+++ b/Commands/new-relic/monitor/_switch-billing.md
@@ -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**
+
+
+
+#### 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"
+ ```
diff --git a/Commands/new-relic/monitor/_update.md b/Commands/new-relic/monitor/_update.md
index 32a6009df..483d528b0 100644
--- a/Commands/new-relic/monitor/_update.md
+++ b/Commands/new-relic/monitor/_update.md
@@ -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
diff --git a/Commands/new-relic/monitor/_vm-host-payload.md b/Commands/new-relic/monitor/_vm-host-payload.md
index 51fb208be..11cb43630 100644
--- a/Commands/new-relic/monitor/_vm-host-payload.md
+++ b/Commands/new-relic/monitor/_vm-host-payload.md
@@ -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**
+
+
+
+#### examples
+
+- Get MonitorsVmHostPayload.
+ ```bash
+ monitor vm-host-payload --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup
+ ```
diff --git a/Commands/new-relic/monitor/monitored-subscription/_create.md b/Commands/new-relic/monitor/monitored-subscription/_create.md
index 62f724f1c..6651687fc 100644
--- a/Commands/new-relic/monitor/monitored-subscription/_create.md
+++ b/Commands/new-relic/monitor/monitored-subscription/_create.md
@@ -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**
+
+
+
+#### 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}]"
+ ```
diff --git a/Commands/new-relic/monitor/monitored-subscription/_delete.md b/Commands/new-relic/monitor/monitored-subscription/_delete.md
index 22db11dfa..cbbcea683 100644
--- a/Commands/new-relic/monitor/monitored-subscription/_delete.md
+++ b/Commands/new-relic/monitor/monitored-subscription/_delete.md
@@ -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**
+
+
+
+#### 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
```
diff --git a/Commands/new-relic/monitor/monitored-subscription/_list.md b/Commands/new-relic/monitor/monitored-subscription/_list.md
index 27cbfe657..3cbffc9f4 100644
--- a/Commands/new-relic/monitor/monitored-subscription/_list.md
+++ b/Commands/new-relic/monitor/monitored-subscription/_list.md
@@ -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**
+
+
+
+#### 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
+ ```
diff --git a/Commands/new-relic/monitor/monitored-subscription/_show.md b/Commands/new-relic/monitor/monitored-subscription/_show.md
index a23ec0b6b..822a8d98d 100644
--- a/Commands/new-relic/monitor/monitored-subscription/_show.md
+++ b/Commands/new-relic/monitor/monitored-subscription/_show.md
@@ -14,3 +14,14 @@ Get detailed information about all subscriptions currently being monitored by th
```bash
new-relic monitor monitored-subscription show --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --configuration-name default
```
+
+### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbW9uaXRvcmVkc3Vic2NyaXB0aW9ucy97fQ==/2026-06-01.xml) **Stable**
+
+
+
+#### examples
+
+- List the subscriptions currently being monitored by the NewRelic monitor resource.
+ ```bash
+ new-relic monitor monitored-subscription show --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --configuration-name default
+ ```
diff --git a/Commands/new-relic/monitor/monitored-subscription/_update.md b/Commands/new-relic/monitor/monitored-subscription/_update.md
index ac5027319..a4737fbd0 100644
--- a/Commands/new-relic/monitor/monitored-subscription/_update.md
+++ b/Commands/new-relic/monitor/monitored-subscription/_update.md
@@ -1,6 +1,6 @@
# [Command] _new-relic monitor monitored-subscription update_
-Update subscriptions to be monitored by the New Relic monitor resource, ensuring optimal observability and performance.
+Update a MonitoredSubscriptionProperties
## Versions
@@ -14,3 +14,14 @@ Update subscriptions to be monitored by the New Relic monitor resource, ensuring
```bash
new-relic monitor monitored-subscription update --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**
+
+
+
+#### examples
+
+- Add an Azure subscription to a New Relic monitor
+ ```bash
+ new-relic monitor monitored-subscription update --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}]"
+ ```
diff --git a/Commands/new-relic/monitor/monitored-subscription/readme.md b/Commands/new-relic/monitor/monitored-subscription/readme.md
index d351c81d5..36c416bb1 100644
--- a/Commands/new-relic/monitor/monitored-subscription/readme.md
+++ b/Commands/new-relic/monitor/monitored-subscription/readme.md
@@ -17,4 +17,4 @@ Manage subscriptions monitored by the New Relic monitor resource, ensuring optim
: Get detailed information about all subscriptions currently being monitored by the New Relic monitor resource.
- [update](/Commands/new-relic/monitor/monitored-subscription/_update.md)
-: Update subscriptions to be monitored by the New Relic monitor resource, ensuring optimal observability and performance.
+: Update a MonitoredSubscriptionProperties
diff --git a/Commands/new-relic/monitor/readme.md b/Commands/new-relic/monitor/readme.md
index 20c52b584..9f574d588 100644
--- a/Commands/new-relic/monitor/readme.md
+++ b/Commands/new-relic/monitor/readme.md
@@ -27,6 +27,12 @@ Provides a set of commands to manage New Relic monitor resources in your Azure s
- [get-metric-statu](/Commands/new-relic/monitor/_get-metric-statu.md)
: Retrieves the metric status that are configured in the New Relic monitor resource.
+- [latest-linked-saas](/Commands/new-relic/monitor/_latest-linked-saas.md)
+: Returns the latest SaaS linked to the newrelic organization of the underlying monitor.
+
+- [link-saas](/Commands/new-relic/monitor/_link-saas.md)
+: Links a new SaaS to the newrelic organization of the underlying monitor.
+
- [list](/Commands/new-relic/monitor/_list.md)
: Retrieves a list of all New Relic monitor resources either within a specific resource group or across the entire subscription, helping you quickly audit and manage your monitoring setup.
@@ -45,6 +51,9 @@ Provides a set of commands to manage New Relic monitor resources in your Azure s
- [monitored-resource](/Commands/new-relic/monitor/_monitored-resource.md)
: Lists all Azure resources that are currently being monitored by the specified New Relic monitor resource, providing insight into the coverage of your observability setup.
+- [refresh-ingestion-key](/Commands/new-relic/monitor/_refresh-ingestion-key.md)
+: Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor.
+
- [show](/Commands/new-relic/monitor/_show.md)
: Retrieves the properties and configuration details of a specific New Relic monitor resource, providing insight into its setup and status.
@@ -52,7 +61,7 @@ Provides a set of commands to manage New Relic monitor resources in your Azure s
: Switches the billing for the New Relic Monitor resource to be billed by Azure Marketplace.
- [update](/Commands/new-relic/monitor/_update.md)
-: Updates an existing New Relic monitor resource from your Azure subscription.
+: Update an existing New Relic monitor resource from your Azure subscription
- [vm-host-payload](/Commands/new-relic/monitor/_vm-host-payload.md)
: Returns the payload that needs to be passed in the request body for installing the New Relic agent on a VM, providing the necessary configuration details.
diff --git a/Commands/new-relic/monitor/tag-rule/_create.md b/Commands/new-relic/monitor/tag-rule/_create.md
index 60975d451..f125fdf75 100644
--- a/Commands/new-relic/monitor/tag-rule/_create.md
+++ b/Commands/new-relic/monitor/tag-rule/_create.md
@@ -25,3 +25,14 @@ Creates a new set of tag rules for a specific New Relic monitor resource, determ
```bash
new-relic monitor tag-rule create --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default --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/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdGFncnVsZXMve30=/2026-06-01.xml) **Stable**
+
+
+
+#### examples
+
+- Create a tag rule for a New Relic monitor
+ ```bash
+ new-relic monitor tag-rule create --resource-group myResourceGroup --monitor-name myNewRelicMonitor --name default --log-rules send-aad-logs=Enabled send-subscription-logs=Enabled send-activity-logs=Enabled filtering-tags=[] --metric-rules send-metrics=Enabled user-email=user@example.com filtering-tags="[{name:Environment,value:Production,action:Include}]"
+ ```
diff --git a/Commands/new-relic/monitor/tag-rule/_delete.md b/Commands/new-relic/monitor/tag-rule/_delete.md
index 109d21747..27ea84dad 100644
--- a/Commands/new-relic/monitor/tag-rule/_delete.md
+++ b/Commands/new-relic/monitor/tag-rule/_delete.md
@@ -25,3 +25,14 @@ Delete a tag rule set for a given New Relic monitor resource, removing fine-grai
```bash
new-relic monitor tag-rule delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default
```
+
+### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdGFncnVsZXMve30=/2026-06-01.xml) **Stable**
+
+
+
+#### examples
+
+- Delete a TagRule.
+ ```bash
+ new-relic monitor tag-rule delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default
+ ```
diff --git a/Commands/new-relic/monitor/tag-rule/_list.md b/Commands/new-relic/monitor/tag-rule/_list.md
index 005d82101..ad4a4e968 100644
--- a/Commands/new-relic/monitor/tag-rule/_list.md
+++ b/Commands/new-relic/monitor/tag-rule/_list.md
@@ -25,3 +25,14 @@ Lists all tag rules associated with a specific New Relic monitor resource, helpi
```bash
new-relic monitor tag-rule list --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor
```
+
+### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdGFncnVsZXM=/2026-06-01.xml) **Stable**
+
+
+
+#### examples
+
+- List TagRule resources by NewRelicMonitorResource.
+ ```bash
+ new-relic monitor tag-rule list --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor
+ ```
diff --git a/Commands/new-relic/monitor/tag-rule/_show.md b/Commands/new-relic/monitor/tag-rule/_show.md
index a5fff37d8..f8bf477b1 100644
--- a/Commands/new-relic/monitor/tag-rule/_show.md
+++ b/Commands/new-relic/monitor/tag-rule/_show.md
@@ -25,3 +25,14 @@ Retrieves the details of the tag rules for a specific New Relic monitor resource
```bash
new-relic monitor tag-rule show --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default
```
+
+### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdGFncnVsZXMve30=/2026-06-01.xml) **Stable**
+
+
+
+#### examples
+
+- Get a TagRule.
+ ```bash
+ new-relic monitor tag-rule show --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default
+ ```
diff --git a/Commands/new-relic/monitor/tag-rule/_update.md b/Commands/new-relic/monitor/tag-rule/_update.md
index 5d194d111..b6b897a80 100644
--- a/Commands/new-relic/monitor/tag-rule/_update.md
+++ b/Commands/new-relic/monitor/tag-rule/_update.md
@@ -1,6 +1,6 @@
# [Command] _new-relic monitor tag-rule update_
-Updates the tag rules for a specific New Relic monitor resource, allowing you to modify the rules that control which Azure resources are monitored.
+Update the tag rules for a specific New Relic monitor resource, allowing you to modify the rules that control which Azure resources are monitored
## Versions
@@ -25,3 +25,7 @@ Updates the tag rules for a specific New Relic monitor resource, allowing you to
```bash
new-relic monitor tag-rule update --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default --log-rules send-aad-logs="Enabled" send-subscription-logs="Enabled" send-activity-logs="Disabled" filtering-tags=[]
```
+
+### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdGFncnVsZXMve30=/2026-06-01.xml) **Stable**
+
+
diff --git a/Commands/new-relic/monitor/tag-rule/readme.md b/Commands/new-relic/monitor/tag-rule/readme.md
index f4901b19e..22f76615e 100644
--- a/Commands/new-relic/monitor/tag-rule/readme.md
+++ b/Commands/new-relic/monitor/tag-rule/readme.md
@@ -17,4 +17,4 @@ Provides a set of commands to manage tag rules for New Relic monitor resources,
: Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status.
- [update](/Commands/new-relic/monitor/tag-rule/_update.md)
-: Updates the tag rules for a specific New Relic monitor resource, allowing you to modify the rules that control which Azure resources are monitored.
+: Update the tag rules for a specific New Relic monitor resource, allowing you to modify the rules that control which Azure resources are monitored
diff --git a/Commands/new-relic/organization/_list.md b/Commands/new-relic/organization/_list.md
index 0b9d9d409..fc6e61feb 100644
--- a/Commands/new-relic/organization/_list.md
+++ b/Commands/new-relic/organization/_list.md
@@ -25,3 +25,14 @@ Lists all the New Relic organizations in your Azure subscription, helping you un
```bash
new-relic organization list --location eastus2euap --user-email UserEmail@123.com
```
+
+### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvb3JnYW5pemF0aW9ucw==/2026-06-01.xml) **Stable**
+
+
+
+#### examples
+
+- List all the existing organizations.
+ ```bash
+ new-relic organization list --location eastus2euap --user-email UserEmail@123.com
+ ```
diff --git a/Commands/new-relic/plan/_list.md b/Commands/new-relic/plan/_list.md
index a2079683a..92966a6e3 100644
--- a/Commands/new-relic/plan/_list.md
+++ b/Commands/new-relic/plan/_list.md
@@ -25,3 +25,14 @@ Lists all the plans data in your Azure subscription, providing an overview of th
```bash
new-relic plan list --account-id MyAccountId --organization-id MyOrganizationId
```
+
+### [2026-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvcGxhbnM=/2026-06-01.xml) **Stable**
+
+
+
+#### examples
+
+- List plans data.
+ ```bash
+ new-relic plan list --account-id MyAccountId --organization-id MyOrganizationId
+ ```
diff --git a/Commands/new-relic/readme.md b/Commands/new-relic/readme.md
index 848f1be01..f2b999c89 100644
--- a/Commands/new-relic/readme.md
+++ b/Commands/new-relic/readme.md
@@ -15,3 +15,8 @@ Manage Azure New Relic resources.
- [plan](/Commands/new-relic/plan/readme.md)
: Manages the New Relic plans.
+
+## Commands
+
+- [activate-saas](/Commands/new-relic/_activate-saas.md)
+: Resolve the token to get the SaaS resource ID and activate the SaaS resource
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWN0aXZhdGVzYWFz/2026-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWN0aXZhdGVzYWFz/2026-06-01.json
new file mode 100644
index 000000000..f6e05f913
--- /dev/null
+++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWN0aXZhdGVzYWFz/2026-06-01.json
@@ -0,0 +1 @@
+{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/newrelic.observability/activatesaas", "version": "2026-06-01", "swagger": "mgmt-plane/newrelic/ResourceProviders/NewRelic.Observability/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTmV3UmVsaWMuT2JzZXJ2YWJpbGl0eS9hY3RpdmF0ZVNhYVM=/V/MjAyNi0wNi0wMQ=="}], "commandGroups": [{"name": "new-relic", "commands": [{"name": "activate-saas", "version": "2026-06-01", "resources": [{"id": "/subscriptions/{}/providers/newrelic.observability/activatesaas", "version": "2026-06-01", "swagger": "mgmt-plane/newrelic/ResourceProviders/NewRelic.Observability/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTmV3UmVsaWMuT2JzZXJ2YWJpbGl0eS9hY3RpdmF0ZVNhYVM=/V/MjAyNi0wNi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Request", "args": [{"type": "string", "var": "$request.publisherId", "options": ["publisher-id"], "required": true, "group": "Request", "help": {"short": "Publisher Id for NewRelic resource"}}, {"type": "string", "var": "$request.saasGuid", "options": ["saas-guid"], "required": true, "group": "Request", "help": {"short": "SaaS guid for Activate and Validate SaaS Resource"}}]}], "operations": [{"operationId": "SaaS_ActivateResource", "http": {"path": "/subscriptions/{subscriptionId}/providers/NewRelic.Observability/activateSaaS", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-06-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "request", "required": true, "props": [{"type": "string", "name": "publisherId", "arg": "$request.publisherId", "required": true}, {"type": "string", "name": "saasGuid", "arg": "$request.saasGuid", "required": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "string", "name": "saasId"}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]}
\ No newline at end of file
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWN0aXZhdGVzYWFz/2026-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWN0aXZhdGVzYWFz/2026-06-01.xml
new file mode 100644
index 000000000..b5ed72e24
--- /dev/null
+++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWN0aXZhdGVzYWFz/2026-06-01.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWNjb3VudHM=/2026-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWNjb3VudHM=/2026-06-01.json
new file mode 100644
index 000000000..95eedd3e4
--- /dev/null
+++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWNjb3VudHM=/2026-06-01.json
@@ -0,0 +1 @@
+{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/newrelic.observability/accounts", "version": "2026-06-01", "swagger": "mgmt-plane/newrelic/ResourceProviders/NewRelic.Observability/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTmV3UmVsaWMuT2JzZXJ2YWJpbGl0eS9hY2NvdW50cw==/V/MjAyNi0wNi0wMQ=="}], "commandGroups": [{"name": "new-relic account", "commands": [{"name": "list", "version": "2026-06-01", "resources": [{"id": "/subscriptions/{}/providers/newrelic.observability/accounts", "version": "2026-06-01", "swagger": "mgmt-plane/newrelic/ResourceProviders/NewRelic.Observability/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTmV3UmVsaWMuT2JzZXJ2YWJpbGl0eS9hY2NvdW50cw==/V/MjAyNi0wNi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Query.location", "options": ["location"], "required": true, "group": "", "help": {"short": "Location of NewRelic account."}}, {"type": "string", "var": "$Query.userEmail", "options": ["user-email"], "required": true, "help": {"short": "User Email."}}]}], "operations": [{"operationId": "Accounts_List", "http": {"path": "/subscriptions/{subscriptionId}/providers/NewRelic.Observability/accounts", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"params": [{"type": "string", "name": "location", "arg": "$Query.location", "required": true}, {"type": "string", "name": "userEmail", "arg": "$Query.userEmail", "required": true}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2026-06-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array