diff --git a/src/NewRelic/NewRelic.Autorest/Properties/AssemblyInfo.cs b/src/NewRelic/NewRelic.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..7216927f5988 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/Properties/AssemblyInfo.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache License, Version 2.0 (the ""License""); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an ""AS IS"" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] +[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] +[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - NewRelic")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.1")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.2.1")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/NewRelic/NewRelic.Autorest/README.md b/src/NewRelic/NewRelic.Autorest/README.md index 17aa98c8e188..66599971b500 100644 --- a/src/NewRelic/NewRelic.Autorest/README.md +++ b/src/NewRelic/NewRelic.Autorest/README.md @@ -28,8 +28,8 @@ For information on how to develop for `Az.NewRelic`, see [how-to.md](how-to.md). ```yaml # pin the swagger version by using the commit id instead of branch name -commit: 559f989d2b38bc80db762cfd277614583dddc3bb -tag: package-2024-01-01 +commit: 91e3aca0bfa4b59a9f578959d0b214a26b90df40 +tag: package-2025-05-01-preview require: # readme.azure.noprofile.md is the common configuration file - $(this-folder)/../../readme.azure.noprofile.md @@ -151,6 +151,12 @@ directive: subject: MonitorAppService set: subject: MonitoredAppService + - where: + verb: Invoke + subject: ResubscribeMonitor + parameter-name: -SubscriptionId1 + set: + parameter-name: -NewSubscriptionId # customize the body property and parameter name # - from: source-file-csharp # where: $ diff --git a/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors-monitoredSubscriptions.json b/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors-monitoredSubscriptions.json index 66bd1aab8583..cbe02f175523 100644 --- a/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors-monitoredSubscriptions.json +++ b/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors-monitoredSubscriptions.json @@ -1,13 +1,13 @@ { "resourceType": "monitors/monitoredSubscriptions", - "apiVersion": "2024-01-01", + "apiVersion": "2025-05-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.newrelic" }, "commands": [ { "name": "Get-AzNewRelicMonitoredSubscription", - "description": "List the subscriptions currently being monitored by the NewRelic monitor resource.", + "description": "Lists all the subscriptions currently being monitored by the NewRelic monitor resource.", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/monitoredSubscriptions/{configurationName}", "help": { "learnMore": { @@ -25,7 +25,7 @@ }, "examples": [ { - "description": "List the subscriptions currently being monitored by the NewRelic monitor resource.", + "description": "Lists all the subscriptions currently being monitored by the NewRelic monitor resource.", "parameters": [ { "name": "-MonitorName", diff --git a/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors-tagRules.json b/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors-tagRules.json index 8931d2453d58..f664a1915af8 100644 --- a/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors-tagRules.json +++ b/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors-tagRules.json @@ -1,13 +1,13 @@ { "resourceType": "monitors/tagRules", - "apiVersion": "2024-01-01", + "apiVersion": "2025-05-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.newrelic" }, "commands": [ { "name": "Get-AzNewRelicMonitorTagRule", - "description": "Get a TagRule", + "description": "Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/tagRules/{ruleSetName}", "help": { "learnMore": { @@ -26,7 +26,7 @@ }, "examples": [ { - "description": "Get a TagRule", + "description": "Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status", "parameters": [ { "name": "-MonitorName", @@ -50,7 +50,7 @@ }, { "name": "Remove-AzNewRelicMonitorTagRule", - "description": "Delete a TagRule", + "description": "Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over observability based on resource tags", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/tagRules/{ruleSetName}", "help": { "learnMore": { @@ -69,7 +69,7 @@ }, "examples": [ { - "description": "Delete a TagRule", + "description": "Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over observability based on resource tags", "parameters": [ { "name": "-MonitorName", diff --git a/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors.json b/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors.json index 24cefba7e42e..f49a32fa3ba6 100644 --- a/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors.json +++ b/src/NewRelic/NewRelic.Autorest/UX/NewRelic.Observability/monitors.json @@ -1,13 +1,13 @@ { "resourceType": "monitors", - "apiVersion": "2024-01-01", + "apiVersion": "2025-05-01-preview", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.newrelic" }, "commands": [ { "name": "Get-AzNewRelicBillingInfo", - "description": "Get marketplace info mapped to the given monitor.", + "description": "Retrieves marketplace and organization information mapped to the given New Relic monitor resource", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/getBillingInfo", "help": { "learnMore": { @@ -25,7 +25,7 @@ }, "examples": [ { - "description": "Get marketplace info mapped to the given monitor.", + "description": "Retrieves marketplace and organization information mapped to the given New Relic monitor resource", "parameters": [ { "name": "-MonitorName", @@ -45,7 +45,7 @@ }, { "name": "Invoke-AzNewRelicHostMonitor", - "description": "Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM.", + "description": "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", "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/vmHostPayloads", "help": { "learnMore": { @@ -63,7 +63,45 @@ }, "examples": [ { - "description": "Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM.", + "description": "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", + "parameters": [ + { + "name": "-MonitorName", + "value": "[Path.monitorName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Invoke-AzNewRelicLatestMonitorLinkedSaaS", + "description": "Returns the latest SaaS linked to the newrelic organization of the underlying monitor.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/latestLinkedSaaS", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.newrelic/invoke-aznewreliclatestmonitorlinkedsaas" + }, + "parameterSets": [ + { + "parameters": [ + "-MonitorName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Returns the latest SaaS linked to the newrelic organization of the underlying monitor.", "parameters": [ { "name": "-MonitorName", diff --git a/src/NewRelic/NewRelic.Autorest/custom/autogen-model-cmdlets/New-AzNewRelicFilteringTagObject.ps1 b/src/NewRelic/NewRelic.Autorest/custom/autogen-model-cmdlets/New-AzNewRelicFilteringTagObject.ps1 index 4eb7a4fbb6f0..17e96c8e2d0a 100644 --- a/src/NewRelic/NewRelic.Autorest/custom/autogen-model-cmdlets/New-AzNewRelicFilteringTagObject.ps1 +++ b/src/NewRelic/NewRelic.Autorest/custom/autogen-model-cmdlets/New-AzNewRelicFilteringTagObject.ps1 @@ -26,6 +26,7 @@ Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.FilteringTag https://learn.microsoft.com/powershell/module/Az.NewRelic/new-aznewrelicfilteringtagobject #> function New-AzNewRelicFilteringTagObject { + [Microsoft.Azure.PowerShell.Cmdlets.NewRelic.ModelCmdletAttribute()] [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.FilteringTag')] [CmdletBinding(PositionalBinding=$false)] Param( diff --git a/src/NewRelic/NewRelic.Autorest/custom/autogen-model-cmdlets/New-AzNewRelicMonitoredSubscriptionObject.ps1 b/src/NewRelic/NewRelic.Autorest/custom/autogen-model-cmdlets/New-AzNewRelicMonitoredSubscriptionObject.ps1 index ce278007429f..9026cdb6dbe2 100644 --- a/src/NewRelic/NewRelic.Autorest/custom/autogen-model-cmdlets/New-AzNewRelicMonitoredSubscriptionObject.ps1 +++ b/src/NewRelic/NewRelic.Autorest/custom/autogen-model-cmdlets/New-AzNewRelicMonitoredSubscriptionObject.ps1 @@ -26,6 +26,7 @@ Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MonitoredSubscription https://learn.microsoft.com/powershell/module/Az.NewRelic/new-aznewrelicmonitoredsubscriptionobject #> function New-AzNewRelicMonitoredSubscriptionObject { + [Microsoft.Azure.PowerShell.Cmdlets.NewRelic.ModelCmdletAttribute()] [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MonitoredSubscription')] [CmdletBinding(PositionalBinding=$false)] Param( diff --git a/src/NewRelic/NewRelic.Autorest/docs/Az.NewRelic.md b/src/NewRelic/NewRelic.Autorest/docs/Az.NewRelic.md index bd0d63f58d2f..d9bb45331a8a 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Az.NewRelic.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Az.NewRelic.md @@ -1,6 +1,6 @@ --- Module Name: Az.NewRelic -Module Guid: fcb6df7e-4a86-4278-88de-1e16f349572c +Module Guid: 9594ee80-6c29-41b6-a615-e8689b5ae0dd Download Help Link: https://learn.microsoft.com/powershell/module/az.newrelic Help Version: 1.0.0.0 Locale: en-US @@ -12,10 +12,10 @@ Microsoft Azure PowerShell: NewRelic cmdlets ## Az.NewRelic Cmdlets ### [Get-AzNewRelicAccount](Get-AzNewRelicAccount.md) -List all the existing accounts +Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created ### [Get-AzNewRelicBillingInfo](Get-AzNewRelicBillingInfo.md) -Get marketplace info mapped to the given monitor. +Retrieves marketplace and organization information mapped to the given New Relic monitor resource ### [Get-AzNewRelicConnectedPartnerResource](Get-AzNewRelicConnectedPartnerResource.md) List of all active deployments that are associated with the marketplace subscription linked to the given monitor. @@ -24,34 +24,46 @@ List of all active deployments that are associated with the marketplace subscrip Get a NewRelicMonitorResource ### [Get-AzNewRelicMonitoredAppService](Get-AzNewRelicMonitoredAppService.md) -List the app service resources currently being monitored by the NewRelic resource. +Lists the app service resources currently being monitored by the New Relic resource, helping you understand which app services are under monitoring ### [Get-AzNewRelicMonitoredHost](Get-AzNewRelicMonitoredHost.md) -List the compute vm resources currently being monitored by the NewRelic resource. +Lists all VM resources currently being monitored by the New Relic monitor resource, helping you manage observability ### [Get-AzNewRelicMonitoredSubscription](Get-AzNewRelicMonitoredSubscription.md) -List the subscriptions currently being monitored by the NewRelic monitor resource. +Lists all the subscriptions currently being monitored by the NewRelic monitor resource. ### [Get-AzNewRelicMonitorMetricRule](Get-AzNewRelicMonitorMetricRule.md) -Get metric rules +Retrieves the metric rules that are configured in the New Relic monitor resource ### [Get-AzNewRelicMonitorMetricStatus](Get-AzNewRelicMonitorMetricStatus.md) -Get metric status +Retrieves the metric status that are configured in the New Relic monitor resource ### [Get-AzNewRelicMonitorMonitoredResource](Get-AzNewRelicMonitorMonitoredResource.md) -List the resources currently being monitored by the NewRelic monitor resource. +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 ### [Get-AzNewRelicMonitorTagRule](Get-AzNewRelicMonitorTagRule.md) -Get a TagRule +Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status ### [Get-AzNewRelicOrganization](Get-AzNewRelicOrganization.md) -List all the existing organizations +Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created ### [Get-AzNewRelicPlan](Get-AzNewRelicPlan.md) -List plans data +Lists the plans data linked to your organization, providing an overview of the available plans + +### [Initialize-AzNewRelicSaaSResource](Initialize-AzNewRelicSaaSResource.md) +Resolve the token to get the SaaS resource ID and activate the SaaS resource ### [Invoke-AzNewRelicHostMonitor](Invoke-AzNewRelicHostMonitor.md) -Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM. +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 + +### [Invoke-AzNewRelicLatestMonitorLinkedSaaS](Invoke-AzNewRelicLatestMonitorLinkedSaaS.md) +Returns the latest SaaS linked to the newrelic organization of the underlying monitor. + +### [Invoke-AzNewRelicLinkMonitorSaaS](Invoke-AzNewRelicLinkMonitorSaaS.md) +Links a new SaaS to the newrelic organization of the underlying monitor. + +### [Invoke-AzNewRelicResubscribeMonitor](Invoke-AzNewRelicResubscribeMonitor.md) +Resubscribes the New Relic Organization of the underlying Monitor Resource to be billed by Azure Marketplace ### [New-AzNewRelicFilteringTagObject](New-AzNewRelicFilteringTagObject.md) Create an in-memory object for FilteringTag. @@ -60,29 +72,32 @@ Create an in-memory object for FilteringTag. Create a NewRelicMonitorResource ### [New-AzNewRelicMonitoredSubscription](New-AzNewRelicMonitoredSubscription.md) -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. ### [New-AzNewRelicMonitoredSubscriptionObject](New-AzNewRelicMonitoredSubscriptionObject.md) Create an in-memory object for MonitoredSubscription. ### [New-AzNewRelicMonitorTagRule](New-AzNewRelicMonitorTagRule.md) -Create a TagRule +Create a new set of tag rules for a specific New Relic monitor resource, determining which Azure resources are monitored based on their tags ### [Remove-AzNewRelicMonitor](Remove-AzNewRelicMonitor.md) -Delete a NewRelicMonitorResource +Deletes an existing New Relic monitor resource from your Azure subscription, removing the integration and stopping the observability of your Azure resources through New Relic ### [Remove-AzNewRelicMonitoredSubscription](Remove-AzNewRelicMonitoredSubscription.md) Deletes the subscriptions that are being monitored by the NewRelic monitor resource ### [Remove-AzNewRelicMonitorTagRule](Remove-AzNewRelicMonitorTagRule.md) -Delete a TagRule +Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over observability based on resource tags ### [Switch-AzNewRelicMonitorBilling](Switch-AzNewRelicMonitorBilling.md) -Switches the billing for NewRelic monitor resource. +Switches the billing for the New Relic Monitor resource to be billed by Azure Marketplace ### [Update-AzNewRelicMonitoredSubscription](Update-AzNewRelicMonitoredSubscription.md) -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. + +### [Update-AzNewRelicMonitorIngestionKey](Update-AzNewRelicMonitorIngestionKey.md) +Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor. ### [Update-AzNewRelicMonitorTagRule](Update-AzNewRelicMonitorTagRule.md) -Update a TagRule +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/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicAccount.md b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicAccount.md index ed8b6ffb2e5e..0bfe78c6a0aa 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicAccount.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicAccount.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicAccount ## SYNOPSIS -List all the existing accounts +Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created ## SYNTAX @@ -18,7 +18,7 @@ Get-AzNewRelicAccount -Location -UserEmail [-SubscriptionId [-DefaultProfile -ResourceGroupName -ResourceGroupName -ResourceGroupName ``` ## DESCRIPTION -List the resources currently being monitored by the NewRelic monitor resource. +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 ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitorTagRule.md b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitorTagRule.md index 1f970419fb84..65c7b7179b15 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitorTagRule.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitorTagRule.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicMonitorTagRule ## SYNOPSIS -Get a TagRule +Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status ## SYNTAX @@ -37,7 +37,7 @@ Get-AzNewRelicMonitorTagRule -MonitorInputObject -RuleSetNam ``` ## DESCRIPTION -Get a TagRule +Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitoredAppService.md b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitoredAppService.md index 0087bf22c1fb..3a01eb19b46a 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitoredAppService.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitoredAppService.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicMonitoredAppService ## SYNOPSIS -List the app service resources currently being monitored by the NewRelic resource. +Lists the app service resources currently being monitored by the New Relic resource, helping you understand which app services are under monitoring ## SYNTAX @@ -32,7 +32,7 @@ Get-AzNewRelicMonitoredAppService -MonitorName -ResourceGroupName -ResourceGroupName -J ``` ## DESCRIPTION -List the compute vm resources currently being monitored by the NewRelic resource. +Lists all VM resources currently being monitored by the New Relic monitor resource, helping you manage observability ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitoredSubscription.md b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitoredSubscription.md index 08cbe00af7ab..e0c0740b6570 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitoredSubscription.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicMonitoredSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicMonitoredSubscription ## SYNOPSIS -List the subscriptions currently being monitored by the NewRelic monitor resource. +Lists all the subscriptions currently being monitored by the NewRelic monitor resource. ## SYNTAX @@ -25,7 +25,7 @@ Get-AzNewRelicMonitoredSubscription -InputObject [-DefaultPr ``` ## DESCRIPTION -List the subscriptions currently being monitored by the NewRelic monitor resource. +Lists all the subscriptions currently being monitored by the NewRelic monitor resource. ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicOrganization.md b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicOrganization.md index 4c758873fa82..ac76797a0833 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicOrganization.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicOrganization.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicOrganization ## SYNOPSIS -List all the existing organizations +Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created ## SYNTAX @@ -18,7 +18,7 @@ Get-AzNewRelicOrganization -Location -UserEmail [-Subscription ``` ## DESCRIPTION -List all the existing organizations +Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicPlan.md b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicPlan.md index c715c2365ade..52bbc00c48e2 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicPlan.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Get-AzNewRelicPlan.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicPlan ## SYNOPSIS -List plans data +Lists the plans data linked to your organization, providing an overview of the available plans ## SYNTAX @@ -18,7 +18,7 @@ Get-AzNewRelicPlan [-SubscriptionId ] [-AccountId ] [-Organiza ``` ## DESCRIPTION -List plans data +Lists the plans data linked to your organization, providing an overview of the available plans ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Initialize-AzNewRelicSaaSResource.md b/src/NewRelic/NewRelic.Autorest/docs/Initialize-AzNewRelicSaaSResource.md new file mode 100644 index 000000000000..c671cda30cc9 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/docs/Initialize-AzNewRelicSaaSResource.md @@ -0,0 +1,231 @@ +--- +external help file: +Module Name: Az.NewRelic +online version: https://learn.microsoft.com/powershell/module/az.newrelic/initialize-aznewrelicsaasresource +schema: 2.0.0 +--- + +# Initialize-AzNewRelicSaaSResource + +## SYNOPSIS +Resolve the token to get the SaaS resource ID and activate the SaaS resource + +## SYNTAX + +### ActivateExpanded (Default) +``` +Initialize-AzNewRelicSaaSResource -PublisherId -SaasGuid [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### Activate +``` +Initialize-AzNewRelicSaaSResource -Request [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### ActivateViaJsonFilePath +``` +Initialize-AzNewRelicSaaSResource -JsonFilePath [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### ActivateViaJsonString +``` +Initialize-AzNewRelicSaaSResource -JsonString [-SubscriptionId ] [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Resolve the token to get the SaaS resource ID and activate the SaaS resource + +## EXAMPLES + +### Example 1: Initialize SaaS resource with publisher ID and SaaS GUID +```powershell +Initialize-AzNewRelicSaaSResource -PublisherId "newrelicinc1234567891234" -SaasGuid "12345678-1234-1234-1234-123456789abc" +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-newrelic/providers/NewRelic.Observability/monitors/newrelic-monitor-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : newrelic-monitor-01 +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +``` + +Initialize a NewRelic SaaS resource using the publisher ID and SaaS GUID to activate the marketplace subscription + +### Example 2: Initialize SaaS resource using a request object +```powershell +$saasRequest = [Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ActivateSaaSParameterRequest]@{ + PublisherId = "newrelicinc1234567891234" + SaasGuid = "12345678-1234-1234-1234-123456789abc" +} +Initialize-AzNewRelicSaaSResource -Request $saasRequest +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-newrelic/providers/NewRelic.Observability/monitors/newrelic-monitor-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : newrelic-monitor-01 +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +``` + +Initialize a NewRelic SaaS resource by providing a request object containing the publisher ID and SaaS GUID + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Activate operation + +```yaml +Type: System.String +Parameter Sets: ActivateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Activate operation + +```yaml +Type: System.String +Parameter Sets: ActivateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublisherId +Publisher Id for NewRelic resource + +```yaml +Type: System.String +Parameter Sets: ActivateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Request +SaaS guid & PublishedId for Activate and Validate SaaS Resource + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IActivateSaaSParameterRequest +Parameter Sets: Activate +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -SaasGuid +SaaS guid for Activate and Validate SaaS Resource + +```yaml +Type: System.String +Parameter Sets: ActivateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IActivateSaaSParameterRequest + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ISaaSResourceDetailsResponse + +## NOTES + +## RELATED LINKS + diff --git a/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicHostMonitor.md b/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicHostMonitor.md index ca75bf10cdcf..babb1ba7d929 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicHostMonitor.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicHostMonitor.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Invoke-AzNewRelicHostMonitor ## SYNOPSIS -Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM. +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 ## SYNTAX @@ -25,7 +25,7 @@ Invoke-AzNewRelicHostMonitor -InputObject [-DefaultProfile < ``` ## DESCRIPTION -Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM. +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 ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md b/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md new file mode 100644 index 000000000000..9d9d6b4d50fe --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md @@ -0,0 +1,195 @@ +--- +external help file: +Module Name: Az.NewRelic +online version: https://learn.microsoft.com/powershell/module/az.newrelic/invoke-aznewreliclatestmonitorlinkedsaas +schema: 2.0.0 +--- + +# Invoke-AzNewRelicLatestMonitorLinkedSaaS + +## SYNOPSIS +Returns the latest SaaS linked to the newrelic organization of the underlying monitor. + +## SYNTAX + +### Latest (Default) +``` +Invoke-AzNewRelicLatestMonitorLinkedSaaS -MonitorName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### LatestViaIdentity +``` +Invoke-AzNewRelicLatestMonitorLinkedSaaS -InputObject [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Returns the latest SaaS linked to the newrelic organization of the underlying monitor. + +## EXAMPLES + +### Example 1: Get latest linked SaaS resource for a NewRelic monitor +```powershell +Invoke-AzNewRelicLatestMonitorLinkedSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/ps-test/providers/NewRelic.Observability/monitors/test-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : test-01-saas +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +OrganizationId : 987654321 +AccountId : 123456789 +CreatedDate : 6/27/2023 8:30:45 AM +LastModifiedDate : 6/27/2023 8:30:45 AM +``` + +Retrieves the latest SaaS resource linked to the specified NewRelic monitor + +### Example 2: Get latest linked SaaS resource using pipeline +```powershell +$monitor = Get-AzNewRelicMonitor -Name "test-01" -ResourceGroupName "ps-test" +$monitor | Invoke-AzNewRelicLatestMonitorLinkedSaaS +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/ps-test/providers/NewRelic.Observability/monitors/test-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : test-01-saas +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +OrganizationId : 987654321 +AccountId : 123456789 +CreatedDate : 6/27/2023 8:30:45 AM +LastModifiedDate : 6/27/2023 8:30:45 AM +``` + +Retrieves the latest SaaS resource linked to the NewRelic monitor using pipeline input + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity +Parameter Sets: LatestViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -MonitorName +Monitor resource name + +```yaml +Type: System.String +Parameter Sets: Latest +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Latest +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Latest +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ILatestLinkedSaaSResponse + +## NOTES + +## RELATED LINKS + diff --git a/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicLinkMonitorSaaS.md b/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicLinkMonitorSaaS.md new file mode 100644 index 000000000000..217e9a9736e8 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicLinkMonitorSaaS.md @@ -0,0 +1,305 @@ +--- +external help file: +Module Name: Az.NewRelic +online version: https://learn.microsoft.com/powershell/module/az.newrelic/invoke-aznewreliclinkmonitorsaas +schema: 2.0.0 +--- + +# Invoke-AzNewRelicLinkMonitorSaaS + +## SYNOPSIS +Links a new SaaS to the newrelic organization of the underlying monitor. + +## SYNTAX + +### LinkExpanded (Default) +``` +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName -ResourceGroupName [-SubscriptionId ] + [-SaaSResourceId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### Link +``` +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName -ResourceGroupName -Body + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### LinkViaIdentity +``` +Invoke-AzNewRelicLinkMonitorSaaS -InputObject -Body + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### LinkViaIdentityExpanded +``` +Invoke-AzNewRelicLinkMonitorSaaS -InputObject [-SaaSResourceId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### LinkViaJsonFilePath +``` +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### LinkViaJsonString +``` +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName -ResourceGroupName -JsonString + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Links a new SaaS to the newrelic organization of the underlying monitor. + +## EXAMPLES + +### Example 1: Link a SaaS resource to a NewRelic monitor +```powershell +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" -SaaSResourceId "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-saas/providers/Microsoft.SaaS/resources/newrelic-saas-01" +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 9:15:20 AM user1@outlook.com User ps-test +``` + +Links a new SaaS resource to the NewRelic monitor organization + +### Example 2: Link SaaS resource using a SaaS data object +```powershell +$saasData = @{ + SaaSResourceId = "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-saas/providers/Microsoft.SaaS/resources/newrelic-saas-01" +} +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" -Body $saasData +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 9:15:20 AM user1@outlook.com User ps-test +``` + +Links a SaaS resource to the NewRelic monitor using a data object containing the SaaS resource ID + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Body +SaaS details + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ISaaSData +Parameter Sets: Link, LinkViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity +Parameter Sets: LinkViaIdentity, LinkViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Link operation + +```yaml +Type: System.String +Parameter Sets: LinkViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Link operation + +```yaml +Type: System.String +Parameter Sets: LinkViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MonitorName +Monitor resource name + +```yaml +Type: System.String +Parameter Sets: Link, LinkExpanded, LinkViaJsonFilePath, LinkViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Link, LinkExpanded, LinkViaJsonFilePath, LinkViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SaaSResourceId +SaaS resource id + +```yaml +Type: System.String +Parameter Sets: LinkExpanded, LinkViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Link, LinkExpanded, LinkViaJsonFilePath, LinkViaJsonString +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ISaaSData + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicMonitorResource + +## NOTES + +## RELATED LINKS + diff --git a/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicResubscribeMonitor.md b/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicResubscribeMonitor.md new file mode 100644 index 000000000000..e423cf3d8ab9 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/docs/Invoke-AzNewRelicResubscribeMonitor.md @@ -0,0 +1,404 @@ +--- +external help file: +Module Name: Az.NewRelic +online version: https://learn.microsoft.com/powershell/module/az.newrelic/invoke-aznewrelicresubscribemonitor +schema: 2.0.0 +--- + +# Invoke-AzNewRelicResubscribeMonitor + +## SYNOPSIS +Resubscribes the New Relic Organization of the underlying Monitor Resource to be billed by Azure Marketplace + +## SYNTAX + +### ResubscribeExpanded (Default) +``` +Invoke-AzNewRelicResubscribeMonitor -MonitorName -ResourceGroupName + [-SubscriptionId ] [-OfferId ] [-OrganizationId ] [-PlanId ] + [-PublisherId ] [-ResourceGroup ] [-SubscriptionId1 ] [-TermId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### Resubscribe +``` +Invoke-AzNewRelicResubscribeMonitor -MonitorName -ResourceGroupName + -Body [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### ResubscribeViaIdentity +``` +Invoke-AzNewRelicResubscribeMonitor -InputObject -Body + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### ResubscribeViaIdentityExpanded +``` +Invoke-AzNewRelicResubscribeMonitor -InputObject [-SubscriptionId ] + [-OfferId ] [-OrganizationId ] [-PlanId ] [-PublisherId ] + [-ResourceGroup ] [-TermId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +### ResubscribeViaJsonFilePath +``` +Invoke-AzNewRelicResubscribeMonitor -MonitorName -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### ResubscribeViaJsonString +``` +Invoke-AzNewRelicResubscribeMonitor -MonitorName -ResourceGroupName -JsonString + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Resubscribes the New Relic Organization of the underline Monitor Resource to be billed by Azure Marketplace + +## EXAMPLES + +### Example 1: Resubscribe NewRelic monitor to Azure Marketplace billing +```powershell +Invoke-AzNewRelicResubscribeMonitor -MonitorName "test-01" -ResourceGroupName "ps-test" -OrganizationId "987654321" -PlanId "newrelicpaygtestplan3@123456789123456@PUBIDnewrelicinc1234567891234" -PublisherId "newrelicinc1234567891234" -OfferId "newrelic-pay-as-you-go" +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 10:45:30 AM user1@outlook.com User ps-test +``` + +Resubscribes the NewRelic organization to be billed through Azure Marketplace with a new plan + +### Example 2: Resubscribe monitor using resubscribe properties object +```powershell +$resubscribeProps = @{ + OrganizationId = "987654321" + PlanId = "newrelicpaygtestplan3@123456789123456@PUBIDnewrelicinc1234567891234" + PublisherId = "newrelicinc1234567891234" + OfferId = "newrelic-pay-as-you-go" + TermId = "hjdtn7tfq3ka3" + ResourceGroup = "ps-test-new" + SubscriptionId = "22222222-3333-4444-5555-666666666666" +} +Invoke-AzNewRelicResubscribeMonitor -MonitorName "test-01" -ResourceGroupName "ps-test" -Body $resubscribeProps +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 10:45:30 AM user1@outlook.com User ps-test +``` + +Resubscribes the NewRelic monitor using a properties object containing all resubscription details including new subscription and resource group + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Body +Resubscribe Properties + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IResubscribeProperties +Parameter Sets: Resubscribe, ResubscribeViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity +Parameter Sets: ResubscribeViaIdentity, ResubscribeViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Resubscribe operation + +```yaml +Type: System.String +Parameter Sets: ResubscribeViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Resubscribe operation + +```yaml +Type: System.String +Parameter Sets: ResubscribeViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MonitorName +Monitor resource name + +```yaml +Type: System.String +Parameter Sets: Resubscribe, ResubscribeExpanded, ResubscribeViaJsonFilePath, ResubscribeViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferId +Offer Id of the NewRelic offer that needs to be resubscribed + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +Organization Id of the NewRelic Organization that needs to be resubscribed + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PlanId +Newly selected plan Id to create the new Marketplace subscription for Resubscribe + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublisherId +Publisher Id of the NewRelic offer that needs to be resubscribed + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroup +Newly selected Azure resource group in which the new Marketplace subscription will be created for Resubscribe + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Resubscribe, ResubscribeExpanded, ResubscribeViaJsonFilePath, ResubscribeViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Resubscribe, ResubscribeExpanded, ResubscribeViaIdentityExpanded, ResubscribeViaJsonFilePath, ResubscribeViaJsonString +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId1 +Newly selected Azure Subscription Id in which the new Marketplace subscription will be created for Resubscribe + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TermId +Newly selected term Id to create the new Marketplace subscription for Resubscribe + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IResubscribeProperties + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicMonitorResource + +## NOTES + +## RELATED LINKS + diff --git a/src/NewRelic/NewRelic.Autorest/docs/New-AzNewRelicMonitorTagRule.md b/src/NewRelic/NewRelic.Autorest/docs/New-AzNewRelicMonitorTagRule.md index f18b45a5b90d..202b132afa66 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/New-AzNewRelicMonitorTagRule.md +++ b/src/NewRelic/NewRelic.Autorest/docs/New-AzNewRelicMonitorTagRule.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNewRelicMonitorTagRule ## SYNOPSIS -Create a TagRule +Create a new set of tag rules for a specific New Relic monitor resource, determining which Azure resources are monitored based on their tags ## SYNTAX @@ -36,7 +36,7 @@ New-AzNewRelicMonitorTagRule -MonitorName -ResourceGroupName - ``` ## DESCRIPTION -Create a TagRule +Create a new set of tag rules for a specific New Relic monitor resource, determining which Azure resources are monitored based on their tags ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/New-AzNewRelicMonitoredSubscription.md b/src/NewRelic/NewRelic.Autorest/docs/New-AzNewRelicMonitoredSubscription.md index 342d04df0953..b2fc145c49c2 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/New-AzNewRelicMonitoredSubscription.md +++ b/src/NewRelic/NewRelic.Autorest/docs/New-AzNewRelicMonitoredSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNewRelicMonitoredSubscription ## SYNOPSIS -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. ## SYNTAX @@ -34,7 +34,7 @@ New-AzNewRelicMonitoredSubscription -MonitorName -ResourceGroupName -UserEmail [- ``` ## DESCRIPTION -Delete a NewRelicMonitorResource +Deletes an existing New Relic monitor resource from your Azure subscription, removing the integration and stopping the observability of your Azure resources through New Relic ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Remove-AzNewRelicMonitorTagRule.md b/src/NewRelic/NewRelic.Autorest/docs/Remove-AzNewRelicMonitorTagRule.md index a4b3082afbea..b4bc0f8929eb 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Remove-AzNewRelicMonitorTagRule.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Remove-AzNewRelicMonitorTagRule.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-AzNewRelicMonitorTagRule ## SYNOPSIS -Delete a TagRule +Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over observability based on resource tags ## SYNTAX @@ -32,7 +32,7 @@ Remove-AzNewRelicMonitorTagRule -MonitorInputObject -RuleSet ``` ## DESCRIPTION -Delete a TagRule +Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over observability based on resource tags ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/docs/Switch-AzNewRelicMonitorBilling.md b/src/NewRelic/NewRelic.Autorest/docs/Switch-AzNewRelicMonitorBilling.md index d903e33e4073..fba6cff716a9 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Switch-AzNewRelicMonitorBilling.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Switch-AzNewRelicMonitorBilling.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Switch-AzNewRelicMonitorBilling ## SYNOPSIS -Switches the billing for NewRelic monitor resource. +Switches the billing for the New Relic Monitor resource to be billed by Azure Marketplace ## SYNTAX @@ -42,7 +42,7 @@ Switch-AzNewRelicMonitorBilling -MonitorName -ResourceGroupName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RefreshViaIdentity +``` +Update-AzNewRelicMonitorIngestionKey -InputObject [-DefaultProfile ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor. + +## EXAMPLES + +### Example 1: Refresh ingestion key for a NewRelic monitor +```powershell +Update-AzNewRelicMonitorIngestionKey -MonitorName clientParity-Test-1014 -ResourceGroupName vanshjoshi-clientparity-test +``` + +```output +True +``` + +Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor. + +### Example 2: Refresh ingestion key using pipeline input +```powershell +Get-AzNewRelicMonitor -Name clientParity-Test-1014 -ResourceGroupName vanshjoshi-clientparity-test | Update-AzNewRelicMonitorIngestionKey +``` + +```output +True +``` + +Refreshes the ingestion key using pipeline input from Get-AzNewRelicMonitor cmdlet. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity +Parameter Sets: RefreshViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -MonitorName +Name of the Monitors resource + +```yaml +Type: System.String +Parameter Sets: Refresh +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Refresh +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Refresh +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/NewRelic/NewRelic.Autorest/docs/Update-AzNewRelicMonitorTagRule.md b/src/NewRelic/NewRelic.Autorest/docs/Update-AzNewRelicMonitorTagRule.md index 4ff7ff352115..4814c6db739a 100644 --- a/src/NewRelic/NewRelic.Autorest/docs/Update-AzNewRelicMonitorTagRule.md +++ b/src/NewRelic/NewRelic.Autorest/docs/Update-AzNewRelicMonitorTagRule.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNewRelicMonitorTagRule ## SYNOPSIS -Update a TagRule +Update the tag rules for a specific New Relic monitor resource, allowing you to modify the rules that control which Azure resources are monitored ## SYNTAX @@ -53,7 +53,7 @@ Update-AzNewRelicMonitorTagRule -MonitorName -ResourceGroupName ``` ## DESCRIPTION -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. ## EXAMPLES diff --git a/src/NewRelic/NewRelic.Autorest/examples/Initialize-AzNewRelicSaaSResource.md b/src/NewRelic/NewRelic.Autorest/examples/Initialize-AzNewRelicSaaSResource.md new file mode 100644 index 000000000000..31e3d4f9ece4 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/examples/Initialize-AzNewRelicSaaSResource.md @@ -0,0 +1,34 @@ +### Example 1: Initialize SaaS resource with publisher ID and SaaS GUID +```powershell +Initialize-AzNewRelicSaaSResource -PublisherId "newrelicinc1234567891234" -SaasGuid "12345678-1234-1234-1234-123456789abc" +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-newrelic/providers/NewRelic.Observability/monitors/newrelic-monitor-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : newrelic-monitor-01 +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +``` + +Initialize a NewRelic SaaS resource using the publisher ID and SaaS GUID to activate the marketplace subscription + +### Example 2: Initialize SaaS resource using a request object +```powershell +$saasRequest = [Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ActivateSaaSParameterRequest]@{ + PublisherId = "newrelicinc1234567891234" + SaasGuid = "12345678-1234-1234-1234-123456789abc" +} +Initialize-AzNewRelicSaaSResource -Request $saasRequest +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-newrelic/providers/NewRelic.Observability/monitors/newrelic-monitor-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : newrelic-monitor-01 +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +``` + +Initialize a NewRelic SaaS resource by providing a request object containing the publisher ID and SaaS GUID + diff --git a/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md b/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md new file mode 100644 index 000000000000..11f4dee08e71 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md @@ -0,0 +1,39 @@ +### Example 1: Get latest linked SaaS resource for a NewRelic monitor +```powershell +Invoke-AzNewRelicLatestMonitorLinkedSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/ps-test/providers/NewRelic.Observability/monitors/test-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : test-01-saas +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +OrganizationId : 987654321 +AccountId : 123456789 +CreatedDate : 6/27/2023 8:30:45 AM +LastModifiedDate : 6/27/2023 8:30:45 AM +``` + +Retrieves the latest SaaS resource linked to the specified NewRelic monitor + +### Example 2: Get latest linked SaaS resource using pipeline +```powershell +$monitor = Get-AzNewRelicMonitor -Name "test-01" -ResourceGroupName "ps-test" +$monitor | Invoke-AzNewRelicLatestMonitorLinkedSaaS +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/ps-test/providers/NewRelic.Observability/monitors/test-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : test-01-saas +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +OrganizationId : 987654321 +AccountId : 123456789 +CreatedDate : 6/27/2023 8:30:45 AM +LastModifiedDate : 6/27/2023 8:30:45 AM +``` + +Retrieves the latest SaaS resource linked to the NewRelic monitor using pipeline input + diff --git a/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicLinkMonitorSaaS.md b/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicLinkMonitorSaaS.md new file mode 100644 index 000000000000..4d0d1fc1a6ea --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicLinkMonitorSaaS.md @@ -0,0 +1,29 @@ +### Example 1: Link a SaaS resource to a NewRelic monitor +```powershell +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" -SaaSResourceId "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-saas/providers/Microsoft.SaaS/resources/newrelic-saas-01" +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 9:15:20 AM user1@outlook.com User ps-test +``` + +Links a new SaaS resource to the NewRelic monitor organization + +### Example 2: Link SaaS resource using a SaaS data object +```powershell +$saasData = @{ + SaaSResourceId = "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-saas/providers/Microsoft.SaaS/resources/newrelic-saas-01" +} +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" -Body $saasData +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 9:15:20 AM user1@outlook.com User ps-test +``` + +Links a SaaS resource to the NewRelic monitor using a data object containing the SaaS resource ID + diff --git a/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicResubscribeMonitor.md b/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicResubscribeMonitor.md new file mode 100644 index 000000000000..543e3474eb3c --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/examples/Invoke-AzNewRelicResubscribeMonitor.md @@ -0,0 +1,35 @@ +### Example 1: Resubscribe NewRelic monitor to Azure Marketplace billing +```powershell +Invoke-AzNewRelicResubscribeMonitor -MonitorName "test-01" -ResourceGroupName "ps-test" -OrganizationId "987654321" -PlanId "newrelicpaygtestplan3@123456789123456@PUBIDnewrelicinc1234567891234" -PublisherId "newrelicinc1234567891234" -OfferId "newrelic-pay-as-you-go" +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 10:45:30 AM user1@outlook.com User ps-test +``` + +Resubscribes the NewRelic organization to be billed through Azure Marketplace with a new plan + +### Example 2: Resubscribe monitor using resubscribe properties object +```powershell +$resubscribeProps = @{ + OrganizationId = "987654321" + PlanId = "newrelicpaygtestplan3@123456789123456@PUBIDnewrelicinc1234567891234" + PublisherId = "newrelicinc1234567891234" + OfferId = "newrelic-pay-as-you-go" + TermId = "hjdtn7tfq3ka3" + ResourceGroup = "ps-test-new" + SubscriptionId = "22222222-3333-4444-5555-666666666666" +} +Invoke-AzNewRelicResubscribeMonitor -MonitorName "test-01" -ResourceGroupName "ps-test" -Body $resubscribeProps +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 10:45:30 AM user1@outlook.com User ps-test +``` + +Resubscribes the NewRelic monitor using a properties object containing all resubscription details including new subscription and resource group + diff --git a/src/NewRelic/NewRelic.Autorest/examples/Update-AzNewRelicMonitorIngestionKey.md b/src/NewRelic/NewRelic.Autorest/examples/Update-AzNewRelicMonitorIngestionKey.md new file mode 100644 index 000000000000..71b4feecf521 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/examples/Update-AzNewRelicMonitorIngestionKey.md @@ -0,0 +1,22 @@ +### Example 1: Refresh ingestion key for a NewRelic monitor +```powershell +Update-AzNewRelicMonitorIngestionKey -MonitorName clientParity-Test-1014 -ResourceGroupName vanshjoshi-clientparity-test +``` + +```output +True +``` + +Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor. + +### Example 2: Refresh ingestion key using pipeline input +```powershell +Get-AzNewRelicMonitor -Name clientParity-Test-1014 -ResourceGroupName vanshjoshi-clientparity-test | Update-AzNewRelicMonitorIngestionKey +``` + +```output +True +``` + +Refreshes the ingestion key using pipeline input from Get-AzNewRelicMonitor cmdlet. + diff --git a/src/NewRelic/NewRelic.Autorest/generate-info.json b/src/NewRelic/NewRelic.Autorest/generate-info.json index b6ade964933d..dc95a1a034c5 100644 --- a/src/NewRelic/NewRelic.Autorest/generate-info.json +++ b/src/NewRelic/NewRelic.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "f9b0f2e8-abba-4bd7-8072-6c78e5bdbc6c" + "generate_Id": "acc03236-0a96-42e1-b9e0-b1adb9eb0672" } diff --git a/src/NewRelic/NewRelic.Autorest/resources/README.md b/src/NewRelic/NewRelic.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file diff --git a/src/NewRelic/NewRelic.Autorest/test/Get-AzNewRelicMonitor.Recording.json b/src/NewRelic/NewRelic.Autorest/test/Get-AzNewRelicMonitor.Recording.json deleted file mode 100644 index e3c569005581..000000000000 --- a/src/NewRelic/NewRelic.Autorest/test/Get-AzNewRelicMonitor.Recording.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "Get-AzNewRelicMonitor+[NoContext]+MonitorListSub+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/monitors?api-version=2024-01-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/monitors?api-version=2024-01-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "02bbc5c0-ae96-401b-a96c-04a4ba3e2658" ], - "CommandName": [ "Get-AzNewRelicMonitor" ], - "FullCommandName": [ "Get-AzNewRelicMonitor_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "66a356ee-a659-4f19-bb8c-595d365c6b15", "263a2c12-1510-4c66-9a86-cd81329683b7", "185d9bc7-be0e-4857-85af-5691c8ee5e57" ], - "x-ms-throttling-version": [ "v1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "ffb191f5-5f2f-425c-8d0a-821eb78dea41" ], - "x-ms-correlation-request-id": [ "ffb191f5-5f2f-425c-8d0a-821eb78dea41" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240527T084005Z:ffb191f5-5f2f-425c-8d0a-821eb78dea41" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: A2C833068EDF42289C1C88B533ECA68F Ref B: MAA201060515029 Ref C: 2024-05-27T08:39:58Z" ], - "Date": [ "Mon, 27 May 2024 08:40:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87407" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230822104427942795/providers/NewRelic.Observability/monitors/acctest-nrm-230822104427942795\",\"name\":\"acctest-nrm-230822104427942795\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-22T02:44:56.5426561Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-22T02:44:56.5426561Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882762\"},\"organizationInfo\":{\"organizationId\":\"edce4b4f-89a8-4717-aef1-6e8efdf0cc2e\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"27362230-e2d8-4c73-9ee3-fdef83459ca3@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-24T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230822104427947870/providers/NewRelic.Observability/monitors/acctest-nrm-230822104427947870\",\"name\":\"acctest-nrm-230822104427947870\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-22T02:44:59.737827Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-22T02:44:59.737827Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882763\"},\"organizationInfo\":{\"organizationId\":\"afb2578c-bfa2-4056-87a7-498cd6f118da\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"85b5febd-127d-4633-9c25-bcfea555af46@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-24T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230822104427940301/providers/NewRelic.Observability/monitors/acctest-nrm-230822104427940301\",\"name\":\"acctest-nrm-230822104427940301\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-22T02:45:03.9057546Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-22T02:45:03.9057546Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882765\"},\"organizationInfo\":{\"organizationId\":\"e3cc3b16-4e4e-4efe-ab07-4081fcf3f0b4\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"672d9312-65a7-484c-870d-94584850a423@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-24T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230822104427940205/providers/NewRelic.Observability/monitors/acctest-nrm-230822104427940205\",\"name\":\"acctest-nrm-230822104427940205\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-22T02:45:08.8282368Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-22T02:45:08.8282368Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882764\"},\"organizationInfo\":{\"organizationId\":\"517ca320-ac31-4990-be74-b20fc4cdb882\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"f0ff47c3-3aed-45b0-b239-260d9625045a@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-24T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/Contoso_Trial_RG/providers/NewRelic.Observability/monitors/Contoso_Trial_NewRelic\",\"name\":\"Contoso_Trial_NewRelic\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"visinghv@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-04-27T09:40:49.4490184Z\",\"lastModifiedBy\":\"visinghv@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-04-27T09:40:49.4490184Z\"},\"identity\":{\"principalId\":\"6e758e6e-eeb5-4d1e-8f48-9123bafcc213\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11834121\"},\"organizationInfo\":{\"organizationId\":\"baf5ad21-0180-4201-a7fb-2cc0b1a45062\"}},\"userInfo\":{\"firstName\":\"Vikas\",\"lastName\":\"Singhvi\",\"emailAddress\":\"visinghv@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py\",\"effectiveDate\":\"2023-04-27T09:40:16.459Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230817182814035198/providers/NewRelic.Observability/monitors/acctest-nrm-230817182814035198\",\"name\":\"acctest-nrm-230817182814035198\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-17T10:28:59.3834295Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-17T10:28:59.3834295Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11881803\"},\"organizationInfo\":{\"organizationId\":\"9bd9ff64-3d0a-4af3-b188-5556c4d6081b\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"27362230-e2d8-4c73-9ee3-fdef83459ca3@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-19T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230818072049158349/providers/NewRelic.Observability/monitors/acctest-nrm-230818072049158349\",\"name\":\"acctest-nrm-230818072049158349\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-17T23:21:23.6701931Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-17T23:21:23.6701931Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11881902\"},\"organizationInfo\":{\"organizationId\":\"2e1dbcef-72ef-4bee-8c55-f690811719eb\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"f0ff47c3-3aed-45b0-b239-260d9625045a@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-20T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230818081147609319/providers/NewRelic.Observability/monitors/acctest-nrm-230818081147609319\",\"name\":\"acctest-nrm-230818081147609319\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-18T00:12:20.2936692Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-18T00:12:20.2936692Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11881915\"},\"organizationInfo\":{\"organizationId\":\"6f936bad-47df-43db-8c9c-425295cfe032\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"f0ff47c3-3aed-45b0-b239-260d9625045a@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-20T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230821153436759311/providers/NewRelic.Observability/monitors/acctest-nrm-230821153436759311\",\"name\":\"acctest-nrm-230821153436759311\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-21T07:35:14.7873739Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-21T07:35:14.7873739Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882468\"},\"organizationInfo\":{\"organizationId\":\"6f694696-0428-4dd2-aa0e-0b8524427f66\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"f0ff47c3-3aed-45b0-b239-260d9625045a@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-23T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230821161133623641/providers/NewRelic.Observability/monitors/acctest-nrm-230821161133623641\",\"name\":\"acctest-nrm-230821161133623641\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-21T08:11:58.8620707Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-21T08:11:58.8620707Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882471\"},\"organizationInfo\":{\"organizationId\":\"d8d4920f-7325-403e-ab29-1f9b8cd72c5b\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"f0ff47c3-3aed-45b0-b239-260d9625045a@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-23T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230821161133627638/providers/NewRelic.Observability/monitors/acctest-nrm-230821161133627638\",\"name\":\"acctest-nrm-230821161133627638\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-21T08:12:01.5716965Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-21T08:12:01.5716965Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882472\"},\"organizationInfo\":{\"organizationId\":\"2db8e60b-e5bc-474a-bac2-9d6e2710ae87\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"27362230-e2d8-4c73-9ee3-fdef83459ca3@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-23T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230821161133623460/providers/NewRelic.Observability/monitors/acctest-nrm-230821161133623460\",\"name\":\"acctest-nrm-230821161133623460\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-21T08:12:06.2029792Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-21T08:12:06.2029792Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882473\"},\"organizationInfo\":{\"organizationId\":\"9a5c578a-b4ae-40d2-9f7d-9cc3ec3b8f91\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"672d9312-65a7-484c-870d-94584850a423@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-23T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/acctest-rg-230821161133623080/providers/NewRelic.Observability/monitors/acctest-nrm-230821161133623080\",\"name\":\"acctest-nrm-230821161133623080\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"createdByType\":\"Application\",\"createdAt\":\"2023-08-21T08:12:10.4993784Z\",\"lastModifiedBy\":\"b7a2724a-2cc3-4049-8a7f-ce0f7b559cdf\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-08-21T08:12:10.4993784Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11882474\"},\"organizationInfo\":{\"organizationId\":\"1bec8a7d-5073-4a40-b412-57bd2b1016a7\"}},\"userInfo\":{\"firstName\":\"first\",\"lastName\":\"last\",\"emailAddress\":\"85b5febd-127d-4633-9c25-bcfea555af46@example.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-08-23T16:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vidhi-rg/providers/NewRelic.Observability/monitors/testing-auth\",\"name\":\"testing-auth\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"vidhi.kothari@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-09-06T06:22:28.2409556Z\",\"lastModifiedBy\":\"vidhi.kothari@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-09-06T06:22:28.2409556Z\"},\"identity\":{\"principalId\":\"a30b2c31-1e55-4a3d-b2a5-5683f0be497e\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11885385\"},\"organizationInfo\":{\"organizationId\":\"b6057c49-6832-4139-94bb-9739947ce62f\"}},\"userInfo\":{\"firstName\":\"Vidhi\",\"lastName\":\"Kothari\",\"emailAddress\":\"vidhi.kothari@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-09-06T06:22:03.304Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-12205-rg-cuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource44887\",\"name\":\"liftr-nr-ci-resource44887\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cExecuteOperationsAsync\u003ed__16\",\"TestClass\":\"CreateResourceForNewUser\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2023-10-18T11:43:53.4862104Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-10-18T11:43:53.4862104Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/gaurav-test/providers/NewRelic.Observability/monitors/gb-test-20-10-ceuap-1\",\"name\":\"gb-test-20-10-ceuap-1\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"gauravbang@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-10-20T10:30:47.9201943Z\",\"lastModifiedBy\":\"apoorvasingh@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-27T10:20:10.4254802Z\"},\"identity\":{\"principalId\":\"8ce291d3-6de0-4646-866e-73a21312133f\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11925528\"},\"organizationInfo\":{\"organizationId\":\"ffa3a250-1969-4758-81ae-0e93336e91de\"}},\"userInfo\":{\"firstName\":\"Gaurav\",\"lastName\":\"Bang\",\"emailAddress\":\"gauravbang@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-20T10:30:13.487Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource62107\",\"name\":\"liftr-nr-ci-resource62107\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cExecuteOperationsAsync\u003ed__16\",\"TestClass\":\"CreateResourceForNewUser\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2023-10-23T04:51:59.1133508Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-10-23T04:51:59.1133508Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Accepted\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"4206343\"},\"organizationInfo\":{\"organizationId\":\"cb6bce4b-7a18-44d6-99cf-3493c0867521\"}},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource14807\",\"name\":\"liftr-nr-ci-resource14807\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cExecuteOperationsAsync\u003ed__16\",\"TestClass\":\"CreateResourceForNewUser\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2023-10-23T05:15:15.0526916Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-10-23T05:15:15.0526916Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Accepted\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"4206361\"},\"organizationInfo\":{\"organizationId\":\"64136871-ed05-4eab-a152-78514bad4234\"}},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource41154\",\"name\":\"liftr-nr-ci-resource41154\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cExecuteOperationsAsync\u003ed__16\",\"TestClass\":\"CreateResourceForNewUser\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2023-10-23T05:22:23.0536057Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-10-23T05:22:23.0536057Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-38978-rgcuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource91414\",\"name\":\"liftr-nr-ci-resource91414\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cExecuteOperationsAsync\u003ed__16\",\"TestClass\":\"CreateResourceAndLinkWithExistingAccountForExistingUser\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2023-10-23T05:27:20.7018244Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-10-23T05:27:20.7018244Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":{\"accountId\":\"4206343\",\"ingestionKey\":null},\"organizationInfo\":{\"organizationId\":\"cb6bce4b-7a18-44d6-99cf-3493c0867521\"}},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-58577-rgcuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource28705cuse\",\"name\":\"liftr-nr-ci-resource28705cuse\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cExecuteOperationsAsync\u003ed__16\",\"TestClass\":\"CreateResourceAndLinkWithExistingAccountForExistingUser\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2023-10-23T05:29:20.0934979Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-10-23T05:29:20.0934979Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":{\"accountId\":\"4206367\",\"ingestionKey\":null},\"organizationInfo\":{\"organizationId\":\"8dd654e2-c688-4a83-8053-040bff9bd0c5\"}},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/gaurav-test/providers/NewRelic.Observability/monitors/gaurav-test-25-10-ceuap-1\",\"name\":\"gaurav-test-25-10-ceuap-1\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"gauravbang@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-10-25T09:06:21.126758Z\",\"lastModifiedBy\":\"gauravbang@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-10-25T09:06:21.126758Z\"},\"identity\":{\"principalId\":\"0d3b4fdd-7db7-435a-af30-379b3563cdda\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11928331\"},\"organizationInfo\":{\"organizationId\":\"5bfa6600-cdd4-4d37-a862-f264d74c13cc\"}},\"userInfo\":{\"firstName\":\"Gaurav\",\"lastName\":\"Bang\",\"emailAddress\":\"gauravbang@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T09:05:46.416Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-06630-rg-cuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource58514cuse\",\"name\":\"liftr-nr-ci-resource58514cuse\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cExecuteOperationsAsync\u003ed__16\",\"TestClass\":\"CreateResourceForNewUser\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2023-10-31T08:15:49.713657Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-10-31T08:15:49.713657Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/saurgupta_RG/providers/NewRelic.Observability/monitors/saurgupta_01_01_23_05\",\"name\":\"saurgupta_01_01_23_05\",\"type\":\"newrelic.observability/monitors\",\"location\":\"Central US EUAP\",\"systemData\":{\"createdBy\":\"gauravbang@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-11-24T12:12:04.7412514Z\",\"lastModifiedBy\":\"gauravbang@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-11-24T12:12:04.7412514Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11943186\"},\"organizationInfo\":{\"organizationId\":\"2a76413b-b156-44b4-90b7-2b2a7fb50bd6\"}},\"userInfo\":{\"firstName\":\"Alice\",\"lastName\":\"Bob\",\"emailAddress\":\"gauravbang@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/apoorva_rg/providers/NewRelic.Observability/monitors/test-az-sub-2\",\"name\":\"test-az-sub-2\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"apoorvasingh@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-02-22T11:20:57.1693477Z\",\"lastModifiedBy\":\"apoorvasingh@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-05T14:23:36.8526717Z\"},\"identity\":{\"principalId\":\"95817b5e-8093-4c0e-8a06-8767c4bd7cca\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11988194\"},\"organizationInfo\":{\"organizationId\":\"0b1f9e9e-52ab-453f-a69e-770f889d9037\"}},\"userInfo\":{\"firstName\":\"Apoorva\",\"lastName\":\"Singh\",\"emailAddress\":\"apoorvasingh@microsoft.com\",\"phoneNumber\":\"4257050556\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-03-05T14:23:34.377Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/vipTestError3\",\"name\":\"vipTestError3\",\"type\":\"newrelic.observability/monitors\",\"location\":\"Central US EUAP\",\"systemData\":{\"createdBy\":\"viprayjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-02-26T10:55:48.4973957Z\",\"lastModifiedBy\":\"viprayjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-02-26T10:55:48.4973957Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":{\"accountId\":\"4040105\",\"ingestionKey\":null},\"organizationInfo\":{\"organizationId\":\"ea5fce87-2927-444e-8000-4b457c5070bd\"}},\"userInfo\":{\"firstName\":\"Alice\",\"lastName\":\"Bob\",\"emailAddress\":\"viprayjain@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/vipTestError4\",\"name\":\"vipTestError4\",\"type\":\"newrelic.observability/monitors\",\"location\":\"Central US EUAP\",\"systemData\":{\"createdBy\":\"viprayjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-02-27T04:32:57.9750815Z\",\"lastModifiedBy\":\"viprayjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-02-27T04:32:57.9750815Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":{\"accountId\":\"4040105\",\"ingestionKey\":null},\"organizationInfo\":{\"organizationId\":\"ea5fce87-2927-444e-8000-4b457c5070bd\"}},\"userInfo\":{\"firstName\":\"Alice\",\"lastName\":\"Bob\",\"emailAddress\":\"viprayjain@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/vipTestError5\",\"name\":\"vipTestError5\",\"type\":\"newrelic.observability/monitors\",\"location\":\"Central US EUAP\",\"systemData\":{\"createdBy\":\"viprayjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-02-27T09:26:14.6972087Z\",\"lastModifiedBy\":\"viprayjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-02-27T09:26:14.6972087Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":{\"accountId\":\"4040105\",\"ingestionKey\":null},\"organizationInfo\":{\"organizationId\":\"ea5fce87-2927-444e-8000-4b457c5070bd\"}},\"userInfo\":{\"firstName\":\"Alice\",\"lastName\":\"Bob\",\"emailAddress\":\"viprayjain@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/dipesh_test/providers/NewRelic.Observability/monitors/dipesh_29_02_01\",\"name\":\"dipesh_29_02_01\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-02-29T11:45:09.5899285Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-02-29T11:45:09.5899285Z\"},\"identity\":{\"principalId\":\"a44b9c88-8c8f-4514-85eb-62a66010ced2\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11990078\"},\"organizationInfo\":{\"organizationId\":\"79cbba8a-cae3-4faa-ac61-4a25042a7d38\"}},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-02-29T11:44:34.73Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/dipesh_test/providers/NewRelic.Observability/monitors/dipesh_link_29_02_1\",\"name\":\"dipesh_link_29_02_1\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-02-29T11:55:37.8022967Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-02-29T11:55:37.8022967Z\"},\"identity\":{\"principalId\":\"b282be89-6023-44de-8285-3ad04efccddf\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":{\"accountId\":\"3683248\",\"ingestionKey\":null},\"organizationInfo\":{\"organizationId\":\"8b28afd4-fea5-4e44-aec9-3d476709c6ac\"}},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":null,\"billingCycle\":null,\"planDetails\":null,\"effectiveDate\":\"0001-01-01T00:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/kansingh-RG/providers/NewRelic.Observability/monitors/14mar-canary2test\",\"name\":\"14mar-canary2test\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"kansingh@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-14T10:28:11.1459865Z\",\"lastModifiedBy\":\"apoorvasingh@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-04-08T06:46:30.034905Z\"},\"identity\":{\"principalId\":\"280ec43b-4b19-4d18-929a-f96045939e91\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11994233\"},\"organizationInfo\":{\"organizationId\":\"cf240f05-bc53-41d8-8952-8b98477ae2ff\"}},\"userInfo\":{\"firstName\":\"Kanupriya\",\"lastName\":\"Singh\",\"emailAddress\":\"kansingh@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-03-14T10:27:36.905Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/myjstest/providers/NewRelic.Observability/monitors/resourcetest\",\"name\":\"resourcetest\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"261ef4db-ac4d-4671-8780-6137189c0845\",\"createdByType\":\"Application\",\"createdAt\":\"2024-03-19T08:54:05.0571803Z\",\"lastModifiedBy\":\"261ef4db-ac4d-4671-8780-6137189c0845\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-03-19T08:54:05.0571803Z\"},\"identity\":{\"principalId\":\"ac2a6087-7881-4b93-bb8f-274c772bd8f4\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"ZiWei\",\"lastName\":\"Chen (WICRESOFT NORTH AMERICA LTD)\",\"emailAddress\":\"v-ziweichen@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"0001-01-01T00:00:00Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitorrg5beiirty3xc47lcbtr3klwoyncwnd6u7edvvvvkwywe2rj7/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T04:35:46.8601474Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T04:35:46.8601474Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitorwqzhp23jis2szego3r67sh46ynbf2yinim3erfmltniibau6j/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T04:48:10.9904669Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T04:48:10.9904669Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitorkftzyqeraowvs7havpr7bsmuiifabyfozkpozqsoben5skzcd/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T07:01:11.9647746Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T07:01:11.9647746Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-28654-rg-cuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource11156cuse\",\"name\":\"liftr-nr-ci-resource11156cuse\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cCreateNewExecuteAsync\u003ed__4\",\"TestClass\":\"Utils\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2024-03-26T09:07:59.2364004Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-03-26T09:07:59.2364004Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitoruz2wgp4e43z7ab3dycllnbayx6yjdfgoyg2dpp2hhsew2jka5/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T11:09:48.8436667Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T11:09:48.8436667Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitoro32w6rftbbynrn7acbja5ub422fhnym26llprt4u7ip5x2ng3/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T11:24:41.5397935Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T11:24:41.5397935Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/apoorva_rg/providers/NewRelic.Observability/monitors/test-res-azsub\",\"name\":\"test-res-azsub\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"apoorvasingh@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T11:26:36.0010128Z\",\"lastModifiedBy\":\"apoorvasingh@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T11:26:36.0010128Z\"},\"identity\":{\"principalId\":\"a07bcaf1-9309-4a02-89c3-b50cd1f1a768\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Apoorva\",\"lastName\":\"Singh\",\"emailAddress\":\"apoorvasingh@microsoft.com\",\"phoneNumber\":\"4257050556\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-03-26T11:26:00.685Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitora6q5e6cdlxmdl4scwllrgpopthu6smrqgmxh243blpq3m236q/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T11:52:42.2106103Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T11:52:42.2106103Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-94698-rg-cuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource56212cuse\",\"name\":\"liftr-nr-ci-resource56212cuse\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cCreateNewExecuteAsync\u003ed__4\",\"TestClass\":\"Utils\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2024-03-26T13:59:19.2853972Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-03-26T13:59:19.2853972Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-86181-rg-cuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource09206cuse\",\"name\":\"liftr-nr-ci-resource09206cuse\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cCreateNewExecuteAsync\u003ed__4\",\"TestClass\":\"Utils\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2024-03-27T14:10:55.5360131Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-03-27T14:10:55.5360131Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/Abhishek/providers/NewRelic.Observability/monitors/PortalSDK_Test\",\"name\":\"PortalSDK_Test\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"v-kumabhishe@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-28T04:54:17.8804521Z\",\"lastModifiedBy\":\"v-kumabhishe@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-28T04:54:17.8804521Z\"},\"identity\":{\"principalId\":\"55a093df-0dde-49c9-979d-14eaef558de8\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Abhishek\",\"lastName\":\"Kumar (WIPRO LIMITED)\",\"emailAddress\":\"v-kumabhishe@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-03-28T04:53:37.593Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/naveena/providers/NewRelic.Observability/monitors/naveenars0328\",\"name\":\"naveenars0328\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"v-snaveena@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-28T06:23:55.2096837Z\",\"lastModifiedBy\":\"v-snaveena@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-28T06:23:55.2096837Z\"},\"identity\":{\"principalId\":\"dec0a21c-86f0-4bff-897e-441ef4f94d9f\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Sambireddy\",\"lastName\":\"Naveena (WIPRO LIMITED)\",\"emailAddress\":\"v-snaveena@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-03-28T06:23:18.97Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-97741-rg-cuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource63119cuse\",\"name\":\"liftr-nr-ci-resource63119cuse\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cCreateNewExecuteAsync\u003ed__4\",\"TestClass\":\"Utils\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2024-03-28T06:28:33.5248717Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-03-28T06:28:33.5248717Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"saaSAzureSubscriptionStatus\":null,\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-11261-rg-cuse/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource52846cuse\",\"name\":\"liftr-nr-ci-resource52846cuse\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{\"TestMethod\":\"\u003cCreateNewExecuteAsync\u003ed__4\",\"TestClass\":\"Utils\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2024-05-10T07:22:15.8124425Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-05-10T07:22:15.8124425Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"backendCloudTestEmail@MicrosoftCustomerLed.onmicrosoft.com\",\"phoneNumber\":null},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/nrTestCanary\",\"name\":\"nrTestCanary\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"viprayjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-21T08:22:16.8966772Z\",\"lastModifiedBy\":\"viprayjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-21T08:22:16.8966772Z\"},\"identity\":{\"principalId\":\"86bfad2c-8471-4c1d-8bb8-6c05ac41b901\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"12192478\"},\"organizationInfo\":{\"organizationId\":\"bd5456d9-c7c2-4a38-848f-b4fe68613468\"}},\"userInfo\":{\"firstName\":\"Vipray\",\"lastName\":\"Jain\",\"emailAddress\":\"viprayjain@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-05-21T08:21:49.205Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/nrTestCanary2\",\"name\":\"nrTestCanary2\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"viprayjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-21T09:20:58.8185843Z\",\"lastModifiedBy\":\"viprayjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-21T09:20:58.8185843Z\"},\"identity\":{\"principalId\":\"f843994b-f34c-44eb-8673-64787186f500\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"12192480\"},\"organizationInfo\":{\"organizationId\":\"9dfe7ba4-b896-4d2a-8e32-f40a7206e6ef\"}},\"userInfo\":{\"firstName\":\"Vipray\",\"lastName\":\"Jain\",\"emailAddress\":\"viprayjain@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-05-21T09:20:29.938Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/testInCanary\",\"name\":\"testInCanary\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"viprayjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-22T08:15:14.2794281Z\",\"lastModifiedBy\":\"f73fdc11-ed25-4c35-a93a-f525ab3fd649\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-05-22T10:18:40.9024439Z\"},\"identity\":{\"principalId\":\"0d923bb9-b691-4499-af2f-8ddb19613d87\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Disabled\",\"marketplaceSubscriptionStatus\":\"Unsubscribed\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"12192526\"},\"organizationInfo\":{\"organizationId\":\"0af66dcf-7793-45a1-8b27-3cffec57d72d\"}},\"userInfo\":{\"firstName\":\"Vipray\",\"lastName\":\"Jain\",\"emailAddress\":\"viprayjain@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-05-22T08:14:41.623Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/UnsunscribeTestCanaryOne\",\"name\":\"UnsunscribeTestCanaryOne\",\"type\":\"newrelic.observability/monitors\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"viprayjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-24T09:07:14.57076Z\",\"lastModifiedBy\":\"f73fdc11-ed25-4c35-a93a-f525ab3fd649\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-05-24T09:39:46.9981836Z\"},\"identity\":{\"principalId\":\"e012cd2c-09d4-47ff-a042-5eae554b244b\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Disabled\",\"marketplaceSubscriptionStatus\":\"Unsubscribed\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"12192979\"},\"organizationInfo\":{\"organizationId\":\"6cbdabe9-73bf-462c-a842-65c8578090e9\"}},\"userInfo\":{\"firstName\":\"Vipray\",\"lastName\":\"Jain\",\"emailAddress\":\"viprayjain@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-05-24T09:06:30.342Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/apoorva_rg/providers/NewRelic.Observability/monitors/test-geneva-actions-2\",\"name\":\"test-geneva-actions-2\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"apoorvasingh@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-01T10:36:22.4230016Z\",\"lastModifiedBy\":\"apoorvasingh@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-01T10:36:22.4230016Z\"},\"identity\":{\"principalId\":\"6c4ce9a2-4f2f-44a7-82a0-cea3f48ab767\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"12150063\"},\"organizationInfo\":{\"organizationId\":\"1a456933-6d3e-4c8f-84d7-2fa0704bbde4\"}},\"userInfo\":{\"firstName\":\"Apoorva\",\"lastName\":\"Singh\",\"emailAddress\":\"apoorvasingh@microsoft.com\",\"phoneNumber\":\"4257050556\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-05-01T10:35:49.264Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/saurgupta_RG/providers/NewRelic.Observability/monitors/testing-hot-reloading\",\"name\":\"testing-hot-reloading\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"chsahu@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-10-25T13:57:21.8967466Z\",\"lastModifiedBy\":\"chsahu@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-10-25T13:57:21.8967466Z\"},\"identity\":{\"principalId\":\"c70d644a-a158-49f0-bd7f-3619e700a170\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Chaitanya\",\"lastName\":\"Sahu\",\"emailAddress\":\"chsahu@microsoft.com\",\"phoneNumber\":\"09676789609\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:56:51.237Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/saurgupta_RG/providers/NewRelic.Observability/monitors/testing-hot-reloading-02\",\"name\":\"testing-hot-reloading-02\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"chsahu@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-10-26T17:14:18.7575265Z\",\"lastModifiedBy\":\"chsahu@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-10-26T17:14:18.7575265Z\"},\"identity\":{\"principalId\":\"8cd34506-5c3e-4e0c-b0d2-882da1ef4eed\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11929132\"},\"organizationInfo\":{\"organizationId\":\"2c432fa1-0804-4c1c-9656-59f5279303e1\"}},\"userInfo\":{\"firstName\":\"Chaitanya\",\"lastName\":\"Sahu\",\"emailAddress\":\"chsahu@microsoft.com\",\"phoneNumber\":\"09676789609\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-26T17:13:52.967Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/gaurav-test/providers/NewRelic.Observability/monitors/gaurav-test-01-11-1\",\"name\":\"gaurav-test-01-11-1\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"gauravbang@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-11-01T10:50:47.1152866Z\",\"lastModifiedBy\":\"gauravbang@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-11-01T10:50:47.1152866Z\"},\"identity\":{\"principalId\":\"2f6488d7-0faa-472e-a683-554cc750b3e8\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11932582\"},\"organizationInfo\":{\"organizationId\":\"a09a6984-f05d-4a8a-a4d3-497bfbfe698e\"}},\"userInfo\":{\"firstName\":\"Gaurav\",\"lastName\":\"Bang\",\"emailAddress\":\"gauravbang@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-11-01T10:50:14.303Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cloudtest-nr-55563-rgeus2e/providers/NewRelic.Observability/monitors/liftr-nr-ci-resource66555eus2e\",\"name\":\"liftr-nr-ci-resource66555eus2e\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{\"TestMethod\":\"\u003cExecuteOperationsAsync\u003ed__16\",\"TestClass\":\"CreateResourceAndLinkWithExistingAccountForExistingUser\"},\"systemData\":{\"createdBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"createdByType\":\"Application\",\"createdAt\":\"2023-11-09T06:41:06.2742785Z\",\"lastModifiedBy\":\"6851f3c3-8c68-454f-bc0e-ef1b9bff0216\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-11-09T06:41:06.2742785Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11937387\"},\"organizationInfo\":{\"organizationId\":\"9a58f36d-e0f9-48a9-b0f0-5010a2c7f830\"}},\"userInfo\":{\"firstName\":\"fakeUser\",\"lastName\":\"fakeLastName\",\"emailAddress\":\"viprayjain@microsoft.com\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/saurgupta_RG/providers/NewRelic.Observability/monitors/saurgupta_01_01_23_06\",\"name\":\"saurgupta_01_01_23_06\",\"type\":\"newrelic.observability/monitors\",\"location\":\"East US2 EUAP\",\"systemData\":{\"createdBy\":\"gauravbang@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-11-27T08:53:24.3204593Z\",\"lastModifiedBy\":\"gauravbang@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-11-27T08:53:24.3204593Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11943901\"},\"organizationInfo\":{\"organizationId\":\"898dffc0-07e9-4d67-bc3c-b91692258d9e\"}},\"userInfo\":{\"firstName\":\"Alice\",\"lastName\":\"Bob\",\"emailAddress\":\"gauravbang@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/saurgupta_RG/providers/NewRelic.Observability/monitors/saurgupta_01_01_23_07\",\"name\":\"saurgupta_01_01_23_07\",\"type\":\"newrelic.observability/monitors\",\"location\":\"East US2 EUAP\",\"systemData\":{\"createdBy\":\"gauravbang@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-11-27T09:14:29.4376766Z\",\"lastModifiedBy\":\"gauravbang@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-11-27T09:14:29.4376766Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11943904\"},\"organizationInfo\":{\"organizationId\":\"08603c83-8ff3-45e8-964b-a1590a3e6456\"}},\"userInfo\":{\"firstName\":\"Alice\",\"lastName\":\"Bob\",\"emailAddress\":\"gauravbang@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/saurgupta_RG/providers/NewRelic.Observability/monitors/saurgupta_01_01_23_08\",\"name\":\"saurgupta_01_01_23_08\",\"type\":\"newrelic.observability/monitors\",\"location\":\"East US2 EUAP\",\"systemData\":{\"createdBy\":\"gauravbang@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-11-27T09:19:47.1319092Z\",\"lastModifiedBy\":\"gauravbang@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-11-27T09:19:47.1319092Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11943906\"},\"organizationInfo\":{\"organizationId\":\"8a400ebc-d660-405a-9ec8-ebf627aaa209\"}},\"userInfo\":{\"firstName\":\"Alice\",\"lastName\":\"Bob\",\"emailAddress\":\"gauravbang@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2022-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/svee-test-rg/providers/NewRelic.Observability/monitors/svee-test-nr-euap-east-1\",\"name\":\"svee-test-nr-euap-east-1\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"sveeravalli@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-02-21T18:25:39.3618946Z\",\"lastModifiedBy\":\"sveeravalli@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-02-21T18:25:39.3618946Z\"},\"identity\":{\"principalId\":\"0ffe07fc-0c4e-4518-ab8c-f716bb67490c\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11988005\"},\"organizationInfo\":{\"organizationId\":\"1810224d-8791-44c7-85e0-6a3c47d7dfa0\"}},\"userInfo\":{\"firstName\":\"Sai\",\"lastName\":\"Soorya Rao Veeravalli\",\"emailAddress\":\"sveeravalli@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-02-21T18:25:10.506Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/dipesh_test/providers/NewRelic.Observability/monitors/dipesh_lfcp_eastus2euap\",\"name\":\"dipesh_lfcp_eastus2euap\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-05T08:47:19.6352919Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-05T08:47:19.6352919Z\"},\"identity\":{\"principalId\":\"601bb739-1c48-427d-8ad1-0fe7a0d9cea6\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11991341\"},\"organizationInfo\":{\"organizationId\":\"6abcccbb-ae46-4e7b-a692-3cdca14a75c3\"}},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-03-05T08:46:46.436Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/kansingh-RG/providers/NewRelic.Observability/monitors/14mar-canarytest\",\"name\":\"14mar-canarytest\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"kansingh@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-14T08:07:11.2206199Z\",\"lastModifiedBy\":\"kansingh@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-14T08:07:11.2206199Z\"},\"identity\":{\"principalId\":\"f6b52f5f-d995-4328-a8a1-3ac5c58ae017\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11994204\"},\"organizationInfo\":{\"organizationId\":\"109fb5bb-bd23-4bfa-97cd-8c725cebf096\"}},\"userInfo\":{\"firstName\":\"Kanupriya\",\"lastName\":\"Singh\",\"emailAddress\":\"kansingh@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-03-14T08:06:38.236Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitoryproga32jo7izjs52rw3acyuackysyyjz4oha4e6f7636jvac/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T07:03:27.2362204Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T07:03:27.2362204Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitorzr5zf3oe4qfzlsosbqa53zglcudtspyawbiw5iezvd6atcshu/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T07:08:23.3611685Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T07:08:23.3611685Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/cli_test_new_relic_monitor2audlypr3c5px2yxrfczmfb3rtbecf3ddhconfeav3zxsvqly/providers/NewRelic.Observability/monitors/test-new-relic-monitor\",\"name\":\"test-new-relic-monitor\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{\"key6976\":\"oaxfhf\"},\"systemData\":{\"createdBy\":\"dipeshbhakat@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-26T11:07:52.5843324Z\",\"lastModifiedBy\":\"dipeshbhakat@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-26T11:07:52.5843324Z\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Failed\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Dipesh\",\"lastName\":\"Bhakat\",\"emailAddress\":\"dipeshbhakat@microsoft.com\",\"phoneNumber\":\"123456\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2023-10-25T13:14:33Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/Abhishetk_RG/providers/NewRelic.Observability/monitors/TestPD2803\",\"name\":\"TestPD2803\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"v-kumabhishe@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-03-28T05:23:06.2952346Z\",\"lastModifiedBy\":\"v-kumabhishe@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-03-28T05:23:06.2952346Z\"},\"identity\":{\"principalId\":\"34d17b6d-5e0c-4fb0-86a3-f11454e8ab19\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"11999111\"},\"organizationInfo\":{\"organizationId\":\"87f94203-65fb-4c6a-913f-260608d6a7d2\"}},\"userInfo\":{\"firstName\":\"Abhishek\",\"lastName\":\"Kumar (WIPRO LIMITED)\",\"emailAddress\":\"v-kumabhishe@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-03-28T05:22:29.524Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/Abhishek/providers/NewRelic.Observability/monitors/P0_Test_EUS2E\",\"name\":\"P0_Test_EUS2E\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"v-kumabhishe@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-04-11T04:37:46.4129884Z\",\"lastModifiedBy\":\"v-kumabhishe@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-04-11T04:37:46.4129884Z\"},\"identity\":{\"principalId\":\"3b653468-386a-4130-ba3b-a802f1ff6aad\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Accepted\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"userId\":null,\"accountInfo\":null,\"organizationInfo\":null},\"userInfo\":{\"firstName\":\"Abhishek\",\"lastName\":\"Kumar (WIPRO LIMITED)\",\"emailAddress\":\"v-kumabhishe@microsoft.com\",\"phoneNumber\":\"4257050556\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-04-11T04:37:13.54Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/vip-rg/providers/NewRelic.Observability/monitors/nrTestCanary3\",\"name\":\"nrTestCanary3\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"viprayjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-21T09:41:14.2021734Z\",\"lastModifiedBy\":\"viprayjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-21T09:41:14.2021734Z\"},\"identity\":{\"principalId\":\"7e694386-9fe9-41b8-bf8e-6c970c564adc\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"12192277\"},\"organizationInfo\":{\"organizationId\":\"628d3b34-1fde-47e7-9784-cb260c8ccbc6\"}},\"userInfo\":{\"firstName\":\"Vipray\",\"lastName\":\"Jain\",\"emailAddress\":\"viprayjain@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-05-21T09:40:44.027Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}}],\"nextLink\":\"https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/monitors?api-version=2024-01-01\u0026%24skiptoken=zY9LagMxEETvorU1khVjkYEQZpFdnIDtHKBbbsbNWNLQkicfk7tHJJcI1KooHvVuKtFHfeY0FdXf1NNwOL4dVK%2fOtc6lNyZCgpEipdrB11WoCzmacsUShOfKORXjvAtuG1B767Z6g3de4%2freah%2fQowOkgNbMkhc%2bkRTzQu97unDoXrGQLIB84fppYk5cs5RHmFkvbdjYD866jbbrFvW9UiBxGEehESqdjnmi1I4O%2b51a%2fUrsQCaSVv1J9P9P4Qc%3d\"}", - "isContentBase64": false - } - }, - "Get-AzNewRelicMonitor+[NoContext]+MonitorListSub+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/monitors?api-version=2024-01-01\u0026%24skiptoken=zY9LagMxEETvorU1khVjkYEQZpFdnIDtHKBbbsbNWNLQkicfk7tHJJcI1KooHvVuKtFHfeY0FdXf1NNwOL4dVK%2fOtc6lNyZCgpEipdrB11WoCzmacsUShOfKORXjvAtuG1B767Z6g3de4%2freah%2fQowOkgNbMkhc%2bkRTzQu97unDoXrGQLIB84fppYk5cs5RHmFkvbdjYD866jbbrFvW9UiBxGEehESqdjnmi1I4O%2b51a%2fUrsQCaSVv1J9P9P4Qc%3d+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/monitors?api-version=2024-01-01\u0026%24skiptoken=zY9LagMxEETvorU1khVjkYEQZpFdnIDtHKBbbsbNWNLQkicfk7tHJJcI1KooHvVuKtFHfeY0FdXf1NNwOL4dVK%2fOtc6lNyZCgpEipdrB11WoCzmacsUShOfKORXjvAtuG1B767Z6g3de4%2freah%2fQowOkgNbMkhc%2bkRTzQu97unDoXrGQLIB84fppYk5cs5RHmFkvbdjYD866jbbrFvW9UiBxGEehESqdjnmi1I4O%2b51a%2fUrsQCaSVv1J9P9P4Qc%3d", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "02bbc5c0-ae96-401b-a96c-04a4ba3e2658" ], - "CommandName": [ "Get-AzNewRelicMonitor" ], - "FullCommandName": [ "Get-AzNewRelicMonitor_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 502, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ "service" ], - "x-ms-request-id": [ "174bbdd8-50f2-43fc-a4a5-6c6c8e281024" ], - "x-ms-correlation-request-id": [ "174bbdd8-50f2-43fc-a4a5-6c6c8e281024" ], - "x-ms-routing-request-id": [ "MALAYSIASOUTH:20240527T084012Z:174bbdd8-50f2-43fc-a4a5-6c6c8e281024" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: F48CA889ABEA4CEE94C476D43E52978C Ref B: MAA201060515053 Ref C: 2024-05-27T08:40:10Z" ], - "Date": [ "Mon, 27 May 2024 08:40:11 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "147" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"error\":{\"code\":\"ProviderError\",\"message\":\"Resource provider \u0027NewRelic.Observability\u0027 failed to return collection response for type \u0027monitors\u0027.\"}}", - "isContentBase64": false - } - } -} \ No newline at end of file diff --git a/src/NewRelic/NewRelic.Autorest/test/Initialize-AzNewRelicSaaSResource.Tests.ps1 b/src/NewRelic/NewRelic.Autorest/test/Initialize-AzNewRelicSaaSResource.Tests.ps1 new file mode 100644 index 000000000000..d2546c14116b --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/test/Initialize-AzNewRelicSaaSResource.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Initialize-AzNewRelicSaaSResource')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Initialize-AzNewRelicSaaSResource.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Initialize-AzNewRelicSaaSResource' { + It 'ActivateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Activate' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'ActivateViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'ActivateViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicLatestMonitorLinkedSaaS.Tests.ps1 b/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicLatestMonitorLinkedSaaS.Tests.ps1 new file mode 100644 index 000000000000..fd9c826f2e0b --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicLatestMonitorLinkedSaaS.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Invoke-AzNewRelicLatestMonitorLinkedSaaS')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzNewRelicLatestMonitorLinkedSaaS.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Invoke-AzNewRelicLatestMonitorLinkedSaaS' { + It 'Latest' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'LatestViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicLinkMonitorSaaS.Tests.ps1 b/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicLinkMonitorSaaS.Tests.ps1 new file mode 100644 index 000000000000..86c47ad286f4 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicLinkMonitorSaaS.Tests.ps1 @@ -0,0 +1,41 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Invoke-AzNewRelicLinkMonitorSaaS')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzNewRelicLinkMonitorSaaS.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Invoke-AzNewRelicLinkMonitorSaaS' { + It 'LinkExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'LinkViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'LinkViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Link' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'LinkViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'LinkViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicResubscribeMonitor.Tests.ps1 b/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicResubscribeMonitor.Tests.ps1 new file mode 100644 index 000000000000..aa75c0a2fbf6 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/test/Invoke-AzNewRelicResubscribeMonitor.Tests.ps1 @@ -0,0 +1,41 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Invoke-AzNewRelicResubscribeMonitor')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzNewRelicResubscribeMonitor.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Invoke-AzNewRelicResubscribeMonitor' { + It 'ResubscribeExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'ResubscribeViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'ResubscribeViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Resubscribe' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'ResubscribeViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'ResubscribeViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NewRelic/NewRelic.Autorest/test/NewRelicObservability.Recording.json b/src/NewRelic/NewRelic.Autorest/test/NewRelicObservability.Recording.json index eb7b4029d314..1b6997e26ac6 100644 --- a/src/NewRelic/NewRelic.Autorest/test/NewRelicObservability.Recording.json +++ b/src/NewRelic/NewRelic.Autorest/test/NewRelicObservability.Recording.json @@ -1,15 +1,15 @@ { - "NewRelicObservability+[NoContext]+MonitorTagRuleCreateExpanded+$PUT+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MonitorTagRuleCreateExpanded+$PUT+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01", - "Content": "{\r\n \"properties\": {\r\n \"logRules\": {\r\n \"sendAadLogs\": \"Enabled\",\r\n \"sendSubscriptionLogs\": \"Enabled\",\r\n \"sendActivityLogs\": \"Enabled\"\r\n },\r\n \"metricRules\": {\r\n \"sendMetrics\": \"Enabled\",\r\n \"userEmail\": \"v-jiaji@microsoft.com\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview", + "Content": "{\r\n \"properties\": {\r\n \"logRules\": {\r\n \"sendAadLogs\": \"Enabled\",\r\n \"sendSubscriptionLogs\": \"Enabled\",\r\n \"sendActivityLogs\": \"Enabled\"\r\n },\r\n \"metricRules\": {\r\n \"sendMetrics\": \"Enabled\",\r\n \"userEmail\": \"vanshjoshi@microsoft.com\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "273" ] + "Content-Length": [ "276" ] } }, "Response": { @@ -17,45 +17,46 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"0d00033a-0000-0100-0000-664f1a8a0000\"" ], - "x-ms-throttling-version": [ "v1" ], + "ETag": [ "\"0c05bfa6-0000-0100-0000-68f0aaa50000\"" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/southeastasia/fc9f6053-91cf-40d8-b36c-5ea9b784ebc4" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "796061cd-bf35-4de6-835a-715aa2561eb8" ], + "mise-correlation-id": [ "e4692aff-2388-4138-bcf1-6256a3ba4b50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-correlation-request-id": [ "0fbf3bfc-d785-4613-b314-0f2ea31ef2f8" ], - "x-ms-client-request-id": [ "881ad8b7-c645-4fd4-a4a5-52f9f5726cb5" ], - "x-ms-request-id": [ "c0b42689-31a7-4cce-b41d-d268a316b3ec" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T102930Z:0fbf3bfc-d785-4613-b314-0f2ea31ef2f8" ], + "x-ms-correlation-request-id": [ "7971a76b-ecc5-450b-b5b6-15f39930deb3" ], + "x-ms-client-request-id": [ "bc25c306-e2fd-44a0-a84f-da0781dbbe95" ], + "x-ms-request-id": [ "eed36186-a905-4c00-b65c-f22e1219f479" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251016T081949Z:7971a76b-ecc5-450b-b5b6-15f39930deb3" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 4E90B85580CE43FCA23BA957196833D0 Ref B: MAA201060516031 Ref C: 2024-05-23T10:29:26Z" ], - "Date": [ "Thu, 23 May 2024 10:29:30 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 74082FF93A504B31970A23CACA7E3D38 Ref B: JKT201051407029 Ref C: 2025-10-16T08:19:45Z" ], + "Date": [ "Thu, 16 Oct 2025 08:19:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "707" ], + "Content-Length": [ "734" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"v-jiaji@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-23T10:29:27.0521822Z\",\"lastModifiedBy\":\"v-jiaji@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-23T10:29:27.0521822Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Enabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[],\"userEmail\":null}}}", + "Content": "{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"vanshjoshi@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-10-16T08:19:46.3151864Z\",\"lastModifiedBy\":\"vanshjoshi@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-10-16T08:19:46.3151864Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Enabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[],\"userEmail\":null}}}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MonitorTagRuleCreateExpanded+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01+2": { + "NewRelicObservability+[NoContext]+MonitorTagRuleCreateExpanded+$GET+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "881ad8b7-c645-4fd4-a4a5-52f9f5726cb5" ], + "x-ms-client-request-id": [ "bc25c306-e2fd-44a0-a84f-da0781dbbe95" ], "CommandName": [ "New-AzNewRelicMonitorTagRule" ], "FullCommandName": [ "New-AzNewRelicMonitorTagRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ] + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ] }, "ContentHeaders": { } @@ -65,42 +66,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"0d00033a-0000-0100-0000-664f1a8a0000\"" ], - "x-ms-throttling-version": [ "v1" ], + "ETag": [ "\"0c05bfa6-0000-0100-0000-68f0aaa50000\"" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/e7c0e169-b06f-4bae-af88-77da7d78b270" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "f620f09f-a583-4b7b-ae10-41f2071ec1f2" ], - "x-ms-correlation-request-id": [ "f3eadb4a-5fcd-4576-8d34-9d2394e80f50" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103001Z:f3eadb4a-5fcd-4576-8d34-9d2394e80f50" ], + "x-ms-request-id": [ "b77ff26d-d9ee-4000-8742-ed639b36fd1a" ], + "x-ms-correlation-request-id": [ "2824037a-ab8c-4fe7-ab0b-951daad77ba2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082020Z:2824037a-ab8c-4fe7-ab0b-951daad77ba2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 53D4A237DAD74FD79C3ABCDD5B02D135 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:00Z" ], - "Date": [ "Thu, 23 May 2024 10:30:01 GMT" ] + "X-MSEdge-Ref": [ "Ref A: B7AD6AA533284DEC9D84A01EC364ABB7 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:19Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "707" ], + "Content-Length": [ "734" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"v-jiaji@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-23T10:29:27.0521822Z\",\"lastModifiedBy\":\"v-jiaji@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-23T10:29:27.0521822Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Enabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[],\"userEmail\":null}}}", + "Content": "{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"vanshjoshi@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-10-16T08:19:46.3151864Z\",\"lastModifiedBy\":\"vanshjoshi@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-10-16T08:19:46.3151864Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Enabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[],\"userEmail\":null}}}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MonitorTagRuleCreateExpanded+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01+3": { + "NewRelicObservability+[NoContext]+MonitorTagRuleCreateExpanded+$GET+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "881ad8b7-c645-4fd4-a4a5-52f9f5726cb5" ], + "x-ms-client-request-id": [ "bc25c306-e2fd-44a0-a84f-da0781dbbe95" ], "CommandName": [ "New-AzNewRelicMonitorTagRule" ], "FullCommandName": [ "New-AzNewRelicMonitorTagRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ] + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ] }, "ContentHeaders": { } @@ -110,41 +112,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"0d00033a-0000-0100-0000-664f1a8a0000\"" ], - "x-ms-throttling-version": [ "v1" ], + "ETag": [ "\"0c05bfa6-0000-0100-0000-68f0aaa50000\"" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/b81eeb4b-93ba-44a4-a712-9d1310202024" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "2279a6d9-be70-4cd2-ae26-dc728a3f108e" ], - "x-ms-correlation-request-id": [ "2f0dcac0-0167-415a-b3ef-a9de19048d17" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103003Z:2f0dcac0-0167-415a-b3ef-a9de19048d17" ], + "x-ms-request-id": [ "f9e58263-fd73-48b9-a9de-50636baa47f7" ], + "x-ms-correlation-request-id": [ "92105d13-c555-4365-9788-d65faa524f75" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082020Z:92105d13-c555-4365-9788-d65faa524f75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 3D87F79352464D7CAF50350719CEC846 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:01Z" ], - "Date": [ "Thu, 23 May 2024 10:30:02 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 0A1569A2C321446E8716A596FB092300 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:20Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "707" ], + "Content-Length": [ "734" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"v-jiaji@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-23T10:29:27.0521822Z\",\"lastModifiedBy\":\"v-jiaji@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-23T10:29:27.0521822Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Enabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[],\"userEmail\":null}}}", + "Content": "{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"vanshjoshi@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-10-16T08:19:46.3151864Z\",\"lastModifiedBy\":\"vanshjoshi@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-10-16T08:19:46.3151864Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Enabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[],\"userEmail\":null}}}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MonitorTagRuleList+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MonitorTagRuleList+$GET+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules?api-version=2025-05-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "e04d129c-0cda-49fa-8ad1-43ecbf22c628" ], + "x-ms-client-request-id": [ "38d938fe-b06b-4cf6-9636-2a9e4d293537" ], "CommandName": [ "Get-AzNewRelicMonitorTagRule" ], "FullCommandName": [ "Get-AzNewRelicMonitorTagRule_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -155,40 +158,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/fcf5856b-2ef8-4c51-be4d-4381a7b9e993" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "44defd44-9f10-418e-80e5-ad840199f692" ], - "x-ms-correlation-request-id": [ "191daaf8-ae1a-45ea-af07-98dc5c61f7c4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103004Z:191daaf8-ae1a-45ea-af07-98dc5c61f7c4" ], + "x-ms-request-id": [ "ff77e34d-c070-430c-b46b-14d8f83dabb3" ], + "x-ms-correlation-request-id": [ "53a0a7f8-5c7f-4ae0-abf9-f84ea8b7229c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082021Z:53a0a7f8-5c7f-4ae0-abf9-f84ea8b7229c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 0C4C42757B9643939BB3A1A6F1874DB2 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:03Z" ], - "Date": [ "Thu, 23 May 2024 10:30:04 GMT" ] + "X-MSEdge-Ref": [ "Ref A: EAD60DFE948A4370B7C1FC078D66FFE3 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:21Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "719" ], + "Content-Length": [ "729" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"v-jiaji@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-23T10:29:27.0521822Z\",\"lastModifiedBy\":\"v-jiaji@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-23T10:29:27.0521822Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Enabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[],\"userEmail\":null}}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"vanshjoshi@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-10-16T08:19:46.3151864Z\",\"lastModifiedBy\":\"vanshjoshi@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-10-16T08:19:46.3151864Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Enabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[]}}}]}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MonitorListGp+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MonitorListGp+$GET+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors?api-version=2025-05-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "25e0b4ab-20a2-4136-8f25-1daa9e6e27d0" ], - "CommandName": [ "Get-AzNewRelicMonitor" ], + "x-ms-client-request-id": [ "c1687811-efed-4ead-a874-17137e2e368e" ], + "CommandName": [ "Az.NewRelic.internal\\Get-AzNewRelicMonitor" ], "FullCommandName": [ "Get-AzNewRelicMonitor_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -199,40 +203,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "f8c1f7e9-289b-4022-893a-5b3433b76e89", "86831329-e169-4c5a-81db-0d2f475fae54", "831af7bf-bed1-4bd3-b46f-21f649be67d5" ], - "x-ms-throttling-version": [ "v1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ "61a3a38e-eab2-4037-a509-bf64fce092d2" ], - "x-ms-correlation-request-id": [ "61a3a38e-eab2-4037-a509-bf64fce092d2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103010Z:61a3a38e-eab2-4037-a509-bf64fce092d2" ], + "x-ms-original-request-ids": [ "564794b2-e040-4d7b-8db4-038847399bf1" ], + "x-ms-providerhub-traffic": [ "True" ], + "x-ms-correlation-request-id": [ "588cfa4b-468b-4cf7-8184-28bd5b93a983" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "588cfa4b-468b-4cf7-8184-28bd5b93a983" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082022Z:588cfa4b-468b-4cf7-8184-28bd5b93a983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 4BBF77EF58974E249E26909502B6CAF9 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:04Z" ], - "Date": [ "Thu, 23 May 2024 10:30:10 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 64DE8BB4D8EE4F0CA81C2A8A62BFE225 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:21Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1368" ], + "Content-Length": [ "1369" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01\",\"name\":\"testMonitor-01\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus\",\"tags\":{},\"systemData\":{\"createdBy\":\"v-jiaji@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-23T07:58:51.1346996Z\",\"lastModifiedBy\":\"v-jiaji@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-23T07:58:51.1346996Z\"},\"identity\":{\"principalId\":\"3dfd31e1-f0bb-4584-ab76-5d406dd1e405\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"4458669\"},\"organizationInfo\":{\"organizationId\":\"50919780-11fc-42a5-934f-6ae8dc6587d9\"}},\"userInfo\":{\"firstName\":\"Joyer\",\"lastName\":\"Jin (Wicresoft North America Ltd)\",\"emailAddress\":\"v-jiaji@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-05-23T07:58:22.926Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014\",\"name\":\"clientParity-Test-1014\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus\",\"tags\":{},\"systemData\":{\"createdBy\":\"vanshjoshi@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-10-14T10:33:03.5764066Z\",\"lastModifiedBy\":\"vanshjoshi@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-10-14T10:33:03.5764066Z\"},\"identity\":{\"principalId\":\"58688f66-7376-4a3c-9369-6aab6385208c\",\"tenantId\":\"c9967a4f-613f-442b-88f6-1e46aad03123\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"7243015\"},\"organizationInfo\":{\"organizationId\":\"af3e6c93-a8c7-44cb-9987-8ffed7a168f7\"}},\"userInfo\":{\"firstName\":\"Vansh\",\"lastName\":\"Joshi\",\"emailAddress\":\"vanshjoshi@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"standardpaygrevisedplan@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2025-10-14T10:32:29.993Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}}]}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MonitorGet+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MonitorGet+$GET+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014?api-version=2025-05-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "f419946a-fd08-4ed3-b555-346545cea2c0" ], - "CommandName": [ "Get-AzNewRelicMonitor" ], + "x-ms-client-request-id": [ "43d9b21b-8f73-44b0-b39f-46437ed51875" ], + "CommandName": [ "Az.NewRelic.internal\\Get-AzNewRelicMonitor" ], "FullCommandName": [ "Get-AzNewRelicMonitor_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -243,39 +248,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"0500f414-0000-0100-0000-664ef7640000\"" ], - "x-ms-throttling-version": [ "v1" ], + "ETag": [ "\"29005c63-0000-0100-0000-68ee27130000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "1c0d8574-27f7-456a-8a4c-58cf950c0ad6" ], - "x-ms-correlation-request-id": [ "a022c94d-cb05-4e9f-99e5-eb43b4e9c0b9" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103011Z:a022c94d-cb05-4e9f-99e5-eb43b4e9c0b9" ], + "x-ms-request-id": [ "5ab755ea-cded-47ef-9b24-ca5ab5bf4153" ], + "x-ms-correlation-request-id": [ "5c3692f7-6699-48a4-b6a4-a3eedd422a8b" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082022Z:5c3692f7-6699-48a4-b6a4-a3eedd422a8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 813E0526770C4230A9E11EF8BB6C9D71 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:10Z" ], - "Date": [ "Thu, 23 May 2024 10:30:11 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 13B9E03D7ED2430F8A6FB033BBAF5247 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:22Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1356" ], + "Content-Length": [ "1357" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01\",\"name\":\"testMonitor-01\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus\",\"tags\":{},\"systemData\":{\"createdBy\":\"v-jiaji@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-23T07:58:51.1346996Z\",\"lastModifiedBy\":\"v-jiaji@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-23T07:58:51.1346996Z\"},\"identity\":{\"principalId\":\"3dfd31e1-f0bb-4584-ab76-5d406dd1e405\",\"tenantId\":\"888d76fa-54b2-4ced-8ee5-aac1585adee7\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"4458669\"},\"organizationInfo\":{\"organizationId\":\"50919780-11fc-42a5-934f-6ae8dc6587d9\"}},\"userInfo\":{\"firstName\":\"Joyer\",\"lastName\":\"Jin (Wicresoft North America Ltd)\",\"emailAddress\":\"v-jiaji@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2024-05-23T07:58:22.926Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}}", + "Content": "{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014\",\"name\":\"clientParity-Test-1014\",\"type\":\"newrelic.observability/monitors\",\"location\":\"eastus\",\"tags\":{},\"systemData\":{\"createdBy\":\"vanshjoshi@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-10-14T10:33:03.5764066Z\",\"lastModifiedBy\":\"vanshjoshi@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-10-14T10:33:03.5764066Z\"},\"identity\":{\"principalId\":\"58688f66-7376-4a3c-9369-6aab6385208c\",\"tenantId\":\"c9967a4f-613f-442b-88f6-1e46aad03123\",\"type\":\"SystemAssigned\"},\"properties\":{\"orgCreationSource\":\"LIFTR\",\"accountCreationSource\":\"LIFTR\",\"provisioningState\":\"Succeeded\",\"monitoringStatus\":\"Enabled\",\"marketplaceSubscriptionStatus\":\"Active\",\"newRelicAccountProperties\":{\"accountInfo\":{\"accountId\":\"7243015\"},\"organizationInfo\":{\"organizationId\":\"af3e6c93-a8c7-44cb-9987-8ffed7a168f7\"}},\"userInfo\":{\"firstName\":\"Vansh\",\"lastName\":\"Joshi\",\"emailAddress\":\"vanshjoshi@microsoft.com\",\"phoneNumber\":\"\"},\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"standardpaygrevisedplan@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2025-10-14T10:32:29.993Z\"},\"liftrResourceCategory\":\"MonitorLogs\",\"liftrResourcePreference\":0}}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+AppServiceList+$POST+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/listAppServices?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+AppServiceList+$POST+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/listAppServices?api-version=2025-05-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/listAppServices?api-version=2024-01-01", - "Content": "{\r\n \"azureResourceIds\": [ \"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/Microsoft.Web/sites/joyertestapp\" ],\r\n \"userEmail\": \"v-jiaji@microsoft.com\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/listAppServices?api-version=2025-05-01-preview", + "Content": "{\r\n \"azureResourceIds\": [ \"\" ],\r\n \"userEmail\": \"vanshjoshi@microsoft.com\"\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "200" ] + "Content-Length": [ "78" ] } }, "Response": { @@ -283,19 +288,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/467f589f-c286-4c8a-b1df-d925f70a0bf5" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "b8045a9e-1b84-4970-a451-03ee2f016e72" ], + "mise-correlation-id": [ "7d208035-dd46-4e36-811e-6ac4adb41c53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "54a96388-0c1a-4911-93cf-1a010a0503f2" ], - "x-ms-correlation-request-id": [ "fb64ef6d-556c-4926-a169-106d7e63e05c" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103014Z:fb64ef6d-556c-4926-a169-106d7e63e05c" ], + "x-ms-request-id": [ "d3477339-0f4a-4389-af11-a25c4f1b2f6f" ], + "x-ms-correlation-request-id": [ "d33c6ff3-6c58-4462-a3a3-32bca96112d5" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082024Z:d33c6ff3-6c58-4462-a3a3-32bca96112d5" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 72D6C5CA18314592A40BF7DF8F736175 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:11Z" ], - "Date": [ "Thu, 23 May 2024 10:30:14 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 0165E84C1CBA4B839372B8D118A7A974 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:23Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:24 GMT" ] }, "ContentHeaders": { "Content-Length": [ "28" ], @@ -306,17 +312,17 @@ "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+HostList+$POST+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/listHosts?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+HostList+$POST+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/listHosts?api-version=2025-05-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/listHosts?api-version=2024-01-01", - "Content": "{\r\n \"vmIds\": [ \"joyertestmachine01\" ],\r\n \"userEmail\": \"v-jiaji@microsoft.com\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/listHosts?api-version=2025-05-01-preview", + "Content": "{\r\n \"vmIds\": [ \"joyertestmachine01\" ],\r\n \"userEmail\": \"vanshjoshi@microsoft.com\"\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "82" ] + "Content-Length": [ "85" ] } }, "Response": { @@ -324,19 +330,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/1d2ba2dd-ac98-42b1-b8b7-006ff20e9d08" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "ce98173c-c959-45a2-b0c5-affc094ad7e2" ], + "mise-correlation-id": [ "d4ec11be-9567-49f2-a21f-4a4102be9db9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "7b0b6ad7-aaae-4970-a25d-7bf2f418a4a6" ], - "x-ms-correlation-request-id": [ "ae693b33-7f54-4748-83c7-464f7600110e" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103021Z:ae693b33-7f54-4748-83c7-464f7600110e" ], + "x-ms-request-id": [ "a75404e4-1d00-4c78-9eeb-07887ccfdd4c" ], + "x-ms-correlation-request-id": [ "e3d3da38-748c-4deb-a9c6-d1d2357c74ce" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082026Z:e3d3da38-748c-4deb-a9c6-d1d2357c74ce" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: BF2BE0E635DA41A886BCFD7EA6E0FA47 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:14Z" ], - "Date": [ "Thu, 23 May 2024 10:30:20 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 7A15F19FE66C4E65BB7E6D290B7F2513 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:25Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "28" ], @@ -347,17 +354,17 @@ "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MetricRuleList+$POST+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/getMetricRules?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MetricRuleList+$POST+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/getMetricRules?api-version=2025-05-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/getMetricRules?api-version=2024-01-01", - "Content": "{\r\n \"userEmail\": \"v-jiaji@microsoft.com\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/getMetricRules?api-version=2025-05-01-preview", + "Content": "{\r\n \"userEmail\": \"vanshjoshi@microsoft.com\"\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "44" ] + "Content-Length": [ "47" ] } }, "Response": { @@ -365,20 +372,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/619e0252-8c1a-4448-a8fd-f6910ddedfa3" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "c76f37d9-5ef0-4557-a86d-28b684036c6a" ], - "x-ms-correlation-request-id": [ "150aa7ac-f9ba-4b4d-b86d-8a20c19db4cc" ], - "x-ms-client-request-id": [ "f677eeff-45f2-4a30-a52e-30b506411e4f" ], + "mise-correlation-id": [ "26ae87f6-13fa-4139-8d80-08c2154ab5c0" ], + "x-ms-correlation-request-id": [ "e00b07bf-69d0-461e-ae0e-156cbd6f9f15" ], + "x-ms-client-request-id": [ "871afa04-89a1-4927-945e-c53eed2085c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "6a2ffa1d-c64b-411b-9d3a-b11ee4530dae" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103024Z:150aa7ac-f9ba-4b4d-b86d-8a20c19db4cc" ], + "x-ms-request-id": [ "eb224136-250a-43cf-9ccc-f84242298112" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082028Z:e00b07bf-69d0-461e-ae0e-156cbd6f9f15" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: D0EE418BEDCC4786818D846D19F2300C Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:21Z" ], - "Date": [ "Thu, 23 May 2024 10:30:24 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 162EC814C5294FB4B99950FA2E75A4B3 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:27Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "61" ], @@ -389,17 +397,17 @@ "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MetricStatusList+$POST+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/getMetricStatus?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MetricStatusList+$POST+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/getMetricStatus?api-version=2025-05-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/getMetricStatus?api-version=2024-01-01", - "Content": "{\r\n \"azureResourceIds\": [ \"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/Microsoft.Web/sites/joyertestapp\" ],\r\n \"userEmail\": \"v-jiaji@microsoft.com\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/getMetricStatus?api-version=2025-05-01-preview", + "Content": "{\r\n \"azureResourceIds\": [ \"\" ],\r\n \"userEmail\": \"vanshjoshi@microsoft.com\"\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "200" ] + "Content-Length": [ "78" ] } }, "Response": { @@ -407,20 +415,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/6612e847-876b-4ca8-92d4-9fe8159f9c91" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "e0e2066f-cc1f-423b-8b74-01ad70e0d00a" ], - "x-ms-correlation-request-id": [ "d3e37e29-3c03-4b9c-983c-fc98981188ca" ], - "x-ms-client-request-id": [ "e660f245-9f4b-452c-8abb-3dbe4e95563a" ], + "mise-correlation-id": [ "575f0fc1-fcf6-4c86-9479-aa2554042463" ], + "x-ms-correlation-request-id": [ "6aeddf69-accc-4af9-ab88-123f45244f3f" ], + "x-ms-client-request-id": [ "279c2603-8aae-47a4-82c3-4c93e4998916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "44c36fe2-ba48-4b87-a38e-afd9d98d6a67" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103027Z:d3e37e29-3c03-4b9c-983c-fc98981188ca" ], + "x-ms-request-id": [ "1d599109-db65-4fa1-a11e-2870f6e38644" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082031Z:6aeddf69-accc-4af9-ab88-123f45244f3f" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 7E9BAF7707F448C5B59EC427C9537C7D Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:24Z" ], - "Date": [ "Thu, 23 May 2024 10:30:27 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 80556540820D47C0AA4AD496E54B377D Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:29Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:30 GMT" ] }, "ContentHeaders": { "Content-Length": [ "23" ], @@ -431,19 +440,19 @@ "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MonitoredResource+$POST+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/monitoredResources?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MonitoredResource+$POST+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/monitoredResources?api-version=2025-05-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/monitoredResources?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/monitoredResources?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "17ead234-5393-4c08-aab0-3ca3fe123285" ], + "x-ms-client-request-id": [ "9ad04a55-f7ba-4000-bec7-ee44bde1525f" ], "CommandName": [ "Get-AzNewRelicMonitorMonitoredResource" ], "FullCommandName": [ "Get-AzNewRelicMonitorMonitoredResource_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -454,43 +463,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/f9374675-4c54-471a-93a9-e4e4b9f7c988" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "ab394686-c33d-4354-b853-045b612bfff2" ], - "x-ms-correlation-request-id": [ "743a400a-7341-48b2-b8b8-d8db78843909" ], - "x-ms-client-request-id": [ "17ead234-5393-4c08-aab0-3ca3fe123285" ], + "mise-correlation-id": [ "8b42b66e-1634-4647-baa9-c73ea36021f4" ], + "x-ms-correlation-request-id": [ "fec59951-916d-420e-87ca-b1b4593a0183" ], + "x-ms-client-request-id": [ "9ad04a55-f7ba-4000-bec7-ee44bde1525f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "fefc381a-fce9-49ef-abf2-573e289db7b5" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103029Z:743a400a-7341-48b2-b8b8-d8db78843909" ], + "x-ms-request-id": [ "e4bc0556-b7b5-4a90-874a-566b636233f7" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082033Z:fec59951-916d-420e-87ca-b1b4593a0183" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: E850667FEDCD4FF9A033AD6EA6C8A85E Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:28Z" ], - "Date": [ "Thu, 23 May 2024 10:30:29 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 960CEC8A20B24749928773E0CA0790EC Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:31Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "28" ], + "Content-Length": [ "12741" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[],\"nextLink\":null}", + "Content": "{\"value\":[{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LIFTRCONFLUENT_IT/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/TESTACCOUNTCONFLUENTIT5\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/SCOPELOCKSTORAGE\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ES-CLOUDTESTS-PORTAL/PROVIDERS/MICROSOFT.COGNITIVESERVICES/ACCOUNTS/ES-OPENAI-RESOURCE-24092025\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LIFTRPURE_IT/PROVIDERS/MICROSOFT.NETWORK/VIRTUALNETWORKS/VNET1\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/DEFAULTRESOURCEGROUP-CUS/PROVIDERS/MICROSOFT.OPERATIONALINSIGHTS/WORKSPACES/DEFAULTWORKSPACE-E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E-CUS\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/SCOPELOCKDD1509\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LIFTRCONFLUENT_IT/PROVIDERS/MICROSOFT.DOCUMENTDB/DATABASEACCOUNTS/COSMOSCONFLUENTCENTRALUS\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.CACHE/REDIS/SCOPELOCKREDIS1509\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/DD-CLOUD-TEST-RG/PROVIDERS/MICROSOFT.NETWORK/PUBLICIPADDRESSES/DD-CLOUDTEST-VM-IP\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LFCPACRIT09209D/PROVIDERS/MICROSOFT.CONTAINERREGISTRY/REGISTRIES/ACR0920E9808D201\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/BHARGAVSAI-RG/PROVIDERS/MICROSOFT.DOCUMENTDB/DATABASEACCOUNTS/COSMOS-NOSQL-LEARN\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LFCPACRIT10161B/PROVIDERS/MICROSOFT.CONTAINERREGISTRY/REGISTRIES/ACR10160300A6A12\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/SCOPELOCKSTORAGE/BLOBSERVICES/DEFAULT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/MAMATHA-RG/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/KV-WESTUS2919\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/DD-CLOUD-TEST-RG/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/DD-CLOUD-TEST-KV-2\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LFCPACRIT10161B/PROVIDERS/MICROSOFT.CONTAINERREGISTRY/REGISTRIES/ACR10160300A6A10\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/INFORMATICAIT-RG/PROVIDERS/MICROSOFT.NETWORK/PUBLICIPADDRESSES/INFORMATICA-IT-IP-TEST\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/DD-CLOUD-TEST-RG/PROVIDERS/MICROSOFT.NETWORK/VIRTUALNETWORKS/DD-CLOUDTEST-VM-VNET\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/MAMATHA-RG/PROVIDERS/MICROSOFT.CONTAINERREGISTRY/REGISTRIES/SAMETAGUKSOUTH\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/INFORMATICAIT-RG/PROVIDERS/MICROSOFT.NETWORK/VIRTUALNETWORKS/INFORMATICA-IT-VNET-TEST\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/MAMATHA-RG/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/WESTUS2-KV919\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/PRAVEENTESTRESOURCEGROUP/PROVIDERS/MICROSOFT.DOCUMENTDB/DATABASEACCOUNTS/CONFLUENT-COSMOS-DB-V2-CONNECTOR\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/SHEKARTEST/PROVIDERS/MICROSOFT.DOCUMENTDB/DATABASEACCOUNTS/COSMOSTESTPGSCENTRALUS\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LFCPACRIT10161B/PROVIDERS/MICROSOFT.CONTAINERREGISTRY/REGISTRIES/ACR10160300A6A11\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/SHEKARTEST/PROVIDERS/MICROSOFT.DOCUMENTDB/DATABASEACCOUNTS/COSMOSTESTPGSEASTUS\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/PRAVEENTESTRESOURCEGROUP/PROVIDERS/MICROSOFT.DOCUMENTDB/DATABASEACCOUNTS/COSMOSACCOUNTPRAVEENTESTCONFLUENT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/APOO-RG/PROVIDERS/MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/TEST-VM-APOORVA-NSG\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/APOO-RG/PROVIDERS/MICROSOFT.NETWORK/PUBLICIPADDRESSES/TEST-VM-APOORVA-IP\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/APOO-RG/PROVIDERS/MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/TEST-ES-WINDOWS-VM-NSG\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LIFTRCONFLUENT_IT/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/TESTACCOUNTCONFLUENTIT5/TABLESERVICES/DEFAULT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/SCOPELOCKSTORAGE/FILESERVICES/DEFAULT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/MAMATHA-RG/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/NOTSAME-TAG\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LIFTRCONFLUENT_IT/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/TESTACCOUNTCONFLUENTIT5/FILESERVICES/DEFAULT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.OPERATIONALINSIGHTS/WORKSPACES/WORKSPACEIWQTNUW5D6WP6\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/VARTIKA-TESTRG/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/TESTKV-NEU\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/APOO-RG/PROVIDERS/MICROSOFT.NETWORK/VIRTUALNETWORKS/TEST-VM-APOORVA-VNET\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LIFTRCONFLUENT_IT/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/TESTACCOUNTCONFLUENTIT5/QUEUESERVICES/DEFAULT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/VARTIKA-TESTRG/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/TESTKV-ES\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/POSHETT-RG/PROVIDERS/MICROSOFT.NETWORK/VIRTUALNETWORKS/POSHETTTESTING-VM-01-VNET\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/DD-CLOUD-TEST-RG/PROVIDERS/MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/DD-CLOUDTEST-VM-NSG\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/POSHETT-RG/PROVIDERS/MICROSOFT.NETWORK/PUBLICIPADDRESSES/POSHETTTESTING-VM-01-IP\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/LIFTRCONFLUENT_IT/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/TESTACCOUNTCONFLUENTIT5/BLOBSERVICES/DEFAULT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/APOO-RG/PROVIDERS/MICROSOFT.NETWORK/PUBLICIPADDRESSES/TEST-ES-WINDOWS-VM-IP\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.INSIGHTS/COMPONENTS/APP-INSIGHTS-IWQTNUW5D6WP6\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/POSHETT-RG/PROVIDERS/MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/POSHETTTESTING-VM-01-NSG\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/PRAVEENTESTRESOURCEGROUP/PROVIDERS/MICROSOFT.WEB/SITES/PRAVEENMONGODBLOGICAPPS\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.CONTAINERREGISTRY/REGISTRIES/SCOPELOCKACR1509\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/SHEKARTEST/PROVIDERS/MICROSOFT.DOCUMENTDB/DATABASEACCOUNTS/COSMOSTESTPGS1\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/SCOPELOCKKV1509\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.CACHE/REDIS/SCOPELOCKREDISTEST\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/V-SATHYA-RG/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/TEST-SANITY-KV\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/SCOPELOCKSTORAGE/TABLESERVICES/DEFAULT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/DD-CLOUD-TEST-RG/PROVIDERS/MICROSOFT.WEB/SITES/DD-CLOUDTEST-AS\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.STORAGE/STORAGEACCOUNTS/SCOPELOCKSTORAGE/QUEUESERVICES/DEFAULT\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/DD-CLOUD-TEST-RG/PROVIDERS/MICROSOFT.INSIGHTS/COMPONENTS/DD-CLOUDTEST-AS\",\"sendingLogs\":\"Enabled\",\"reasonForLogsStatus\":\"CapturedByRules\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E\",\"sendingLogs\":\"Disabled\",\"reasonForLogsStatus\":\"DiagnosticSettingsLimitReached\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.CACHE/REDIS/SCOPELOCKREDIS0310\",\"sendingLogs\":\"Disabled\",\"reasonForLogsStatus\":\"ScopeLocked\"},{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/ROHIT-TEST/PROVIDERS/MICROSOFT.KEYVAULT/VAULTS/SCOPELOCKKV0310\",\"sendingLogs\":\"Disabled\",\"reasonForLogsStatus\":\"ScopeLocked\"}],\"nextLink\":null}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+AccountPlanList+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts?api-version=2024-01-01\u0026userEmail=v-jiaji%40microsoft.com\u0026location=eastus+1": { + "NewRelicObservability+[NoContext]+AccountPlanList+$GET+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts?api-version=2025-05-01-preview\u0026userEmail=vanshjoshi%40microsoft.com\u0026location=eastus+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts?api-version=2024-01-01\u0026userEmail=v-jiaji%40microsoft.com\u0026location=eastus", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts?api-version=2025-05-01-preview\u0026userEmail=vanshjoshi%40microsoft.com\u0026location=eastus", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "b6a9982d-ff93-4f4d-b455-52f5dccdced7" ], + "x-ms-client-request-id": [ "5557ef6a-d125-4fe6-96bf-92acfbe6de81" ], "CommandName": [ "Get-AzNewRelicAccount" ], "FullCommandName": [ "Get-AzNewRelicAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -501,43 +511,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/810f8edb-2602-4ce1-9a33-f14dc93eea81" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "02e9e868-7cff-4101-8f8f-3c0bd5551ca9" ], - "x-ms-correlation-request-id": [ "bf5373f5-928c-43e2-b6db-6ea9cc9ca643" ], - "x-ms-client-request-id": [ "b6a9982d-ff93-4f4d-b455-52f5dccdced7" ], + "mise-correlation-id": [ "89b1079b-e53c-4d6e-bd67-44fcb6310df1" ], + "x-ms-correlation-request-id": [ "6a72cdac-a836-418e-b51b-b3f0e56f2874" ], + "x-ms-client-request-id": [ "5557ef6a-d125-4fe6-96bf-92acfbe6de81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "397e36ac-e65f-4638-a939-d0e9ddfbdca3" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103035Z:bf5373f5-928c-43e2-b6db-6ea9cc9ca643" ], + "x-ms-request-id": [ "52bef892-2f85-4002-8233-f2c4aa9bdd68" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082034Z:6a72cdac-a836-418e-b51b-b3f0e56f2874" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: E4028F441794462E8F30069BB7CC2A32 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:29Z" ], - "Date": [ "Thu, 23 May 2024 10:30:34 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 08D1DDBAC3DF487FBD0006ADB309F1F7 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:33Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "4439" ], + "Content-Length": [ "1733" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/3974757\",\"properties\":{\"accountId\":\"3974757\",\"accountName\":\"3974757\",\"organizationId\":\"d2f7ead5-855d-4c76-ab0e-8db6ace6a4e1\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4003694\",\"properties\":{\"accountId\":\"4003694\",\"accountName\":\"4003694\",\"organizationId\":\"2ae82717-8d07-45e6-946f-6221e47687fb\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/3967352\",\"properties\":{\"accountId\":\"3967352\",\"accountName\":\"3967352\",\"organizationId\":\"9a7aa973-ff6e-4e0f-acd6-86b41f6a7b80\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4456029\",\"properties\":{\"accountId\":\"4456029\",\"accountName\":\"4456029\",\"organizationId\":\"a5dec75f-e145-4243-bae7-5197df2219f6\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4458669\",\"properties\":{\"accountId\":\"4458669\",\"accountName\":\"4458669\",\"organizationId\":\"50919780-11fc-42a5-934f-6ae8dc6587d9\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/3967342\",\"properties\":{\"accountId\":\"3967342\",\"accountName\":\"3967342\",\"organizationId\":\"51170629-d6fd-4c58-91a3-0efb267704e7\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/3966988\",\"properties\":{\"accountId\":\"3966988\",\"accountName\":\"3966988\",\"organizationId\":\"61c8301a-d564-4c97-aeec-d9bec5bca043\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4002514\",\"properties\":{\"accountId\":\"4002514\",\"accountName\":\"4002514\",\"organizationId\":\"20b21e30-2716-41d0-b5e7-a0b04f30bd22\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/3994838\",\"properties\":{\"accountId\":\"3994838\",\"accountName\":\"3994838\",\"organizationId\":\"40f16846-b6e5-4394-9dcd-36c484b5d907\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/3994857\",\"properties\":{\"accountId\":\"3994857\",\"accountName\":\"3994857\",\"organizationId\":\"ea6e1130-d7a1-4519-826f-e7d51b66c7a4\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/3968603\",\"properties\":{\"accountId\":\"3968603\",\"accountName\":\"3968603\",\"organizationId\":\"5ef43ba0-1831-44a3-a8d0-6da95bec103e\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/3996563\",\"properties\":{\"accountId\":\"3996563\",\"accountName\":\"3996563\",\"organizationId\":\"9c5445c7-65e3-4bd5-8581-80c65584100f\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4002530\",\"properties\":{\"accountId\":\"4002530\",\"accountName\":\"4002530\",\"organizationId\":\"6f8b584a-02a8-4e0a-bd96-77e39f017802\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4002524\",\"properties\":{\"accountId\":\"4002524\",\"accountName\":\"4002524\",\"organizationId\":\"88920754-30e2-4356-8211-60ae56d8ea54\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4442203\",\"properties\":{\"accountId\":\"4442203\",\"accountName\":\"4442203\",\"organizationId\":\"b5c18841-c8a2-4c34-9aa6-45edfa0e0783\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4404219\",\"properties\":{\"accountId\":\"4404219\",\"accountName\":\"4404219\",\"organizationId\":\"c15df2c9-75ba-4d92-9e83-6b9657a60aac\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4457435\",\"properties\":{\"accountId\":\"4457435\",\"accountName\":\"4457435\",\"organizationId\":\"d660d396-4114-4f97-a29e-ad8833c4bec6\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/accounts/4457456\",\"properties\":{\"accountId\":\"4457456\",\"accountName\":\"4457456\",\"organizationId\":\"fe8fd616-c10d-40c2-b680-0a487ec69b0d\",\"region\":\"eastus\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts/6909368\",\"properties\":{\"accountId\":\"6909368\",\"accountName\":\"6909368\",\"organizationId\":\"5ffc7f23-e261-4a30-9f27-d3332eef3811\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts/6959577\",\"properties\":{\"accountId\":\"6959577\",\"accountName\":\"6959577\",\"organizationId\":\"f513b1ae-b616-47e2-9778-33f88aa5837a\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts/7084460\",\"properties\":{\"accountId\":\"7084460\",\"accountName\":\"7084460\",\"organizationId\":\"13e1dc6f-cdcb-4761-bda8-463e787b5ab3\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts/7087678\",\"properties\":{\"accountId\":\"7087678\",\"accountName\":\"7087678\",\"organizationId\":\"96afd653-b580-4083-ac56-d31bd8d9f2ff\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts/7243015\",\"properties\":{\"accountId\":\"7243015\",\"accountName\":\"7243015\",\"organizationId\":\"af3e6c93-a8c7-44cb-9987-8ffed7a168f7\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts/7243013\",\"properties\":{\"accountId\":\"7243013\",\"accountName\":\"7243013\",\"organizationId\":\"ae39e438-7ab7-47a7-b701-a34da0c2e56b\",\"region\":\"eastus\"}},{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/accounts/7243011\",\"properties\":{\"accountId\":\"7243011\",\"accountName\":\"7243011\",\"organizationId\":\"e020aa55-72d6-44f5-944c-397033f3c4ed\",\"region\":\"eastus\"}}]}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+AccountPlanList+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/plans?api-version=2024-01-01\u0026organizationId=d2f7ead5-855d-4c76-ab0e-8db6ace6a4e1+2": { + "NewRelicObservability+[NoContext]+AccountPlanList+$GET+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/plans?api-version=2025-05-01-preview\u0026organizationId=5ffc7f23-e261-4a30-9f27-d3332eef3811+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/plans?api-version=2024-01-01\u0026organizationId=d2f7ead5-855d-4c76-ab0e-8db6ace6a4e1", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/plans?api-version=2025-05-01-preview\u0026organizationId=5ffc7f23-e261-4a30-9f27-d3332eef3811", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "28dba85a-f73e-48ab-b244-bc33ce8c046e" ], + "x-ms-client-request-id": [ "45ff99ad-3123-4dce-9a50-6bf992605681" ], "CommandName": [ "Get-AzNewRelicPlan" ], "FullCommandName": [ "Get-AzNewRelicPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -548,43 +559,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/southeastasia/099b52ce-b4b9-4687-9f75-cadfd0470cfb" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "f82ea6f6-5a4f-4684-9ae3-3457b2d439cf" ], - "x-ms-correlation-request-id": [ "f7cba895-f618-4a1b-a2e9-b21db4576e49" ], - "x-ms-client-request-id": [ "28dba85a-f73e-48ab-b244-bc33ce8c046e" ], + "mise-correlation-id": [ "a379b405-afee-4f8f-b521-b7d778370355" ], + "x-ms-correlation-request-id": [ "91940784-3e5c-4ff4-9dd7-9c187d946930" ], + "x-ms-client-request-id": [ "45ff99ad-3123-4dce-9a50-6bf992605681" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "1b3534ea-7116-480b-a3df-c503a5a4c53e" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103038Z:f7cba895-f618-4a1b-a2e9-b21db4576e49" ], + "x-ms-request-id": [ "ba096238-87ce-417e-a989-ead32b320f0e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251016T082039Z:91940784-3e5c-4ff4-9dd7-9c187d946930" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: D5C611F4094945A993F89A1F1BDD9B1E Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:35Z" ], - "Date": [ "Thu, 23 May 2024 10:30:38 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 1DFF6DBA94044AAF9A94A8DFC4CAB5DA Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:34Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "158" ], + "Content-Length": [ "384" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/plans/\",\"properties\":{\"orgCreationSource\":\"NEWRELIC\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/plans/standardpaygrevisedplan\",\"properties\":{\"planData\":{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planDetails\":\"standardpaygrevisedplan@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg\",\"effectiveDate\":\"2025-07-14T05:17:20.245Z\"},\"orgCreationSource\":\"LIFTR\"}}]}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+OrganizationList+$GET+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/organizations?api-version=2024-01-01\u0026userEmail=v-jiaji%40microsoft.com\u0026location=eastus+1": { + "NewRelicObservability+[NoContext]+OrganizationList+$GET+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/organizations?api-version=2025-05-01-preview\u0026userEmail=vanshjoshi%40microsoft.com\u0026location=eastus+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/providers/NewRelic.Observability/organizations?api-version=2024-01-01\u0026userEmail=v-jiaji%40microsoft.com\u0026location=eastus", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/providers/NewRelic.Observability/organizations?api-version=2025-05-01-preview\u0026userEmail=vanshjoshi%40microsoft.com\u0026location=eastus", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "a8be3673-2c55-4f4b-8e8d-af79e3c06e89" ], + "x-ms-client-request-id": [ "ce8b8a9a-508e-4e60-a0e1-a45939742242" ], "CommandName": [ "Get-AzNewRelicOrganization" ], "FullCommandName": [ "Get-AzNewRelicOrganization_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -595,19 +607,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/southeastasia/f892e91e-f586-4bdc-8b22-2ab4f8076c8a" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "2d23b9ff-0c4a-45a5-9dc1-a682f79fe692" ], + "mise-correlation-id": [ "8e31c654-3d95-42cf-b8fb-6dafe1c3ed61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "ac638a51-55bd-4d6a-85ed-60d55b4d1083" ], - "x-ms-correlation-request-id": [ "6c06d57e-db73-46ee-a32d-ca6941aa6e4c" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103042Z:6c06d57e-db73-46ee-a32d-ca6941aa6e4c" ], + "x-ms-request-id": [ "360d8794-3455-42ed-bbdc-945fa4e17c49" ], + "x-ms-correlation-request-id": [ "6e03f7ed-f3cd-4ad3-8c4b-587626954870" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251016T082044Z:6e03f7ed-f3cd-4ad3-8c4b-587626954870" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: CDEEB124EB134A02B120496FCFB3F98A Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:39Z" ], - "Date": [ "Thu, 23 May 2024 10:30:42 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 2AB021D871D04BF38DE8C8EBD54300FF Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:39Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "12" ], @@ -618,19 +631,19 @@ "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+ListMonitorLinkedResource+$POST+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/listLinkedResources?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+ListMonitorLinkedResource+$POST+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/listLinkedResources?api-version=2025-05-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/listLinkedResources?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/listLinkedResources?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "157d667d-10fb-4458-8fab-20b0697b83d9" ], - "CommandName": [ "Get-AzNewRelicMonitorLinkedResource" ], + "x-ms-client-request-id": [ "4c40ff1c-97df-4d32-94d1-0d3eb6130b14" ], + "CommandName": [ "Az.NewRelic.internal\\Get-AzNewRelicMonitorLinkedResource" ], "FullCommandName": [ "Get-AzNewRelicMonitorLinkedResource_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -641,42 +654,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/southeastasia/4836522c-3855-413b-9d4d-7b2cc0df6867" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "a1a26de9-1dd3-4c08-ae0e-b270998048e8" ], + "mise-correlation-id": [ "44ddd5e3-4df6-4601-83ed-4fad0043c560" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "026690f5-c2fc-4546-ad85-883557f79743" ], - "x-ms-correlation-request-id": [ "77492902-c2d1-4ccf-a4db-9091ad59f4ea" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103044Z:77492902-c2d1-4ccf-a4db-9091ad59f4ea" ], + "x-ms-request-id": [ "5b89320a-1df4-46e3-b3a0-927789ba2485" ], + "x-ms-correlation-request-id": [ "16eddb18-bfe2-45ad-8444-3c79257dab88" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251016T082046Z:16eddb18-bfe2-45ad-8444-3c79257dab88" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: C238A3C3604F4D78B601B591AF78F45A Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:42Z" ], - "Date": [ "Thu, 23 May 2024 10:30:44 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 903E7029E9594EDA9FB12B98C5A6E9AE Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:44Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "176" ], + "Content-Length": [ "197" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/SUBSCRIPTIONS/272C26CB-7026-4B37-B190-7CB7B2ABECB0/RESOURCEGROUPS/TESTGROUP-JOYER/PROVIDERS/NEWRELIC.OBSERVABILITY/MONITORS/TESTMONITOR-01\"}],\"nextLink\":null}", + "Content": "{\"value\":[{\"id\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/VANSHJOSHI-CLIENTPARITY-TEST/PROVIDERS/NEWRELIC.OBSERVABILITY/MONITORS/CLIENTPARITY-TEST-1014\"}],\"nextLink\":null}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+BillingInfoGet+$POST+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/getBillingInfo?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+BillingInfoGet+$POST+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/getBillingInfo?api-version=2025-05-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/getBillingInfo?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/getBillingInfo?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "8ba8ada0-82fa-42dd-8ef2-91485fe7fcb4" ], + "x-ms-client-request-id": [ "eddfaf32-8eef-4aab-bd31-6fd00076b993" ], "CommandName": [ "Get-AzNewRelicBillingInfo" ], "FullCommandName": [ "Get-AzNewRelicBillingInfo_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -687,42 +701,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/5bd730bc-2e3f-4f09-8c70-c3ec2b6d2a07" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "8767dfa1-dbdf-4413-b258-08cd60bed69e" ], + "mise-correlation-id": [ "c9c7e4ed-94a2-49d2-a303-f1b7d914813a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "25ffe5f7-3ca1-4e19-a26f-73ce77401a8f" ], - "x-ms-correlation-request-id": [ "fff74525-53d2-47ed-be5f-2a83ecf395d4" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103047Z:fff74525-53d2-47ed-be5f-2a83ecf395d4" ], + "x-ms-request-id": [ "4150b257-659b-4be4-99e0-bfd0906a340d" ], + "x-ms-correlation-request-id": [ "b876e113-18c0-4485-a701-52c35ff72191" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082049Z:b876e113-18c0-4485-a701-52c35ff72191" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 0D36ABBFE2D0452286E76845C9EFE26C Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:44Z" ], - "Date": [ "Thu, 23 May 2024 10:30:47 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 78D08DC072B54C659491847A476A0B63 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:46Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "633" ], + "Content-Length": [ "642" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"marketplaceSaasInfo\":{\"marketplaceSubscriptionId\":\"d0d07a42-ee17-478b-d979-1ddf7d726657\",\"marketplaceSubscriptionName\":\"AzNewRelic_1c26e57e-f627-44d0-8943-a2adebe4d900_testMonitor-01\",\"marketplaceResourceId\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/Microsoft.SaaS/resources/AzNewRelic_ab3d1aa1-285c-44c2-a82a-a1b7e10ac465_testMonitor-01\",\"marketplaceStatus\":\"Subscribed\",\"billedAzureSubscriptionId\":\"272c26cb-7026-4b37-b190-7cb7b2abecb0\"},\"partnerBillingEntity\":{\"organizationId\":\"d660d396-4114-4f97-a29e-ad8833c4bec6\",\"organizationName\":\"d660d396-4114-4f97-a29e-ad8833c4bec6\"}}", + "Content": "{\"marketplaceSaasInfo\":{\"marketplaceSubscriptionId\":\"4b3683e9-b7d9-4edd-c31f-30e4a7db5057\",\"marketplaceSubscriptionName\":\"AzNewRelic_90b894e2-8de4-40d3-82a5-560208b3ba2e_clientParity\",\"marketplaceResourceId\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/Microsoft.SaaS/resources/AzNewRelic_90b894e2-8de4-40d3-82a5-560208b3ba2e_clientParity\",\"marketplaceStatus\":\"Subscribed\",\"billedAzureSubscriptionId\":\"e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e\"},\"partnerBillingEntity\":{\"organizationId\":\"af3e6c93-a8c7-44cb-9987-8ffed7a168f7\",\"organizationName\":\"af3e6c93-a8c7-44cb-9987-8ffed7a168f7\"}}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+GetConnectedPartnerResource+$POST+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/listConnectedPartnerResources?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+GetConnectedPartnerResource+$POST+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/listConnectedPartnerResources?api-version=2025-05-01-preview+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/listConnectedPartnerResources?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/listConnectedPartnerResources?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "611783a2-3679-4636-ab5a-5854ba80df23" ], + "x-ms-client-request-id": [ "c47ca2f8-21b3-49b9-b8e1-9fb1716bd7e5" ], "CommandName": [ "Get-AzNewRelicConnectedPartnerResource" ], "FullCommandName": [ "Get-AzNewRelicConnectedPartnerResource_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -733,33 +748,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-throttling-version": [ "v1" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/a13d2412-c79f-447d-86ac-f0709ebbcc93" ], "x-ms-providerhub-traffic": [ "True" ], "Request-Context": [ "appId=cid-v1:99558bd9-e2af-4edd-b8b9-dfc879de6669" ], - "mise-correlation-id": [ "fb0721b2-733c-4c57-ae83-49317cdb0f9b" ], + "mise-correlation-id": [ "7cf75c08-727b-4143-b242-1eea13dcb473" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "e4938e1b-f179-45db-8e3a-69a58d765569" ], - "x-ms-correlation-request-id": [ "9dbdb79a-7497-413d-b402-72fd31871aa4" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103050Z:9dbdb79a-7497-413d-b402-72fd31871aa4" ], + "x-ms-request-id": [ "0b5b877d-29fd-4149-8604-16f7bb307436" ], + "x-ms-correlation-request-id": [ "14cc37f5-20a8-456f-8b15-29c30fda7b9b" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082050Z:14cc37f5-20a8-456f-8b15-29c30fda7b9b" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: DBDE10686A004AACA695FAD589083BA7 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:47Z" ], - "Date": [ "Thu, 23 May 2024 10:30:49 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 3662C536C72C40439900DCE854330108 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:49Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "278" ], + "Content-Length": [ "299" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"properties\":{\"accountName\":\"Account 4458669\",\"accountId\":\"4458669\",\"azureResourceId\":\"/SUBSCRIPTIONS/272C26CB-7026-4B37-B190-7CB7B2ABECB0/RESOURCEGROUPS/TESTGROUP-JOYER/PROVIDERS/NEWRELIC.OBSERVABILITY/MONITORS/TESTMONITOR-01\",\"location\":\"eastus\"}}],\"nextLink\":null}", + "Content": "{\"value\":[{\"properties\":{\"accountName\":\"Account 7243015\",\"accountId\":\"7243015\",\"azureResourceId\":\"/SUBSCRIPTIONS/E16A0478-BCB5-4C34-B8C7-7F2AA1B9995E/RESOURCEGROUPS/VANSHJOSHI-CLIENTPARITY-TEST/PROVIDERS/NEWRELIC.OBSERVABILITY/MONITORS/CLIENTPARITY-TEST-1014\",\"location\":\"eastus\"}}],\"nextLink\":null}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MonitorTagRuleUpdateExpanded+$PATCH+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MonitorTagRuleUpdateExpanded+$PATCH+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview", "Content": "{\r\n \"properties\": {\r\n \"logRules\": {\r\n \"sendActivityLogs\": \"Disabled\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -774,41 +790,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"0d00ad43-0000-0100-0000-664f1adb0000\"" ], - "x-ms-throttling-version": [ "v1" ], + "ETag": [ "\"0c05e3c5-0000-0100-0000-68f0aae30000\"" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/4b1d891c-4a1f-497c-995d-1de064ea7e0e" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "d53036e7-e22d-4989-ae78-056aa1840267" ], - "x-ms-correlation-request-id": [ "6f4ab2ab-01d5-478c-8db8-b5a7be35e334" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103051Z:6f4ab2ab-01d5-478c-8db8-b5a7be35e334" ], + "x-ms-request-id": [ "18bc715e-852b-465b-9565-6248ffcca1ec" ], + "x-ms-correlation-request-id": [ "a84432b7-02d7-4a92-8819-64dd542e31cf" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "198" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2998" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082051Z:a84432b7-02d7-4a92-8819-64dd542e31cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 3AF04EF35225419AA4656EF08D1A507E Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:50Z" ], - "Date": [ "Thu, 23 May 2024 10:30:51 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 43B8429B01B342CF8176C5C3A4889A78 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:51Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "691" ], + "Content-Length": [ "718" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"v-jiaji@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-05-23T10:29:27.0521822Z\",\"lastModifiedBy\":\"v-jiaji@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-05-23T10:30:50.7241381Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Disabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[]}}}", + "Content": "{\"id\":\"/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default\",\"name\":\"default\",\"type\":\"newrelic.observability/monitors/tagrules\",\"systemData\":{\"createdBy\":\"vanshjoshi@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-10-16T08:19:46.3151864Z\",\"lastModifiedBy\":\"vanshjoshi@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-10-16T08:20:51.5240726Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"logRules\":{\"sendAadLogs\":\"Enabled\",\"sendSubscriptionLogs\":\"Enabled\",\"sendActivityLogs\":\"Disabled\",\"filteringTags\":[]},\"metricRules\":{\"sendMetrics\":\"Enabled\",\"filteringTags\":[]}}}", "isContentBase64": false } }, - "NewRelicObservability+[NoContext]+MonitorTagRuleDelete+$DELETE+https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01+1": { + "NewRelicObservability+[NoContext]+MonitorTagRuleDelete+$DELETE+https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/NewRelic.Observability/monitors/testMonitor-01/tagRules/default?api-version=2024-01-01", + "RequestUri": "https://management.azure.com/subscriptions/e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e/resourceGroups/vanshjoshi-clientparity-test/providers/NewRelic.Observability/monitors/clientParity-Test-1014/tagRules/default?api-version=2025-05-01-preview", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "ec2a91c1-55c1-499a-a219-e189999f4416" ], + "x-ms-client-request-id": [ "465b2ff0-a2dc-4dfc-8f9a-af4e2a602bca" ], "CommandName": [ "Remove-AzNewRelicMonitorTagRule" ], "FullCommandName": [ "Remove-AzNewRelicMonitorTagRule_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.0.0", "PSVersion/v7.4.2", "Az.NewRelic/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.3", "Az.NewRelic/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -821,15 +838,16 @@ "Pragma": [ "no-cache" ], "x-ms-providerhub-traffic": [ "True" ], "x-ms-request-id": [ "00000000-0000-0000-0000-000000000000" ], - "x-ms-throttling-version": [ "v1" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "2b5b0833-865c-4bd5-8c38-d37f8bc2cb7d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20240523T103054Z:2b5b0833-865c-4bd5-8c38-d37f8bc2cb7d" ], + "x-ms-operation-identifier": [ "tenantId=c9967a4f-613f-442b-88f6-1e46aad03123,objectId=a497bc27-2c8d-4543-903d-9388fe2a65bc/eastus/2d9d4a32-abf5-42da-806b-758f2aaa4a29" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "e0cac22e-180c-4828-85b2-9c4e1c6f8fac" ], + "x-ms-routing-request-id": [ "EASTUS:20251016T082052Z:e0cac22e-180c-4828-85b2-9c4e1c6f8fac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 12323B564DB844708E0F284D7C4B23F4 Ref B: MAA201060516031 Ref C: 2024-05-23T10:30:51Z" ], - "Date": [ "Thu, 23 May 2024 10:30:54 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 580B82B91BAB46FB89DF9EF510B758D8 Ref B: JKT201051407029 Ref C: 2025-10-16T08:20:52Z" ], + "Date": [ "Thu, 16 Oct 2025 08:20:52 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/NewRelic/NewRelic.Autorest/test/Update-AzNewRelicMonitorIngestionKey.Tests.ps1 b/src/NewRelic/NewRelic.Autorest/test/Update-AzNewRelicMonitorIngestionKey.Tests.ps1 new file mode 100644 index 000000000000..659cd1932622 --- /dev/null +++ b/src/NewRelic/NewRelic.Autorest/test/Update-AzNewRelicMonitorIngestionKey.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzNewRelicMonitorIngestionKey')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzNewRelicMonitorIngestionKey.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzNewRelicMonitorIngestionKey' { + It 'Refresh' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RefreshViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NewRelic/NewRelic.Autorest/test/env.json b/src/NewRelic/NewRelic.Autorest/test/env.json index cdf77fecddc0..4b06573523f7 100644 --- a/src/NewRelic/NewRelic.Autorest/test/env.json +++ b/src/NewRelic/NewRelic.Autorest/test/env.json @@ -1,16 +1,16 @@ { - "testerFirstName": "Joyer", + "SubscriptionId": "e16a0478-bcb5-4c34-b8c7-7f2aa1b9995e", + "region": "eastus", + "testMonitorName": "clientParity-Test-1014", "billingCycle": "MONTHLY", - "testApp": "/subscriptions/272c26cb-7026-4b37-b190-7cb7b2abecb0/resourceGroups/testgroup-joyer/providers/Microsoft.Web/sites/joyertestapp", - "testVMName": "joyertestmachine01", - "testMonitorName": "testMonitor-01", - "resourceGroup": "testgroup-joyer", - "planDetails": "newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg", + "testApp": "", + "testerFirstName": "Vansh", + "NewMonitorName": "test-01yhg48a", "usageType": "PAYG", - "SubscriptionId": "272c26cb-7026-4b37-b190-7cb7b2abecb0", - "NewMonitorName": "test-01hevm6s", - "testerLastName": "Jin", - "region": "eastus", - "Tenant": "888d76fa-54b2-4ced-8ee5-aac1585adee7", - "testerEmail": "v-jiaji@microsoft.com" + "resourceGroup": "vanshjoshi-clientparity-test", + "testerEmail": "vanshjoshi@microsoft.com", + "Tenant": "c9967a4f-613f-442b-88f6-1e46aad03123", + "planDetails": "newrelic-pay-as-you-go-free-live@TIDgmz7xq9ge3py@PUBIDnewrelicinc1635200720692.newrelic_liftr_payg", + "testVMName": "joyertestmachine01", + "testerLastName": "Joshi" } diff --git a/src/NewRelic/NewRelic.Autorest/test/utils.ps1 b/src/NewRelic/NewRelic.Autorest/test/utils.ps1 index 1c06d9bc5a38..245285f93a7c 100644 --- a/src/NewRelic/NewRelic.Autorest/test/utils.ps1 +++ b/src/NewRelic/NewRelic.Autorest/test/utils.ps1 @@ -48,28 +48,28 @@ function setupEnv() { if ($TestMode -eq 'live') { $envFile = 'localEnv.json' } - $resourceGroup = 'testgroup-joyer' + $resourceGroup = 'vanshjoshi-clientparity-test' $env.Add('resourceGroup', $resourceGroup) $region = 'eastus' $env.Add('region', $region) - $testerEmail = 'v-jiaji@microsoft.com' - $testerFirstName = 'Joyer' - $testerLastName = 'Jin' + $testerEmail = 'vanshjoshi@microsoft.com' + $testerFirstName = 'Vansh' + $testerLastName = 'Joshi' $env.Add('testerEmail', $testerEmail) $env.Add('testerFirstName', $testerFirstName) $env.Add('testerLastName', $testerLastName) - $testMonitorName = 'testMonitor-01' + $testMonitorName = 'clientParity-Test-1014' $env.Add('testMonitorName', $testMonitorName) $NewMonitorName = 'test-01' + (RandomString -allChars $false -len 6) $env.Add('NewMonitorName', $NewMonitorName) - $testAppPlanName = 'joyertestplan' - $testAppName = 'joyertestapp' + $testAppPlanName = 'vansh-newrelic-plan' + $testAppName = 'vansh-newrelic-app' $testVMName = 'joyertestmachine01' $env.Add('testVMName', $testVMName) #Plan Data $env.SubscriptionId = 272c26cb-7026-4b37-b190-7cb7b2abecb0 @@ -105,17 +105,16 @@ function setupEnv() { # $null = New-AzAppServicePlan -ResourceGroupName $env.resourceGroup -Name $testAppPlanName -Location $env.region -Tier "Free" # Step 3: Create the web app # $testApp = New-AzWebApp -Name $testAppName -ResourceGroupName $env.resourceGroup -AppServicePlan $testAppPlanName - # Step 4: Install extension New Relic .NET Agent + # Step 4: Try to get web app (optional for testing) try { $testApp = Get-AzWebApp -Name $testAppName -ResourceGroupName $env.resourceGroup -ErrorAction Stop + $env.Add('testApp', $testApp.Id) } catch { - Write-Error 'Please create a web app firstly.' - throw + Write-Warning "Web app '$testAppName' not found. Some tests may be skipped." + $env.Add('testApp', '') } - $env.Add('testApp', $testApp.Id) - set-content -Path (Join-Path $PSScriptRoot $envFile) -Value (ConvertTo-Json $env) } function cleanupEnv() { diff --git a/src/NewRelic/NewRelic.sln b/src/NewRelic/NewRelic.sln index 99112f6abf27..055edbbec2a5 100644 --- a/src/NewRelic/NewRelic.sln +++ b/src/NewRelic/NewRelic.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewRelic", "NewRelic\NewRelic.csproj", "{2240B369-C9C0-46F2-86F4-5786C4F0A767}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NewRelic", "..\..\generated\NewRelic\NewRelic.Autorest\Az.NewRelic.csproj", "{EE6A32C0-9550-405D-8A00-7750E6719FD5}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NewRelic.Autorest", "NewRelic.Autorest", "{B82716EE-7CB2-9B66-173D-50D9F75BFA38}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NewRelic", "..\..\generated\NewRelic\NewRelic.Autorest\Az.NewRelic.csproj", "{8DB7053D-C251-4321-85AB-68C49642BACA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Debug|x64.ActiveCfg = Debug|Any CPU + {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Debug|x64.Build.0 = Debug|Any CPU + {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Debug|x86.ActiveCfg = Debug|Any CPU + {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Debug|x86.Build.0 = Debug|Any CPU {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Release|Any CPU.ActiveCfg = Release|Any CPU {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Release|Any CPU.Build.0 = Release|Any CPU + {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Release|x64.ActiveCfg = Release|Any CPU + {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Release|x64.Build.0 = Release|Any CPU + {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Release|x86.ActiveCfg = Release|Any CPU + {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5}.Release|x86.Build.0 = Release|Any CPU {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Debug|x64.ActiveCfg = Debug|Any CPU + {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Debug|x64.Build.0 = Debug|Any CPU + {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Debug|x86.ActiveCfg = Debug|Any CPU + {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Debug|x86.Build.0 = Debug|Any CPU {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Release|Any CPU.ActiveCfg = Release|Any CPU {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Release|Any CPU.Build.0 = Release|Any CPU + {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Release|x64.ActiveCfg = Release|Any CPU + {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Release|x64.Build.0 = Release|Any CPU + {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Release|x86.ActiveCfg = Release|Any CPU + {EB2637DE-AAA1-4E3E-BD5C-B45705FCF0FD}.Release|x86.Build.0 = Release|Any CPU {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Debug|x64.ActiveCfg = Debug|Any CPU + {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Debug|x64.Build.0 = Debug|Any CPU + {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Debug|x86.ActiveCfg = Debug|Any CPU + {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Debug|x86.Build.0 = Debug|Any CPU {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Release|Any CPU.ActiveCfg = Release|Any CPU {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Release|Any CPU.Build.0 = Release|Any CPU + {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Release|x64.ActiveCfg = Release|Any CPU + {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Release|x64.Build.0 = Release|Any CPU + {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Release|x86.ActiveCfg = Release|Any CPU + {3C105CD0-C705-404F-A5C3-619D85B9BCB9}.Release|x86.Build.0 = Release|Any CPU {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Debug|x64.ActiveCfg = Debug|Any CPU + {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Debug|x64.Build.0 = Debug|Any CPU + {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Debug|x86.ActiveCfg = Debug|Any CPU + {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Debug|x86.Build.0 = Debug|Any CPU {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Release|Any CPU.ActiveCfg = Release|Any CPU {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Release|Any CPU.Build.0 = Release|Any CPU + {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Release|x64.ActiveCfg = Release|Any CPU + {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Release|x64.Build.0 = Release|Any CPU + {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Release|x86.ActiveCfg = Release|Any CPU + {DF36762C-C783-4AC1-A6EE-3B0952A23DB5}.Release|x86.Build.0 = Release|Any CPU {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Debug|x64.ActiveCfg = Debug|Any CPU + {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Debug|x64.Build.0 = Debug|Any CPU + {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Debug|x86.ActiveCfg = Debug|Any CPU + {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Debug|x86.Build.0 = Debug|Any CPU {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Release|Any CPU.Build.0 = Release|Any CPU + {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Release|x64.ActiveCfg = Release|Any CPU + {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Release|x64.Build.0 = Release|Any CPU + {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Release|x86.ActiveCfg = Release|Any CPU + {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE}.Release|x86.Build.0 = Release|Any CPU {54F870E9-4F50-4ABD-9218-DA58067BE673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {54F870E9-4F50-4ABD-9218-DA58067BE673}.Debug|Any CPU.Build.0 = Debug|Any CPU + {54F870E9-4F50-4ABD-9218-DA58067BE673}.Debug|x64.ActiveCfg = Debug|Any CPU + {54F870E9-4F50-4ABD-9218-DA58067BE673}.Debug|x64.Build.0 = Debug|Any CPU + {54F870E9-4F50-4ABD-9218-DA58067BE673}.Debug|x86.ActiveCfg = Debug|Any CPU + {54F870E9-4F50-4ABD-9218-DA58067BE673}.Debug|x86.Build.0 = Debug|Any CPU {54F870E9-4F50-4ABD-9218-DA58067BE673}.Release|Any CPU.ActiveCfg = Release|Any CPU {54F870E9-4F50-4ABD-9218-DA58067BE673}.Release|Any CPU.Build.0 = Release|Any CPU + {54F870E9-4F50-4ABD-9218-DA58067BE673}.Release|x64.ActiveCfg = Release|Any CPU + {54F870E9-4F50-4ABD-9218-DA58067BE673}.Release|x64.Build.0 = Release|Any CPU + {54F870E9-4F50-4ABD-9218-DA58067BE673}.Release|x86.ActiveCfg = Release|Any CPU + {54F870E9-4F50-4ABD-9218-DA58067BE673}.Release|x86.Build.0 = Release|Any CPU {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Debug|x64.ActiveCfg = Debug|Any CPU + {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Debug|x64.Build.0 = Debug|Any CPU + {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Debug|x86.ActiveCfg = Debug|Any CPU + {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Debug|x86.Build.0 = Debug|Any CPU {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Release|Any CPU.ActiveCfg = Release|Any CPU {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Release|Any CPU.Build.0 = Release|Any CPU - {EE6A32C0-9550-405D-8A00-7750E6719FD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EE6A32C0-9550-405D-8A00-7750E6719FD5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EE6A32C0-9550-405D-8A00-7750E6719FD5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EE6A32C0-9550-405D-8A00-7750E6719FD5}.Release|Any CPU.Build.0 = Release|Any CPU + {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Release|x64.ActiveCfg = Release|Any CPU + {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Release|x64.Build.0 = Release|Any CPU + {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Release|x86.ActiveCfg = Release|Any CPU + {2240B369-C9C0-46F2-86F4-5786C4F0A767}.Release|x86.Build.0 = Release|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Debug|x64.ActiveCfg = Debug|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Debug|x64.Build.0 = Debug|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Debug|x86.ActiveCfg = Debug|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Debug|x86.Build.0 = Debug|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Release|Any CPU.Build.0 = Release|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Release|x64.ActiveCfg = Release|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Release|x64.Build.0 = Release|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Release|x86.ActiveCfg = Release|Any CPU + {8DB7053D-C251-4321-85AB-68C49642BACA}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {946ADE92-4AE9-4EAB-A5CB-6963C2DCABB5} = {E9EEBAF1-7151-4C72-9B0A-5E992B3769E1} @@ -70,5 +140,6 @@ Global {DF36762C-C783-4AC1-A6EE-3B0952A23DB5} = {E9EEBAF1-7151-4C72-9B0A-5E992B3769E1} {2B9AC092-9FE3-4EB0-84A8-6BA7C8F82AFE} = {E9EEBAF1-7151-4C72-9B0A-5E992B3769E1} {54F870E9-4F50-4ABD-9218-DA58067BE673} = {E9EEBAF1-7151-4C72-9B0A-5E992B3769E1} + {8DB7053D-C251-4321-85AB-68C49642BACA} = {B82716EE-7CB2-9B66-173D-50D9F75BFA38} EndGlobalSection EndGlobal diff --git a/src/NewRelic/NewRelic/Az.NewRelic.psd1 b/src/NewRelic/NewRelic/Az.NewRelic.psd1 index 835b92571538..1946eec61d60 100644 --- a/src/NewRelic/NewRelic/Az.NewRelic.psd1 +++ b/src/NewRelic/NewRelic/Az.NewRelic.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 21-10-2025 # @{ @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'NewRelic.Autorest/bin/Az.NewRelic.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'NewRelic.Autorest/Az.NewRelic.format.ps1xml' @@ -77,7 +77,11 @@ FunctionsToExport = 'Get-AzNewRelicAccount', 'Get-AzNewRelicBillingInfo', 'Get-AzNewRelicMonitorMetricStatus', 'Get-AzNewRelicMonitorMonitoredResource', 'Get-AzNewRelicMonitorTagRule', 'Get-AzNewRelicOrganization', - 'Get-AzNewRelicPlan', 'Invoke-AzNewRelicHostMonitor', + 'Get-AzNewRelicPlan', 'Initialize-AzNewRelicSaaSResource', + 'Invoke-AzNewRelicHostMonitor', + 'Invoke-AzNewRelicLatestMonitorLinkedSaaS', + 'Invoke-AzNewRelicLinkMonitorSaaS', + 'Invoke-AzNewRelicResubscribeMonitor', 'New-AzNewRelicFilteringTagObject', 'New-AzNewRelicMonitor', 'New-AzNewRelicMonitoredSubscription', 'New-AzNewRelicMonitoredSubscriptionObject', @@ -86,6 +90,7 @@ FunctionsToExport = 'Get-AzNewRelicAccount', 'Get-AzNewRelicBillingInfo', 'Remove-AzNewRelicMonitorTagRule', 'Switch-AzNewRelicMonitorBilling', 'Update-AzNewRelicMonitoredSubscription', + 'Update-AzNewRelicMonitorIngestionKey', 'Update-AzNewRelicMonitorTagRule' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. @@ -112,7 +117,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','NewRelic' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'NewRelic' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -137,7 +142,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/NewRelic/NewRelic/ChangeLog.md b/src/NewRelic/NewRelic/ChangeLog.md index f1f076d4ae2f..846297a731cb 100644 --- a/src/NewRelic/NewRelic/ChangeLog.md +++ b/src/NewRelic/NewRelic/ChangeLog.md @@ -18,6 +18,19 @@ - Additional information about change #1 --> ## Upcoming Release +* Added AutoRest-generated NewRelic PowerShell module using API version 2025-05-01-preview + - Generated 30 cmdlets covering complete NewRelic Observability service functionality + - Added support for all NewRelic monitor management operations + - Implemented comprehensive test coverage with record/playback capabilities + - Added complete help documentation and usage examples + - Updated test configuration for live Azure resource integration +* Enhanced module capabilities: + - Initialize-AzNewRelicSaaSResource for SaaS resource activation + - Invoke-AzNewRelicLatestMonitorLinkedSaaS for linked SaaS operations + - Invoke-AzNewRelicLinkMonitorSaaS for SaaS linking + - Invoke-AzNewRelicResubscribeMonitor for subscription management + - Update-AzNewRelicMonitorIngestionKey for key refresh operations + - Comprehensive tag rule, billing, and monitoring functionality ## Version 0.2.1 * Upgraded nuget package to signed package. diff --git a/src/NewRelic/NewRelic/help/Az.NewRelic.md b/src/NewRelic/NewRelic/help/Az.NewRelic.md index bd0d63f58d2f..c057ec10177d 100644 --- a/src/NewRelic/NewRelic/help/Az.NewRelic.md +++ b/src/NewRelic/NewRelic/help/Az.NewRelic.md @@ -12,10 +12,10 @@ Microsoft Azure PowerShell: NewRelic cmdlets ## Az.NewRelic Cmdlets ### [Get-AzNewRelicAccount](Get-AzNewRelicAccount.md) -List all the existing accounts +Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created ### [Get-AzNewRelicBillingInfo](Get-AzNewRelicBillingInfo.md) -Get marketplace info mapped to the given monitor. +Retrieves marketplace and organization information mapped to the given New Relic monitor resource ### [Get-AzNewRelicConnectedPartnerResource](Get-AzNewRelicConnectedPartnerResource.md) List of all active deployments that are associated with the marketplace subscription linked to the given monitor. @@ -24,34 +24,46 @@ List of all active deployments that are associated with the marketplace subscrip Get a NewRelicMonitorResource ### [Get-AzNewRelicMonitoredAppService](Get-AzNewRelicMonitoredAppService.md) -List the app service resources currently being monitored by the NewRelic resource. +Lists the app service resources currently being monitored by the New Relic resource, helping you understand which app services are under monitoring ### [Get-AzNewRelicMonitoredHost](Get-AzNewRelicMonitoredHost.md) -List the compute vm resources currently being monitored by the NewRelic resource. +Lists all VM resources currently being monitored by the New Relic monitor resource, helping you manage observability ### [Get-AzNewRelicMonitoredSubscription](Get-AzNewRelicMonitoredSubscription.md) -List the subscriptions currently being monitored by the NewRelic monitor resource. +Lists all the subscriptions currently being monitored by the NewRelic monitor resource. ### [Get-AzNewRelicMonitorMetricRule](Get-AzNewRelicMonitorMetricRule.md) -Get metric rules +Retrieves the metric rules that are configured in the New Relic monitor resource ### [Get-AzNewRelicMonitorMetricStatus](Get-AzNewRelicMonitorMetricStatus.md) -Get metric status +Retrieves the metric status that are configured in the New Relic monitor resource ### [Get-AzNewRelicMonitorMonitoredResource](Get-AzNewRelicMonitorMonitoredResource.md) -List the resources currently being monitored by the NewRelic monitor resource. +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 ### [Get-AzNewRelicMonitorTagRule](Get-AzNewRelicMonitorTagRule.md) -Get a TagRule +Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status ### [Get-AzNewRelicOrganization](Get-AzNewRelicOrganization.md) -List all the existing organizations +Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created ### [Get-AzNewRelicPlan](Get-AzNewRelicPlan.md) -List plans data +Lists the plans data linked to your organization, providing an overview of the available plans + +### [Initialize-AzNewRelicSaaSResource](Initialize-AzNewRelicSaaSResource.md) +Resolve the token to get the SaaS resource ID and activate the SaaS resource ### [Invoke-AzNewRelicHostMonitor](Invoke-AzNewRelicHostMonitor.md) -Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM. +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 + +### [Invoke-AzNewRelicLatestMonitorLinkedSaaS](Invoke-AzNewRelicLatestMonitorLinkedSaaS.md) +Returns the latest SaaS linked to the newrelic organization of the underlying monitor. + +### [Invoke-AzNewRelicLinkMonitorSaaS](Invoke-AzNewRelicLinkMonitorSaaS.md) +Links a new SaaS to the newrelic organization of the underlying monitor. + +### [Invoke-AzNewRelicResubscribeMonitor](Invoke-AzNewRelicResubscribeMonitor.md) +Resubscribes the New Relic Organization of the underlying Monitor Resource to be billed by Azure Marketplace ### [New-AzNewRelicFilteringTagObject](New-AzNewRelicFilteringTagObject.md) Create an in-memory object for FilteringTag. @@ -60,29 +72,32 @@ Create an in-memory object for FilteringTag. Create a NewRelicMonitorResource ### [New-AzNewRelicMonitoredSubscription](New-AzNewRelicMonitoredSubscription.md) -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. ### [New-AzNewRelicMonitoredSubscriptionObject](New-AzNewRelicMonitoredSubscriptionObject.md) Create an in-memory object for MonitoredSubscription. ### [New-AzNewRelicMonitorTagRule](New-AzNewRelicMonitorTagRule.md) -Create a TagRule +Create a new set of tag rules for a specific New Relic monitor resource, determining which Azure resources are monitored based on their tags ### [Remove-AzNewRelicMonitor](Remove-AzNewRelicMonitor.md) -Delete a NewRelicMonitorResource +Deletes an existing New Relic monitor resource from your Azure subscription, removing the integration and stopping the observability of your Azure resources through New Relic ### [Remove-AzNewRelicMonitoredSubscription](Remove-AzNewRelicMonitoredSubscription.md) Deletes the subscriptions that are being monitored by the NewRelic monitor resource ### [Remove-AzNewRelicMonitorTagRule](Remove-AzNewRelicMonitorTagRule.md) -Delete a TagRule +Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over observability based on resource tags ### [Switch-AzNewRelicMonitorBilling](Switch-AzNewRelicMonitorBilling.md) -Switches the billing for NewRelic monitor resource. +Switches the billing for the New Relic Monitor resource to be billed by Azure Marketplace ### [Update-AzNewRelicMonitoredSubscription](Update-AzNewRelicMonitoredSubscription.md) -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. + +### [Update-AzNewRelicMonitorIngestionKey](Update-AzNewRelicMonitorIngestionKey.md) +Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor. ### [Update-AzNewRelicMonitorTagRule](Update-AzNewRelicMonitorTagRule.md) -Update a TagRule +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/src/NewRelic/NewRelic/help/Get-AzNewRelicAccount.md b/src/NewRelic/NewRelic/help/Get-AzNewRelicAccount.md index f74219ed0fbd..f20150502a23 100644 --- a/src/NewRelic/NewRelic/help/Get-AzNewRelicAccount.md +++ b/src/NewRelic/NewRelic/help/Get-AzNewRelicAccount.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicAccount ## SYNOPSIS -List all the existing accounts +Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created ## SYNTAX @@ -18,7 +18,7 @@ Get-AzNewRelicAccount [-SubscriptionId ] -Location -UserEmail ``` ## DESCRIPTION -List all the existing accounts +Lists all the New Relic accounts linked to your email address, helping you understand the existing accounts that have been created ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Get-AzNewRelicBillingInfo.md b/src/NewRelic/NewRelic/help/Get-AzNewRelicBillingInfo.md index 4ac71dbf523f..e0845ba224f1 100644 --- a/src/NewRelic/NewRelic/help/Get-AzNewRelicBillingInfo.md +++ b/src/NewRelic/NewRelic/help/Get-AzNewRelicBillingInfo.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicBillingInfo ## SYNOPSIS -Get marketplace info mapped to the given monitor. +Retrieves marketplace and organization information mapped to the given New Relic monitor resource ## SYNTAX @@ -25,7 +25,7 @@ Get-AzNewRelicBillingInfo -InputObject [-DefaultProfile -UserEmail -UserEmail -ResourceGroupName ``` ## DESCRIPTION -List the resources currently being monitored by the NewRelic monitor resource. +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 ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitorTagRule.md b/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitorTagRule.md index d993a6e85f52..f0109ff7e5d8 100644 --- a/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitorTagRule.md +++ b/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitorTagRule.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicMonitorTagRule ## SYNOPSIS -Get a TagRule +Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status ## SYNTAX @@ -38,7 +38,7 @@ Get-AzNewRelicMonitorTagRule -InputObject [-DefaultProfile < ``` ## DESCRIPTION -Get a TagRule +Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight into its setup and status ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitoredAppService.md b/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitoredAppService.md index 7fcaa605c44b..03bcaf8b697a 100644 --- a/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitoredAppService.md +++ b/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitoredAppService.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicMonitoredAppService ## SYNOPSIS -List the app service resources currently being monitored by the NewRelic resource. +Lists the app service resources currently being monitored by the New Relic resource, helping you understand which app services are under monitoring ## SYNTAX @@ -34,7 +34,7 @@ Get-AzNewRelicMonitoredAppService -MonitorName -ResourceGroupName -ResourceGroupName [- ``` ## DESCRIPTION -List the compute vm resources currently being monitored by the NewRelic resource. +Lists all VM resources currently being monitored by the New Relic monitor resource, helping you manage observability ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitoredSubscription.md b/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitoredSubscription.md index a004954458cd..7808a2d45e07 100644 --- a/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitoredSubscription.md +++ b/src/NewRelic/NewRelic/help/Get-AzNewRelicMonitoredSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicMonitoredSubscription ## SYNOPSIS -List the subscriptions currently being monitored by the NewRelic monitor resource. +Lists all the subscriptions currently being monitored by the NewRelic monitor resource. ## SYNTAX @@ -26,7 +26,7 @@ Get-AzNewRelicMonitoredSubscription -InputObject [-DefaultPr ``` ## DESCRIPTION -List the subscriptions currently being monitored by the NewRelic monitor resource. +Lists all the subscriptions currently being monitored by the NewRelic monitor resource. ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Get-AzNewRelicOrganization.md b/src/NewRelic/NewRelic/help/Get-AzNewRelicOrganization.md index f88a681486bf..e4f123b159e1 100644 --- a/src/NewRelic/NewRelic/help/Get-AzNewRelicOrganization.md +++ b/src/NewRelic/NewRelic/help/Get-AzNewRelicOrganization.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicOrganization ## SYNOPSIS -List all the existing organizations +Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created ## SYNTAX @@ -18,7 +18,7 @@ Get-AzNewRelicOrganization [-SubscriptionId ] -Location -User ``` ## DESCRIPTION -List all the existing organizations +Lists all the New Relic organizations linked to your email address, helping you understand the existing organizations that have been created ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Get-AzNewRelicPlan.md b/src/NewRelic/NewRelic/help/Get-AzNewRelicPlan.md index 433cdf648663..50af9e23feba 100644 --- a/src/NewRelic/NewRelic/help/Get-AzNewRelicPlan.md +++ b/src/NewRelic/NewRelic/help/Get-AzNewRelicPlan.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzNewRelicPlan ## SYNOPSIS -List plans data +Lists the plans data linked to your organization, providing an overview of the available plans ## SYNTAX @@ -18,13 +18,13 @@ Get-AzNewRelicPlan [-SubscriptionId ] [-AccountId ] [-Organiza ``` ## DESCRIPTION -List plans data +Lists the plans data linked to your organization, providing an overview of the available plans ## EXAMPLES ### Example 1: List plans data associated with specified organization ```powershell -Get-AzNewRelicPlan -SubscriptionId 00001111-aaaa-2222-bbbb-3333cccc4444 -OrganizationId 11111111-2222-3333-4444-123456789104 +Get-AzNewRelicPlan -SubscriptionId 11111111-2222-3333-4444-123456789101 -OrganizationId 11111111-2222-3333-4444-123456789104 ``` ```output @@ -37,7 +37,7 @@ List plans data associated with specified Organization Id ### Example 2: Link plans account with specified organization in different subscription ```powershell -Get-AzNewRelicPlan -SubscriptionId 00001111-aaaa-2222-bbbb-3333cccc4444 -OrganizationId 11111111-2222-3333-4444-123456789104 -AccountId 1234567 +Get-AzNewRelicPlan -SubscriptionId 11111111-2222-3333-4444-123456789101 -OrganizationId 11111111-2222-3333-4444-123456789104 -AccountId 1234567 ``` Link plans account with specified organization in different subscription diff --git a/src/NewRelic/NewRelic/help/Initialize-AzNewRelicSaaSResource.md b/src/NewRelic/NewRelic/help/Initialize-AzNewRelicSaaSResource.md new file mode 100644 index 000000000000..25778c188e14 --- /dev/null +++ b/src/NewRelic/NewRelic/help/Initialize-AzNewRelicSaaSResource.md @@ -0,0 +1,230 @@ +--- +external help file: Az.NewRelic-help.xml +Module Name: Az.NewRelic +online version: https://learn.microsoft.com/powershell/module/az.newrelic/initialize-aznewrelicsaasresource +schema: 2.0.0 +--- + +# Initialize-AzNewRelicSaaSResource + +## SYNOPSIS +Resolve the token to get the SaaS resource ID and activate the SaaS resource + +## SYNTAX + +### ActivateExpanded (Default) +``` +Initialize-AzNewRelicSaaSResource [-SubscriptionId ] -PublisherId -SaasGuid + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### Activate +``` +Initialize-AzNewRelicSaaSResource [-SubscriptionId ] -Request + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ActivateViaJsonFilePath +``` +Initialize-AzNewRelicSaaSResource [-SubscriptionId ] -JsonFilePath + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ActivateViaJsonString +``` +Initialize-AzNewRelicSaaSResource [-SubscriptionId ] -JsonString [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Resolve the token to get the SaaS resource ID and activate the SaaS resource + +## EXAMPLES + +### Example 1: Initialize SaaS resource with publisher ID and SaaS GUID +```powershell +Initialize-AzNewRelicSaaSResource -PublisherId "newrelicinc1234567891234" -SaasGuid "12345678-1234-1234-1234-123456789abc" +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-newrelic/providers/NewRelic.Observability/monitors/newrelic-monitor-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : newrelic-monitor-01 +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +``` + +Initialize a NewRelic SaaS resource using the publisher ID and SaaS GUID to activate the marketplace subscription + +### Example 2: Initialize SaaS resource using a request object +```powershell +$saasRequest = [Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ActivateSaaSParameterRequest]@{ + PublisherId = "newrelicinc1234567891234" + SaasGuid = "12345678-1234-1234-1234-123456789abc" +} +Initialize-AzNewRelicSaaSResource -Request $saasRequest +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-newrelic/providers/NewRelic.Observability/monitors/newrelic-monitor-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : newrelic-monitor-01 +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +``` + +Initialize a NewRelic SaaS resource by providing a request object containing the publisher ID and SaaS GUID + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Activate operation + +```yaml +Type: System.String +Parameter Sets: ActivateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Activate operation + +```yaml +Type: System.String +Parameter Sets: ActivateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublisherId +Publisher Id for NewRelic resource + +```yaml +Type: System.String +Parameter Sets: ActivateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Request +SaaS guid & PublishedId for Activate and Validate SaaS Resource + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IActivateSaaSParameterRequest +Parameter Sets: Activate +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -SaasGuid +SaaS guid for Activate and Validate SaaS Resource + +```yaml +Type: System.String +Parameter Sets: ActivateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IActivateSaaSParameterRequest + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ISaaSResourceDetailsResponse + +## NOTES + +## RELATED LINKS diff --git a/src/NewRelic/NewRelic/help/Invoke-AzNewRelicHostMonitor.md b/src/NewRelic/NewRelic/help/Invoke-AzNewRelicHostMonitor.md index 0522b7e09d70..1e6c4aefc67a 100644 --- a/src/NewRelic/NewRelic/help/Invoke-AzNewRelicHostMonitor.md +++ b/src/NewRelic/NewRelic/help/Invoke-AzNewRelicHostMonitor.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Invoke-AzNewRelicHostMonitor ## SYNOPSIS -Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM. +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 ## SYNTAX @@ -25,7 +25,7 @@ Invoke-AzNewRelicHostMonitor -InputObject [-DefaultProfile < ``` ## DESCRIPTION -Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM. +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 ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md b/src/NewRelic/NewRelic/help/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md new file mode 100644 index 000000000000..7973443c93b3 --- /dev/null +++ b/src/NewRelic/NewRelic/help/Invoke-AzNewRelicLatestMonitorLinkedSaaS.md @@ -0,0 +1,195 @@ +--- +external help file: Az.NewRelic-help.xml +Module Name: Az.NewRelic +online version: https://learn.microsoft.com/powershell/module/az.newrelic/invoke-aznewreliclatestmonitorlinkedsaas +schema: 2.0.0 +--- + +# Invoke-AzNewRelicLatestMonitorLinkedSaaS + +## SYNOPSIS +Returns the latest SaaS linked to the newrelic organization of the underlying monitor. + +## SYNTAX + +### Latest (Default) +``` +Invoke-AzNewRelicLatestMonitorLinkedSaaS -MonitorName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] +``` + +### LatestViaIdentity +``` +Invoke-AzNewRelicLatestMonitorLinkedSaaS -InputObject [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Returns the latest SaaS linked to the newrelic organization of the underlying monitor. + +## EXAMPLES + +### Example 1: Get latest linked SaaS resource for a NewRelic monitor +```powershell +Invoke-AzNewRelicLatestMonitorLinkedSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/ps-test/providers/NewRelic.Observability/monitors/test-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : test-01-saas +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +OrganizationId : 987654321 +AccountId : 123456789 +CreatedDate : 6/27/2023 8:30:45 AM +LastModifiedDate : 6/27/2023 8:30:45 AM +``` + +Retrieves the latest SaaS resource linked to the specified NewRelic monitor + +### Example 2: Get latest linked SaaS resource using pipeline +```powershell +$monitor = Get-AzNewRelicMonitor -Name "test-01" -ResourceGroupName "ps-test" +$monitor | Invoke-AzNewRelicLatestMonitorLinkedSaaS +``` + +```output +SaasResourceId : /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/ps-test/providers/NewRelic.Observability/monitors/test-01/saasResources/12345678-1234-1234-1234-123456789abc +SaasResourceName : test-01-saas +SaasResourceState : Active +MarketplaceSubscriptionId: 12345678-1234-1234-1234-123456789abc +PlanId : newrelicpaygtestplan2@123456789123456@PUBIDnewrelicinc1234567891234 +OrganizationId : 987654321 +AccountId : 123456789 +CreatedDate : 6/27/2023 8:30:45 AM +LastModifiedDate : 6/27/2023 8:30:45 AM +``` + +Retrieves the latest SaaS resource linked to the NewRelic monitor using pipeline input + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity +Parameter Sets: LatestViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -MonitorName +Monitor resource name + +```yaml +Type: System.String +Parameter Sets: Latest +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Latest +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Latest +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ILatestLinkedSaaSResponse + +## NOTES + +## RELATED LINKS diff --git a/src/NewRelic/NewRelic/help/Invoke-AzNewRelicLinkMonitorSaaS.md b/src/NewRelic/NewRelic/help/Invoke-AzNewRelicLinkMonitorSaaS.md new file mode 100644 index 000000000000..456fe0abc5fb --- /dev/null +++ b/src/NewRelic/NewRelic/help/Invoke-AzNewRelicLinkMonitorSaaS.md @@ -0,0 +1,306 @@ +--- +external help file: Az.NewRelic-help.xml +Module Name: Az.NewRelic +online version: https://learn.microsoft.com/powershell/module/az.newrelic/invoke-aznewreliclinkmonitorsaas +schema: 2.0.0 +--- + +# Invoke-AzNewRelicLinkMonitorSaaS + +## SYNOPSIS +Links a new SaaS to the newrelic organization of the underlying monitor. + +## SYNTAX + +### LinkExpanded (Default) +``` +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName -ResourceGroupName [-SubscriptionId ] + [-SaaSResourceId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### LinkViaJsonString +``` +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName -ResourceGroupName [-SubscriptionId ] + -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### LinkViaJsonFilePath +``` +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName -ResourceGroupName [-SubscriptionId ] + -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### Link +``` +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName -ResourceGroupName [-SubscriptionId ] + -Body [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### LinkViaIdentityExpanded +``` +Invoke-AzNewRelicLinkMonitorSaaS -InputObject [-SaaSResourceId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### LinkViaIdentity +``` +Invoke-AzNewRelicLinkMonitorSaaS -InputObject -Body + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +Links a new SaaS to the newrelic organization of the underlying monitor. + +## EXAMPLES + +### Example 1: Link a SaaS resource to a NewRelic monitor +```powershell +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" -SaaSResourceId "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-saas/providers/Microsoft.SaaS/resources/newrelic-saas-01" +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 9:15:20 AM user1@outlook.com User ps-test +``` + +Links a new SaaS resource to the NewRelic monitor organization + +### Example 2: Link SaaS resource using a SaaS data object +```powershell +$saasData = @{ + SaaSResourceId = "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg-saas/providers/Microsoft.SaaS/resources/newrelic-saas-01" +} +Invoke-AzNewRelicLinkMonitorSaaS -MonitorName "test-01" -ResourceGroupName "ps-test" -Body $saasData +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 9:15:20 AM user1@outlook.com User ps-test +``` + +Links a SaaS resource to the NewRelic monitor using a data object containing the SaaS resource ID + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Body +SaaS details + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ISaaSData +Parameter Sets: Link, LinkViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity +Parameter Sets: LinkViaIdentityExpanded, LinkViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Link operation + +```yaml +Type: System.String +Parameter Sets: LinkViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Link operation + +```yaml +Type: System.String +Parameter Sets: LinkViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MonitorName +Monitor resource name + +```yaml +Type: System.String +Parameter Sets: LinkExpanded, LinkViaJsonString, LinkViaJsonFilePath, Link +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: LinkExpanded, LinkViaJsonString, LinkViaJsonFilePath, Link +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SaaSResourceId +SaaS resource id + +```yaml +Type: System.String +Parameter Sets: LinkExpanded, LinkViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: LinkExpanded, LinkViaJsonString, LinkViaJsonFilePath, Link +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ISaaSData + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicMonitorResource + +## NOTES + +## RELATED LINKS diff --git a/src/NewRelic/NewRelic/help/Invoke-AzNewRelicResubscribeMonitor.md b/src/NewRelic/NewRelic/help/Invoke-AzNewRelicResubscribeMonitor.md new file mode 100644 index 000000000000..2a8f69901b93 --- /dev/null +++ b/src/NewRelic/NewRelic/help/Invoke-AzNewRelicResubscribeMonitor.md @@ -0,0 +1,405 @@ +--- +external help file: Az.NewRelic-help.xml +Module Name: Az.NewRelic +online version: https://learn.microsoft.com/powershell/module/az.newrelic/invoke-aznewrelicresubscribemonitor +schema: 2.0.0 +--- + +# Invoke-AzNewRelicResubscribeMonitor + +## SYNOPSIS +Resubscribes the New Relic Organization of the underlying Monitor Resource to be billed by Azure Marketplace + +## SYNTAX + +### ResubscribeExpanded (Default) +``` +Invoke-AzNewRelicResubscribeMonitor -MonitorName -ResourceGroupName + [-SubscriptionId ] [-OfferId ] [-OrganizationId ] [-PlanId ] + [-PublisherId ] [-ResourceGroup ] [-SubscriptionId1 ] [-TermId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +### ResubscribeViaJsonString +``` +Invoke-AzNewRelicResubscribeMonitor -MonitorName -ResourceGroupName + [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### ResubscribeViaJsonFilePath +``` +Invoke-AzNewRelicResubscribeMonitor -MonitorName -ResourceGroupName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### Resubscribe +``` +Invoke-AzNewRelicResubscribeMonitor -MonitorName -ResourceGroupName + [-SubscriptionId ] -Body [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### ResubscribeViaIdentityExpanded +``` +Invoke-AzNewRelicResubscribeMonitor [-SubscriptionId ] -InputObject + [-OfferId ] [-OrganizationId ] [-PlanId ] [-PublisherId ] + [-ResourceGroup ] [-TermId ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### ResubscribeViaIdentity +``` +Invoke-AzNewRelicResubscribeMonitor -InputObject -Body + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +Resubscribes the New Relic Organization of the underline Monitor Resource to be billed by Azure Marketplace + +## EXAMPLES + +### Example 1: Resubscribe NewRelic monitor to Azure Marketplace billing +```powershell +Invoke-AzNewRelicResubscribeMonitor -MonitorName "test-01" -ResourceGroupName "ps-test" -OrganizationId "987654321" -PlanId "newrelicpaygtestplan3@123456789123456@PUBIDnewrelicinc1234567891234" -PublisherId "newrelicinc1234567891234" -OfferId "newrelic-pay-as-you-go" +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 10:45:30 AM user1@outlook.com User ps-test +``` + +Resubscribes the NewRelic organization to be billed through Azure Marketplace with a new plan + +### Example 2: Resubscribe monitor using resubscribe properties object +```powershell +$resubscribeProps = @{ + OrganizationId = "987654321" + PlanId = "newrelicpaygtestplan3@123456789123456@PUBIDnewrelicinc1234567891234" + PublisherId = "newrelicinc1234567891234" + OfferId = "newrelic-pay-as-you-go" + TermId = "hjdtn7tfq3ka3" + ResourceGroup = "ps-test-new" + SubscriptionId = "22222222-3333-4444-5555-666666666666" +} +Invoke-AzNewRelicResubscribeMonitor -MonitorName "test-01" -ResourceGroupName "ps-test" -Body $resubscribeProps +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus test-01 6/27/2023 8:30:45 AM user1@outlook.com User 6/27/2023 10:45:30 AM user1@outlook.com User ps-test +``` + +Resubscribes the NewRelic monitor using a properties object containing all resubscription details including new subscription and resource group + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Body +Resubscribe Properties + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IResubscribeProperties +Parameter Sets: Resubscribe, ResubscribeViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity +Parameter Sets: ResubscribeViaIdentityExpanded, ResubscribeViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Resubscribe operation + +```yaml +Type: System.String +Parameter Sets: ResubscribeViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Resubscribe operation + +```yaml +Type: System.String +Parameter Sets: ResubscribeViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MonitorName +Monitor resource name + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaJsonString, ResubscribeViaJsonFilePath, Resubscribe +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferId +Offer Id of the NewRelic offer that needs to be resubscribed + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +Organization Id of the NewRelic Organization that needs to be resubscribed + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PlanId +Newly selected plan Id to create the new Marketplace subscription for Resubscribe + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PublisherId +Publisher Id of the NewRelic offer that needs to be resubscribed + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroup +Newly selected Azure resource group in which the new Marketplace subscription will be created for Resubscribe + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaJsonString, ResubscribeViaJsonFilePath, Resubscribe +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaJsonString, ResubscribeViaJsonFilePath, Resubscribe, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId1 +Newly selected Azure Subscription Id in which the new Marketplace subscription will be created for Resubscribe + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TermId +Newly selected term Id to create the new Marketplace subscription for Resubscribe + +```yaml +Type: System.String +Parameter Sets: ResubscribeExpanded, ResubscribeViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IResubscribeProperties + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicMonitorResource + +## NOTES + +## RELATED LINKS diff --git a/src/NewRelic/NewRelic/help/New-AzNewRelicMonitorTagRule.md b/src/NewRelic/NewRelic/help/New-AzNewRelicMonitorTagRule.md index 3ce7047f7d14..bfdaf6310d3f 100644 --- a/src/NewRelic/NewRelic/help/New-AzNewRelicMonitorTagRule.md +++ b/src/NewRelic/NewRelic/help/New-AzNewRelicMonitorTagRule.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNewRelicMonitorTagRule ## SYNOPSIS -Create a TagRule +Create a new set of tag rules for a specific New Relic monitor resource, determining which Azure resources are monitored based on their tags ## SYNTAX @@ -37,7 +37,7 @@ New-AzNewRelicMonitorTagRule -MonitorName -ResourceGroupName - ``` ## DESCRIPTION -Create a TagRule +Create a new set of tag rules for a specific New Relic monitor resource, determining which Azure resources are monitored based on their tags ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/New-AzNewRelicMonitoredSubscription.md b/src/NewRelic/NewRelic/help/New-AzNewRelicMonitoredSubscription.md index 641078c8aada..603e4062967d 100644 --- a/src/NewRelic/NewRelic/help/New-AzNewRelicMonitoredSubscription.md +++ b/src/NewRelic/NewRelic/help/New-AzNewRelicMonitoredSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNewRelicMonitoredSubscription ## SYNOPSIS -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. ## SYNTAX @@ -35,7 +35,7 @@ New-AzNewRelicMonitoredSubscription -MonitorName -ResourceGroupName -UserEmail [- ``` ## DESCRIPTION -Delete a NewRelicMonitorResource +Deletes an existing New Relic monitor resource from your Azure subscription, removing the integration and stopping the observability of your Azure resources through New Relic ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Remove-AzNewRelicMonitorTagRule.md b/src/NewRelic/NewRelic/help/Remove-AzNewRelicMonitorTagRule.md index 878c74c75538..c013645a8099 100644 --- a/src/NewRelic/NewRelic/help/Remove-AzNewRelicMonitorTagRule.md +++ b/src/NewRelic/NewRelic/help/Remove-AzNewRelicMonitorTagRule.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-AzNewRelicMonitorTagRule ## SYNOPSIS -Delete a TagRule +Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over observability based on resource tags ## SYNTAX @@ -33,7 +33,7 @@ Remove-AzNewRelicMonitorTagRule -InputObject [-DefaultProfil ``` ## DESCRIPTION -Delete a TagRule +Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over observability based on resource tags ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Switch-AzNewRelicMonitorBilling.md b/src/NewRelic/NewRelic/help/Switch-AzNewRelicMonitorBilling.md index 62c44660ee54..021eeacf42ae 100644 --- a/src/NewRelic/NewRelic/help/Switch-AzNewRelicMonitorBilling.md +++ b/src/NewRelic/NewRelic/help/Switch-AzNewRelicMonitorBilling.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Switch-AzNewRelicMonitorBilling ## SYNOPSIS -Switches the billing for NewRelic monitor resource. +Switches the billing for the New Relic Monitor resource to be billed by Azure Marketplace ## SYNTAX @@ -45,7 +45,7 @@ Switch-AzNewRelicMonitorBilling -InputObject -UserEmail -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### RefreshViaIdentity +``` +Update-AzNewRelicMonitorIngestionKey -InputObject [-DefaultProfile ] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor. + +## EXAMPLES + +### Example 1: Refresh ingestion key for a NewRelic monitor +```powershell +Update-AzNewRelicMonitorIngestionKey -MonitorName clientParity-Test-1014 -ResourceGroupName vanshjoshi-clientparity-test +``` + +```output +True +``` + +Refreshes the ingestion key for all monitors linked to the same account associated to the underlying monitor. + +### Example 2: Refresh ingestion key using pipeline input +```powershell +Get-AzNewRelicMonitor -Name clientParity-Test-1014 -ResourceGroupName vanshjoshi-clientparity-test | Update-AzNewRelicMonitorIngestionKey +``` + +```output +True +``` + +Refreshes the ingestion key using pipeline input from Get-AzNewRelicMonitor cmdlet. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity +Parameter Sets: RefreshViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -MonitorName +Name of the Monitors resource + +```yaml +Type: System.String +Parameter Sets: Refresh +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Refresh +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. + +```yaml +Type: System.String +Parameter Sets: Refresh +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/NewRelic/NewRelic/help/Update-AzNewRelicMonitorTagRule.md b/src/NewRelic/NewRelic/help/Update-AzNewRelicMonitorTagRule.md index 695bf179ed53..26dab7f28ffc 100644 --- a/src/NewRelic/NewRelic/help/Update-AzNewRelicMonitorTagRule.md +++ b/src/NewRelic/NewRelic/help/Update-AzNewRelicMonitorTagRule.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNewRelicMonitorTagRule ## SYNOPSIS -Update a TagRule +Update the tag rules for a specific New Relic monitor resource, allowing you to modify the rules that control which Azure resources are monitored ## SYNTAX @@ -53,7 +53,7 @@ Update-AzNewRelicMonitorTagRule -InputObject [-LogRuleFilter ``` ## DESCRIPTION -Update a TagRule +Update the tag rules for a specific New Relic monitor resource, allowing you to modify the rules that control which Azure resources are monitored ## EXAMPLES diff --git a/src/NewRelic/NewRelic/help/Update-AzNewRelicMonitoredSubscription.md b/src/NewRelic/NewRelic/help/Update-AzNewRelicMonitoredSubscription.md index 20a3fc67289b..361e95e6def2 100644 --- a/src/NewRelic/NewRelic/help/Update-AzNewRelicMonitoredSubscription.md +++ b/src/NewRelic/NewRelic/help/Update-AzNewRelicMonitoredSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNewRelicMonitoredSubscription ## SYNOPSIS -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. ## SYNTAX @@ -29,7 +29,7 @@ Update-AzNewRelicMonitoredSubscription -InputObject ``` ## DESCRIPTION -Add the subscriptions that should be monitored by the NewRelic monitor resource. +Add subscriptions to be monitored by the New Relic monitor resource, enabling observability and monitoring. ## EXAMPLES