diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/Properties/AssemblyInfo.cs b/src/ApplicationInsights/ApplicationInsights.Autorest/Properties/AssemblyInfo.cs index fb6d076faace..3c2273dcd721 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/Properties/AssemblyInfo.cs +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] [assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] [assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ApplicationInsightsManagementClient")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3.0")] -[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3.1")] +[assembly: System.Reflection.AssemblyVersionAttribute("2.3.1")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] [assembly: System.CLSCompliantAttribute(false)] diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/README.md b/src/ApplicationInsights/ApplicationInsights.Autorest/README.md index 619049d55e39..0bcb4de33480 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/README.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/README.md @@ -46,14 +46,6 @@ input-file: module-version: 0.1.0 subject-prefix: $(service-name) -identity-correction-for-post: true -resourcegroup-append: true -nested-object-to-string: true - -# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option -use-extension: - "@autorest/powershell": "3.x" - directive: - from: swagger-document where: $.info.title @@ -403,10 +395,12 @@ directive: hide: true - model-cmdlet: - - WebTestGeolocation - - WorkbookTemplateGallery - # Hide for custom model cmdlet. - # - HeaderField + - model-name: WebTestGeolocation + cmdlet-name: New-AzApplicationInsightsWebTestGeolocationObject + - model-name: WorkbookTemplateGallery + cmdlet-name: New-AzApplicationInsightsWorkbookTemplateGalleryObject + - model-name: HeaderField + cmdlet-name: New-AzApplicationInsightsWebTestHeaderFieldObject # format output table - where: @@ -429,109 +423,4 @@ directive: - Location - Kind - Category - -# #breaking change message - - where: - verb: Get|Remove - subject: ApiKey - set: - breaking-change: - deprecated-output-properties: - - LinkedReadProperty - - LinkedWriteProperty - new-output-properties: - - LinkedReadProperty - - LinkedWriteProperty - change-description: The types of the properties LinkedReadProperty, LinkedWriteProperty will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. - deprecated-by-version: 9.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/03 - - - where: - verb: Get|New|Update - subject: MyWorkbook - set: - breaking-change: - deprecated-output-properties: - - PropertiesTag - new-output-properties: - - PropertiesTag - change-description: The types of the properties PropertiesTag will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. - deprecated-by-version: 9.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/03 - - - where: - verb: New - subject: MyWorkbook|Workbook - set: - breaking-change: - deprecated-output-properties: - - IdentityType - - IdentityUserAssignedIdentity - new-output-properties: - - EnableSystemAssignedIdentity - - UserAssignedIdentity - change-description: IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities. - deprecated-by-version: 9.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/03 - - - where: - verb: Get|Update - subject: WebTest - set: - breaking-change: - deprecated-output-properties: - - RequestHeader - - PropertiesLocations - new-output-properties: - - RequestHeader - - PropertiesLocations - change-description: The type of property 'RequestHeader' will be changed from 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField]'. And the property 'PropertiesLocations' of type 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest' will be removed. - deprecated-by-version: 9.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/03 - - - where: - verb: Get|New|Update - subject: Workbook - set: - breaking-change: - deprecated-output-properties: - - PropertiesTag - new-output-properties: - - PropertiesTag - change-description: The type of property 'PropertiesTag' of type 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. - deprecated-by-version: 9.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/03 - - - where: - verb: Get - subject: WorkbookRevision - set: - breaking-change: - deprecated-output-properties: - - PropertiesTag - new-output-properties: - - PropertiesTag - change-description: The type of property 'PropertiesTag' of type 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. - deprecated-by-version: 9.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/03 - - - where: - verb: Get|New|Update - subject: WorkbookTemplate - set: - breaking-change: - deprecated-output-properties: - - Gallery - new-output-properties: - - Gallery - change-description: The type of property 'Gallery' of type 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplateGallery' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplateGallery]'. - deprecated-by-version: 9.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11/03 ``` diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Get-AzApplicationInsights.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Get-AzApplicationInsights.ps1 index 04d37f1e5c33..29582a7bca72 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Get-AzApplicationInsights.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Get-AzApplicationInsights.ps1 @@ -22,8 +22,7 @@ Returns an Application Insights component. https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsights #> function Get-AzApplicationInsights { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent], [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.PSApplicationInsightsComponentWithPricingPlan])] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent", DeprecatedOutputProperties = ("PrivateLinkScopedResource Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IPrivateLinkScopedResource"), NewOutputProperties = ("PrivateLinkScopedResource System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IPrivateLinkScopedResource]"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent], [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.PSApplicationInsightsComponentWithPricingPlan])] [CmdletBinding(DefaultParameterSetName='ListBySubscription', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSApiKey.cs b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSApiKey.cs index d780b73a05aa..4208af449b33 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSApiKey.cs +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSApiKey.cs @@ -16,7 +16,7 @@ using System.Text.RegularExpressions; using System.Linq; using System; -using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501; +using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models; namespace Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models { diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSApplicationInsightsComponent.cs b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSApplicationInsightsComponent.cs index c24c989e9e86..7b919108f274 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSApplicationInsightsComponent.cs +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSApplicationInsightsComponent.cs @@ -15,8 +15,7 @@ using System; using System.Collections.Generic; using System.Linq; -using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002; -using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501; +using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models; namespace Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models { diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSDailyCap.cs b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSDailyCap.cs index 671376648b90..d6c8b5eda031 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSDailyCap.cs +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSDailyCap.cs @@ -12,7 +12,7 @@ // limitations under the License. // ---------------------------------------------------------------------------------- -using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501; +using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models; namespace Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models { diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSDailyCapStatus.cs b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSDailyCapStatus.cs index 39698741f28b..4623bc9fb737 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSDailyCapStatus.cs +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSDailyCapStatus.cs @@ -12,7 +12,7 @@ // limitations under the License. // ---------------------------------------------------------------------------------- -using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501; +using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models; namespace Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models { diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSExportConfiguration.cs b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSExportConfiguration.cs index 1d483932e41b..33168dd28aa2 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSExportConfiguration.cs +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSExportConfiguration.cs @@ -12,7 +12,7 @@ // limitations under the License. // ---------------------------------------------------------------------------------- -using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501; +using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models; namespace Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models { diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSPrcingPlan.cs b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSPrcingPlan.cs index fc0ff8b3c2e8..3c81a4870237 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSPrcingPlan.cs +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Models/PSPrcingPlan.cs @@ -13,7 +13,7 @@ // ---------------------------------------------------------------------------------- using System.Linq; -using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501; +using Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models; namespace Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models { diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsights.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsights.ps1 index 555e0ac16820..44377cecf7f9 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsights.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsights.ps1 @@ -25,8 +25,7 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsights #> function New-AzApplicationInsights { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent])] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent", DeprecatedOutputProperties = ("PrivateLinkScopedResource Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IPrivateLinkScopedResource"), NewOutputProperties = ("PrivateLinkScopedResource System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IPrivateLinkScopedResource]"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent])] [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -54,7 +53,7 @@ function New-AzApplicationInsights { [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.String] [Alias("ApplicationKind")] - [ValidateSet("web", "other", "nodejs", "java", "ios", "store", "phone", IgnoreCase)] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("web", "other", "nodejs", "java", "ios", "store", "phone", "IgnoreCase")] # The kind of application that this component refers to, used to customize UI. # This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone. ${Kind}, @@ -66,9 +65,9 @@ function New-AzApplicationInsights { ${Location}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("web", "other")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType] + [System.String] # Type of application being monitored. ${ApplicationType}, @@ -91,9 +90,9 @@ function New-AzApplicationInsights { ${Etag}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("Bluefield")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType] + [System.String] # Used by the Application Insights system to determine what kind of flow this component was created by. # This is to be set to 'Bluefield' when creating/updating a component via the REST API. ${FlowType}, @@ -108,6 +107,7 @@ function New-AzApplicationInsights { [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.String] # The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. + # Please visit external url https://aka.ms/ewjuel to get more information. ${HockeyAppId}, [Parameter()] @@ -117,30 +117,30 @@ function New-AzApplicationInsights { ${ImmediatePurgeDataOn30Day}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("ApplicationInsights", "ApplicationInsightsWithDiagnosticSettings", "LogAnalytics")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode] + [System.String] # Indicates the flow of the ingestion. ${IngestionMode}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("Enabled", "Disabled")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType] + [System.String] # The network access type for accessing Application Insights ingestion. ${PublicNetworkAccessForIngestion}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("Enabled", "Disabled")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType] + [System.String] # The network access type for accessing Application Insights query. ${PublicNetworkAccessForQuery}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("rest")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource] + [System.String] # Describes what tool created this Application Insights component. # Customers using this API should set this to the default 'rest'. ${RequestSource}, @@ -155,12 +155,13 @@ function New-AzApplicationInsights { [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Double] # Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. + # Please visit external url https://aka.ms/sl0yqd to get more information. ${SamplingPercentage}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [Alias("Tags")] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentsResourceTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IComponentsResourceTags]))] [System.Collections.Hashtable] # Resource tags ${Tag}, @@ -178,7 +179,8 @@ function New-AzApplicationInsights { [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsApiKey.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsApiKey.ps1 index f667c21b0d37..b943c73a260c 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsApiKey.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsApiKey.ps1 @@ -22,8 +22,7 @@ Create an API Key of an Application Insights component. https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightsapikey #> function New-AzApplicationInsightsApiKey { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey])] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentApiKey", DeprecatedOutputProperties = ("LinkedReadProperty and LinkedWriteProperty System.String[]"), NewOutputProperties = ("LinkedReadProperty and LinkedWriteProperty System.Collections.Generic.List`1[System.String]"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentApiKey])] [CmdletBinding(DefaultParameterSetName='ComponentNameParameterSet', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName="ComponentNameParameterSet")] @@ -56,7 +55,7 @@ function New-AzApplicationInsightsApiKey { [Parameter(Mandatory)] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [ValidateSet("ReadTelemetry", "WriteAnnotations", "AuthenticateSDKControlChannel")] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("ReadTelemetry", "WriteAnnotations", "AuthenticateSDKControlChannel")] [System.String[]] # The read access rights of this API Key. ${Permissions}, @@ -66,7 +65,8 @@ function New-AzApplicationInsightsApiKey { [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsContinuousExport.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsContinuousExport.ps1 index 4a7c2dfe1908..b8673050b02c 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsContinuousExport.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsContinuousExport.ps1 @@ -33,7 +33,7 @@ Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IAppli https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightscontinuousexport #> function New-AzApplicationInsightsContinuousExport { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -107,7 +107,8 @@ function New-AzApplicationInsightsContinuousExport { [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsWebTest.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsWebTest.ps1 index 63a4477c0f90..b9c5a5c1b591 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsWebTest.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsWebTest.ps1 @@ -45,8 +45,7 @@ REQUESTHEADER : List of headers and their values to add to the W https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightswebtest #> function New-AzApplicationInsightsWebTest { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest])] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTest", DeprecatedOutputProperties = ("RequestHeader System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField]"), NewOutputProperties = ("RequestHeader System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField]"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTest])] [CmdletBinding(DefaultParameterSetName='CreateStandard', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -88,6 +87,7 @@ function New-AzApplicationInsightsWebTest { # When set, this value makes the ContentMatch validation case insensitive. ${ContentIgnoreCase}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.String] # Content to look for in the return of the WebTest. @@ -101,32 +101,36 @@ function New-AzApplicationInsightsWebTest { # If false, validation will fail if there is a match ${ContentPassIfTextFound}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.String] # User defined description for this WebTest. ${Description}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Management.Automation.SwitchParameter] # Is the test actively being monitored. ${Enabled}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Int32] # Interval in seconds between test runs for this WebTest. # Default value is 300. ${Frequency}, + [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTestGeolocation[]] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTestGeolocation[]] # A list of where to physically run the tests from to give global coverage for accessibility of your application. - # To construct, see NOTES section for GEOLOCATION properties and create a hash table. ${GeoLocation}, - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum])] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("ping", "multistep", "standard")] + [System.String] # The kind of web test this is, valid choices are ping, multistep, and standard. ${Kind}, @@ -145,9 +149,8 @@ function New-AzApplicationInsightsWebTest { [Parameter(ParameterSetName = "CreateStandard")] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IHeaderField[]] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField[]] # List of headers and their values to add to the WebTest call. - # To construct, see NOTES section for REQUESTHEADER properties and create a hash table. ${RequestHeader}, [Parameter(ParameterSetName = "CreateStandard")] @@ -156,56 +159,63 @@ function New-AzApplicationInsightsWebTest { # Http verb to use for this web test. ${RequestHttpVerb}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Management.Automation.SwitchParameter] # Parse Dependent request for this WebTest. ${RequestParseDependent}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.String] # Url location to test. ${RequestUrl}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Management.Automation.SwitchParameter] # Allow for retries should this WebTest fail. ${RetryEnabled}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Int32] # Validate that the WebTest returns the http status code provided. ${RuleExpectedHttpStatusCode}, - [Parameter(ParameterSetName = "CreateStandard")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Management.Automation.SwitchParameter] # When set, validation will ignore the status code. ${RuleIgnoreHttpsStatusCode}, - [Parameter(ParameterSetName = "CreateStandard")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Int32] # A number of days to check still remain before the the existing SSL cert expires. # Value must be positive and the SSLCheck must be set to true. ${RuleSslCertRemainingLifetimeCheck}, - [Parameter(ParameterSetName = "CreateStandard")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Management.Automation.SwitchParameter] # Checks to see if the SSL cert is still valid. ${RuleSslCheck}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebtestsResourceTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebtestsResourceTags]))] [System.Collections.Hashtable] # Resource tags ${Tag}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.String] # User defined name if this WebTest. ${TestName}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [System.Int32] # Seconds until this WebTest will timeout and fail. @@ -217,7 +227,8 @@ function New-AzApplicationInsightsWebTest { [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsContinuousExport.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsContinuousExport.ps1 index 1cea47e33bb9..7f4559f82000 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsContinuousExport.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsContinuousExport.ps1 @@ -22,7 +22,7 @@ Create a Continuous Export configuration of an Application Insights component. https://learn.microsoft.com/powershell/module/az.applicationinsights/set-azapplicationinsightscontinuousexport #> function Set-AzApplicationInsightsContinuousExport { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -108,7 +108,8 @@ function Set-AzApplicationInsightsContinuousExport { [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -169,4 +170,4 @@ function Set-AzApplicationInsightsContinuousExport { . Az.ApplicationInsights.internal\Set-AzApplicationInsightsContinuousExport @PSBoundParameters } } - + \ No newline at end of file diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsDailyCap.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsDailyCap.ps1 index a77907a7c1c0..2ae1f5c3a02c 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsDailyCap.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsDailyCap.ps1 @@ -23,8 +23,7 @@ Update current billing features for an Application Insights component. https://learn.microsoft.com/powershell/module/az.applicationinsights/set-azapplicationinsightsdailycap #> function Set-AzApplicationInsightsDailyCap { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures])] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentBillingFeatures", DeprecatedOutputProperties = ("CurrentBillingFeature System.String[]"), NewOutputProperties = ("CurrentBillingFeature System.Collections.Generic.List`1[System.String]"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentBillingFeatures])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsPricingPlan.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsPricingPlan.ps1 index 8fe14370bdc2..da3352d30367 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsPricingPlan.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Set-AzApplicationInsightsPricingPlan.ps1 @@ -23,8 +23,7 @@ Update current billing features for an Application Insights component. https://learn.microsoft.com/powershell/module/az.applicationinsights/set-azapplicationinsightspricingplan #> function Set-AzApplicationInsightsPricingPlan { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures])] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentBillingFeatures", DeprecatedOutputProperties = ("CurrentBillingFeature System.String[]"), NewOutputProperties = ("CurrentBillingFeature System.Collections.Generic.List`1[System.String]"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentBillingFeatures])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -51,7 +50,7 @@ function Set-AzApplicationInsightsPricingPlan { [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [ValidateSet("Basic", "Application Insights Enterprise", "Limited Basic")] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("Basic", "Application Insights Enterprise", "Limited Basic")] [System.String] # Current enabled pricing plan. # When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. @@ -74,7 +73,8 @@ function Set-AzApplicationInsightsPricingPlan { [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Update-AzApplicationInsights.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Update-AzApplicationInsights.ps1 index e0456078c078..c30478a2959e 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Update-AzApplicationInsights.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Update-AzApplicationInsights.ps1 @@ -25,8 +25,7 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t https://learn.microsoft.com/powershell/module/az.applicationinsights/update-azapplicationinsights #> function Update-AzApplicationInsights { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent])] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent", DeprecatedOutputProperties = ("PrivateLinkScopedResource Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IPrivateLinkScopedResource"), NewOutputProperties = ("PrivateLinkScopedResource System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IPrivateLinkScopedResource]"))] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent])] [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -51,9 +50,9 @@ function Update-AzApplicationInsights { ${SubscriptionId}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("web", "other")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType] + [System.String] # Type of application being monitored. ${ApplicationType}, @@ -76,9 +75,9 @@ function Update-AzApplicationInsights { ${Etag}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("Bluefield")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType] + [System.String] # Used by the Application Insights system to determine what kind of flow this component was created by. # This is to be set to 'Bluefield' when creating/updating a component via the REST API. ${FlowType}, @@ -102,30 +101,30 @@ function Update-AzApplicationInsights { ${ImmediatePurgeDataOn30Day}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("ApplicationInsights", "ApplicationInsightsWithDiagnosticSettings", "LogAnalytics")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode] + [System.String] # Indicates the flow of the ingestion. ${IngestionMode}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("Enabled", "Disabled")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType] + [System.String] # The network access type for accessing Application Insights ingestion. ${PublicNetworkAccessForIngestion}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("Enabled", "Disabled")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType] + [System.String] # The network access type for accessing Application Insights query. ${PublicNetworkAccessForQuery}, [Parameter()] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource])] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleterAttribute("rest")] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource] + [System.String] # Describes what tool created this Application Insights component. # Customers using this API should set this to the default 'rest'. ${RequestSource}, @@ -145,7 +144,7 @@ function Update-AzApplicationInsights { [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Category('Body')] [Alias("Tags")] - [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentsResourceTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IComponentsResourceTags]))] [System.Collections.Hashtable] # Resource tags ${Tag}, @@ -298,4 +297,4 @@ function Update-AzApplicationInsights { . New-AzApplicationInsights @PSBoundParameters } } - + \ No newline at end of file diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWebTestGeolocationObject.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWebTestGeolocationObject.ps1 index 1f9d9454bec3..f4d5468fe738 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWebTestGeolocationObject.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWebTestGeolocationObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for WebTestGeolocation. Create an in-memory object for WebTestGeolocation. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestGeolocation +Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WebTestGeolocation .Link -https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-AzApplicationInsightsWebTestGeolocationObject +https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightswebtestgeolocationobject #> function New-AzApplicationInsightsWebTestGeolocationObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestGeolocation')] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WebTestGeolocation')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -36,7 +37,7 @@ function New-AzApplicationInsightsWebTestGeolocationObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestGeolocation]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WebTestGeolocation]::New() if ($PSBoundParameters.ContainsKey('Location')) { $Object.Location = $Location diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsWebTestHeaderFieldObject.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWebTestHeaderFieldObject.ps1 similarity index 69% rename from src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsWebTestHeaderFieldObject.ps1 rename to src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWebTestHeaderFieldObject.ps1 index 0d788c45e449..a978e3637b21 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/New-AzApplicationInsightsWebTestHeaderFieldObject.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWebTestHeaderFieldObject.ps1 @@ -16,17 +16,18 @@ <# .Synopsis -Create a in-memory object for HeaderField +Create an in-memory object for HeaderField. .Description -Create a in-memory object for HeaderField +Create an in-memory object for HeaderField. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.HeaderField +Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.HeaderField .Link -https://learn.microsoft.com/powershell/module/az.ApplicationInsights/new-AzApplicationInsightsWebTestHeaderFieldObject +https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightswebtestheaderfieldobject #> function New-AzApplicationInsightsWebTestHeaderFieldObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.HeaderField')] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.HeaderField')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -39,10 +40,14 @@ function New-AzApplicationInsightsWebTestHeaderFieldObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.HeaderField]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.HeaderField]::New() - $Object.Name = $Name - $Object.Value = $Value + if ($PSBoundParameters.ContainsKey('Name')) { + $Object.Name = $Name + } + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } return $Object } } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWorkbookTemplateGalleryObject.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWorkbookTemplateGalleryObject.ps1 index c7c03a5e521a..e5d86f5477b5 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWorkbookTemplateGalleryObject.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/autogen-model-cmdlets/New-AzApplicationInsightsWorkbookTemplateGalleryObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for WorkbookTemplateGallery. Create an in-memory object for WorkbookTemplateGallery. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateGallery +Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WorkbookTemplateGallery .Link -https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-AzApplicationInsightsWorkbookTemplateGalleryObject +https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightsworkbooktemplategalleryobject #> function New-AzApplicationInsightsWorkbookTemplateGalleryObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateGallery')] + [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WorkbookTemplateGallery')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -48,7 +49,7 @@ function New-AzApplicationInsightsWorkbookTemplateGalleryObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateGallery]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WorkbookTemplateGallery]::New() if ($PSBoundParameters.ContainsKey('Category')) { $Object.Category = $Category diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Az.ApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Az.ApplicationInsights.md index 144ccc9df637..7a5baa16bead 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Az.ApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Az.ApplicationInsights.md @@ -1,6 +1,6 @@ --- Module Name: Az.ApplicationInsights -Module Guid: 82352bfb-97f5-4cce-8aac-bb4b6b1cd49c +Module Guid: e799a213-e579-4162-a560-86aca0efe1ad Download Help Link: https://learn.microsoft.com/powershell/module/az.applicationinsights Help Version: 1.0.0.0 Locale: en-US @@ -61,7 +61,7 @@ Creates or updates an Application Insights web test definition. Create an in-memory object for WebTestGeolocation. ### [New-AzApplicationInsightsWebTestHeaderFieldObject](New-AzApplicationInsightsWebTestHeaderFieldObject.md) -Create a in-memory object for HeaderField +Create an in-memory object for HeaderField. ### [New-AzApplicationInsightsWorkbook](New-AzApplicationInsightsWorkbook.md) Create a new workbook. @@ -113,14 +113,14 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t Update linked storage accounts for an Application Insights component. ### [Update-AzApplicationInsightsMyWorkbook](Update-AzApplicationInsightsMyWorkbook.md) -Updates a private workbook that has already been added. +Update a new private workbook. ### [Update-AzApplicationInsightsWebTestTag](Update-AzApplicationInsightsWebTestTag.md) -Updates the tags associated with an Application Insights web test. +Update the tags associated with an Application Insights web test. ### [Update-AzApplicationInsightsWorkbook](Update-AzApplicationInsightsWorkbook.md) -Updates a workbook that has already been added. +Update a workbook that has already been added. ### [Update-AzApplicationInsightsWorkbookTemplate](Update-AzApplicationInsightsWorkbookTemplate.md) -Updates a workbook template that has already been added. +Update a workbook template that has already been added. diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsights.md index 81b5ebe532b7..165629661fe2 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsights.md @@ -177,7 +177,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent ### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.PSApplicationInsightsComponentWithPricingPlan diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsApiKey.md index 3a8ff20710b8..729636e2d357 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsApiKey.md @@ -30,6 +30,12 @@ Get-AzApplicationInsightsApiKey -InputObject [-De [] ``` +### GetViaIdentityComponent +``` +Get-AzApplicationInsightsApiKey -ApiKeyId -ComponentInputObject + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get the API Key for this key id. @@ -57,7 +63,7 @@ This is unique within a Application Insights component. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityComponent Aliases: Required: True @@ -67,6 +73,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ComponentInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: GetViaIdentityComponent +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. @@ -85,7 +106,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -154,7 +174,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentApiKey ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsContinuousExport.md index b6701be464d8..0fc4f2de0bc5 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsContinuousExport.md @@ -30,6 +30,12 @@ Get-AzApplicationInsightsContinuousExport -InputObject ] [] ``` +### GetViaIdentityComponent +``` +Get-AzApplicationInsightsContinuousExport -ComponentInputObject + -ExportId [-DefaultProfile ] [] +``` + ## DESCRIPTION Get the Continuous Export configuration for this export id. @@ -51,6 +57,21 @@ Get continuous export for an application insights resource ## PARAMETERS +### -ComponentInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: GetViaIdentityComponent +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. @@ -73,7 +94,7 @@ This is unique within a Application Insights component. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityComponent Aliases: Required: True @@ -85,7 +106,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -154,7 +174,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsLinkedStorageAccount.md index 40912141c9a5..14046674b330 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsLinkedStorageAccount.md @@ -56,7 +56,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -125,7 +124,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IComponentLinkedStorageAccounts ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsMyWorkbook.md index e803047533c9..1e8df2118906 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsMyWorkbook.md @@ -14,8 +14,8 @@ Get a single private workbook by its resourceName. ### List1 (Default) ``` -Get-AzApplicationInsightsMyWorkbook -Category [-SubscriptionId ] [-CanFetchContent] - [-Tag ] [-DefaultProfile ] [] +Get-AzApplicationInsightsMyWorkbook -Category [-SubscriptionId ] [-CanFetchContent] + [-Tag >] [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [ ### List ``` -Get-AzApplicationInsightsMyWorkbook -ResourceGroupName -Category - [-SubscriptionId ] [-CanFetchContent] [-LinkedSourceId ] [-Tag ] +Get-AzApplicationInsightsMyWorkbook -ResourceGroupName -Category + [-SubscriptionId ] [-CanFetchContent] [-LinkedSourceId ] [-Tag >] [-DefaultProfile ] [] ``` @@ -109,7 +109,7 @@ Accept wildcard characters: False Category of workbook to return. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.CategoryType +Type: System.String Parameter Sets: List, List1 Aliases: @@ -201,7 +201,7 @@ Accept wildcard characters: False Tags presents on each workbook returned. ```yaml -Type: System.String[] +Type: System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] Parameter Sets: List, List1 Aliases: @@ -219,7 +219,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IMyWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWebTest.md index 2d4dceb1061d..ec07d6126ee7 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWebTest.md @@ -166,7 +166,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -235,7 +234,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTest ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbook.md index 1e824a42be7b..0f2fe61a2af5 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbook.md @@ -14,8 +14,8 @@ Get a single workbook by its resourceName. ### List (Default) ``` -Get-AzApplicationInsightsWorkbook -Category [-SubscriptionId ] [-CanFetchContent] - [-Tag ] [-DefaultProfile ] [] +Get-AzApplicationInsightsWorkbook -Category [-SubscriptionId ] [-CanFetchContent] + [-Tag >] [-DefaultProfile ] [] ``` ### Get @@ -32,9 +32,9 @@ Get-AzApplicationInsightsWorkbook -InputObject [- ### List1 ``` -Get-AzApplicationInsightsWorkbook -ResourceGroupName -Category - [-SubscriptionId ] [-CanFetchContent] [-LinkedSourceId ] [-Tag ] - [-DefaultProfile ] [] +Get-AzApplicationInsightsWorkbook -ResourceGroupName -Category [-SubscriptionId ] + [-CanFetchContent] [-LinkedSourceId ] [-Tag >] [-DefaultProfile ] + [] ``` ## DESCRIPTION @@ -133,7 +133,7 @@ Accept wildcard characters: False Category of workbook to return. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.CategoryType +Type: System.String Parameter Sets: List, List1 Aliases: @@ -162,7 +162,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -241,7 +240,7 @@ Accept wildcard characters: False Tags presents on each workbook returned. ```yaml -Type: System.String[] +Type: System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] Parameter Sets: List, List1 Aliases: @@ -261,7 +260,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbookRevision.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbookRevision.md index 370839cb38ea..5a4b10ab98c9 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbookRevision.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbookRevision.md @@ -30,6 +30,12 @@ Get-AzApplicationInsightsWorkbookRevision -InputObject ] [] ``` +### GetViaIdentityWorkbook +``` +Get-AzApplicationInsightsWorkbookRevision -RevisionId + -WorkbookInputObject [-DefaultProfile ] [] +``` + ## DESCRIPTION Get a single workbook revision defined by its revisionId. @@ -37,7 +43,7 @@ Get a single workbook revision defined by its revisionId. ### Example 1: List all workbook revisions ```powershell -Get-AzApplicationInsightsWorkbookRevision -ResourceGroupName appinsights-hkrs2v-test -Name f7d7151e-7907-4f46-8a5e-6bf4a4cfedec | fl +Get-AzApplicationInsightsWorkbookRevision -ResourceGroupName appinsights-hkrs2v-test -Name f7d7151e-7907-4f46-8a5e-6bf4a4cfedec | Format-List ``` ```output @@ -94,7 +100,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -144,7 +149,7 @@ The id of the workbook's revision. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityWorkbook Aliases: Required: True @@ -169,6 +174,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -WorkbookInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: GetViaIdentityWorkbook +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +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). @@ -178,7 +198,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbookTemplate.md index 0e5a97ae97e5..04ad3b9f8257 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Get-AzApplicationInsightsWorkbookTemplate.md @@ -104,7 +104,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -173,7 +172,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplate ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsights.md index 5f81ac510750..4daba8018cf0 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsights.md @@ -15,11 +15,10 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t ``` New-AzApplicationInsights -Name -ResourceGroupName -Location - [-SubscriptionId ] [-ApplicationType ] [-DisableIPMasking] [-DisableLocalAuth] - [-Etag ] [-FlowType ] [-ForceCustomerStorageForProfiler] [-HockeyAppId ] - [-ImmediatePurgeDataOn30Day] [-IngestionMode ] [-Kind ] - [-PublicNetworkAccessForIngestion ] - [-PublicNetworkAccessForQuery ] [-RequestSource ] + [-SubscriptionId ] [-ApplicationType ] [-DisableIPMasking] [-DisableLocalAuth] + [-Etag ] [-FlowType ] [-ForceCustomerStorageForProfiler] [-HockeyAppId ] + [-ImmediatePurgeDataOn30Day] [-IngestionMode ] [-Kind ] + [-PublicNetworkAccessForIngestion ] [-PublicNetworkAccessForQuery ] [-RequestSource ] [-RetentionInDays ] [-SamplingPercentage ] [-Tag ] [-WorkspaceResourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -43,7 +42,7 @@ Add a new application insights resource named as "test" in resource group "testg Type of application being monitored. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType +Type: System.String Parameter Sets: (All) Aliases: @@ -55,7 +54,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -119,7 +119,7 @@ Used by the Application Insights system to determine what kind of flow this comp This is to be set to 'Bluefield' when creating/updating a component via the REST API. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType +Type: System.String Parameter Sets: (All) Aliases: @@ -147,6 +147,7 @@ Accept wildcard characters: False ### -HockeyAppId The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. +Please visit external url https://aka.ms/ewjuel to get more information. ```yaml Type: System.String @@ -179,7 +180,7 @@ Accept wildcard characters: False Indicates the flow of the ingestion. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode +Type: System.String Parameter Sets: (All) Aliases: @@ -240,7 +241,7 @@ Accept wildcard characters: False The network access type for accessing Application Insights ingestion. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType +Type: System.String Parameter Sets: (All) Aliases: @@ -255,7 +256,7 @@ Accept wildcard characters: False The network access type for accessing Application Insights query. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType +Type: System.String Parameter Sets: (All) Aliases: @@ -271,7 +272,7 @@ Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource +Type: System.String Parameter Sets: (All) Aliases: @@ -315,6 +316,7 @@ Accept wildcard characters: False ### -SamplingPercentage Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. +Please visit external url https://aka.ms/sl0yqd to get more information. ```yaml Type: System.Double @@ -413,7 +415,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsApiKey.md index 1a79c36471a6..db5e0c0175ce 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsApiKey.md @@ -36,7 +36,8 @@ Create a new Api Key for an application insights resource ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -164,7 +165,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentApiKey ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsContinuousExport.md index a06aea3b7e5c..b62abf7808e5 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsContinuousExport.md @@ -27,6 +27,7 @@ Create a Continuous Export configuration of an Application Insights component. ### Example 1: Create a new continuous export configuration for an application insights resource ```powershell +$context = "*****" $sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w $sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken New-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test" ` @@ -40,7 +41,8 @@ The SAS token have to be valid and have write permission to the container, other ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -246,7 +248,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsLinkedStorageAccount.md index 1316510b1b90..dccf7e9feb18 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsLinkedStorageAccount.md @@ -12,12 +12,26 @@ Replace current linked storage account for an Application Insights component. ## SYNTAX +### CreateExpanded (Default) ``` New-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName [-SubscriptionId ] [-LinkedStorageAccountResourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` +### CreateViaJsonFilePath +``` +New-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaJsonString +``` +New-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName -JsonString + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Replace current linked storage account for an Application Insights component. @@ -26,7 +40,7 @@ Replace current linked storage account for an Application Insights component. ### Example 1: Create an application insights linked storage account ```powershell $account = Get-AzStorageAccount -ResourceGroupName "rgName" -Name "accountName" -Get-AzApplicationInsights -ResourceGroupName "rgName" -Name "componentName" | New-AzApplicationInsightsLinkedStorageAccount -LinkedStorageAccountResourceId $account.Id +New-AzApplicationInsightsLinkedStorageAccount -ResourceGroupName "rgName" -Name "componentName" -LinkedStorageAccountResourceId $account.Id ``` Create linked storage account $account under component "componentName" @@ -49,12 +63,42 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LinkedStorageAccountResourceId Linked storage account resource ID ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -148,7 +192,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IComponentLinkedStorageAccounts ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsMyWorkbook.md index 89478ae94ab3..fffe9d6f5195 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsMyWorkbook.md @@ -12,14 +12,29 @@ Create a new private workbook. ## SYNTAX +### CreateExpanded (Default) ``` New-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [-SubscriptionId ] - [-LinkedSourceId ] [-Category ] [-DisplayName ] [-Etag ] [-Id ] - [-IdentityType ] [-Location ] [-SerializedData ] [-SourceId ] + [-LinkedSourceId ] [-Category ] [-DisplayName ] [-EnableSystemAssignedIdentity] + [-Etag ] [-Id ] [-Location ] [-SerializedData ] [-SourceId ] [-SourceTag ] [-StorageUri ] [-Tag ] [-Type ] [-Version ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` +### CreateViaJsonFilePath +``` +New-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-LinkedSourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaJsonString +``` +New-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName -JsonString + [-SubscriptionId ] [-LinkedSourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + ## DESCRIPTION Create a new private workbook. @@ -47,7 +62,7 @@ Workbook category, as defined by the user at creation time. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -78,7 +93,22 @@ The user-defined name of the private workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded Aliases: Required: False @@ -93,7 +123,7 @@ Resource etag ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -108,7 +138,7 @@ Azure resource Id ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -118,15 +148,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -The identity type. +### -JsonFilePath +Path of Json file supplied to the Create operation ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateViaJsonFilePath Aliases: -Required: False +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True Position: Named Default value: None Accept pipeline input: False @@ -153,7 +198,7 @@ Resource location ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -200,7 +245,7 @@ Configuration data is a string containing valid JSON ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -215,7 +260,7 @@ Optional resourceId for a source resource. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -230,7 +275,7 @@ A list of 0 or more tags that are associated with this private workbook definiti ```yaml Type: System.String[] -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -245,7 +290,7 @@ BYOS Storage Account URI ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -275,7 +320,7 @@ Resource tags ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -290,7 +335,7 @@ Azure resource type ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -306,7 +351,7 @@ This can change as new features are added that can be marked private workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -354,7 +399,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IMyWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTest.md index cf3e0c092889..bb36b111d4a3 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTest.md @@ -17,7 +17,7 @@ Creates or updates an Application Insights web test definition. New-AzApplicationInsightsWebTest -Name -ResourceGroupName -Location [-SubscriptionId ] [-ContentIgnoreCase] [-ContentMatch ] [-ContentPassIfTextFound] [-Description ] [-Enabled] [-Frequency ] [-GeoLocation ] - [-Kind ] [-RequestBody ] [-RequestFollowRedirect] [-RequestHeader ] + [-Kind ] [-RequestBody ] [-RequestFollowRedirect] [-RequestHeader ] [-RequestHttpVerb ] [-RequestParseDependent] [-RequestUrl ] [-RetryEnabled] [-RuleExpectedHttpStatusCode ] [-RuleIgnoreHttpsStatusCode] [-RuleSslCertRemainingLifetimeCheck ] [-RuleSslCheck] [-Tag ] [-TestName ] @@ -28,9 +28,10 @@ New-AzApplicationInsightsWebTest -Name -ResourceGroupName -Loc ``` New-AzApplicationInsightsWebTest -Name -ResourceGroupName -Location [-SubscriptionId ] [-Configuration ] [-ContentMatch ] [-Description ] - [-Enabled] [-Frequency ] [-GeoLocation ] [-Kind ] + [-Enabled] [-Frequency ] [-GeoLocation ] [-Kind ] [-RequestParseDependent] [-RequestUrl ] [-RetryEnabled] [-RuleExpectedHttpStatusCode ] - [-Tag ] [-TestName ] [-Timeout ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [-RuleIgnoreHttpsStatusCode] [-RuleSslCertRemainingLifetimeCheck ] [-RuleSslCheck] [-Tag ] + [-TestName ] [-Timeout ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -214,7 +215,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -276,10 +278,9 @@ Accept wildcard characters: False ### -GeoLocation A list of where to physically run the tests from to give global coverage for accessibility of your application. -To construct, see NOTES section for GEOLOCATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTestGeolocation[] +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTestGeolocation[] Parameter Sets: (All) Aliases: @@ -294,7 +295,7 @@ Accept wildcard characters: False The kind of web test this is, valid choices are ping, multistep, and standard. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum +Type: System.String Parameter Sets: (All) Aliases: @@ -367,10 +368,9 @@ Accept wildcard characters: False ### -RequestHeader List of headers and their values to add to the WebTest call. -To construct, see NOTES section for REQUESTHEADER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IHeaderField[] +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField[] Parameter Sets: CreateStandard Aliases: @@ -477,7 +477,7 @@ When set, validation will ignore the status code. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateStandard +Parameter Sets: (All) Aliases: Required: False @@ -493,7 +493,7 @@ Value must be positive and the SSLCheck must be set to true. ```yaml Type: System.Int32 -Parameter Sets: CreateStandard +Parameter Sets: (All) Aliases: Required: False @@ -508,7 +508,7 @@ Checks to see if the SSL cert is still valid. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateStandard +Parameter Sets: (All) Aliases: Required: False @@ -617,7 +617,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTest ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTestGeolocationObject.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTestGeolocationObject.md index f16e40b7c175..04b2a62aa0dd 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTestGeolocationObject.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTestGeolocationObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.ApplicationInsights -online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-AzApplicationInsightsWebTestGeolocationObject +online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightswebtestgeolocationobject schema: 2.0.0 --- @@ -59,7 +59,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestGeolocation +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WebTestGeolocation ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTestHeaderFieldObject.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTestHeaderFieldObject.md index 5eaa996629e0..5b57a785691f 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTestHeaderFieldObject.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWebTestHeaderFieldObject.md @@ -1,14 +1,14 @@ --- external help file: Module Name: Az.ApplicationInsights -online version: https://learn.microsoft.com/powershell/module/az.ApplicationInsights/new-AzApplicationInsightsWebTestHeaderFieldObject +online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightswebtestheaderfieldobject schema: 2.0.0 --- # New-AzApplicationInsightsWebTestHeaderFieldObject ## SYNOPSIS -Create a in-memory object for HeaderField +Create an in-memory object for HeaderField. ## SYNTAX @@ -17,7 +17,7 @@ New-AzApplicationInsightsWebTestHeaderFieldObject [-Name ] [-Value -ResourceGroupName -Location [-SubscriptionId ] [-LinkedSourceId ] [-Category ] [-Description ] - [-DisplayName ] [-Etag ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-SerializedData ] [-SourceId ] - [-SourceTag ] [-StorageUri ] [-Tag ] [-Version ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + [-DisplayName ] [-EnableSystemAssignedIdentity] [-Etag ] [-SerializedData ] + [-SourceId ] [-SourceTag ] [-StorageUri ] [-Tag ] + [-UserAssignedIdentity ] [-Version ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaJsonFilePath +``` +New-AzApplicationInsightsWorkbook -Name -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-LinkedSourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaJsonString +``` +New-AzApplicationInsightsWorkbook -Name -ResourceGroupName -JsonString + [-SubscriptionId ] [-LinkedSourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -47,7 +62,7 @@ Workbook category, as defined by the user at creation time. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -78,7 +93,7 @@ The description of the workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -93,7 +108,22 @@ The user-defined name (display name) of the workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded Aliases: Required: False @@ -108,7 +138,7 @@ Resource etag ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -118,32 +148,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). +### -JsonFilePath +Path of Json file supplied to the Create operation ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ManagedServiceIdentityType -Parameter Sets: (All) +Type: System.String +Parameter Sets: CreateViaJsonFilePath Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -JsonString +Json string supplied to the Create operation ```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) +Type: System.String +Parameter Sets: CreateViaJsonString Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -170,7 +198,7 @@ The geo-location where the resource lives ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -217,7 +245,7 @@ Configuration data is a string containing valid JSON ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -232,7 +260,7 @@ ResourceId for a source resource. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -247,7 +275,7 @@ Being deprecated, please use the other tags field ```yaml Type: System.String[] -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -262,7 +290,7 @@ The resourceId to the storage account when bring your own storage is used ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -292,7 +320,23 @@ Resource tags. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserAssignedIdentity +The array of user assigned identities associated with the resource. +The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.' + +```yaml +Type: System.String[] +Parameter Sets: CreateExpanded Aliases: Required: False @@ -307,7 +351,7 @@ Workbook schema version format, like 'Notebook/1.0', which should match the work ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -355,7 +399,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWorkbookTemplate.md index 848fd92eaa76..c77ee57a98f9 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWorkbookTemplate.md @@ -12,6 +12,7 @@ Create a new workbook template. ## SYNTAX +### CreateExpanded (Default) ``` New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName -Location [-SubscriptionId ] [-Author ] [-Gallery ] @@ -19,6 +20,18 @@ New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName ] [-Confirm] [-WhatIf] [] ``` +### CreateViaJsonFilePath +``` +New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### CreateViaJsonString +``` +New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName -JsonString + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Create a new workbook template. @@ -72,7 +85,7 @@ Information about the author of the workbook template. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -100,11 +113,10 @@ Accept wildcard characters: False ### -Gallery Workbook galleries supported by the template. -To construct, see NOTES section for GALLERY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateGallery[] -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplateGallery[] +Parameter Sets: CreateExpanded Aliases: Required: False @@ -114,13 +126,43 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Localized Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -135,7 +177,7 @@ Resource location ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -166,7 +208,7 @@ Determines which template to open when a workbook gallery is opened in viewer mo ```yaml Type: System.Int32 -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -212,7 +254,7 @@ Resource tags ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -227,7 +269,7 @@ Valid JSON object containing workbook template payload. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -275,7 +317,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplate ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md index b696c9ebdbc6..e96ea64f776b 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.ApplicationInsights -online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-AzApplicationInsightsWorkbookTemplateGalleryObject +online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightsworkbooktemplategalleryobject schema: 2.0.0 --- @@ -119,7 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateGallery +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WorkbookTemplateGallery ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsights.md index 7723522fbb8c..7f6d0f33f946 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsights.md @@ -56,7 +56,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsApiKey.md index d550e6784033..8d92e603391d 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsApiKey.md @@ -24,6 +24,12 @@ Remove-AzApplicationInsightsApiKey -InputObject [ [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityComponent +``` +Remove-AzApplicationInsightsApiKey -ApiKeyId -ComponentInputObject + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete an API Key of an Application Insights component. @@ -44,7 +50,7 @@ This is unique within a Application Insights component. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityComponent Aliases: Required: True @@ -54,6 +60,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ComponentInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: DeleteViaIdentityComponent +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. @@ -72,7 +93,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -172,7 +192,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentApiKey ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsContinuousExport.md index 3aeec64f2ee1..5ac95c93d289 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsContinuousExport.md @@ -24,6 +24,12 @@ Remove-AzApplicationInsightsContinuousExport -InputObject ] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityComponent +``` +Remove-AzApplicationInsightsContinuousExport -ComponentInputObject + -ExportId [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete a Continuous Export configuration of an Application Insights component. @@ -38,6 +44,21 @@ Remove a continuous export configuration in an application insights resource ## PARAMETERS +### -ComponentInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: DeleteViaIdentityComponent +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. @@ -60,7 +81,7 @@ This is unique within a Application Insights component. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityComponent Aliases: Required: True @@ -72,7 +93,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -172,7 +192,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsLinkedStorageAccount.md index 850413cca954..ebcffb86d90a 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsLinkedStorageAccount.md @@ -56,7 +56,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWebTest.md index a8dd28858974..519fd0affb56 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWebTest.md @@ -63,7 +63,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWorkbook.md index 0e1905b2ab2d..42ccfec3d1a7 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWorkbook.md @@ -63,7 +63,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWorkbookTemplate.md index 78c96db961f3..2e50c4f2d62d 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Remove-AzApplicationInsightsWorkbookTemplate.md @@ -63,7 +63,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsContinuousExport.md index 0bd3e744992c..bbc8bc9028fd 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsContinuousExport.md @@ -27,6 +27,7 @@ Create a Continuous Export configuration of an Application Insights component. ### Example 1: Update continuous export configuration ```powershell +$context = "*****" $sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w $sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken Set-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test" ` @@ -40,7 +41,8 @@ If SAS token expired, the continuous export feature will stop working. ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -277,7 +279,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsDailyCap.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsDailyCap.md index 84ba9ae7387b..82ab0d7b6b66 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsDailyCap.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsDailyCap.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentBillingFeatures ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsPricingPlan.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsPricingPlan.md index 7b7c40ec35fe..195b33900922 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsPricingPlan.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Set-AzApplicationInsightsPricingPlan.md @@ -48,7 +48,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -177,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentBillingFeatures ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsights.md index a681a9bb769f..a6985f4f0c0a 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsights.md @@ -15,13 +15,11 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t ``` Update-AzApplicationInsights -Name -ResourceGroupName [-SubscriptionId ] - [-ApplicationType ] [-DisableIPMasking] [-DisableLocalAuth] [-Etag ] - [-FlowType ] [-ForceCustomerStorageForProfiler] [-HockeyAppId ] - [-ImmediatePurgeDataOn30Day] [-IngestionMode ] - [-PublicNetworkAccessForIngestion ] - [-PublicNetworkAccessForQuery ] [-RequestSource ] - [-RetentionInDays ] [-SamplingPercentage ] [-Tag ] [-WorkspaceResourceId ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + [-ApplicationType ] [-DisableIPMasking] [-DisableLocalAuth] [-Etag ] [-FlowType ] + [-ForceCustomerStorageForProfiler] [-HockeyAppId ] [-ImmediatePurgeDataOn30Day] + [-IngestionMode ] [-PublicNetworkAccessForIngestion ] [-PublicNetworkAccessForQuery ] + [-RequestSource ] [-RetentionInDays ] [-SamplingPercentage ] [-Tag ] + [-WorkspaceResourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -43,7 +41,7 @@ update application insights component "aiName" PublicNetworkAccessForIngestion/P Type of application being monitored. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType +Type: System.String Parameter Sets: (All) Aliases: @@ -119,7 +117,7 @@ Used by the Application Insights system to determine what kind of flow this comp This is to be set to 'Bluefield' when creating/updating a component via the REST API. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType +Type: System.String Parameter Sets: (All) Aliases: @@ -179,7 +177,7 @@ Accept wildcard characters: False Indicates the flow of the ingestion. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode +Type: System.String Parameter Sets: (All) Aliases: @@ -209,7 +207,7 @@ Accept wildcard characters: False The network access type for accessing Application Insights ingestion. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType +Type: System.String Parameter Sets: (All) Aliases: @@ -224,7 +222,7 @@ Accept wildcard characters: False The network access type for accessing Application Insights query. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType +Type: System.String Parameter Sets: (All) Aliases: @@ -240,7 +238,7 @@ Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource +Type: System.String Parameter Sets: (All) Aliases: @@ -382,7 +380,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsLinkedStorageAccount.md index 59fa40800305..04e6b31ef378 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsLinkedStorageAccount.md @@ -26,6 +26,20 @@ Update-AzApplicationInsightsLinkedStorageAccount -InputObject ] ``` +### UpdateViaJsonFilePath +``` +Update-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaJsonString +``` +Update-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName + -JsonString [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + ## DESCRIPTION Update linked storage accounts for an Application Insights component. @@ -59,7 +73,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -73,12 +86,42 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LinkedStorageAccountResourceId Linked storage account resource ID ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -93,7 +136,7 @@ The name of the Application Insights component resource. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: ApplicationInsightsComponentName, ComponentName Required: True @@ -109,7 +152,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -124,7 +167,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: False @@ -174,7 +217,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IComponentLinkedStorageAccounts ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsMyWorkbook.md index 89333de8f298..e8cd8168dbb8 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsMyWorkbook.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzApplicationInsightsMyWorkbook ## SYNOPSIS -Updates a private workbook that has already been added. +Update a new private workbook. ## SYNTAX @@ -19,7 +19,7 @@ Update-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName ] [-Confirm] [-WhatIf] [] ``` +### UpdateViaJsonFilePath +``` +Update-AzApplicationInsightsWebTestTag -Name -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaJsonString +``` +Update-AzApplicationInsightsWebTestTag -Name -ResourceGroupName -JsonString + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION -Updates the tags associated with an Application Insights web test. +Update the tags associated with an Application Insights web test. ## EXAMPLES @@ -75,7 +87,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -89,12 +100,42 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Name The name of the Application Insights WebTest resource. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -110,7 +151,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -125,7 +166,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: False @@ -140,7 +181,7 @@ Resource tags ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -190,7 +231,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTest ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsWorkbook.md index 8bfde6f4722d..f4b0f5bf291c 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsWorkbook.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzApplicationInsightsWorkbook ## SYNOPSIS -Updates a workbook that has already been added. +Update a workbook that has already been added. ## SYNTAX @@ -28,8 +28,22 @@ Update-AzApplicationInsightsWorkbook -InputObject [-WhatIf] [] ``` +### UpdateViaJsonFilePath +``` +Update-AzApplicationInsightsWorkbook -Name -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-LinkedSourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaJsonString +``` +Update-AzApplicationInsightsWorkbook -Name -ResourceGroupName -JsonString + [-SubscriptionId ] [-LinkedSourceId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + ## DESCRIPTION -Updates a workbook that has already been added. +Update a workbook that has already been added. ## EXAMPLES @@ -66,7 +80,7 @@ Workbook category, as defined by the user at creation time. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -97,7 +111,7 @@ The description of the workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -112,7 +126,7 @@ The user-defined name (display name) of the workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -124,7 +138,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -138,6 +151,36 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LinkedSourceId Azure Resource Id that will fetch all linked workbooks. @@ -158,7 +201,7 @@ The name of the resource. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -174,7 +217,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -189,7 +232,7 @@ The unique revision id for this workbook definition ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -205,7 +248,7 @@ Configuration data is a string containing valid JSON ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -220,7 +263,7 @@ A list of 0 or more tags that are associated with this workbook definition ```yaml Type: System.String[] -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -235,7 +278,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: False @@ -250,7 +293,7 @@ Resource tags. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -300,7 +343,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsWorkbookTemplate.md index 2b5083405c07..0920c7149430 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/docs/Update-AzApplicationInsightsWorkbookTemplate.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzApplicationInsightsWorkbookTemplate ## SYNOPSIS -Updates a workbook template that has already been added. +Update a workbook template that has already been added. ## SYNTAX @@ -27,8 +27,20 @@ Update-AzApplicationInsightsWorkbookTemplate -InputObject ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` +### UpdateViaJsonFilePath +``` +Update-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaJsonString +``` +Update-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName -JsonString + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION -Updates a workbook template that has already been added. +Update a workbook template that has already been added. ## EXAMPLES @@ -65,7 +77,7 @@ Information about the author of the workbook template. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -93,11 +105,10 @@ Accept wildcard characters: False ### -Gallery Workbook galleries supported by the template. -To construct, see NOTES section for GALLERY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateGallery[] -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplateGallery[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -109,7 +120,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -123,13 +133,43 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Localized Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -144,7 +184,7 @@ The name of the Application Insights component resource. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -160,7 +200,7 @@ Determines which template to open when a workbook gallery is opened in viewer mo ```yaml Type: System.Int32 -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -176,7 +216,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -191,7 +231,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: False @@ -206,7 +246,7 @@ Resource tags ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -221,7 +261,7 @@ Valid JSON object containing workbook template payload. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -271,7 +311,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplate ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/examples/Get-AzApplicationInsightsWorkbookRevision.md b/src/ApplicationInsights/ApplicationInsights.Autorest/examples/Get-AzApplicationInsightsWorkbookRevision.md index 922137405b6d..9c8216c96fab 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/examples/Get-AzApplicationInsightsWorkbookRevision.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/examples/Get-AzApplicationInsightsWorkbookRevision.md @@ -1,6 +1,6 @@ ### Example 1: List all workbook revisions ```powershell -Get-AzApplicationInsightsWorkbookRevision -ResourceGroupName appinsights-hkrs2v-test -Name f7d7151e-7907-4f46-8a5e-6bf4a4cfedec | fl +Get-AzApplicationInsightsWorkbookRevision -ResourceGroupName appinsights-hkrs2v-test -Name f7d7151e-7907-4f46-8a5e-6bf4a4cfedec | Format-List ``` ```output diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/examples/New-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights.Autorest/examples/New-AzApplicationInsightsContinuousExport.md index c0fadffbaa66..4b6fdb462e60 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/examples/New-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/examples/New-AzApplicationInsightsContinuousExport.md @@ -1,5 +1,6 @@ ### Example 1: Create a new continuous export configuration for an application insights resource ```powershell +$context = "*****" $sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w $sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken New-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test" ` diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/examples/New-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights.Autorest/examples/New-AzApplicationInsightsLinkedStorageAccount.md index c620e423414e..2dea7351ee64 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/examples/New-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/examples/New-AzApplicationInsightsLinkedStorageAccount.md @@ -1,7 +1,7 @@ ### Example 1: Create an application insights linked storage account ```powershell $account = Get-AzStorageAccount -ResourceGroupName "rgName" -Name "accountName" -Get-AzApplicationInsights -ResourceGroupName "rgName" -Name "componentName" | New-AzApplicationInsightsLinkedStorageAccount -LinkedStorageAccountResourceId $account.Id +New-AzApplicationInsightsLinkedStorageAccount -ResourceGroupName "rgName" -Name "componentName" -LinkedStorageAccountResourceId $account.Id ``` Create linked storage account $account under component "componentName" diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/examples/Set-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights.Autorest/examples/Set-AzApplicationInsightsContinuousExport.md index c9775e4081bb..dd8caf6752c5 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/examples/Set-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/examples/Set-AzApplicationInsightsContinuousExport.md @@ -1,5 +1,6 @@ ### Example 1: Update continuous export configuration ```powershell +$context = "*****" $sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w $sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken Set-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test" ` diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/generate-info.json b/src/ApplicationInsights/ApplicationInsights.Autorest/generate-info.json index baf7dd351d50..c72cfa18107f 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/generate-info.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "e79f3301-10cb-4d98-b19c-248daa9a6880" + "generate_Id": "02cdd05d-044a-4016-86a9-d72f1c4041b2" } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Recording.json index 603c54993a50..dccea97cf5cd 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Recording.json @@ -1,8 +1,8 @@ { - "ApplicationInsightsComponent+[NoContext]+Component+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0?api-version=2020-02-02+1": { + "ApplicationInsightsComponent+[NoContext]+Component+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componento46ec2?api-version=2020-02-02+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0?api-version=2020-02-02", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componento46ec2?api-version=2020-02-02", "Content": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"Application_Type\": \"web\"\r\n },\r\n \"kind\": \"web\"\r\n}", "isContentBase64": false, "Headers": { @@ -22,36 +22,38 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "dfdd807f-3b7b-4451-b671-68599770565e" ], - "x-ms-correlation-request-id": [ "dfdd807f-3b7b-4451-b671-68599770565e" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20240318T082526Z:dfdd807f-3b7b-4451-b671-68599770565e" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/0d05ccb4-7657-4fb5-8230-69d43ae9d28a" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "c5dceea1-d36b-41ac-a679-0dea9c62598d" ], + "x-ms-correlation-request-id": [ "c5dceea1-d36b-41ac-a679-0dea9c62598d" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T083935Z:c5dceea1-d36b-41ac-a679-0dea9c62598d" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: D40A9BE2D61A4D94836470341BDB474D Ref B: MAA201060514019 Ref C: 2024-03-18T08:25:22Z" ], - "Date": [ "Mon, 18 Mar 2024 08:25:25 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 2D0B3121D8FA4644A72A22C765CE7251 Ref B: TYO201100115031 Ref C: 2025-09-01T08:39:25Z" ], + "Date": [ "Mon, 01 Sep 2025 08:39:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1247" ], + "Content-Length": [ "1531" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0\",\r\n \"name\": \"componentjq87r0\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"eb00b29d-0000-0800-0000-65f7fa750000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"componentjq87r0\",\r\n \"AppId\": \"29218048-6852-4b3a-870d-662116a28e0e\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"865eca96-784f-4dbe-99b0-c75de4decfc8\",\r\n \"ConnectionString\": \"InstrumentationKey=865eca96-784f-4dbe-99b0-c75de4decfc8;IngestionEndpoint=https://westus2-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/\",\r\n \"Name\": \"componentjq87r0\",\r\n \"CreationDate\": \"2024-03-18T08:25:25.5653141+00:00\",\r\n \"TenantId\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"e100b2fb-0000-0800-0000-68b55bc60000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componento46ec2\",\r\n \"name\": \"componento46ec2\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"componento46ec2\",\r\n \"AppId\": \"4781ed38-c501-4777-bc4e-336b2f71338d\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"f9a65520-7d89-4860-b471-9382d1f68ca5\",\r\n \"ConnectionString\": \"InstrumentationKey=f9a65520-7d89-4860-b471-9382d1f68ca5;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=4781ed38-c501-4777-bc4e-336b2f71338d\",\r\n \"Name\": \"componento46ec2\",\r\n \"CreationDate\": \"2025-09-01T08:39:27.8601258+00:00\",\r\n \"TenantId\": \"0e745469-49f8-48c9-873b-24ca87143db1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/ai_componento46ec2_4781ed38-c501-4777-bc4e-336b2f71338d_managed/providers/Microsoft.OperationalInsights/workspaces/managed-componento46ec2-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", "isContentBase64": false } }, - "ApplicationInsightsComponent+[NoContext]+Component+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0?api-version=2020-02-02+2": { + "ApplicationInsightsComponent+[NoContext]+Component+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componento46ec2?api-version=2020-02-02+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0?api-version=2020-02-02", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componento46ec2?api-version=2020-02-02", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "4a0c55a8-9b8e-4d88-a61a-ab178c127451" ], + "x-ms-unique-id": [ "6" ], + "x-ms-client-request-id": [ "79d1b25e-f62c-4f8d-a6dd-5a87cc08c81a" ], "CommandName": [ "." ], "FullCommandName": [ "Get-AzApplicationInsights_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -67,36 +69,37 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "73d231b9-1849-4b83-9ecc-8d7f272ccd21" ], - "x-ms-correlation-request-id": [ "73d231b9-1849-4b83-9ecc-8d7f272ccd21" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20240318T082528Z:73d231b9-1849-4b83-9ecc-8d7f272ccd21" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "e4ca67f1-1eee-46ba-9588-bc6ca3e48ef9" ], + "x-ms-correlation-request-id": [ "e4ca67f1-1eee-46ba-9588-bc6ca3e48ef9" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T083935Z:e4ca67f1-1eee-46ba-9588-bc6ca3e48ef9" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 46677AC99E864378B2D1BD0BC936F3B9 Ref B: MAA201060514019 Ref C: 2024-03-18T08:25:26Z" ], - "Date": [ "Mon, 18 Mar 2024 08:25:27 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 0236F3537DCA4F3BA4C1A22FF1524AFD Ref B: TYO201100115031 Ref C: 2025-09-01T08:39:35Z" ], + "Date": [ "Mon, 01 Sep 2025 08:39:35 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1247" ], + "Content-Length": [ "1531" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0\",\r\n \"name\": \"componentjq87r0\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"eb00b29d-0000-0800-0000-65f7fa750000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"componentjq87r0\",\r\n \"AppId\": \"29218048-6852-4b3a-870d-662116a28e0e\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"865eca96-784f-4dbe-99b0-c75de4decfc8\",\r\n \"ConnectionString\": \"InstrumentationKey=865eca96-784f-4dbe-99b0-c75de4decfc8;IngestionEndpoint=https://westus2-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/\",\r\n \"Name\": \"componentjq87r0\",\r\n \"CreationDate\": \"2024-03-18T08:25:25.5653141+00:00\",\r\n \"TenantId\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"e100b2fb-0000-0800-0000-68b55bc60000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componento46ec2\",\r\n \"name\": \"componento46ec2\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"componento46ec2\",\r\n \"AppId\": \"4781ed38-c501-4777-bc4e-336b2f71338d\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"f9a65520-7d89-4860-b471-9382d1f68ca5\",\r\n \"ConnectionString\": \"InstrumentationKey=f9a65520-7d89-4860-b471-9382d1f68ca5;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=4781ed38-c501-4777-bc4e-336b2f71338d\",\r\n \"Name\": \"componento46ec2\",\r\n \"CreationDate\": \"2025-09-01T08:39:27.8601258+00:00\",\r\n \"TenantId\": \"0e745469-49f8-48c9-873b-24ca87143db1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/ai_componento46ec2_4781ed38-c501-4777-bc4e-336b2f71338d_managed/providers/Microsoft.OperationalInsights/workspaces/managed-componento46ec2-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", "isContentBase64": false } }, - "ApplicationInsightsComponent+[NoContext]+Component+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0?api-version=2020-02-02+3": { + "ApplicationInsightsComponent+[NoContext]+Component+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componento46ec2?api-version=2020-02-02+3": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0?api-version=2020-02-02", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componento46ec2?api-version=2020-02-02", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "01368d01-f78b-400c-a83e-2697baf47044" ], + "x-ms-unique-id": [ "7" ], + "x-ms-client-request-id": [ "44f2db6d-622d-4870-8374-1c78f680bdd5" ], "CommandName": [ "Remove-AzApplicationInsights" ], "FullCommandName": [ "Remove-AzApplicationInsights_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -112,13 +115,15 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "3ca0ea7a-39e3-41d9-9aff-8652f3d9b995" ], - "x-ms-correlation-request-id": [ "3ca0ea7a-39e3-41d9-9aff-8652f3d9b995" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20240318T082535Z:3ca0ea7a-39e3-41d9-9aff-8652f3d9b995" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/c0b1f4a1-e50e-48e3-972a-034433594323" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-request-id": [ "f03498e4-cd8a-4d11-a198-43338cdc981b" ], + "x-ms-correlation-request-id": [ "f03498e4-cd8a-4d11-a198-43338cdc981b" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T083943Z:f03498e4-cd8a-4d11-a198-43338cdc981b" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 046FE8AD554E4E96A5890B4B54D37006 Ref B: MAA201060514019 Ref C: 2024-03-18T08:25:28Z" ], - "Date": [ "Mon, 18 Mar 2024 08:25:34 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 031002DBC3D74CBD8DA17D18DCED0202 Ref B: TYO201100115031 Ref C: 2025-09-01T08:39:35Z" ], + "Date": [ "Mon, 01 Sep 2025 08:39:42 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -128,10 +133,10 @@ "isContentBase64": false } }, - "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02+1": { + "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02", "Content": "{\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"properties\": {\r\n \"Application_Type\": \"web\"\r\n },\r\n \"kind\": \"web\"\r\n}", "isContentBase64": false, "Headers": { @@ -151,36 +156,38 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "28a1fd55-0b50-428f-9406-49319f79cf89" ], - "x-ms-correlation-request-id": [ "28a1fd55-0b50-428f-9406-49319f79cf89" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20240318T082539Z:28a1fd55-0b50-428f-9406-49319f79cf89" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/1b113549-559a-46d2-b8c2-0bfacb91a288" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "b0afafae-7a6c-4aa7-8381-279defd830a5" ], + "x-ms-correlation-request-id": [ "b0afafae-7a6c-4aa7-8381-279defd830a5" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T083954Z:b0afafae-7a6c-4aa7-8381-279defd830a5" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: A8E2E5636AD24F5C82C3E66ED3771470 Ref B: MAA201060514019 Ref C: 2024-03-18T08:25:35Z" ], - "Date": [ "Mon, 18 Mar 2024 08:25:38 GMT" ] + "X-MSEdge-Ref": [ "Ref A: DD9A8507D6B343E7A4D4CB3C19901867 Ref B: TYO201100115031 Ref C: 2025-09-01T08:39:43Z" ], + "Date": [ "Mon, 01 Sep 2025 08:39:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1269" ], + "Content-Length": [ "1553" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt\",\r\n \"name\": \"componentk7l0bt\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"eb00509e-0000-0800-0000-65f7fa820000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"componentk7l0bt\",\r\n \"AppId\": \"d9b5d5c5-ee07-4339-a3b8-e536aaed15c0\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"40d6e501-b98a-49ff-88c3-36b81c87aafc\",\r\n \"ConnectionString\": \"InstrumentationKey=40d6e501-b98a-49ff-88c3-36b81c87aafc;IngestionEndpoint=https://westus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/\",\r\n \"Name\": \"componentk7l0bt\",\r\n \"CreationDate\": \"2024-03-18T08:25:38.0117299+00:00\",\r\n \"TenantId\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"e200b200-0000-0800-0000-68b55bda0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb\",\r\n \"name\": \"componentrdtlgb\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"properties\": {\r\n \"ApplicationId\": \"componentrdtlgb\",\r\n \"AppId\": \"03bced87-695d-4859-9335-f783d3fa9e16\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"ac95a9da-038a-4eec-99c8-d1a79e471f38\",\r\n \"ConnectionString\": \"InstrumentationKey=ac95a9da-038a-4eec-99c8-d1a79e471f38;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=03bced87-695d-4859-9335-f783d3fa9e16\",\r\n \"Name\": \"componentrdtlgb\",\r\n \"CreationDate\": \"2025-09-01T08:39:45.3629437+00:00\",\r\n \"TenantId\": \"0e745469-49f8-48c9-873b-24ca87143db1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/ai_componentrdtlgb_03bced87-695d-4859-9335-f783d3fa9e16_managed/providers/Microsoft.OperationalInsights/workspaces/managed-componentrdtlgb-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", "isContentBase64": false } }, - "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02+2": { + "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "08cd11b8-ebdf-4f2f-a348-a65f3c12e54a" ], + "x-ms-unique-id": [ "9" ], + "x-ms-client-request-id": [ "a188aaec-2841-4a8e-b519-7844e9d6ef53" ], "CommandName": [ "." ], "FullCommandName": [ "Get-AzApplicationInsights_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -196,34 +203,35 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ "69463ca5-0d1a-4856-80db-2a51c29ee002" ], - "x-ms-correlation-request-id": [ "69463ca5-0d1a-4856-80db-2a51c29ee002" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20240318T082542Z:69463ca5-0d1a-4856-80db-2a51c29ee002" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "3779c70a-5552-4138-b902-d4efba281597" ], + "x-ms-correlation-request-id": [ "3779c70a-5552-4138-b902-d4efba281597" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T083955Z:3779c70a-5552-4138-b902-d4efba281597" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 63AD69F0DD834E299E0938AE692F5AAA Ref B: MAA201060514019 Ref C: 2024-03-18T08:25:41Z" ], - "Date": [ "Mon, 18 Mar 2024 08:25:42 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 5BAE1A6120204E07869E0671DD547378 Ref B: TYO201100115031 Ref C: 2025-09-01T08:39:54Z" ], + "Date": [ "Mon, 01 Sep 2025 08:39:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1269" ], + "Content-Length": [ "1553" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt\",\r\n \"name\": \"componentk7l0bt\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"eb00509e-0000-0800-0000-65f7fa820000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"componentk7l0bt\",\r\n \"AppId\": \"d9b5d5c5-ee07-4339-a3b8-e536aaed15c0\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"40d6e501-b98a-49ff-88c3-36b81c87aafc\",\r\n \"ConnectionString\": \"InstrumentationKey=40d6e501-b98a-49ff-88c3-36b81c87aafc;IngestionEndpoint=https://westus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/\",\r\n \"Name\": \"componentk7l0bt\",\r\n \"CreationDate\": \"2024-03-18T08:25:38.0117299+00:00\",\r\n \"TenantId\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"e200b200-0000-0800-0000-68b55bda0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb\",\r\n \"name\": \"componentrdtlgb\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"properties\": {\r\n \"ApplicationId\": \"componentrdtlgb\",\r\n \"AppId\": \"03bced87-695d-4859-9335-f783d3fa9e16\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"ac95a9da-038a-4eec-99c8-d1a79e471f38\",\r\n \"ConnectionString\": \"InstrumentationKey=ac95a9da-038a-4eec-99c8-d1a79e471f38;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=03bced87-695d-4859-9335-f783d3fa9e16\",\r\n \"Name\": \"componentrdtlgb\",\r\n \"CreationDate\": \"2025-09-01T08:39:45.3629437+00:00\",\r\n \"TenantId\": \"0e745469-49f8-48c9-873b-24ca87143db1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/ai_componentrdtlgb_03bced87-695d-4859-9335-f783d3fa9e16_managed/providers/Microsoft.OperationalInsights/workspaces/managed-componentrdtlgb-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", "isContentBase64": false } }, - "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02+3": { + "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"properties\": {\r\n \"Application_Type\": \"web\",\r\n \"RetentionInDays\": 90,\r\n \"publicNetworkAccessForIngestion\": \"Disabled\",\r\n \"publicNetworkAccessForQuery\": \"Disabled\",\r\n \"IngestionMode\": \"ApplicationInsights\"\r\n },\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"eb00509e-0000-0800-0000-65f7fa820000\\\"\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"properties\": {\r\n \"Application_Type\": \"web\",\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/ai_componentrdtlgb_03bced87-695d-4859-9335-f783d3fa9e16_managed/providers/Microsoft.OperationalInsights/workspaces/managed-componentrdtlgb-ws\",\r\n \"publicNetworkAccessForIngestion\": \"Disabled\",\r\n \"publicNetworkAccessForQuery\": \"Disabled\",\r\n \"IngestionMode\": \"LogAnalytics\"\r\n },\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"e200b200-0000-0800-0000-68b55bda0000\\\"\"\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "368" ] + "Content-Length": [ "601" ] } }, "Response": { @@ -236,36 +244,38 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "b13a6f8d-5f06-4522-8221-7503633f13fd" ], - "x-ms-correlation-request-id": [ "b13a6f8d-5f06-4522-8221-7503633f13fd" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20240318T082549Z:b13a6f8d-5f06-4522-8221-7503633f13fd" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/9e79e649-9846-4859-aa1a-5fcc661cd311" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "e2dc8594-e72b-4f44-930c-812189896ab9" ], + "x-ms-correlation-request-id": [ "e2dc8594-e72b-4f44-930c-812189896ab9" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T083956Z:e2dc8594-e72b-4f44-930c-812189896ab9" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 6AEABAA5C30F4E4C9437F385CE1E81B6 Ref B: MAA201060514019 Ref C: 2024-03-18T08:25:43Z" ], - "Date": [ "Mon, 18 Mar 2024 08:25:48 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 9028DE113AF246F89395D80FA706B716 Ref B: TYO201100115031 Ref C: 2025-09-01T08:39:55Z" ], + "Date": [ "Mon, 01 Sep 2025 08:39:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1297" ], + "Content-Length": [ "1581" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt\",\r\n \"name\": \"componentk7l0bt\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"eb00aa9e-0000-0800-0000-65f7fa880000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"componentk7l0bt\",\r\n \"AppId\": \"d9b5d5c5-ee07-4339-a3b8-e536aaed15c0\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"40d6e501-b98a-49ff-88c3-36b81c87aafc\",\r\n \"ConnectionString\": \"InstrumentationKey=40d6e501-b98a-49ff-88c3-36b81c87aafc;IngestionEndpoint=https://westus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/\",\r\n \"Name\": \"componentk7l0bt\",\r\n \"CreationDate\": \"2024-03-18T08:25:38.0117299+00:00\",\r\n \"TenantId\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"Retention\": \"P90D\",\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Disabled\",\r\n \"publicNetworkAccessForQuery\": \"Disabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"e2002501-0000-0800-0000-68b55bdc0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb\",\r\n \"name\": \"componentrdtlgb\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"properties\": {\r\n \"ApplicationId\": \"componentrdtlgb\",\r\n \"AppId\": \"03bced87-695d-4859-9335-f783d3fa9e16\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"ac95a9da-038a-4eec-99c8-d1a79e471f38\",\r\n \"ConnectionString\": \"InstrumentationKey=ac95a9da-038a-4eec-99c8-d1a79e471f38;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=03bced87-695d-4859-9335-f783d3fa9e16\",\r\n \"Name\": \"componentrdtlgb\",\r\n \"CreationDate\": \"2025-09-01T08:39:45.3629437+00:00\",\r\n \"TenantId\": \"0e745469-49f8-48c9-873b-24ca87143db1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"Retention\": \"P90D\",\r\n \"WorkspaceResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/ai_componentrdtlgb_03bced87-695d-4859-9335-f783d3fa9e16_managed/providers/Microsoft.OperationalInsights/workspaces/managed-componentrdtlgb-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Disabled\",\r\n \"publicNetworkAccessForQuery\": \"Disabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", "isContentBase64": false } }, - "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02+4": { + "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "07509d87-5f5a-4373-9bea-30c81b5acf87" ], + "x-ms-unique-id": [ "11" ], + "x-ms-client-request-id": [ "6d24e08c-d587-4c2e-8d0c-07e80f7a41bb" ], "CommandName": [ "." ], "FullCommandName": [ "Get-AzApplicationInsights_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -281,36 +291,37 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-request-id": [ "d2f22d8a-f810-4de9-a0ca-75b03f422650" ], - "x-ms-correlation-request-id": [ "d2f22d8a-f810-4de9-a0ca-75b03f422650" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20240318T082551Z:d2f22d8a-f810-4de9-a0ca-75b03f422650" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-request-id": [ "2b53bcc2-59cc-40eb-b1a0-069c8db747aa" ], + "x-ms-correlation-request-id": [ "2b53bcc2-59cc-40eb-b1a0-069c8db747aa" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T083956Z:2b53bcc2-59cc-40eb-b1a0-069c8db747aa" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 9FCECE306DD140E1958BFCA7F206642B Ref B: MAA201060514019 Ref C: 2024-03-18T08:25:49Z" ], - "Date": [ "Mon, 18 Mar 2024 08:25:50 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 7EB6E75ACB4D4D04AA162E7C05FB4B70 Ref B: TYO201100115031 Ref C: 2025-09-01T08:39:56Z" ], + "Date": [ "Mon, 01 Sep 2025 08:39:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1297" ], + "Content-Length": [ "1581" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt\",\r\n \"name\": \"componentk7l0bt\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"eb00aa9e-0000-0800-0000-65f7fa880000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"componentk7l0bt\",\r\n \"AppId\": \"d9b5d5c5-ee07-4339-a3b8-e536aaed15c0\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"40d6e501-b98a-49ff-88c3-36b81c87aafc\",\r\n \"ConnectionString\": \"InstrumentationKey=40d6e501-b98a-49ff-88c3-36b81c87aafc;IngestionEndpoint=https://westus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/\",\r\n \"Name\": \"componentk7l0bt\",\r\n \"CreationDate\": \"2024-03-18T08:25:38.0117299+00:00\",\r\n \"TenantId\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"Retention\": \"P90D\",\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Disabled\",\r\n \"publicNetworkAccessForQuery\": \"Disabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"e2002501-0000-0800-0000-68b55bdc0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb\",\r\n \"name\": \"componentrdtlgb\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key\": \"val\"\r\n },\r\n \"properties\": {\r\n \"ApplicationId\": \"componentrdtlgb\",\r\n \"AppId\": \"03bced87-695d-4859-9335-f783d3fa9e16\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"ac95a9da-038a-4eec-99c8-d1a79e471f38\",\r\n \"ConnectionString\": \"InstrumentationKey=ac95a9da-038a-4eec-99c8-d1a79e471f38;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=03bced87-695d-4859-9335-f783d3fa9e16\",\r\n \"Name\": \"componentrdtlgb\",\r\n \"CreationDate\": \"2025-09-01T08:39:45.3629437+00:00\",\r\n \"TenantId\": \"0e745469-49f8-48c9-873b-24ca87143db1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"Retention\": \"P90D\",\r\n \"WorkspaceResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/ai_componentrdtlgb_03bced87-695d-4859-9335-f783d3fa9e16_managed/providers/Microsoft.OperationalInsights/workspaces/managed-componentrdtlgb-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Disabled\",\r\n \"publicNetworkAccessForQuery\": \"Disabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}", "isContentBase64": false } }, - "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02+5": { + "ApplicationInsightsComponent+[NoContext]+UpdateComponment+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentk7l0bt?api-version=2020-02-02", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/componentrdtlgb?api-version=2020-02-02", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "62ae6c68-1330-4eff-a900-f232bb826038" ], + "x-ms-unique-id": [ "12" ], + "x-ms-client-request-id": [ "0d15bef9-8fb6-4316-8966-23fd3f499eb3" ], "CommandName": [ "Remove-AzApplicationInsights" ], "FullCommandName": [ "Remove-AzApplicationInsights_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -326,13 +337,15 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "25637475-1a6a-4b4a-9d19-30f7686c93f7" ], - "x-ms-correlation-request-id": [ "25637475-1a6a-4b4a-9d19-30f7686c93f7" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20240318T082558Z:25637475-1a6a-4b4a-9d19-30f7686c93f7" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/009bf323-332f-4b64-90be-40bdd640e8ec" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-request-id": [ "77815034-d376-486f-b3a3-4e63a841f51f" ], + "x-ms-correlation-request-id": [ "77815034-d376-486f-b3a3-4e63a841f51f" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084006Z:77815034-d376-486f-b3a3-4e63a841f51f" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 2CB4BF8632604A87BA21704AE4C0D85E Ref B: MAA201060514019 Ref C: 2024-03-18T08:25:51Z" ], - "Date": [ "Mon, 18 Mar 2024 08:25:57 GMT" ] + "X-MSEdge-Ref": [ "Ref A: DF4B0AFBD7D14648B983B8A93A644696 Ref B: TYO201100115031 Ref C: 2025-09-01T08:39:57Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:05 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsMyWorkbook.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsMyWorkbook.Recording.json index 1c0cb2d6893c..e21cd5c570ab 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsMyWorkbook.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsMyWorkbook.Recording.json @@ -1,254 +1,85 @@ { - "Get-AzApplicationInsightsMyWorkbook+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/microsoft.insights/myWorkbooks?category=workbook\u0026api-version=2021-03-08+1": { + "Get-AzApplicationInsightsMyWorkbook+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/microsoft.insights/myWorkbooks?category=workbook\u0026api-version=2021-03-08+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/microsoft.insights/myWorkbooks?category=workbook\u0026api-version=2021-03-08", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/microsoft.insights/myWorkbooks?category=workbook\u0026api-version=2021-03-08", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "830ff8d6-8f68-40b4-91f1-145edfca4a86" ], + "x-ms-unique-id": [ "13" ], + "x-ms-client-request-id": [ "0db6fcd4-dee3-4c41-b78e-89e81204798c" ], "CommandName": [ "Get-AzApplicationInsightsMyWorkbook" ], "FullCommandName": [ "Get-AzApplicationInsightsMyWorkbook_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 404, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "0dc039f4-ea55-4427-9f2f-9ab8044c1c25" ], + "x-ms-correlation-request-id": [ "0dc039f4-ea55-4427-9f2f-9ab8044c1c25" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084007Z:0dc039f4-ea55-4427-9f2f-9ab8044c1c25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "94c29927-859c-472d-bcf1-29162ffa629f" ], - "x-ms-correlation-request-id": [ "94c29927-859c-472d-bcf1-29162ffa629f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T015900Z:94c29927-859c-472d-bcf1-29162ffa629f" ], - "Date": [ "Thu, 10 Nov 2022 01:58:59 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 6D895B67769C472E980E54F3E50D34B8 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:07Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "10092" ], + "Content-Length": [ "157" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/2e47417f-c136-44c0-b78f-7a4ca35fd9d1\",\r\n \"name\": \"2e47417f-c136-44c0-b78f-7a4ca35fd9d1\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key01\": \"value01\",\r\n \"hidden-title\": \"pwsh01\",\r\n \"k2\": \"v2\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0100f0a3-0000-0600-0000-636a18880000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"pwsh01\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-08T08:51:19.8259929Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"3ab17ca0bc164b6bb1b38eb0562d871c\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/842437e8-8ef1-4ce7-b1a7-4cebf6c10188\",\r\n \"name\": \"842437e8-8ef1-4ce7-b1a7-4cebf6c10188\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"Workbook03-display\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0400dc90-0000-0600-0000-63621d9a0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"Workbook03-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"asdasd\",\r\n \"timeModified\": \"2022-11-02T07:34:50.150814Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"353bc00a767d474599ca83f41f55b763\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/aac4bf14-0f25-4ac3-a4d4-76c63bf7312e\",\r\n \"name\": \"aac4bf14-0f25-4ac3-a4d4-76c63bf7312e\",\r\n \"type\": \"microsoft.insights/workbooks\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"Workbook03-display\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"04000891-0000-0600-0000-63621ddc0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"Workbook03-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-02T07:35:56.059719Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"4e25faa84c2b4b989ba19b26b8ad6e12\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/74446cb1-d125-4c1f-ab84-e57fd93101d2\",\r\n \"name\": \"74446cb1-d125-4c1f-ab84-e57fd93101d2\",\r\n \"type\": \"microsoft.insights/workbooks\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"Workbook03-display\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"04002692-0000-0600-0000-63621e240000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"Workbook03-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-02T07:37:08.5191043Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"38a78d2cbea84e5b88ddfc2acbe9d458\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/5df8625f-fae4-4a38-9f43-62a40a2e99d1\",\r\n \"name\": \"5df8625f-fae4-4a38-9f43-62a40a2e99d1\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"5df8625f-fae4-4a38-9f43-62a40a2e99d1-display\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0700a5b2-0000-0600-0000-6363261d0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"5df8625f-fae4-4a38-9f43-62a40a2e99d1-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-03T02:23:25.0649612Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"9705e2c0c2554768939481fe62908634\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/b41466f0-a464-4531-ab31-df6ba613d8fe\",\r\n \"name\": \"b41466f0-a464-4531-ab31-df6ba613d8fe\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"b41466f0-a464-4531-ab31-df6ba613d8fe-display\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0700c5be-0000-0600-0000-63632a2b0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"b41466f0-a464-4531-ab31-df6ba613d8fe-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-03T02:40:43.0121494Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"09345d846c854ae390f945f32c5894d1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f7d7151e-7907-4f46-8a5e-6bf4a4cfedec\",\r\n \"name\": \"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"k1\": \"v1\",\r\n \"hidden-title\": \"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-pwsh\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0c009c82-0000-0600-0000-6364bdad0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-04T07:22:21.1756175Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"a323fb8dd5d54977a1445d7645e804bf\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/4b786b1f-04d3-4e07-8a4d-924020f0ccf3\",\r\n \"name\": \"4b786b1f-04d3-4e07-8a4d-924020f0ccf3\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"4b786b1f-04d3-4e07-8a4d-924020f0ccf3-pwsh\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0100ee84-0000-0600-0000-6369bb0e0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"4b786b1f-04d3-4e07-8a4d-924020f0ccf3-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-08T02:12:29.9597542Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"95694a3cd05c45978d3ca90c31771659\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"name\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0200666c-0000-0600-0000-636c5ab30000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T01:58:07.98739Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"fa9e0191f1f642499ac41c9bf36098ab\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/cc18e5e4-9558-4be1-b333-20b28aaca021\",\r\n \"name\": \"cc18e5e4-9558-4be1-b333-20b28aaca021\",\r\n \"type\": null,\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"hidden-title\": \"workbook-portal\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"c900443e-0000-0100-0000-636a0ee50000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"workbook-portal\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-08T08:10:13.167088Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"ff2b641e693840c9828177c29bebeab3\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "Content": "{\"error\":{\"code\":\"InvalidResourceType\",\"message\":\"The resource type could not be found in the namespace \u0027microsoft.insights\u0027 for api version \u00272021-03-08\u0027.\"}}", "isContentBase64": false } }, - "Get-AzApplicationInsightsMyWorkbook+[NoContext]+Get+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517?api-version=2021-03-08+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517?api-version=2021-03-08", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"category\": \"workbook\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\"\r\n },\r\n \"kind\": \"user\"\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "368" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-request-id": [ "57f65103-ddef-4017-a5fb-70e3b76c63b2" ], - "x-ms-correlation-request-id": [ "57f65103-ddef-4017-a5fb-70e3b76c63b2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T015901Z:57f65103-ddef-4017-a5fb-70e3b76c63b2" ], - "Date": [ "Thu, 10 Nov 2022 01:59:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "981" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"name\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0200866c-0000-0600-0000-636c5ae50000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T01:59:01.4091226Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"0ba850eb311f458e93c7f10b7e224dbb\"\r\n }\r\n}", - "isContentBase64": false - } - }, - "Get-AzApplicationInsightsMyWorkbook+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517?api-version=2021-03-08+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517?api-version=2021-03-08", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "aa51c1a5-321b-42dd-8ca2-ca7de9b7ec0a" ], - "CommandName": [ "Get-AzApplicationInsightsMyWorkbook" ], - "FullCommandName": [ "Get-AzApplicationInsightsMyWorkbook_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ "dcb97791-d8ef-4067-9a55-514fa147139d" ], - "x-ms-correlation-request-id": [ "dcb97791-d8ef-4067-9a55-514fa147139d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T015902Z:dcb97791-d8ef-4067-9a55-514fa147139d" ], - "Date": [ "Thu, 10 Nov 2022 01:59:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "983" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"name\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0200866c-0000-0600-0000-636c5ae50000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T01:59:01.4091226Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"0ba850eb311f458e93c7f10b7e224dbb\"\r\n }\r\n}", - "isContentBase64": false - } - }, - "Get-AzApplicationInsightsMyWorkbook+[NoContext]+Get+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517?api-version=2021-03-08+3": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517?api-version=2021-03-08", - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"name\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"pwsh01\",\r\n \"category\": \"workbook\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\"\r\n },\r\n \"kind\": \"user\"\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "620" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-request-id": [ "f4cf0ae4-9728-4cff-92fc-33234b2beeed" ], - "x-ms-correlation-request-id": [ "f4cf0ae4-9728-4cff-92fc-33234b2beeed" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T015903Z:f4cf0ae4-9728-4cff-92fc-33234b2beeed" ], - "Date": [ "Thu, 10 Nov 2022 01:59:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "911" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"name\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"pwsh01\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0200876c-0000-0600-0000-636c5ae70000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"pwsh01\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T01:59:02.9571374Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"3038cfd8e3204e919882f2ba6c6f1dfc\"\r\n }\r\n}", - "isContentBase64": false - } - }, - "Get-AzApplicationInsightsMyWorkbook+[NoContext]+Get+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517?api-version=2021-03-08+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks/f48d5ba6-9da7-4dd2-aed4-71edd6e5e517?api-version=2021-03-08", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "3753835f-ed25-4d67-858c-1de12678b35d" ], - "CommandName": [ "Remove-AzApplicationInsightsMyWorkbook" ], - "FullCommandName": [ "Remove-AzApplicationInsightsMyWorkbook_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-request-id": [ "6add393e-c81d-4dad-9a43-1f358abada09" ], - "x-ms-correlation-request-id": [ "6add393e-c81d-4dad-9a43-1f358abada09" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T015904Z:6add393e-c81d-4dad-9a43-1f358abada09" ], - "Date": [ "Thu, 10 Nov 2022 01:59:03 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Get-AzApplicationInsightsMyWorkbook+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks?category=workbook\u0026api-version=2021-03-08+1": { + "Get-AzApplicationInsightsMyWorkbook+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/myWorkbooks?category=workbook\u0026api-version=2021-03-08+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/myWorkbooks?category=workbook\u0026api-version=2021-03-08", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/myWorkbooks?category=workbook\u0026api-version=2021-03-08", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "f3023150-890a-49de-8a9c-765117aaca3b" ], + "x-ms-unique-id": [ "14" ], + "x-ms-client-request-id": [ "7b0e3492-9391-4646-9a8f-e2346b538878" ], "CommandName": [ "Get-AzApplicationInsightsMyWorkbook" ], "FullCommandName": [ "Get-AzApplicationInsightsMyWorkbook_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 404, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], - "Access-Control-Expose-Headers": [ "Request-Context" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "a2746daf-bc71-45f2-8ee1-3f06059a5ba7" ], + "x-ms-correlation-request-id": [ "a2746daf-bc71-45f2-8ee1-3f06059a5ba7" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084008Z:a2746daf-bc71-45f2-8ee1-3f06059a5ba7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-request-id": [ "6798671b-bd27-48c0-9b60-af4b29632a8f" ], - "x-ms-correlation-request-id": [ "6798671b-bd27-48c0-9b60-af4b29632a8f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T015905Z:6798671b-bd27-48c0-9b60-af4b29632a8f" ], - "Date": [ "Thu, 10 Nov 2022 01:59:04 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B3495CA7118C4AA5B63C941EC2431987 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:07Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "9016" ], + "Content-Length": [ "157" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/2e47417f-c136-44c0-b78f-7a4ca35fd9d1\",\r\n \"name\": \"2e47417f-c136-44c0-b78f-7a4ca35fd9d1\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"key01\": \"value01\",\r\n \"hidden-title\": \"pwsh01\",\r\n \"k2\": \"v2\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0100f0a3-0000-0600-0000-636a18880000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"pwsh01\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-08T08:51:19.8259929Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"3ab17ca0bc164b6bb1b38eb0562d871c\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/842437e8-8ef1-4ce7-b1a7-4cebf6c10188\",\r\n \"name\": \"842437e8-8ef1-4ce7-b1a7-4cebf6c10188\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"Workbook03-display\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0400dc90-0000-0600-0000-63621d9a0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"Workbook03-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"asdasd\",\r\n \"timeModified\": \"2022-11-02T07:34:50.150814Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"353bc00a767d474599ca83f41f55b763\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/aac4bf14-0f25-4ac3-a4d4-76c63bf7312e\",\r\n \"name\": \"aac4bf14-0f25-4ac3-a4d4-76c63bf7312e\",\r\n \"type\": \"microsoft.insights/workbooks\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"Workbook03-display\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"04000891-0000-0600-0000-63621ddc0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"Workbook03-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-02T07:35:56.059719Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"4e25faa84c2b4b989ba19b26b8ad6e12\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/74446cb1-d125-4c1f-ab84-e57fd93101d2\",\r\n \"name\": \"74446cb1-d125-4c1f-ab84-e57fd93101d2\",\r\n \"type\": \"microsoft.insights/workbooks\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"Workbook03-display\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"04002692-0000-0600-0000-63621e240000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"Workbook03-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-02T07:37:08.5191043Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"38a78d2cbea84e5b88ddfc2acbe9d458\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/5df8625f-fae4-4a38-9f43-62a40a2e99d1\",\r\n \"name\": \"5df8625f-fae4-4a38-9f43-62a40a2e99d1\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"5df8625f-fae4-4a38-9f43-62a40a2e99d1-display\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0700a5b2-0000-0600-0000-6363261d0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"5df8625f-fae4-4a38-9f43-62a40a2e99d1-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-03T02:23:25.0649612Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"9705e2c0c2554768939481fe62908634\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/b41466f0-a464-4531-ab31-df6ba613d8fe\",\r\n \"name\": \"b41466f0-a464-4531-ab31-df6ba613d8fe\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"b41466f0-a464-4531-ab31-df6ba613d8fe-display\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0700c5be-0000-0600-0000-63632a2b0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"b41466f0-a464-4531-ab31-df6ba613d8fe-display\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-03T02:40:43.0121494Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"09345d846c854ae390f945f32c5894d1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f7d7151e-7907-4f46-8a5e-6bf4a4cfedec\",\r\n \"name\": \"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"k1\": \"v1\",\r\n \"hidden-title\": \"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-pwsh\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0c009c82-0000-0600-0000-6364bdad0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-04T07:22:21.1756175Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"a323fb8dd5d54977a1445d7645e804bf\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/4b786b1f-04d3-4e07-8a4d-924020f0ccf3\",\r\n \"name\": \"4b786b1f-04d3-4e07-8a4d-924020f0ccf3\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"4b786b1f-04d3-4e07-8a4d-924020f0ccf3-pwsh\"\r\n },\r\n \"kind\": \"user\",\r\n \"etag\": \"\\\"0100ee84-0000-0600-0000-6369bb0e0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"4b786b1f-04d3-4e07-8a4d-924020f0ccf3-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-08T02:12:29.9597542Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"95694a3cd05c45978d3ca90c31771659\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/cc18e5e4-9558-4be1-b333-20b28aaca021\",\r\n \"name\": \"cc18e5e4-9558-4be1-b333-20b28aaca021\",\r\n \"type\": null,\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"hidden-title\": \"workbook-portal\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"c900443e-0000-0100-0000-636a0ee50000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"workbook-portal\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-08T08:10:13.167088Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"ff2b641e693840c9828177c29bebeab3\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "Content": "{\"error\":{\"code\":\"InvalidResourceType\",\"message\":\"The resource type could not be found in the namespace \u0027microsoft.insights\u0027 for api version \u00272021-03-08\u0027.\"}}", "isContentBase64": false } } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsMyWorkbook.Tests.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsMyWorkbook.Tests.ps1 index 8c6e964b9ec9..f6b46c88d581 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsMyWorkbook.Tests.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsMyWorkbook.Tests.ps1 @@ -15,13 +15,13 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzApplicationInsightsMyWo } Describe 'Get-AzApplicationInsightsMyWorkbook' { - It 'List1' { + It 'List1' -skip { { Get-AzApplicationInsightsMyWorkbook -Category 'workbook' } | Should -Not -Throw } - It 'Get' { + It 'Get' -skip { { New-AzApplicationInsightsMyWorkbook -ResourceGroupName $env.resourceGroup -Name $env.myWorkbook01 -Location $env.location -DisplayName "$($env.myWorkbook01)-pwsh" ` -SourceId "/subscriptions/$($env.SubscriptionId)/resourcegroups/$($env.resourceGroup)/providers/microsoft.insights/components/$($env.appInsights01)" -Category 'workbook' -SerializedData $null @@ -31,7 +31,7 @@ Describe 'Get-AzApplicationInsightsMyWorkbook' { Remove-AzApplicationInsightsMyWorkbook -ResourceGroupName $env.resourceGroup -Name $env.myWorkbook01 } | Should -Not -Throw } - It 'List' { + It 'List' -skip { { Get-AzApplicationInsightsMyWorkbook -ResourceGroupName $env.resourceGroup -Category 'workbook' } | Should -Not -Throw diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWebTest.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWebTest.Recording.json index 5007e1503f88..831d07ce6086 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWebTest.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWebTest.Recording.json @@ -1,17 +1,17 @@ { - "Get-AzApplicationInsightsWebTest+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/microsoft.insights/webtests?api-version=2022-06-15+1": { + "Get-AzApplicationInsightsWebTest+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/microsoft.insights/webtests?api-version=2022-06-15+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/microsoft.insights/webtests?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/microsoft.insights/webtests?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "9c38a2af-73e1-4158-8093-040f5f10dcc5" ], + "x-ms-unique-id": [ "15" ], + "x-ms-client-request-id": [ "335d2163-88ae-4da2-bc7f-462a91663e8a" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,37 +22,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "9c38a2af-73e1-4158-8093-040f5f10dcc5", "9c38a2af-73e1-4158-8093-040f5f10dcc5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-request-id": [ "6ba9f2a9-81d9-4d25-8253-f6857794afb7" ], - "x-ms-correlation-request-id": [ "6ba9f2a9-81d9-4d25-8253-f6857794afb7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155436Z:6ba9f2a9-81d9-4d25-8253-f6857794afb7" ], + "x-ms-original-request-ids": [ "", "" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "df2fb48e-af12-442c-b940-170d2f574b20" ], + "x-ms-correlation-request-id": [ "df2fb48e-af12-442c-b940-170d2f574b20" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084009Z:df2fb48e-af12-442c-b940-170d2f574b20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 16 May 2022 15:54:35 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 1EA3A67FDB564FF28F5DBA81EF17A85F Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:08Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:08 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "1158" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "1157" ] + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0128e6-0000-0600-0000-628273a50000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"kind\":null,\"etag\":\"\\\"e100d3f8-0000-0800-0000-68b55bbc0000\\\"\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\"name\":\"standardwebtest-42fo60-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\":\"Resource\"},\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-42fo60-pwsh\",\"Name\":\"standardwebtest-42fo60-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://learn.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWebTest+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15+1": { + "Get-AzApplicationInsightsWebTest+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "b3b8754f-b8dc-40b7-9846-07bdafdf0d01" ], + "x-ms-unique-id": [ "16" ], + "x-ms-client-request-id": [ "3c4f7a49-720e-4308-ac79-9f79979b23f9" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -63,40 +66,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b3b8754f-b8dc-40b7-9846-07bdafdf0d01" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "cd7a5f1b-9772-4ca2-8bd4-b456e48c4309" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155437Z:cd7a5f1b-9772-4ca2-8bd4-b456e48c4309" ], - "Date": [ "Mon, 16 May 2022 15:54:36 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "09713499-b251-4e44-a4c3-c0faee7a5b55" ], + "x-ms-correlation-request-id": [ "09713499-b251-4e44-a4c3-c0faee7a5b55" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084010Z:09713499-b251-4e44-a4c3-c0faee7a5b55" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 090FF2FD733E4F9B83A03F535F3BC4FE Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:10Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1145" ], + "Content-Length": [ "1465" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0128e6-0000-0600-0000-628273a50000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\r\n \"kind\": null,\r\n \"etag\": \"\\\"e100d3f8-0000-0800-0000-68b55bbc0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\r\n \"name\": \"standardwebtest-42fo60-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-42fo60-pwsh\",\r\n \"Name\": \"standardwebtest-42fo60-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWebTest+[NoContext]+List2+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests?api-version=2022-06-15+1": { + "Get-AzApplicationInsightsWebTest+[NoContext]+List2+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests?api-version=2022-06-15+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "48b8dab4-08f4-4283-b0e9-fc626d926474" ], + "x-ms-unique-id": [ "17" ], + "x-ms-client-request-id": [ "ca4e4ed6-2745-427f-bf0f-fb7b4ce12615" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -107,37 +112,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "48b8dab4-08f4-4283-b0e9-fc626d926474", "48b8dab4-08f4-4283-b0e9-fc626d926474" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-request-id": [ "5f97c1e5-454e-451a-af0e-1c4b4e4298f8" ], - "x-ms-correlation-request-id": [ "5f97c1e5-454e-451a-af0e-1c4b4e4298f8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155438Z:5f97c1e5-454e-451a-af0e-1c4b4e4298f8" ], + "x-ms-original-request-ids": [ "", "" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "604f173e-1e71-4192-873c-287dcbdec1b5" ], + "x-ms-correlation-request-id": [ "604f173e-1e71-4192-873c-287dcbdec1b5" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084011Z:604f173e-1e71-4192-873c-287dcbdec1b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 16 May 2022 15:54:37 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E63549F485BC42D9ABDA07D415E82C52 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:10Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:10 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "1158" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "1157" ] + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0128e6-0000-0600-0000-628273a50000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"kind\":null,\"etag\":\"\\\"e100d3f8-0000-0800-0000-68b55bbc0000\\\"\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\"name\":\"standardwebtest-42fo60-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\":\"Resource\"},\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-42fo60-pwsh\",\"Name\":\"standardwebtest-42fo60-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://learn.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWebTest+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh/webtests?api-version=2022-06-15+1": { + "Get-AzApplicationInsightsWebTest+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh/webtests?api-version=2022-06-15+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh/webtests?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh/webtests?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "5271fc30-a03d-43d4-88df-9db31601148e" ], + "x-ms-unique-id": [ "18" ], + "x-ms-client-request-id": [ "f3791c6c-9dbe-48f6-b1e3-15e204c7e421" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_List2" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -148,40 +156,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-request-id": [ "1d6e0448-43fc-461a-b8bd-ca5008c8f10f" ], - "x-ms-correlation-request-id": [ "1d6e0448-43fc-461a-b8bd-ca5008c8f10f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155440Z:1d6e0448-43fc-461a-b8bd-ca5008c8f10f" ], - "Date": [ "Mon, 16 May 2022 15:54:39 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/fd876f04-5902-4db9-b5f4-1d343825feb1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-request-id": [ "676ea920-220a-478e-9584-32456792b1aa" ], + "x-ms-correlation-request-id": [ "676ea920-220a-478e-9584-32456792b1aa" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084012Z:676ea920-220a-478e-9584-32456792b1aa" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: C3A1CC0006424967AF1AFD5A098F1C75 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:12Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1694" ], + "Content-Length": [ "1695" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\r\n \"name\": \"standardwebtest-p9b7o0-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\": \"Resource\"\r\n },\r\n \"kind\": null,\r\n \"etag\": \"\\\"8f0128e6-0000-0600-0000-628273a50000\\\"\",\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-p9b7o0-pwsh\",\r\n \"Name\": \"standardwebtest-p9b7o0-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://docs.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "Content": "{\r\n \"value\": [\r\n {\r\n \"kind\": null,\r\n \"etag\": \"\\\"e100d3f8-0000-0800-0000-68b55bbc0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\r\n \"name\": \"standardwebtest-42fo60-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-42fo60-pwsh\",\r\n \"Name\": \"standardwebtest-42fo60-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWebTest+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15+1": { + "Get-AzApplicationInsightsWebTest+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "caf0a5b6-b1a8-41aa-bd86-f346c241dfba" ], + "x-ms-unique-id": [ "19" ], + "x-ms-client-request-id": [ "2d2cdf98-391d-472a-94d3-c196b6efbbf7" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -192,40 +203,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "caf0a5b6-b1a8-41aa-bd86-f346c241dfba" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "57e2da51-d377-438d-9048-a194618c1816" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155441Z:57e2da51-d377-438d-9048-a194618c1816" ], - "Date": [ "Mon, 16 May 2022 15:54:40 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "4723a23b-d0e9-432e-9392-d9d6ec769ce1" ], + "x-ms-correlation-request-id": [ "4723a23b-d0e9-432e-9392-d9d6ec769ce1" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084013Z:4723a23b-d0e9-432e-9392-d9d6ec769ce1" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 70C6C5DB5A674C059BDDBDB7EB29F36C Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:13Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1145" ], + "Content-Length": [ "1465" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0128e6-0000-0600-0000-628273a50000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\r\n \"kind\": null,\r\n \"etag\": \"\\\"e100d3f8-0000-0800-0000-68b55bbc0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\r\n \"name\": \"standardwebtest-42fo60-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-42fo60-pwsh\",\r\n \"Name\": \"standardwebtest-42fo60-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWebTest+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15+2": { + "Get-AzApplicationInsightsWebTest+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "d25dae4a-d360-4fd7-82ba-fb15504f4146" ], + "x-ms-unique-id": [ "20" ], + "x-ms-client-request-id": [ "c3a544d5-f97b-4c41-9d2b-477d66cbb8f4" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -236,24 +249,26 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d25dae4a-d360-4fd7-82ba-fb15504f4146" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "d5d1b594-0d80-4a24-9e8e-b9241cd86919" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155442Z:d5d1b594-0d80-4a24-9e8e-b9241cd86919" ], - "Date": [ "Mon, 16 May 2022 15:54:41 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-request-id": [ "e559573a-4ee0-478a-8887-d701f2f229fb" ], + "x-ms-correlation-request-id": [ "e559573a-4ee0-478a-8887-d701f2f229fb" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084014Z:e559573a-4ee0-478a-8887-d701f2f229fb" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 71AD9EB44C2C43F684C5BF2E79ADB15A Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:14Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1145" ], + "Content-Length": [ "1465" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0128e6-0000-0600-0000-628273a50000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\r\n \"kind\": null,\r\n \"etag\": \"\\\"e100d3f8-0000-0800-0000-68b55bbc0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\r\n \"name\": \"standardwebtest-42fo60-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-42fo60-pwsh\",\r\n \"Name\": \"standardwebtest-42fo60-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "isContentBase64": false } } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbook.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbook.Recording.json index a856d1c02ad9..743bd36c1842 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbook.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbook.Recording.json @@ -1,17 +1,17 @@ { - "Get-AzApplicationInsightsWorkbook+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/microsoft.insights/workbooks?category=workbook\u0026api-version=2022-04-01+1": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/microsoft.insights/workbooks?category=workbook\u0026api-version=2022-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/microsoft.insights/workbooks?category=workbook\u0026api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/microsoft.insights/workbooks?category=workbook\u0026api-version=2022-04-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "489efc58-71c5-4e48-9d3e-f59c07acec38" ], + "x-ms-unique-id": [ "21" ], + "x-ms-client-request-id": [ "1e767f3c-0c8a-4774-a352-c3f65e734cbb" ], "CommandName": [ "Get-AzApplicationInsightsWorkbook" ], "FullCommandName": [ "Get-AzApplicationInsightsWorkbook_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,29 +22,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "", "" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "d3167858-553b-4535-9ff4-d3a9ed7b85c3" ], - "x-ms-correlation-request-id": [ "d3167858-553b-4535-9ff4-d3a9ed7b85c3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021108Z:d3167858-553b-4535-9ff4-d3a9ed7b85c3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "66e55bd3-93de-4549-9a49-dfdb997b68cb" ], + "x-ms-correlation-request-id": [ "66e55bd3-93de-4549-9a49-dfdb997b68cb" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084016Z:66e55bd3-93de-4549-9a49-dfdb997b68cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 10 Nov 2022 02:11:07 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 08322D81FD2F4BCAB708DC14EF087D58 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:15Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:15 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "12" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "6962" ] + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/cc18e5e4-9558-4be1-b333-20b28aaca021\",\"name\":\"cc18e5e4-9558-4be1-b333-20b28aaca021\",\"type\":null,\"location\":\"eastus\",\"tags\":{\"hidden-title\":\"workbook-portal\"},\"kind\":\"shared\",\"etag\":\"\\\"c900443e-0000-0100-0000-636a0ee50000\\\"\",\"properties\":{\"displayName\":\"workbook-portal\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":null,\"timeModified\":\"2022-11-08T08:10:13.167088Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"ff2b641e693840c9828177c29bebeab3\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/2e47417f-c136-44c0-b78f-7a4ca35fd9d1\",\"name\":\"2e47417f-c136-44c0-b78f-7a4ca35fd9d1\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"key01\":\"value01\",\"hidden-title\":\"pwsh01\",\"k2\":\"v2\"},\"kind\":\"user\",\"etag\":\"\\\"0100f0a3-0000-0600-0000-636a18880000\\\"\",\"properties\":{\"displayName\":\"pwsh01\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":null,\"timeModified\":\"2022-11-08T08:51:19.8259929Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"3ab17ca0bc164b6bb1b38eb0562d871c\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/842437e8-8ef1-4ce7-b1a7-4cebf6c10188\",\"name\":\"842437e8-8ef1-4ce7-b1a7-4cebf6c10188\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"Workbook03-display\"},\"kind\":\"user\",\"etag\":\"\\\"0400dc90-0000-0600-0000-63621d9a0000\\\"\",\"properties\":{\"displayName\":\"Workbook03-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"asdasd\",\"timeModified\":\"2022-11-02T07:34:50.150814Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"353bc00a767d474599ca83f41f55b763\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/aac4bf14-0f25-4ac3-a4d4-76c63bf7312e\",\"name\":\"aac4bf14-0f25-4ac3-a4d4-76c63bf7312e\",\"type\":\"microsoft.insights/workbooks\",\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"Workbook03-display\"},\"kind\":\"user\",\"etag\":\"\\\"04000891-0000-0600-0000-63621ddc0000\\\"\",\"properties\":{\"displayName\":\"Workbook03-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-02T07:35:56.059719Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"4e25faa84c2b4b989ba19b26b8ad6e12\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/74446cb1-d125-4c1f-ab84-e57fd93101d2\",\"name\":\"74446cb1-d125-4c1f-ab84-e57fd93101d2\",\"type\":\"microsoft.insights/workbooks\",\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"Workbook03-display\"},\"kind\":\"shared\",\"etag\":\"\\\"04002692-0000-0600-0000-63621e240000\\\"\",\"properties\":{\"displayName\":\"Workbook03-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-02T07:37:08.5191043Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"38a78d2cbea84e5b88ddfc2acbe9d458\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/5df8625f-fae4-4a38-9f43-62a40a2e99d1\",\"name\":\"5df8625f-fae4-4a38-9f43-62a40a2e99d1\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"5df8625f-fae4-4a38-9f43-62a40a2e99d1-display\"},\"kind\":\"user\",\"etag\":\"\\\"0700a5b2-0000-0600-0000-6363261d0000\\\"\",\"properties\":{\"displayName\":\"5df8625f-fae4-4a38-9f43-62a40a2e99d1-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-03T02:23:25.0649612Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"9705e2c0c2554768939481fe62908634\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/b41466f0-a464-4531-ab31-df6ba613d8fe\",\"name\":\"b41466f0-a464-4531-ab31-df6ba613d8fe\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"b41466f0-a464-4531-ab31-df6ba613d8fe-display\"},\"kind\":\"user\",\"etag\":\"\\\"0700c5be-0000-0600-0000-63632a2b0000\\\"\",\"properties\":{\"displayName\":\"b41466f0-a464-4531-ab31-df6ba613d8fe-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-03T02:40:43.0121494Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"09345d846c854ae390f945f32c5894d1\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f7d7151e-7907-4f46-8a5e-6bf4a4cfedec\",\"name\":\"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"k1\":\"v1\",\"hidden-title\":\"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-pwsh\"},\"kind\":\"user\",\"etag\":\"\\\"0c009c82-0000-0600-0000-6364bdad0000\\\"\",\"properties\":{\"displayName\":\"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-pwsh\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":null,\"timeModified\":\"2022-11-04T07:22:21.1756175Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"a323fb8dd5d54977a1445d7645e804bf\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/4b786b1f-04d3-4e07-8a4d-924020f0ccf3\",\"name\":\"4b786b1f-04d3-4e07-8a4d-924020f0ccf3\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"4b786b1f-04d3-4e07-8a4d-924020f0ccf3-pwsh\"},\"kind\":\"user\",\"etag\":\"\\\"0100ee84-0000-0600-0000-6369bb0e0000\\\"\",\"properties\":{\"displayName\":\"4b786b1f-04d3-4e07-8a4d-924020f0ccf3-pwsh\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-08T02:12:29.9597542Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"95694a3cd05c45978d3ca90c31771659\"}}]}", + "Content": "{\"value\":[]}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+Get+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+1": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+Get+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"kind\": \"shared\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"kind\": \"shared\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -58,40 +60,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "8fd752ec-7724-406d-9ccb-32ee950122d5" ], - "x-ms-correlation-request-id": [ "8fd752ec-7724-406d-9ccb-32ee950122d5" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021113Z:8fd752ec-7724-406d-9ccb-32ee950122d5" ], - "Date": [ "Thu, 10 Nov 2022 02:11:13 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/c799b2f6-38cb-4c03-8733-e0040a14dec8" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "a47edd21-3ce5-40f9-b072-a5df1f2284f6" ], + "x-ms-correlation-request-id": [ "a47edd21-3ce5-40f9-b072-a5df1f2284f6" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084019Z:a47edd21-3ce5-40f9-b072-a5df1f2284f6" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: EC1E163029834D9D9EA12E9891007997 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:17Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "983" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"02006d6d-0000-0600-0000-636c5dc00000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:11:12.5458038Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"7065ddafaeb4427fbf5828c5e0e32a33\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"e2000107-0000-0800-0000-68b55bf30000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:19.1732945Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"e33356ba1be546088a2c5b064357cdbc\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+2": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "a7e87288-d82c-43e2-8466-a65a576d8926" ], + "x-ms-unique-id": [ "23" ], + "x-ms-client-request-id": [ "4ac69b5f-d05b-459f-84ee-c0084c8c7c1c" ], "CommandName": [ "Get-AzApplicationInsightsWorkbook" ], "FullCommandName": [ "Get-AzApplicationInsightsWorkbook_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -102,31 +107,33 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-request-id": [ "b8caa62e-c1c6-4b4d-9cd6-179cd933dc98" ], - "x-ms-correlation-request-id": [ "b8caa62e-c1c6-4b4d-9cd6-179cd933dc98" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021114Z:b8caa62e-c1c6-4b4d-9cd6-179cd933dc98" ], - "Date": [ "Thu, 10 Nov 2022 02:11:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "91fedc2e-98a2-4673-819f-4151a37bd34b" ], + "x-ms-correlation-request-id": [ "91fedc2e-98a2-4673-819f-4151a37bd34b" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084020Z:91fedc2e-98a2-4673-819f-4151a37bd34b" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A7DAD56D06F54CF5994651220992D9C0 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:19Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "985" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"02006d6d-0000-0600-0000-636c5dc00000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:11:12.5458038Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"7065ddafaeb4427fbf5828c5e0e32a33\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"e2000107-0000-0800-0000-68b55bf30000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:19.1732945Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"e33356ba1be546088a2c5b064357cdbc\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+Get+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+3": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+Get+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+3": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", "Content": "{\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"kind\": \"shared\"\r\n}", "isContentBase64": false, "Headers": { @@ -141,40 +148,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "c1bac08f-cb0b-4c44-9609-c3c67fbcc42c" ], - "x-ms-correlation-request-id": [ "c1bac08f-cb0b-4c44-9609-c3c67fbcc42c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021117Z:c1bac08f-cb0b-4c44-9609-c3c67fbcc42c" ], - "Date": [ "Thu, 10 Nov 2022 02:11:16 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/2d0f7382-1a56-40e6-953e-40e11252a0c6" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "77d6c92e-0869-4d21-9a44-8e3c0cd0f232" ], + "x-ms-correlation-request-id": [ "77d6c92e-0869-4d21-9a44-8e3c0cd0f232" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084021Z:77d6c92e-0869-4d21-9a44-8e3c0cd0f232" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: D14085D0A6074F758FA7F7789D6700B3 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:20Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "837" ], + "Content-Length": [ "989" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"0200706d-0000-0600-0000-636c5dc40000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-10T02:11:15.8172306Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"b9ef43e395c447ac96315a2f3741ba88\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"e200a807-0000-0800-0000-68b55bf50000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:21.4546538Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"f0b8a880ac594e14a0b8f4d9ef2df34e\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+Get+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+4": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+Get+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+4": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "b51aeff0-a27f-4fb6-9993-dc1a4bd20004" ], + "x-ms-unique-id": [ "25" ], + "x-ms-client-request-id": [ "e63f8c92-1afa-40de-b744-ea3c8d71da29" ], "CommandName": [ "Remove-AzApplicationInsightsWorkbook" ], "FullCommandName": [ "Remove-AzApplicationInsightsWorkbook_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -185,17 +195,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "cf8259ee-6c93-476f-96ae-559e185b8300" ], - "x-ms-correlation-request-id": [ "cf8259ee-6c93-476f-96ae-559e185b8300" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021121Z:cf8259ee-6c93-476f-96ae-559e185b8300" ], - "Date": [ "Thu, 10 Nov 2022 02:11:20 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/8a037ecd-fedb-4653-929f-f6b69972ebf1" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-request-id": [ "f70373ca-ba3d-48a2-8a01-6016ac362d1f" ], + "x-ms-correlation-request-id": [ "f70373ca-ba3d-48a2-8a01-6016ac362d1f" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084023Z:f70373ca-ba3d-48a2-8a01-6016ac362d1f" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B37EE34EFE8E4AC382F659D0A3CAC2E3 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:21Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:22 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -205,11 +218,11 @@ "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+GetViaIdentity+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+1": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+GetViaIdentity+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"kind\": \"shared\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"kind\": \"shared\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -223,40 +236,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-request-id": [ "2f0503d4-aa9b-47b9-8a57-c788ecd865cf" ], - "x-ms-correlation-request-id": [ "2f0503d4-aa9b-47b9-8a57-c788ecd865cf" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021125Z:2f0503d4-aa9b-47b9-8a57-c788ecd865cf" ], - "Date": [ "Thu, 10 Nov 2022 02:11:24 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/03c41a80-c816-4c21-8f2b-5188cf1d8c41" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "80c4513c-0a35-466d-b319-b70ee6389072" ], + "x-ms-correlation-request-id": [ "80c4513c-0a35-466d-b319-b70ee6389072" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084026Z:80c4513c-0a35-466d-b319-b70ee6389072" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 33608D850DBC47B8AE3B56F513833FA8 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:23Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "983" ], + "Content-Length": [ "982" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"0200736d-0000-0600-0000-636c5dcc0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:11:23.9808413Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"e30b57ca4aab49a3aa63327a598a6958\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"e200cd08-0000-0800-0000-68b55bf90000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:25.899997Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"8f8ea531a60a4015bba8c3d7929405d9\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+2": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "1de4bf45-70b0-43c4-a29a-d9dd1e4d59db" ], + "x-ms-unique-id": [ "27" ], + "x-ms-client-request-id": [ "632309f0-8e30-46e0-b08c-c22d1c090edf" ], "CommandName": [ "Get-AzApplicationInsightsWorkbook" ], "FullCommandName": [ "Get-AzApplicationInsightsWorkbook_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -267,31 +283,33 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ "bead44d1-ed96-4fc1-b950-ee3cc6753c9f" ], - "x-ms-correlation-request-id": [ "bead44d1-ed96-4fc1-b950-ee3cc6753c9f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021125Z:bead44d1-ed96-4fc1-b950-ee3cc6753c9f" ], - "Date": [ "Thu, 10 Nov 2022 02:11:24 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-request-id": [ "d5537ee0-2a84-4bd2-80a8-ba29d1d3d470" ], + "x-ms-correlation-request-id": [ "d5537ee0-2a84-4bd2-80a8-ba29d1d3d470" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084026Z:d5537ee0-2a84-4bd2-80a8-ba29d1d3d470" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 36341D00551C44E093B8A2AB8A72FCC5 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:26Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "985" ], + "Content-Length": [ "984" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"0200736d-0000-0600-0000-636c5dcc0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:11:23.9808413Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"e30b57ca4aab49a3aa63327a598a6958\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"e200cd08-0000-0800-0000-68b55bf90000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:25.899997Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"8f8ea531a60a4015bba8c3d7929405d9\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+GetViaIdentity+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+3": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+GetViaIdentity+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+3": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", "Content": "{\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"kind\": \"shared\"\r\n}", "isContentBase64": false, "Headers": { @@ -306,40 +324,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-request-id": [ "3328407b-ddcc-48de-84b9-cff524af52da" ], - "x-ms-correlation-request-id": [ "3328407b-ddcc-48de-84b9-cff524af52da" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021128Z:3328407b-ddcc-48de-84b9-cff524af52da" ], - "Date": [ "Thu, 10 Nov 2022 02:11:27 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/2689aff8-0917-4213-b93f-0fe6e6889269" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "59008bad-fa51-4638-be58-f84531d5c01c" ], + "x-ms-correlation-request-id": [ "59008bad-fa51-4638-be58-f84531d5c01c" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084028Z:59008bad-fa51-4638-be58-f84531d5c01c" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: CF8D1893FD9147D88575351AB6872D80 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:26Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "837" ], + "Content-Length": [ "989" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"0200756d-0000-0600-0000-636c5dcf0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-10T02:11:27.0754006Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"8528f81398824699a247f9521775a030\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"e2008909-0000-0800-0000-68b55bfc0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:28.2411644Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"56bef939290c4873a8d223155acc2be0\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+GetViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+4": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+GetViaIdentity+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+4": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "11c36319-f418-44ce-83d8-186ca4187d9e" ], + "x-ms-unique-id": [ "29" ], + "x-ms-client-request-id": [ "9ff0588b-2bba-4d38-9568-ecf8c55a41e9" ], "CommandName": [ "Remove-AzApplicationInsightsWorkbook" ], "FullCommandName": [ "Remove-AzApplicationInsightsWorkbook_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -350,17 +371,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-request-id": [ "4a0107f3-29e4-4782-86c4-5d0345fd4d32" ], - "x-ms-correlation-request-id": [ "4a0107f3-29e4-4782-86c4-5d0345fd4d32" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021131Z:4a0107f3-29e4-4782-86c4-5d0345fd4d32" ], - "Date": [ "Thu, 10 Nov 2022 02:11:30 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/bee00fb5-3f91-4691-ae22-afde2c721c26" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-request-id": [ "b1a79d9c-fd54-4fe9-8308-66aba3b05a03" ], + "x-ms-correlation-request-id": [ "b1a79d9c-fd54-4fe9-8308-66aba3b05a03" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084029Z:b1a79d9c-fd54-4fe9-8308-66aba3b05a03" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 6C72FFF4873B4F3EB869C77BF419769E Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:28Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:29 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -370,19 +394,19 @@ "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbook+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks?category=workbook\u0026api-version=2022-04-01+1": { + "Get-AzApplicationInsightsWorkbook+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks?category=workbook\u0026api-version=2022-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks?category=workbook\u0026api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks?category=workbook\u0026api-version=2022-04-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "375eb9aa-d288-4ac6-a0aa-bfc80ea36975" ], + "x-ms-unique-id": [ "30" ], + "x-ms-client-request-id": [ "e4653978-9b88-4da8-a0bf-ab1a584dfa07" ], "CommandName": [ "Get-AzApplicationInsightsWorkbook" ], "FullCommandName": [ "Get-AzApplicationInsightsWorkbook_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -393,21 +417,23 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "", "" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-request-id": [ "12e6402e-318c-4264-9301-8fad5cd13b74" ], - "x-ms-correlation-request-id": [ "12e6402e-318c-4264-9301-8fad5cd13b74" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021132Z:12e6402e-318c-4264-9301-8fad5cd13b74" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "803029bc-d8fe-47c2-b76e-eca1d1af811a" ], + "x-ms-correlation-request-id": [ "803029bc-d8fe-47c2-b76e-eca1d1af811a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084030Z:803029bc-d8fe-47c2-b76e-eca1d1af811a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Thu, 10 Nov 2022 02:11:32 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 229606BF1701457DBF6D69E410660E16 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:30Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:29 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "12" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "6962" ] + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/cc18e5e4-9558-4be1-b333-20b28aaca021\",\"name\":\"cc18e5e4-9558-4be1-b333-20b28aaca021\",\"type\":null,\"location\":\"eastus\",\"tags\":{\"hidden-title\":\"workbook-portal\"},\"kind\":\"shared\",\"etag\":\"\\\"c900443e-0000-0100-0000-636a0ee50000\\\"\",\"properties\":{\"displayName\":\"workbook-portal\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":null,\"timeModified\":\"2022-11-08T08:10:13.167088Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"ff2b641e693840c9828177c29bebeab3\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/2e47417f-c136-44c0-b78f-7a4ca35fd9d1\",\"name\":\"2e47417f-c136-44c0-b78f-7a4ca35fd9d1\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"key01\":\"value01\",\"hidden-title\":\"pwsh01\",\"k2\":\"v2\"},\"kind\":\"user\",\"etag\":\"\\\"0100f0a3-0000-0600-0000-636a18880000\\\"\",\"properties\":{\"displayName\":\"pwsh01\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":null,\"timeModified\":\"2022-11-08T08:51:19.8259929Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"3ab17ca0bc164b6bb1b38eb0562d871c\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/842437e8-8ef1-4ce7-b1a7-4cebf6c10188\",\"name\":\"842437e8-8ef1-4ce7-b1a7-4cebf6c10188\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"Workbook03-display\"},\"kind\":\"user\",\"etag\":\"\\\"0400dc90-0000-0600-0000-63621d9a0000\\\"\",\"properties\":{\"displayName\":\"Workbook03-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"asdasd\",\"timeModified\":\"2022-11-02T07:34:50.150814Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"353bc00a767d474599ca83f41f55b763\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/aac4bf14-0f25-4ac3-a4d4-76c63bf7312e\",\"name\":\"aac4bf14-0f25-4ac3-a4d4-76c63bf7312e\",\"type\":\"microsoft.insights/workbooks\",\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"Workbook03-display\"},\"kind\":\"user\",\"etag\":\"\\\"04000891-0000-0600-0000-63621ddc0000\\\"\",\"properties\":{\"displayName\":\"Workbook03-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-02T07:35:56.059719Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"4e25faa84c2b4b989ba19b26b8ad6e12\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/74446cb1-d125-4c1f-ab84-e57fd93101d2\",\"name\":\"74446cb1-d125-4c1f-ab84-e57fd93101d2\",\"type\":\"microsoft.insights/workbooks\",\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"Workbook03-display\"},\"kind\":\"shared\",\"etag\":\"\\\"04002692-0000-0600-0000-63621e240000\\\"\",\"properties\":{\"displayName\":\"Workbook03-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-02T07:37:08.5191043Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"38a78d2cbea84e5b88ddfc2acbe9d458\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/5df8625f-fae4-4a38-9f43-62a40a2e99d1\",\"name\":\"5df8625f-fae4-4a38-9f43-62a40a2e99d1\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"5df8625f-fae4-4a38-9f43-62a40a2e99d1-display\"},\"kind\":\"user\",\"etag\":\"\\\"0700a5b2-0000-0600-0000-6363261d0000\\\"\",\"properties\":{\"displayName\":\"5df8625f-fae4-4a38-9f43-62a40a2e99d1-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-03T02:23:25.0649612Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"9705e2c0c2554768939481fe62908634\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/b41466f0-a464-4531-ab31-df6ba613d8fe\",\"name\":\"b41466f0-a464-4531-ab31-df6ba613d8fe\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"b41466f0-a464-4531-ab31-df6ba613d8fe-display\"},\"kind\":\"user\",\"etag\":\"\\\"0700c5be-0000-0600-0000-63632a2b0000\\\"\",\"properties\":{\"displayName\":\"b41466f0-a464-4531-ab31-df6ba613d8fe-display\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-03T02:40:43.0121494Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"09345d846c854ae390f945f32c5894d1\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/f7d7151e-7907-4f46-8a5e-6bf4a4cfedec\",\"name\":\"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"k1\":\"v1\",\"hidden-title\":\"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-pwsh\"},\"kind\":\"user\",\"etag\":\"\\\"0c009c82-0000-0600-0000-6364bdad0000\\\"\",\"properties\":{\"displayName\":\"f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-pwsh\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":null,\"timeModified\":\"2022-11-04T07:22:21.1756175Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"a323fb8dd5d54977a1445d7645e804bf\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/4b786b1f-04d3-4e07-8a4d-924020f0ccf3\",\"name\":\"4b786b1f-04d3-4e07-8a4d-924020f0ccf3\",\"type\":null,\"location\":\"westus2\",\"tags\":{\"hidden-title\":\"4b786b1f-04d3-4e07-8a4d-924020f0ccf3-pwsh\"},\"kind\":\"user\",\"etag\":\"\\\"0100ee84-0000-0600-0000-6369bb0e0000\\\"\",\"properties\":{\"displayName\":\"4b786b1f-04d3-4e07-8a4d-924020f0ccf3-pwsh\",\"serializedData\":null,\"version\":null,\"category\":\"workbook\",\"userId\":\"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\"sourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\"timeModified\":\"2022-11-08T02:12:29.9597542Z\",\"tags\":null,\"storageUri\":null,\"revision\":\"95694a3cd05c45978d3ca90c31771659\"}}]}", + "Content": "{\"value\":[]}", "isContentBase64": false } } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbookRevision.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbookRevision.Recording.json index 17df7b18ffe5..1fbd03d9cb9e 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbookRevision.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbookRevision.Recording.json @@ -1,9 +1,9 @@ { - "Get-AzApplicationInsightsWorkbookRevision+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+1": { + "Get-AzApplicationInsightsWorkbookRevision+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"kind\": \"shared\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5?api-version=2022-04-01", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"kind\": \"shared\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -17,40 +17,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "56e3e72b-38c4-4fd5-88c9-b78590818cb3" ], - "x-ms-correlation-request-id": [ "56e3e72b-38c4-4fd5-88c9-b78590818cb3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021203Z:56e3e72b-38c4-4fd5-88c9-b78590818cb3" ], - "Date": [ "Thu, 10 Nov 2022 02:12:03 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/3ad73403-1554-4f59-99cc-67338484814f" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "198" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2998" ], + "x-ms-request-id": [ "84affef0-ccd7-4ab9-8021-369a33bb9fc6" ], + "x-ms-correlation-request-id": [ "84affef0-ccd7-4ab9-8021-369a33bb9fc6" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084031Z:84affef0-ccd7-4ab9-8021-369a33bb9fc6" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 1AB26D4CFCD540D3B312354D04032B00 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:30Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:30 GMT" ] }, "ContentHeaders": { "Content-Length": [ "983" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"0200986d-0000-0600-0000-636c5df20000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:12:02.3836765Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"032976460fc94a40bf609c6ba9649d0f\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"e200710a-0000-0800-0000-68b55bff0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:31.4289139Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"41b6ba23f43b49f49b5878e42209a4d4\"\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookRevision+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5/revisions?api-version=2022-04-01+2": { + "Get-AzApplicationInsightsWorkbookRevision+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5/revisions?api-version=2022-04-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5/revisions?api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5/revisions?api-version=2022-04-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "13054bc9-ec2f-45c6-9fa8-e0bcd6f56a50" ], + "x-ms-unique-id": [ "32" ], + "x-ms-client-request-id": [ "2f89fb0e-4880-46e6-bd5a-2ca4638055f2" ], "CommandName": [ "Get-AzApplicationInsightsWorkbookRevision" ], "FullCommandName": [ "Get-AzApplicationInsightsWorkbookRevision_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,40 +64,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "255538da-288f-42d0-b800-2fc61171b130" ], - "x-ms-correlation-request-id": [ "255538da-288f-42d0-b800-2fc61171b130" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021204Z:255538da-288f-42d0-b800-2fc61171b130" ], - "Date": [ "Thu, 10 Nov 2022 02:12:03 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/e68ad6ee-4a52-4131-858a-e2293057e701" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "6554b56c-5b74-4093-9c13-c5ca82f08d79" ], + "x-ms-correlation-request-id": [ "6554b56c-5b74-4093-9c13-c5ca82f08d79" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084032Z:6554b56c-5b74-4093-9c13-c5ca82f08d79" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E6991F64B5934636A174C51271CDD948 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:32Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "7019" ], + "Content-Length": [ "7626" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"b3008e8d-0000-0600-0000-636c5dc00000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:11:12.5458038Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"7065ddafaeb4427fbf5828c5e0e32a33\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"b300968d-0000-0600-0000-636c5dc30000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-10T02:11:15.8172306Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"b9ef43e395c447ac96315a2f3741ba88\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"b300c78d-0000-0600-0000-636c5dc60000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-10T02:11:18.2547201Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"1d299211f66a4674965b027f05266947\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"b300418e-0000-0600-0000-636c5dcc0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:11:23.9808413Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"e30b57ca4aab49a3aa63327a598a6958\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"b3007b8e-0000-0600-0000-636c5dcf0000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-10T02:11:27.0754006Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"8528f81398824699a247f9521775a030\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"b300ff8e-0000-0600-0000-636c5dd10000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": null,\r\n \"timeModified\": \"2022-11-10T02:11:29.1096737Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"7bb669eabc564e4aaea9354d873f2f6b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"b3008892-0000-0600-0000-636c5df20000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:12:02.3836765Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"032976460fc94a40bf609c6ba9649d0f\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "Content": "{\r\n \"value\": [\r\n {\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"86006920-0000-0800-0000-68b55bf30000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:19.1732945Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"e33356ba1be546088a2c5b064357cdbc\"\r\n }\r\n },\r\n {\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"8600b220-0000-0800-0000-68b55bf50000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:21.4546538Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"f0b8a880ac594e14a0b8f4d9ef2df34e\"\r\n }\r\n },\r\n {\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"8600ce20-0000-0800-0000-68b55bf60000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:22.4935904Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"648d5230a8b84196b5b97e41b937d37d\"\r\n }\r\n },\r\n {\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"86004921-0000-0800-0000-68b55bf90000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:25.899997Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"8f8ea531a60a4015bba8c3d7929405d9\"\r\n }\r\n },\r\n {\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"86009621-0000-0800-0000-68b55bfc0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:28.2411644Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"56bef939290c4873a8d223155acc2be0\"\r\n }\r\n },\r\n {\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"8600b121-0000-0800-0000-68b55bfd0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwshnew\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:29.2101387Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"901ab1440885448aa63849505e993b6e\"\r\n }\r\n },\r\n {\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"8600e721-0000-0800-0000-68b55bff0000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": null,\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:31.4289139Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"41b6ba23f43b49f49b5878e42209a4d4\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookRevision+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5/revisions/7065ddafaeb4427fbf5828c5e0e32a33?api-version=2022-04-01+3": { + "Get-AzApplicationInsightsWorkbookRevision+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5/revisions/e33356ba1be546088a2c5b064357cdbc?api-version=2022-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5/revisions/7065ddafaeb4427fbf5828c5e0e32a33?api-version=2022-04-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5/revisions/e33356ba1be546088a2c5b064357cdbc?api-version=2022-04-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "2a1433f3-d3ae-4af5-905b-f59330302c72" ], + "x-ms-unique-id": [ "33" ], + "x-ms-client-request-id": [ "9974b144-df83-46aa-8889-efb9c21bce01" ], "CommandName": [ "Get-AzApplicationInsightsWorkbookRevision" ], "FullCommandName": [ "Get-AzApplicationInsightsWorkbookRevision_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -105,24 +111,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-request-id": [ "43d6e98e-4430-4497-829e-25095b6cf030" ], - "x-ms-correlation-request-id": [ "43d6e98e-4430-4497-829e-25095b6cf030" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021204Z:43d6e98e-4430-4497-829e-25095b6cf030" ], - "Date": [ "Thu, 10 Nov 2022 02:12:04 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/dad51a30-7c5e-4d59-a432-2184b9b6f1dd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "8fb2ec53-129f-4ca5-9a84-5ccf7e359e3d" ], + "x-ms-correlation-request-id": [ "8fb2ec53-129f-4ca5-9a84-5ccf7e359e3d" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084032Z:8fb2ec53-129f-4ca5-9a84-5ccf7e359e3d" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: EC62B8E96D29415CBB1615066896FEC5 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:32Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "983" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"b3008e8d-0000-0600-0000-636c5dc00000\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"97deab6c-e478-40b4-b4da-e7d9353dc1e8\",\r\n \"sourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/appinsights-hkrs2v-test/providers/microsoft.insights/components/appinsights-48mah3-pwsh\",\r\n \"timeModified\": \"2022-11-10T02:11:12.5458038Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"7065ddafaeb4427fbf5828c5e0e32a33\"\r\n }\r\n}", + "Content": "{\r\n \"kind\": \"shared\",\r\n \"etag\": \"\\\"86006920-0000-0800-0000-68b55bf30000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/workbooks/7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"name\": \"7f066122-885c-489b-b5f7-fa594c2775e5\",\r\n \"type\": null,\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-title\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"f48d5ba6-9da7-4dd2-aed4-71edd6e5e517-pwsh\",\r\n \"serializedData\": \"\",\r\n \"version\": null,\r\n \"category\": \"workbook\",\r\n \"userId\": \"6f20525e-bd2b-4c30-bd2a-c1b766142389\",\r\n \"sourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourcegroups/appinsights-df1yir-test/providers/microsoft.insights/components/appinsights-p3geui-pwsh\",\r\n \"timeModified\": \"2025-09-01T08:40:19.1732945Z\",\r\n \"tags\": null,\r\n \"storageUri\": null,\r\n \"revision\": \"e33356ba1be546088a2c5b064357cdbc\"\r\n }\r\n}", "isContentBase64": false } } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbookTemplate.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbookTemplate.Recording.json index e2e5823f7324..5153071ff853 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbookTemplate.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Get-AzApplicationInsightsWorkbookTemplate.Recording.json @@ -1,9 +1,9 @@ { - "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+Get+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+1": { + "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+Get+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"templateData\": {\r\n \"styleSettings\": {\r\n },\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\",\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"size\": 1,\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ]\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"type\": \"tsg\",\r\n \"order\": 100,\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ]\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"templateData\": {\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"size\": 1,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ],\r\n \"styleSettings\": {\r\n },\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"type\": \"tsg\",\r\n \"order\": 100,\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ]\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -17,40 +17,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "8f59f32a-f072-4cc5-a4eb-492ea1e22b11" ], - "x-ms-correlation-request-id": [ "8f59f32a-f072-4cc5-a4eb-492ea1e22b11" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021516Z:8f59f32a-f072-4cc5-a4eb-492ea1e22b11" ], - "Date": [ "Thu, 10 Nov 2022 02:15:16 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/2bcd511d-f519-4548-b3e2-4b729b03c5ee" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "197" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2997" ], + "x-ms-request-id": [ "5d12bb29-0dac-4d27-9c69-ab28990024b5" ], + "x-ms-correlation-request-id": [ "5d12bb29-0dac-4d27-9c69-ab28990024b5" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084034Z:5d12bb29-0dac-4d27-9c69-ab28990024b5" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 3F7A55CBD276434CA131E75DED7E7E76 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:33Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1699" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\",\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"size\": 1,\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ]\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", + "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"size\": 1,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ],\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+2": { + "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "d97359be-0ca1-41a0-92b2-6e87caa37a91" ], + "x-ms-unique-id": [ "35" ], + "x-ms-client-request-id": [ "743a8424-75fe-4e11-bab1-656263f70c87" ], "CommandName": [ "Get-AzApplicationInsightsWorkbookTemplate" ], "FullCommandName": [ "Get-AzApplicationInsightsWorkbookTemplate_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,31 +64,33 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "d56accad-33e6-4ab4-b96d-e0bb0788e704" ], - "x-ms-correlation-request-id": [ "d56accad-33e6-4ab4-b96d-e0bb0788e704" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021517Z:d56accad-33e6-4ab4-b96d-e0bb0788e704" ], - "Date": [ "Thu, 10 Nov 2022 02:15:16 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-request-id": [ "117d921a-0603-4a73-ab29-fb67ba790009" ], + "x-ms-correlation-request-id": [ "117d921a-0603-4a73-ab29-fb67ba790009" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084034Z:117d921a-0603-4a73-ab29-fb67ba790009" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: CA18E0680A9A42C9A52B3932A54CB241 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:34Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1699" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\",\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"size\": 1,\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ]\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", + "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"size\": 1,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ],\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+Get+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+3": { + "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+Get+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+3": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", "Content": "{\r\n \"tags\": {\r\n \"k1\": \"v1\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -100,40 +105,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "aff9e0de-580d-4a03-9daf-23a3082bc0b2" ], - "x-ms-correlation-request-id": [ "aff9e0de-580d-4a03-9daf-23a3082bc0b2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021520Z:aff9e0de-580d-4a03-9daf-23a3082bc0b2" ], - "Date": [ "Thu, 10 Nov 2022 02:15:19 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/0d815a57-ecdc-4ecb-a729-f3780d297b68" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "198" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2998" ], + "x-ms-request-id": [ "cfe20171-e8f0-47a4-9f05-c60c57ceafff" ], + "x-ms-correlation-request-id": [ "cfe20171-e8f0-47a4-9f05-c60c57ceafff" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084035Z:cfe20171-e8f0-47a4-9f05-c60c57ceafff" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 10AA81100CE44ABB93A9C42DF9E006FB Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:34Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:35 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1717" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"k1\": \"v1\"\r\n },\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\",\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"size\": 1,\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ]\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", + "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"k1\": \"v1\"\r\n },\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"size\": 1,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ],\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+Get+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+4": { + "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+Get+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+4": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "688c0725-0508-4541-98b5-607e68f5eed2" ], + "x-ms-unique-id": [ "37" ], + "x-ms-client-request-id": [ "a7938f32-3acd-42f6-a1f0-07cfca3fb14b" ], "CommandName": [ "Remove-AzApplicationInsightsWorkbookTemplate" ], "FullCommandName": [ "Remove-AzApplicationInsightsWorkbookTemplate_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -144,17 +152,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "0924cb9e-c222-43a4-96a1-4454bf5bbc51" ], - "x-ms-correlation-request-id": [ "0924cb9e-c222-43a4-96a1-4454bf5bbc51" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021526Z:0924cb9e-c222-43a4-96a1-4454bf5bbc51" ], - "Date": [ "Thu, 10 Nov 2022 02:15:25 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/a16ffe02-5cd5-4077-81c9-9cb6a3763202" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "198" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2998" ], + "x-ms-request-id": [ "c6b9212f-92dd-4ada-b608-ae6212644e06" ], + "x-ms-correlation-request-id": [ "c6b9212f-92dd-4ada-b608-ae6212644e06" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084039Z:c6b9212f-92dd-4ada-b608-ae6212644e06" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A35695CFA194406DAFC47813ED07F7A9 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:36Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:38 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -164,11 +175,11 @@ "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+GetViaIdentity+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+1": { + "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+GetViaIdentity+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"templateData\": {\r\n \"styleSettings\": {\r\n },\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\",\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"size\": 1,\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ]\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"type\": \"tsg\",\r\n \"order\": 100,\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ]\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"templateData\": {\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"size\": 1,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ],\r\n \"styleSettings\": {\r\n },\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"type\": \"tsg\",\r\n \"order\": 100,\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ]\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -182,40 +193,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-request-id": [ "9758bfb7-903e-4d6f-8732-cf671c114a47" ], - "x-ms-correlation-request-id": [ "9758bfb7-903e-4d6f-8732-cf671c114a47" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021529Z:9758bfb7-903e-4d6f-8732-cf671c114a47" ], - "Date": [ "Thu, 10 Nov 2022 02:15:28 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/8cfe22e1-6ff0-4c22-a6b2-47ce7e0c0794" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "197" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2997" ], + "x-ms-request-id": [ "dd37cae9-39f8-4a45-a61e-0cd6add72e1d" ], + "x-ms-correlation-request-id": [ "dd37cae9-39f8-4a45-a61e-0cd6add72e1d" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084040Z:dd37cae9-39f8-4a45-a61e-0cd6add72e1d" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: AAC53AFC53634FBDBB8AABD103F8538B Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:39Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1699" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\",\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"size\": 1,\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ]\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", + "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"size\": 1,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ],\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+2": { + "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "19b8e8b9-7274-4b83-a269-a238881ae2f5" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "18600eed-766c-4bd7-a95c-a67c5d6d306f" ], "CommandName": [ "Get-AzApplicationInsightsWorkbookTemplate" ], "FullCommandName": [ "Get-AzApplicationInsightsWorkbookTemplate_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -226,31 +240,33 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-request-id": [ "56fe3e5f-490c-4e0a-ae37-1546d07f21fd" ], - "x-ms-correlation-request-id": [ "56fe3e5f-490c-4e0a-ae37-1546d07f21fd" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021529Z:56fe3e5f-490c-4e0a-ae37-1546d07f21fd" ], - "Date": [ "Thu, 10 Nov 2022 02:15:29 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "5a72dacf-0570-48cc-b019-8f12aafc58e5" ], + "x-ms-correlation-request-id": [ "5a72dacf-0570-48cc-b019-8f12aafc58e5" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084041Z:5a72dacf-0570-48cc-b019-8f12aafc58e5" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 746542ECC8944159AD1A592A454AB926 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:40Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1699" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\",\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"size\": 1,\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ]\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", + "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"size\": 1,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ],\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+GetViaIdentity+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+3": { + "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+GetViaIdentity+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+3": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", "Content": "{\r\n \"tags\": {\r\n \"k1\": \"v1\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -265,40 +281,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-request-id": [ "38cf4234-c767-4798-8540-444b61db68b3" ], - "x-ms-correlation-request-id": [ "38cf4234-c767-4798-8540-444b61db68b3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021532Z:38cf4234-c767-4798-8540-444b61db68b3" ], - "Date": [ "Thu, 10 Nov 2022 02:15:31 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/bc6134eb-534b-4efb-94e2-870bfb392d97" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "b988918b-15aa-4f48-9c82-480b1c347088" ], + "x-ms-correlation-request-id": [ "b988918b-15aa-4f48-9c82-480b1c347088" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084044Z:b988918b-15aa-4f48-9c82-480b1c347088" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 28C6D824952C4196B034A14C51ED0B55 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:41Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1717" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"k1\": \"v1\"\r\n },\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\",\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"size\": 1,\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ]\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", + "Content": "{\r\n \"name\": \"23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"k1\": \"v1\"\r\n },\r\n \"type\": \"microsoft.insights/workbooktemplates\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467\",\r\n \"properties\": {\r\n \"priority\": 1,\r\n \"author\": null,\r\n \"templateData\": {\r\n \"items\": [\r\n {\r\n \"name\": \"text - 2\",\r\n \"content\": {\r\n \"json\": \"## New workbook\\\\n---\\\\n\\\\nWelcome to your new workbook. This area will display text formatted as markdown.\\\\n\\\\n\\\\nWe\u0027ve included a basic analytics query to get you started. Use the Edit button below each section to configure it or add more sections.\"\r\n },\r\n \"type\": 1\r\n },\r\n {\r\n \"name\": \"query - 2\",\r\n \"content\": {\r\n \"size\": 1,\r\n \"exportToExcelOptions\": \"visible\",\r\n \"query\": \"union withsource=TableName *\\\\n| summarize Count=count() by TableName\\\\n| render barchart\",\r\n \"queryType\": 0,\r\n \"resourceType\": \"microsoft.operationalinsights/workspaces\",\r\n \"version\": \"KqlItem/1.0\"\r\n },\r\n \"type\": 3\r\n }\r\n ],\r\n \"styleSettings\": {},\r\n \"version\": \"Notebook/1.0\",\r\n \"\": \"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"\r\n },\r\n \"galleries\": [\r\n {\r\n \"name\": \"Simple Template\",\r\n \"category\": \"Failures\",\r\n \"order\": 100,\r\n \"type\": \"tsg\",\r\n \"resourceType\": \"microsoft.insights/components\"\r\n }\r\n ],\r\n \"localized\": null\r\n }\r\n}", "isContentBase64": false } }, - "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+GetViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+4": { + "Get-AzApplicationInsightsWorkbookTemplate+[NoContext]+GetViaIdentity+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20+4": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appinsights-hkrs2v-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appinsights-df1yir-test/providers/microsoft.insights/workbooktemplates/23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467?api-version=2020-11-20", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "305449ad-c389-4216-8a34-724b7ae16701" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "6459b8a5-43a8-4d7d-8868-e3df2c7175de" ], "CommandName": [ "Remove-AzApplicationInsightsWorkbookTemplate" ], "FullCommandName": [ "Remove-AzApplicationInsightsWorkbookTemplate_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.4", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -309,17 +328,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-request-id": [ "c66dd06b-42b2-4881-8c6b-07df9fcdd1ca" ], - "x-ms-correlation-request-id": [ "c66dd06b-42b2-4881-8c6b-07df9fcdd1ca" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20221110T021536Z:c66dd06b-42b2-4881-8c6b-07df9fcdd1ca" ], - "Date": [ "Thu, 10 Nov 2022 02:15:35 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/e6a2da90-729d-4a3b-83a9-07c011c2eb2d" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "197" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2997" ], + "x-ms-request-id": [ "18947151-c1e5-45b6-8e69-5549fd6ebec2" ], + "x-ms-correlation-request-id": [ "18947151-c1e5-45b6-8e69-5549fd6ebec2" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084046Z:18947151-c1e5-45b6-8e69-5549fd6ebec2" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 79DB8DAB52744201B06D9A5E213B4735 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:44Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:45 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/New-AzApplicationInsightsWebTest.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/New-AzApplicationInsightsWebTest.Recording.json index 7ee8494d85b2..97456cf4576c 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/New-AzApplicationInsightsWebTest.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/New-AzApplicationInsightsWebTest.Recording.json @@ -1,15 +1,15 @@ { - "New-AzApplicationInsightsWebTest+[NoContext]+CreateStandard+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-x6i8rc-pwsh?api-version=2022-06-15+1": { + "New-AzApplicationInsightsWebTest+[NoContext]+CreateStandard+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-xbhywo-pwsh?api-version=2022-06-15+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-x6i8rc-pwsh?api-version=2022-06-15", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"Request\": {\r\n \"RequestUrl\": \"https://docs.microsoft.com/\",\r\n \"HttpVerb\": \"GET\"\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200\r\n },\r\n \"Name\": \"standardwebtest-x6i8rc-pwsh\",\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ]\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-xbhywo-pwsh?api-version=2022-06-15", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"HttpVerb\": \"GET\"\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200\r\n },\r\n \"Name\": \"standardwebtest-xbhywo-pwsh\",\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ]\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "723" ] + "Content-Length": [ "724" ] } }, "Response": { @@ -17,40 +17,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9eac849d-6602-4755-b09a-637a38d913b7" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "5c08e127-0f6e-4434-b282-f14cfd866183" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155449Z:5c08e127-0f6e-4434-b282-f14cfd866183" ], - "Date": [ "Mon, 16 May 2022 15:54:49 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/48ad8408-78ef-47c4-8013-6ac526719f15" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "4a5f253c-d181-4650-bf4f-e50ef9cfb167" ], + "x-ms-correlation-request-id": [ "4a5f253c-d181-4650-bf4f-e50ef9cfb167" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084050Z:4a5f253c-d181-4650-bf4f-e50ef9cfb167" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E0929F9E4638460C94E9188AC7B1EE25 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:47Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1145" ], + "Content-Length": [ "1465" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-x6i8rc-pwsh\",\"name\":\"standardwebtest-x6i8rc-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0155e8-0000-0600-0000-628273c80000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-x6i8rc-pwsh\",\"Name\":\"standardwebtest-x6i8rc-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\r\n \"kind\": null,\r\n \"etag\": \"\\\"e200900f-0000-0800-0000-68b55c120000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-xbhywo-pwsh\",\r\n \"name\": \"standardwebtest-xbhywo-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-xbhywo-pwsh\",\r\n \"Name\": \"standardwebtest-xbhywo-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "isContentBase64": false } }, - "New-AzApplicationInsightsWebTest+[NoContext]+CreateStandard+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-x6i8rc-pwsh?api-version=2022-06-15+2": { + "New-AzApplicationInsightsWebTest+[NoContext]+CreateStandard+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-xbhywo-pwsh?api-version=2022-06-15+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-x6i8rc-pwsh?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-xbhywo-pwsh?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "035e4930-87ad-441b-bc97-9f3e43321386" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "5f7fda45-b716-4dfc-b0fa-90521639a273" ], "CommandName": [ "Remove-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Remove-AzApplicationInsightsWebTest_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,17 +64,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "035e4930-87ad-441b-bc97-9f3e43321386" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "309091ca-3c73-4a06-9be0-10891685ac6d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155453Z:309091ca-3c73-4a06-9be0-10891685ac6d" ], - "Date": [ "Mon, 16 May 2022 15:54:53 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/3039fccf-4c63-4ac9-8107-cf0fd4687939" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-request-id": [ "1cb2f310-0651-44ce-81b0-378516e715a3" ], + "x-ms-correlation-request-id": [ "1cb2f310-0651-44ce-81b0-378516e715a3" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084053Z:1cb2f310-0651-44ce-81b0-378516e715a3" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 6542AF7684A747EDB2DCC7B02D7E4882 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:50Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:52 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -81,19 +87,19 @@ "isContentBase64": false } }, - "New-AzApplicationInsightsWebTest+[NoContext]+CreateStandard+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests?api-version=2022-06-15+3": { + "New-AzApplicationInsightsWebTest+[NoContext]+CreateStandard+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests?api-version=2022-06-15+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "3a1a11b0-7534-4aea-b03a-720210ebcbf0" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "a67742e0-4e23-4fcb-8976-7bb87f2f3a0a" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,35 +110,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "3a1a11b0-7534-4aea-b03a-720210ebcbf0", "3a1a11b0-7534-4aea-b03a-720210ebcbf0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-request-id": [ "c263e995-fa10-43dd-aea5-b1ab508cbcb9" ], - "x-ms-correlation-request-id": [ "c263e995-fa10-43dd-aea5-b1ab508cbcb9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155454Z:c263e995-fa10-43dd-aea5-b1ab508cbcb9" ], + "x-ms-original-request-ids": [ "", "" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "eb7699ae-aa93-402a-b6bc-d5b54f8381c6" ], + "x-ms-correlation-request-id": [ "eb7699ae-aa93-402a-b6bc-d5b54f8381c6" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084054Z:eb7699ae-aa93-402a-b6bc-d5b54f8381c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 16 May 2022 15:54:54 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: FE2AC12BA50E45958741EEFB73EF0032 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:53Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:53 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "1158" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "1157" ] + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0128e6-0000-0600-0000-628273a50000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"kind\":null,\"etag\":\"\\\"e100d3f8-0000-0800-0000-68b55bbc0000\\\"\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\"name\":\"standardwebtest-42fo60-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\":\"Resource\"},\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-42fo60-pwsh\",\"Name\":\"standardwebtest-42fo60-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://learn.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "New-AzApplicationInsightsWebTest+[NoContext]+CreatePing+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/basicwebtest-287gcu-pwsh?api-version=2022-06-15+1": { + "New-AzApplicationInsightsWebTest+[NoContext]+CreatePing+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/basicwebtest-q7xvne-pwsh?api-version=2022-06-15+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/basicwebtest-287gcu-pwsh?api-version=2022-06-15", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"Configuration\": {\r\n \"WebTest\": \"\\u003cWebTest Name=\\\"basicwebtest-287gcu-pwsh\\\" Id=\\\"0c9718bb-17e5-48c9-b6a1-0b1f18bd8216\\\" Enabled=\\\"True\\\" CssProjectStructure=\\\"\\\" CssIteration=\\\"\\\" Timeout=\\\"120\\\" WorkItemIds=\\\"\\\" xmlns=\\\"http://microsoft.com/schemas/VisualStudio/TeamTest/2010\\\" Description=\\\"\\\" CredentialUserName=\\\"\\\" CredentialPassword=\\\"\\\" PreAuthenticate=\\\"True\\\" Proxy=\\\"default\\\" StopOnError=\\\"False\\\" RecordedResultFile=\\\"\\\" ResultsLocale=\\\"\\\"\\u003e \\r\\n \\u003cItems\\u003e \\r\\n \\u003cRequest Method=\\\"Get\\\" Guid=\\\"77ddf90f-1ff2-4d1c-bbf0-08dd337db2c4\\\" Version=\\\"1.1\\\" Url=\\\"https://docs.microsoft.com/\\\" ThinkTime=\\\"0\\\" Timeout=\\\"120\\\" ParseDependentRequests=\\\"\\\" FollowRedirects=\\\"True\\\" RecordResult=\\\"True\\\" Cache=\\\"False\\\" ResponseTimeGoal=\\\"0\\\" Encoding=\\\"utf-8\\\" ExpectedHttpStatusCode=\\\"200\\\" ExpectedResponseUrl=\\\"\\\" ReportingName=\\\"\\\" IgnoreHttpStatusCode=\\\"False\\\" /\\u003e \\r\\n \\u003c/Items\\u003e\\r\\n \\r\\n \\u003c/WebTest\\u003e\"\r\n },\r\n \"Name\": \"basicwebtest-287gcu-pwsh\",\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"ping\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ]\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/basicwebtest-q7xvne-pwsh?api-version=2022-06-15", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"Configuration\": {\r\n \"WebTest\": \"\\u003cWebTest Name=\\\"basicwebtest-q7xvne-pwsh\\\" Id=\\\"c83276e7-34ae-484c-acd5-07a9f07bce76\\\" Enabled=\\\"True\\\" CssProjectStructure=\\\"\\\" CssIteration=\\\"\\\" Timeout=\\\"120\\\" WorkItemIds=\\\"\\\" xmlns=\\\"http://microsoft.com/schemas/VisualStudio/TeamTest/2010\\\" Description=\\\"\\\" CredentialUserName=\\\"\\\" CredentialPassword=\\\"\\\" PreAuthenticate=\\\"True\\\" Proxy=\\\"default\\\" StopOnError=\\\"False\\\" RecordedResultFile=\\\"\\\" ResultsLocale=\\\"\\\"\\u003e \\r\\n \\u003cItems\\u003e \\r\\n \\u003cRequest Method=\\\"Get\\\" Guid=\\\"269c3cec-9718-42cc-a504-b8200735fe93\\\" Version=\\\"1.1\\\" Url=\\\"https://learn.microsoft.com/\\\" ThinkTime=\\\"0\\\" Timeout=\\\"120\\\" ParseDependentRequests=\\\"\\\" FollowRedirects=\\\"True\\\" RecordResult=\\\"True\\\" Cache=\\\"False\\\" ResponseTimeGoal=\\\"0\\\" Encoding=\\\"utf-8\\\" ExpectedHttpStatusCode=\\\"200\\\" ExpectedResponseUrl=\\\"\\\" ReportingName=\\\"\\\" IgnoreHttpStatusCode=\\\"False\\\" /\\u003e \\r\\n \\u003c/Items\\u003e\\r\\n \\r\\n \\u003c/WebTest\\u003e\"\r\n },\r\n \"Name\": \"basicwebtest-q7xvne-pwsh\",\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"ping\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ]\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1798" ] + "Content-Length": [ "1799" ] } }, "Response": { @@ -140,40 +149,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ccd81210-f4d6-4d8e-9ce7-a37aba5714d2" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-correlation-request-id": [ "caf89aa0-1217-4629-aafd-a4642f75aa8f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155500Z:caf89aa0-1217-4629-aafd-a4642f75aa8f" ], - "Date": [ "Mon, 16 May 2022 15:55:00 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/0b992889-7fb4-488a-baf8-d870cf5b8a0e" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "b0e32c1f-c6b2-415c-8f5a-7621e61696c2" ], + "x-ms-correlation-request-id": [ "b0e32c1f-c6b2-415c-8f5a-7621e61696c2" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084057Z:b0e32c1f-c6b2-415c-8f5a-7621e61696c2" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: F5FDFCF9175B47F7BA3D235087DB88E8 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:54Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2016" ], + "Content-Length": [ "2240" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/basicwebtest-287gcu-pwsh\",\"name\":\"basicwebtest-287gcu-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0143e9-0000-0600-0000-628273d20000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"basicwebtest-287gcu-pwsh\",\"Name\":\"basicwebtest-287gcu-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"ping\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":{\"WebTest\":\"\u003cWebTest Name=\\\"basicwebtest-287gcu-pwsh\\\" Id=\\\"0c9718bb-17e5-48c9-b6a1-0b1f18bd8216\\\" Enabled=\\\"True\\\" CssProjectStructure=\\\"\\\" CssIteration=\\\"\\\" Timeout=\\\"120\\\" WorkItemIds=\\\"\\\" xmlns=\\\"http://microsoft.com/schemas/VisualStudio/TeamTest/2010\\\" Description=\\\"\\\" CredentialUserName=\\\"\\\" CredentialPassword=\\\"\\\" PreAuthenticate=\\\"True\\\" Proxy=\\\"default\\\" StopOnError=\\\"False\\\" RecordedResultFile=\\\"\\\" ResultsLocale=\\\"\\\"\u003e \\r\\n \u003cItems\u003e \\r\\n \u003cRequest Method=\\\"Get\\\" Guid=\\\"77ddf90f-1ff2-4d1c-bbf0-08dd337db2c4\\\" Version=\\\"1.1\\\" Url=\\\"https://docs.microsoft.com/\\\" ThinkTime=\\\"0\\\" Timeout=\\\"120\\\" ParseDependentRequests=\\\"\\\" FollowRedirects=\\\"True\\\" RecordResult=\\\"True\\\" Cache=\\\"False\\\" ResponseTimeGoal=\\\"0\\\" Encoding=\\\"utf-8\\\" ExpectedHttpStatusCode=\\\"200\\\" ExpectedResponseUrl=\\\"\\\" ReportingName=\\\"\\\" IgnoreHttpStatusCode=\\\"False\\\" /\u003e \\r\\n \u003c/Items\u003e\\r\\n \\r\\n \u003c/WebTest\u003e\"},\"Request\":null,\"ValidationRules\":null,\"provisioningState\":\"Succeeded\"}}", + "Content": "{\r\n \"kind\": null,\r\n \"etag\": \"\\\"e2005411-0000-0800-0000-68b55c180000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/basicwebtest-q7xvne-pwsh\",\r\n \"name\": \"basicwebtest-q7xvne-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"basicwebtest-q7xvne-pwsh\",\r\n \"Name\": \"basicwebtest-q7xvne-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"ping\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": {\r\n \"WebTest\": \"\u003cWebTest Name=\\\"basicwebtest-q7xvne-pwsh\\\" Id=\\\"c83276e7-34ae-484c-acd5-07a9f07bce76\\\" Enabled=\\\"True\\\" CssProjectStructure=\\\"\\\" CssIteration=\\\"\\\" Timeout=\\\"120\\\" WorkItemIds=\\\"\\\" xmlns=\\\"http://microsoft.com/schemas/VisualStudio/TeamTest/2010\\\" Description=\\\"\\\" CredentialUserName=\\\"\\\" CredentialPassword=\\\"\\\" PreAuthenticate=\\\"True\\\" Proxy=\\\"default\\\" StopOnError=\\\"False\\\" RecordedResultFile=\\\"\\\" ResultsLocale=\\\"\\\"\u003e \\r\\n \u003cItems\u003e \\r\\n \u003cRequest Method=\\\"Get\\\" Guid=\\\"269c3cec-9718-42cc-a504-b8200735fe93\\\" Version=\\\"1.1\\\" Url=\\\"https://learn.microsoft.com/\\\" ThinkTime=\\\"0\\\" Timeout=\\\"120\\\" ParseDependentRequests=\\\"\\\" FollowRedirects=\\\"True\\\" RecordResult=\\\"True\\\" Cache=\\\"False\\\" ResponseTimeGoal=\\\"0\\\" Encoding=\\\"utf-8\\\" ExpectedHttpStatusCode=\\\"200\\\" ExpectedResponseUrl=\\\"\\\" ReportingName=\\\"\\\" IgnoreHttpStatusCode=\\\"False\\\" /\u003e \\r\\n \u003c/Items\u003e\\r\\n \\r\\n \u003c/WebTest\u003e\"\r\n },\r\n \"Request\": null,\r\n \"ValidationRules\": null,\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "isContentBase64": false } }, - "New-AzApplicationInsightsWebTest+[NoContext]+CreatePing+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/basicwebtest-287gcu-pwsh?api-version=2022-06-15+2": { + "New-AzApplicationInsightsWebTest+[NoContext]+CreatePing+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/basicwebtest-q7xvne-pwsh?api-version=2022-06-15+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/basicwebtest-287gcu-pwsh?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/basicwebtest-q7xvne-pwsh?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "439b68cc-9773-4fc7-8174-d9c2d434bcbe" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "8f50426c-8e1f-449c-91b3-bfcfc83d684e" ], "CommandName": [ "Remove-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Remove-AzApplicationInsightsWebTest_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -184,17 +196,20 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "439b68cc-9773-4fc7-8174-d9c2d434bcbe" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "49b1b07c-57bf-4488-a25a-ef4ecbbb184c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155505Z:49b1b07c-57bf-4488-a25a-ef4ecbbb184c" ], - "Date": [ "Mon, 16 May 2022 15:55:04 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/8d0c4693-b91b-46ae-8739-876d35cc6165" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-request-id": [ "dfc99ae8-16f9-4fe6-8247-6a69f7bd6c45" ], + "x-ms-correlation-request-id": [ "dfc99ae8-16f9-4fe6-8247-6a69f7bd6c45" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084059Z:dfc99ae8-16f9-4fe6-8247-6a69f7bd6c45" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 839D2EAE090845B08523D9E7D0F74B20 Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:57Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:58 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -204,19 +219,19 @@ "isContentBase64": false } }, - "New-AzApplicationInsightsWebTest+[NoContext]+CreatePing+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests?api-version=2022-06-15+3": { + "New-AzApplicationInsightsWebTest+[NoContext]+CreatePing+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests?api-version=2022-06-15+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "9f91de91-b98c-46fc-a90d-a4cfa6dad90c" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "d728df5c-8d15-4540-b163-2aff748fb984" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -227,21 +242,24 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "9f91de91-b98c-46fc-a90d-a4cfa6dad90c", "9f91de91-b98c-46fc-a90d-a4cfa6dad90c" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-request-id": [ "6c6d2431-34c7-4a4f-9dc4-b9660e493336" ], - "x-ms-correlation-request-id": [ "6c6d2431-34c7-4a4f-9dc4-b9660e493336" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155506Z:6c6d2431-34c7-4a4f-9dc4-b9660e493336" ], + "x-ms-original-request-ids": [ "", "" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "f2311cd2-6206-4be9-8d75-a18804217c07" ], + "x-ms-correlation-request-id": [ "f2311cd2-6206-4be9-8d75-a18804217c07" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084100Z:f2311cd2-6206-4be9-8d75-a18804217c07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 16 May 2022 15:55:05 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 7B0D5CF01BBA48A99335D080692F2D9B Ref B: TYO201100115031 Ref C: 2025-09-01T08:40:59Z" ], + "Date": [ "Mon, 01 Sep 2025 08:40:59 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "1158" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "1157" ] + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f0128e6-0000-0600-0000-628273a50000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"kind\":null,\"etag\":\"\\\"e100d3f8-0000-0800-0000-68b55bbc0000\\\"\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\"name\":\"standardwebtest-42fo60-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\":\"Resource\"},\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-42fo60-pwsh\",\"Name\":\"standardwebtest-42fo60-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://learn.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Update-AzApplicationInsightsWebTestTag.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Update-AzApplicationInsightsWebTestTag.Recording.json index d499468e0285..fef8844495d9 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/Update-AzApplicationInsightsWebTestTag.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/Update-AzApplicationInsightsWebTestTag.Recording.json @@ -1,9 +1,9 @@ { - "Update-AzApplicationInsightsWebTestTag+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15+1": { + "Update-AzApplicationInsightsWebTestTag+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15", - "Content": "{\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-8f7gor-pwsh\": \"Resource\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15", + "Content": "{\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-5kgmjv-pwsh\": \"Resource\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -17,40 +17,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "51ad1418-3612-4111-a71f-26affc054ac9" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-correlation-request-id": [ "7214d27e-b8df-457e-8bcc-352560994485" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155514Z:7214d27e-b8df-457e-8bcc-352560994485" ], - "Date": [ "Mon, 16 May 2022 15:55:14 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/cfa3b0d3-56dd-4ffc-864b-b975691ad0af" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "fbb125b0-906d-44ae-b06e-3a30d28b33f4" ], + "x-ms-correlation-request-id": [ "fbb125b0-906d-44ae-b06e-3a30d28b33f4" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084106Z:fbb125b0-906d-44ae-b06e-3a30d28b33f4" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 915C82BD0B9041C490DF826125D1496E Ref B: TYO201100115031 Ref C: 2025-09-01T08:41:04Z" ], + "Date": [ "Mon, 01 Sep 2025 08:41:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1145" ], + "Content-Length": [ "1465" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-8f7gor-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f01efe9-0000-0600-0000-628273e00000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\r\n \"kind\": null,\r\n \"etag\": \"\\\"e2008313-0000-0800-0000-68b55c210000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\r\n \"name\": \"standardwebtest-42fo60-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-5kgmjv-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-42fo60-pwsh\",\r\n \"Name\": \"standardwebtest-42fo60-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "isContentBase64": false } }, - "Update-AzApplicationInsightsWebTestTag+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15+1": { + "Update-AzApplicationInsightsWebTestTag+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "baa72401-be8e-4bbc-b4a8-dee9ab07c754" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "2d5e4c56-2228-4dca-8ae9-cbd6d962e637" ], "CommandName": [ "Get-AzApplicationInsightsWebTest" ], "FullCommandName": [ "Get-AzApplicationInsightsWebTest_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.5.2", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,32 +64,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "baa72401-be8e-4bbc-b4a8-dee9ab07c754" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "c9063e23-bea9-4bbd-8e48-f144ee9cc806" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155515Z:c9063e23-bea9-4bbd-8e48-f144ee9cc806" ], - "Date": [ "Mon, 16 May 2022 15:55:15 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "cbb06b41-f64e-4a7b-9cfa-62ca3ed1cfdd" ], + "x-ms-correlation-request-id": [ "cbb06b41-f64e-4a7b-9cfa-62ca3ed1cfdd" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084107Z:cbb06b41-f64e-4a7b-9cfa-62ca3ed1cfdd" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 6D73660FD7794C2982EDCD880E452CA8 Ref B: TYO201100115031 Ref C: 2025-09-01T08:41:06Z" ], + "Date": [ "Mon, 01 Sep 2025 08:41:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1145" ], + "Content-Length": [ "1465" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-8f7gor-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f01efe9-0000-0600-0000-628273e00000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\r\n \"kind\": null,\r\n \"etag\": \"\\\"e2008313-0000-0800-0000-68b55c210000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\r\n \"name\": \"standardwebtest-42fo60-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-5kgmjv-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-42fo60-pwsh\",\r\n \"Name\": \"standardwebtest-42fo60-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "isContentBase64": false } }, - "Update-AzApplicationInsightsWebTestTag+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15+2": { + "Update-AzApplicationInsightsWebTestTag+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh?api-version=2022-06-15", - "Content": "{\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\": \"Resource\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh?api-version=2022-06-15", + "Content": "{\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -100,24 +105,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "98152e67-2645-4a6c-91f5-aab0bb31df26" ], - "X-Content-Type-Options": [ "nosniff" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ "Microsoft-IIS/10.0" ], + "X-Content-Type-Options": [ "nosniff" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-correlation-request-id": [ "4e3fd9df-cca5-4ab9-b997-758a20128b36" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155520Z:4e3fd9df-cca5-4ab9-b997-758a20128b36" ], - "Date": [ "Mon, 16 May 2022 15:55:19 GMT" ] + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=6f20525e-bd2b-4c30-bd2a-c1b766142389/japaneast/6cbf0e0e-7402-4e92-aae8-d429d62e35bd" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-request-id": [ "c4a13dad-a1ce-4b4e-80cf-0f004d423556" ], + "x-ms-correlation-request-id": [ "c4a13dad-a1ce-4b4e-80cf-0f004d423556" ], + "x-ms-routing-request-id": [ "JAPANEAST:20250901T084108Z:c4a13dad-a1ce-4b4e-80cf-0f004d423556" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 12E8941121DB48CEB895FC4843DF258C Ref B: TYO201100115031 Ref C: 2025-09-01T08:41:07Z" ], + "Date": [ "Mon, 01 Sep 2025 08:41:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1145" ], + "Content-Length": [ "1465" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/webtests/standardwebtest-p9b7o0-pwsh\",\"name\":\"standardwebtest-p9b7o0-pwsh\",\"type\":\"microsoft.insights/webtests\",\"location\":\"westus2\",\"tags\":{\"hidden-link:/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh\":\"Resource\"},\"kind\":null,\"etag\":\"\\\"8f01e0ea-0000-0600-0000-628273e60000\\\"\",\"properties\":{\"SyntheticMonitorId\":\"standardwebtest-p9b7o0-pwsh\",\"Name\":\"standardwebtest-p9b7o0-pwsh\",\"Description\":null,\"Enabled\":true,\"Frequency\":300,\"Timeout\":120,\"Kind\":\"standard\",\"RetryEnabled\":true,\"Locations\":[{\"Id\":\"emea-nl-ams-azr\"},{\"Id\":\"us-ca-sjc-azr\"}],\"Configuration\":null,\"Request\":{\"RequestUrl\":\"https://docs.microsoft.com/\",\"Headers\":null,\"HttpVerb\":\"GET\",\"RequestBody\":null,\"ParseDependentRequests\":null,\"FollowRedirects\":null},\"ValidationRules\":{\"ExpectedHttpStatusCode\":200,\"IgnoreHttpStatusCode\":null,\"ContentValidation\":null,\"SSLCheck\":null,\"SSLCertRemainingLifetimeCheck\":null},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\r\n \"kind\": null,\r\n \"etag\": \"\\\"e2002f14-0000-0800-0000-68b55c240000\\\"\",\r\n \"id\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/webtests/standardwebtest-42fo60-pwsh\",\r\n \"name\": \"standardwebtest-42fo60-pwsh\",\r\n \"type\": \"microsoft.insights/webtests\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"hidden-link:/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh\": \"Resource\"\r\n },\r\n \"properties\": {\r\n \"SyntheticMonitorId\": \"standardwebtest-42fo60-pwsh\",\r\n \"Name\": \"standardwebtest-42fo60-pwsh\",\r\n \"Description\": null,\r\n \"Enabled\": true,\r\n \"Frequency\": 300,\r\n \"Timeout\": 120,\r\n \"Kind\": \"standard\",\r\n \"RetryEnabled\": true,\r\n \"Locations\": [\r\n {\r\n \"Id\": \"emea-nl-ams-azr\"\r\n },\r\n {\r\n \"Id\": \"us-ca-sjc-azr\"\r\n }\r\n ],\r\n \"Configuration\": null,\r\n \"Request\": {\r\n \"RequestUrl\": \"https://learn.microsoft.com/\",\r\n \"Headers\": null,\r\n \"HttpVerb\": \"GET\",\r\n \"RequestBody\": null,\r\n \"ParseDependentRequests\": null,\r\n \"FollowRedirects\": null\r\n },\r\n \"ValidationRules\": {\r\n \"ExpectedHttpStatusCode\": 200,\r\n \"IgnoreHttpStatusCode\": null,\r\n \"ContentValidation\": null,\r\n \"SSLCheck\": null,\r\n \"SSLCertRemainingLifetimeCheck\": null\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "isContentBase64": false } } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/env.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/env.json index 3d80e27a5448..da956d8dd3c7 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/env.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/env.json @@ -1,23 +1,23 @@ { - "component2": "componentk7l0bt", - "location": "westus2", "workbookTemplate01": "23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467", - "basicWebTest03": "basicwebtest-287gcu-pwsh", - "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f", - "appInsights02": "appInsights-8f7gor-pwsh", - "workbook01": "7f066122-885c-489b-b5f7-fa594c2775e5", - "standardWebTest02": "standardwebtest-x6i8rc-pwsh", - "standardWebTest01": "standardwebtest-p9b7o0-pwsh", - "geoLocation01": "emea-nl-ams-azr", - "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "component1": "componentjq87r0", - "appInsights01": "appInsights-48mah3-pwsh", - "appInsights01Id": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-48mah3-pwsh", "geoLocation02": "us-ca-sjc-azr", - "basicWebTest04": "basicwebtest-bxagpd-pwsh", - "geoLocation04": "emea-se-sto-edge", + "component1": "componento46ec2", + "resourceGroup": "appInsights-df1yir-test", + "geoLocation01": "emea-nl-ams-azr", "myWorkbook01": "f48d5ba6-9da7-4dd2-aed4-71edd6e5e517", + "basicWebTest03": "basicwebtest-q7xvne-pwsh", + "Tenant": "213e87ed-8e08-4eb4-a63c-c073058f7b00", + "SubscriptionId": "0e745469-49f8-48c9-873b-24ca87143db1", "geoLocation03": "emea-ru-msa-edge", - "resourceGroup": "appInsights-hkrs2v-test", - "appInsights02Id": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-8f7gor-pwsh" + "component2": "componentrdtlgb", + "standardWebTest02": "standardwebtest-xbhywo-pwsh", + "appInsights02": "appInsights-5kgmjv-pwsh", + "standardWebTest01": "standardwebtest-42fo60-pwsh", + "appInsights01": "appInsights-p3geui-pwsh", + "workbook01": "7f066122-885c-489b-b5f7-fa594c2775e5", + "appInsights01Id": "/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-p3geui-pwsh", + "geoLocation04": "emea-se-sto-edge", + "location": "westus2", + "appInsights02Id": "/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/appInsights-df1yir-test/providers/microsoft.insights/components/appInsights-5kgmjv-pwsh", + "basicWebTest04": "basicwebtest-0fl75o-pwsh" } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/utils.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/test/utils.ps1 index 578d24ec4ce3..50cda853b787 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/utils.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/utils.ps1 @@ -111,5 +111,5 @@ function setupEnv() { } function cleanupEnv() { # Clean resources you create for testing - Remove-AzResourceGroup -Name $env.resourceGroup + # Remove-AzResourceGroup -Name $env.resourceGroup } diff --git a/src/ApplicationInsights/ApplicationInsights.sln b/src/ApplicationInsights/ApplicationInsights.sln index 9b8dae01a00b..9a562ebb295e 100644 --- a/src/ApplicationInsights/ApplicationInsights.sln +++ b/src/ApplicationInsights/ApplicationInsights.sln @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationInsights", "Appl EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApplicationInsights.Autorest", "ApplicationInsights.Autorest", "{6DC86C90-262B-0833-720F-E3F35D461225}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ApplicationInsights", "..\..\generated\ApplicationInsights\ApplicationInsights.Autorest\Az.ApplicationInsights.csproj", "{FD8339B3-1F2F-4875-AEDA-479423141154}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ApplicationInsights", "..\..\generated\ApplicationInsights\ApplicationInsights.Autorest\Az.ApplicationInsights.csproj", "{97ADFF91-90AF-447A-8855-FE3DEAB1E05F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -117,18 +117,18 @@ Global {D4018D9E-EB72-41F1-AE63-98C0505CC275}.Release|x64.Build.0 = Release|Any CPU {D4018D9E-EB72-41F1-AE63-98C0505CC275}.Release|x86.ActiveCfg = Release|Any CPU {D4018D9E-EB72-41F1-AE63-98C0505CC275}.Release|x86.Build.0 = Release|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Debug|x64.ActiveCfg = Debug|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Debug|x64.Build.0 = Debug|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Debug|x86.ActiveCfg = Debug|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Debug|x86.Build.0 = Debug|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Release|Any CPU.Build.0 = Release|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Release|x64.ActiveCfg = Release|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Release|x64.Build.0 = Release|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Release|x86.ActiveCfg = Release|Any CPU - {FD8339B3-1F2F-4875-AEDA-479423141154}.Release|x86.Build.0 = Release|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Debug|x64.ActiveCfg = Debug|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Debug|x64.Build.0 = Debug|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Debug|x86.ActiveCfg = Debug|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Debug|x86.Build.0 = Debug|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Release|Any CPU.Build.0 = Release|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Release|x64.ActiveCfg = Release|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Release|x64.Build.0 = Release|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Release|x86.ActiveCfg = Release|Any CPU + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -140,6 +140,6 @@ Global {2D8A3BCE-ACF8-4D27-BCDA-FF83121165EF} = {3ED16BE4-F064-4D54-8A87-DD248DFEA7EC} {7B2A2B58-861E-49ED-9987-2954BBB8C3CB} = {3ED16BE4-F064-4D54-8A87-DD248DFEA7EC} {16A4C33D-F554-48EE-910E-80B3FE6506CD} = {3ED16BE4-F064-4D54-8A87-DD248DFEA7EC} - {FD8339B3-1F2F-4875-AEDA-479423141154} = {6DC86C90-262B-0833-720F-E3F35D461225} + {97ADFF91-90AF-447A-8855-FE3DEAB1E05F} = {6DC86C90-262B-0833-720F-E3F35D461225} EndGlobalSection EndGlobal diff --git a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 index 10a02349a622..4839617077fe 100644 --- a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 +++ b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 8/27/2025 +# Generated on: 2025-10-30 # @{ @@ -58,10 +58,10 @@ RequiredAssemblies = 'ApplicationInsights.Autorest/bin/Az.ApplicationInsights.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 = @@ -131,7 +131,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','ApplicationInsights' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ApplicationInsights' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -156,7 +156,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/ApplicationInsights/ApplicationInsights/ChangeLog.md b/src/ApplicationInsights/ApplicationInsights/ChangeLog.md index 4eddd67d46a7..61f1448222f3 100644 --- a/src/ApplicationInsights/ApplicationInsights/ChangeLog.md +++ b/src/ApplicationInsights/ApplicationInsights/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249). ## Version 2.3.1 * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 diff --git a/src/ApplicationInsights/ApplicationInsights/help/Az.ApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/Az.ApplicationInsights.md index 19fb9bc80338..be4fa1a13d43 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Az.ApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Az.ApplicationInsights.md @@ -61,7 +61,7 @@ Creates or updates an Application Insights web test definition. Create an in-memory object for WebTestGeolocation. ### [New-AzApplicationInsightsWebTestHeaderFieldObject](New-AzApplicationInsightsWebTestHeaderFieldObject.md) -Create a in-memory object for HeaderField +Create an in-memory object for HeaderField. ### [New-AzApplicationInsightsWorkbook](New-AzApplicationInsightsWorkbook.md) Create a new workbook. @@ -113,14 +113,14 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t Update linked storage accounts for an Application Insights component. ### [Update-AzApplicationInsightsMyWorkbook](Update-AzApplicationInsightsMyWorkbook.md) -Updates a private workbook that has already been added. +Update a new private workbook. ### [Update-AzApplicationInsightsWebTestTag](Update-AzApplicationInsightsWebTestTag.md) -Updates the tags associated with an Application Insights web test. +Update the tags associated with an Application Insights web test. ### [Update-AzApplicationInsightsWorkbook](Update-AzApplicationInsightsWorkbook.md) -Updates a workbook that has already been added. +Update a workbook that has already been added. ### [Update-AzApplicationInsightsWorkbookTemplate](Update-AzApplicationInsightsWorkbookTemplate.md) -Updates a workbook template that has already been added. +Update a workbook template that has already been added. diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md index 211b0dd59da8..9211eec745b4 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md @@ -178,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent ### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.PSApplicationInsightsComponentWithPricingPlan diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md index 56f8fdc9eedc..aaf2f945c92c 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md @@ -18,6 +18,12 @@ Get-AzApplicationInsightsApiKey -Name -ResourceGroupName [-Sub [-DefaultProfile ] [] ``` +### GetViaIdentityComponent +``` +Get-AzApplicationInsightsApiKey -ApiKeyId -ComponentInputObject + [-DefaultProfile ] [] +``` + ### Get ``` Get-AzApplicationInsightsApiKey -ApiKeyId -Name -ResourceGroupName @@ -58,7 +64,7 @@ This is unique within a Application Insights component. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: GetViaIdentityComponent, Get Aliases: Required: True @@ -68,6 +74,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ComponentInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: GetViaIdentityComponent +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. @@ -86,7 +107,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -155,7 +175,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentApiKey ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md index 2b0f99446825..7fd7b87846bd 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md @@ -19,6 +19,13 @@ Get-AzApplicationInsightsContinuousExport -Name -ResourceGroupName ] ``` +### GetViaIdentityComponent +``` +Get-AzApplicationInsightsContinuousExport -ExportId + -ComponentInputObject [-DefaultProfile ] + [] +``` + ### Get ``` Get-AzApplicationInsightsContinuousExport -ExportId -Name -ResourceGroupName @@ -53,6 +60,21 @@ Get continuous export for an application insights resource ## PARAMETERS +### -ComponentInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: GetViaIdentityComponent +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. @@ -75,7 +97,7 @@ This is unique within a Application Insights component. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: GetViaIdentityComponent, Get Aliases: Required: True @@ -87,7 +109,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -156,7 +177,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md index 14532704903e..b549e47d570d 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md @@ -57,7 +57,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -126,7 +125,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IComponentLinkedStorageAccounts ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md index 85ab41dab7b9..a859813d8e2a 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md @@ -14,8 +14,9 @@ Get a single private workbook by its resourceName. ### List1 (Default) ``` -Get-AzApplicationInsightsMyWorkbook [-SubscriptionId ] -Category [-CanFetchContent] - [-Tag ] [-DefaultProfile ] [] +Get-AzApplicationInsightsMyWorkbook [-SubscriptionId ] -Category [-CanFetchContent] + [-Tag ] [-DefaultProfile ] + [] ``` ### Get @@ -26,8 +27,8 @@ Get-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [ ### List ``` -Get-AzApplicationInsightsMyWorkbook -ResourceGroupName [-SubscriptionId ] - -Category [-CanFetchContent] [-LinkedSourceId ] [-Tag ] +Get-AzApplicationInsightsMyWorkbook -ResourceGroupName [-SubscriptionId ] -Category + [-CanFetchContent] [-LinkedSourceId ] [-Tag ] [-DefaultProfile ] [] ``` @@ -109,7 +110,7 @@ Accept wildcard characters: False Category of workbook to return. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.CategoryType +Type: System.String Parameter Sets: List1, List Aliases: @@ -201,7 +202,7 @@ Accept wildcard characters: False Tags presents on each workbook returned. ```yaml -Type: System.String[] +Type: System.Collections.Generic.List`1[System.String] Parameter Sets: List1, List Aliases: @@ -219,7 +220,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IMyWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md index b7d79a2e7329..0cdb233316e7 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md @@ -167,7 +167,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -236,7 +235,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTest ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md index fab0ea91520b..36093a7d4e0d 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md @@ -14,8 +14,9 @@ Get a single workbook by its resourceName. ### List (Default) ``` -Get-AzApplicationInsightsWorkbook [-SubscriptionId ] [-CanFetchContent] -Category - [-Tag ] [-DefaultProfile ] [] +Get-AzApplicationInsightsWorkbook [-SubscriptionId ] [-CanFetchContent] -Category + [-Tag ] [-DefaultProfile ] + [] ``` ### Get @@ -27,8 +28,8 @@ Get-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-S ### List1 ``` Get-AzApplicationInsightsWorkbook -ResourceGroupName [-SubscriptionId ] [-CanFetchContent] - -Category [-Tag ] [-LinkedSourceId ] [-DefaultProfile ] - [] + -Category [-Tag ] [-LinkedSourceId ] + [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -133,7 +134,7 @@ Accept wildcard characters: False Category of workbook to return. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.CategoryType +Type: System.String Parameter Sets: List, List1 Aliases: @@ -162,7 +163,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -241,7 +241,7 @@ Accept wildcard characters: False Tags presents on each workbook returned. ```yaml -Type: System.String[] +Type: System.Collections.Generic.List`1[System.String] Parameter Sets: List, List1 Aliases: @@ -261,7 +261,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md index c72f6f8a7055..9493df3d3892 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md @@ -26,6 +26,13 @@ Get-AzApplicationInsightsWorkbookRevision -Name -ResourceGroupName ] ``` +### GetViaIdentityWorkbook +``` +Get-AzApplicationInsightsWorkbookRevision -RevisionId + -WorkbookInputObject [-DefaultProfile ] + [] +``` + ### GetViaIdentity ``` Get-AzApplicationInsightsWorkbookRevision -InputObject @@ -39,7 +46,7 @@ Get a single workbook revision defined by its revisionId. ### Example 1: List all workbook revisions ```powershell -Get-AzApplicationInsightsWorkbookRevision -ResourceGroupName appinsights-hkrs2v-test -Name f7d7151e-7907-4f46-8a5e-6bf4a4cfedec | fl +Get-AzApplicationInsightsWorkbookRevision -ResourceGroupName appinsights-hkrs2v-test -Name f7d7151e-7907-4f46-8a5e-6bf4a4cfedec | Format-List ``` ```output @@ -96,7 +103,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -146,7 +152,7 @@ The id of the workbook's revision. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityWorkbook Aliases: Required: True @@ -171,6 +177,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -WorkbookInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: GetViaIdentityWorkbook +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +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). @@ -180,7 +201,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookTemplate.md index 040973d5563c..82535d1bf11e 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookTemplate.md @@ -105,7 +105,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -174,7 +173,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplate ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsights.md index b8d6b441d288..066740e935bb 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsights.md @@ -15,13 +15,12 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t ``` New-AzApplicationInsights -ResourceGroupName -Name [-SubscriptionId ] - -Location [-Kind ] [-ApplicationType ] [-DisableIPMasking] - [-DisableLocalAuth] [-Etag ] [-FlowType ] [-ForceCustomerStorageForProfiler] - [-HockeyAppId ] [-ImmediatePurgeDataOn30Day] [-IngestionMode ] - [-PublicNetworkAccessForIngestion ] - [-PublicNetworkAccessForQuery ] [-RequestSource ] - [-RetentionInDays ] [-SamplingPercentage ] [-Tag ] [-WorkspaceResourceId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + -Location [-Kind ] [-ApplicationType ] [-DisableIPMasking] [-DisableLocalAuth] + [-Etag ] [-FlowType ] [-ForceCustomerStorageForProfiler] [-HockeyAppId ] + [-ImmediatePurgeDataOn30Day] [-IngestionMode ] [-PublicNetworkAccessForIngestion ] + [-PublicNetworkAccessForQuery ] [-RequestSource ] [-RetentionInDays ] + [-SamplingPercentage ] [-Tag ] [-WorkspaceResourceId ] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -43,7 +42,7 @@ Add a new application insights resource named as "test" in resource group "testg Type of application being monitored. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType +Type: System.String Parameter Sets: (All) Aliases: @@ -55,7 +54,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -119,7 +119,7 @@ Used by the Application Insights system to determine what kind of flow this comp This is to be set to 'Bluefield' when creating/updating a component via the REST API. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType +Type: System.String Parameter Sets: (All) Aliases: @@ -147,6 +147,7 @@ Accept wildcard characters: False ### -HockeyAppId The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. +Please visit external url https://aka.ms/ewjuel to get more information. ```yaml Type: System.String @@ -179,7 +180,7 @@ Accept wildcard characters: False Indicates the flow of the ingestion. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode +Type: System.String Parameter Sets: (All) Aliases: @@ -240,7 +241,7 @@ Accept wildcard characters: False The network access type for accessing Application Insights ingestion. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType +Type: System.String Parameter Sets: (All) Aliases: @@ -255,7 +256,7 @@ Accept wildcard characters: False The network access type for accessing Application Insights query. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType +Type: System.String Parameter Sets: (All) Aliases: @@ -271,7 +272,7 @@ Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource +Type: System.String Parameter Sets: (All) Aliases: @@ -315,6 +316,7 @@ Accept wildcard characters: False ### -SamplingPercentage Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. +Please visit external url https://aka.ms/sl0yqd to get more information. ```yaml Type: System.Double @@ -413,7 +415,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md index cff11b772f1d..fcc76de2311c 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md @@ -35,7 +35,8 @@ Create a new Api Key for an application insights resource ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -163,7 +164,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentApiKey ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md index 1f61e11aa386..1094de00a718 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md @@ -26,6 +26,7 @@ Create a Continuous Export configuration of an Application Insights component. ### Example 1: Create a new continuous export configuration for an application insights resource ```powershell +$context = "*****" $sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w $sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken New-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test" ` @@ -39,7 +40,8 @@ The SAS token have to be valid and have write permission to the container, other ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -245,7 +247,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md index 0f8e011ea71f..497a9cec534e 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md @@ -12,12 +12,27 @@ Replace current linked storage account for an Application Insights component. ## SYNTAX +### CreateExpanded (Default) ``` New-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName [-SubscriptionId ] [-LinkedStorageAccountResourceId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` +### CreateViaJsonFilePath +``` +New-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonString +``` +New-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName + [-SubscriptionId ] -JsonString [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + ## DESCRIPTION Replace current linked storage account for an Application Insights component. @@ -26,7 +41,7 @@ Replace current linked storage account for an Application Insights component. ### Example 1: Create an application insights linked storage account ```powershell $account = Get-AzStorageAccount -ResourceGroupName "rgName" -Name "accountName" -Get-AzApplicationInsights -ResourceGroupName "rgName" -Name "componentName" | New-AzApplicationInsightsLinkedStorageAccount -LinkedStorageAccountResourceId $account.Id +New-AzApplicationInsightsLinkedStorageAccount -ResourceGroupName "rgName" -Name "componentName" -LinkedStorageAccountResourceId $account.Id ``` Create linked storage account $account under component "componentName" @@ -49,12 +64,42 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LinkedStorageAccountResourceId Linked storage account resource ID ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -148,7 +193,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IComponentLinkedStorageAccounts ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsMyWorkbook.md index 962d3b9ab224..7b8d614f4e00 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsMyWorkbook.md @@ -12,14 +12,29 @@ Create a new private workbook. ## SYNTAX +### CreateExpanded (Default) ``` New-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [-SubscriptionId ] - [-LinkedSourceId ] [-Category ] [-DisplayName ] [-Etag ] [-Id ] - [-IdentityType ] [-Location ] [-SerializedData ] [-SourceId ] + [-LinkedSourceId ] [-Category ] [-DisplayName ] [-EnableSystemAssignedIdentity] + [-Etag ] [-Id ] [-Location ] [-SerializedData ] [-SourceId ] [-SourceTag ] [-StorageUri ] [-Tag ] [-Type ] [-Version ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` +### CreateViaJsonFilePath +``` +New-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [-SubscriptionId ] + [-LinkedSourceId ] -JsonFilePath [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonString +``` +New-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [-SubscriptionId ] + [-LinkedSourceId ] -JsonString [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + ## DESCRIPTION Create a new private workbook. @@ -47,7 +62,7 @@ Workbook category, as defined by the user at creation time. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -78,7 +93,22 @@ The user-defined name of the private workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded Aliases: Required: False @@ -93,7 +123,7 @@ Resource etag ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -108,7 +138,7 @@ Azure resource Id ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -118,15 +148,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -The identity type. +### -JsonFilePath +Path of Json file supplied to the Create operation ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateViaJsonFilePath Aliases: -Required: False +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True Position: Named Default value: None Accept pipeline input: False @@ -153,7 +198,7 @@ Resource location ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -200,7 +245,7 @@ Configuration data is a string containing valid JSON ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -215,7 +260,7 @@ Optional resourceId for a source resource. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -230,7 +275,7 @@ A list of 0 or more tags that are associated with this private workbook definiti ```yaml Type: System.String[] -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -245,7 +290,7 @@ BYOS Storage Account URI ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -275,7 +320,7 @@ Resource tags ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -290,7 +335,7 @@ Azure resource type ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -306,7 +351,7 @@ This can change as new features are added that can be marked private workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -354,7 +399,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IMyWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md index ad6ca0df14c7..0afa7c418dd7 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md @@ -17,7 +17,7 @@ Creates or updates an Application Insights web test definition. New-AzApplicationInsightsWebTest -Name -ResourceGroupName [-SubscriptionId ] -Location [-ContentIgnoreCase] [-ContentMatch ] [-ContentPassIfTextFound] [-Description ] [-Enabled] [-Frequency ] [-GeoLocation ] - [-Kind ] [-RequestBody ] [-RequestFollowRedirect] [-RequestHeader ] + [-Kind ] [-RequestBody ] [-RequestFollowRedirect] [-RequestHeader ] [-RequestHttpVerb ] [-RequestParseDependent] [-RequestUrl ] [-RetryEnabled] [-RuleExpectedHttpStatusCode ] [-RuleIgnoreHttpsStatusCode] [-RuleSslCertRemainingLifetimeCheck ] [-RuleSslCheck] [-Tag ] [-TestName ] @@ -29,9 +29,10 @@ New-AzApplicationInsightsWebTest -Name -ResourceGroupName [-Su ``` New-AzApplicationInsightsWebTest -Name -ResourceGroupName [-SubscriptionId ] -Location [-ContentMatch ] [-Description ] [-Enabled] [-Frequency ] - [-GeoLocation ] [-Kind ] [-RequestParseDependent] - [-RequestUrl ] [-RetryEnabled] [-RuleExpectedHttpStatusCode ] [-Tag ] - [-TestName ] [-Timeout ] [-Configuration ] [-DefaultProfile ] + [-GeoLocation ] [-Kind ] [-RequestParseDependent] [-RequestUrl ] + [-RetryEnabled] [-RuleExpectedHttpStatusCode ] [-RuleIgnoreHttpsStatusCode] + [-RuleSslCertRemainingLifetimeCheck ] [-RuleSslCheck] [-Tag ] [-TestName ] + [-Timeout ] [-Configuration ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -215,7 +216,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -277,10 +279,9 @@ Accept wildcard characters: False ### -GeoLocation A list of where to physically run the tests from to give global coverage for accessibility of your application. -To construct, see NOTES section for GEOLOCATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTestGeolocation[] +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTestGeolocation[] Parameter Sets: (All) Aliases: @@ -295,7 +296,7 @@ Accept wildcard characters: False The kind of web test this is, valid choices are ping, multistep, and standard. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum +Type: System.String Parameter Sets: (All) Aliases: @@ -368,10 +369,9 @@ Accept wildcard characters: False ### -RequestHeader List of headers and their values to add to the WebTest call. -To construct, see NOTES section for REQUESTHEADER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IHeaderField[] +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField[] Parameter Sets: CreateStandard Aliases: @@ -478,7 +478,7 @@ When set, validation will ignore the status code. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateStandard +Parameter Sets: (All) Aliases: Required: False @@ -494,7 +494,7 @@ Value must be positive and the SSLCheck must be set to true. ```yaml Type: System.Int32 -Parameter Sets: CreateStandard +Parameter Sets: (All) Aliases: Required: False @@ -509,7 +509,7 @@ Checks to see if the SSL cert is still valid. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateStandard +Parameter Sets: (All) Aliases: Required: False @@ -618,7 +618,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWebTest ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestGeolocationObject.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestGeolocationObject.md index 61c448f769cf..ae5f978c9e56 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestGeolocationObject.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestGeolocationObject.md @@ -1,7 +1,7 @@ --- external help file: Az.ApplicationInsights-help.xml Module Name: Az.ApplicationInsights -online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-AzApplicationInsightsWebTestGeolocationObject +online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightswebtestgeolocationobject schema: 2.0.0 --- @@ -60,7 +60,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.WebTestGeolocation +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WebTestGeolocation ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestHeaderFieldObject.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestHeaderFieldObject.md index a5d554c69f0c..41fc90cdc685 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestHeaderFieldObject.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestHeaderFieldObject.md @@ -1,14 +1,14 @@ --- external help file: Az.ApplicationInsights-help.xml Module Name: Az.ApplicationInsights -online version: https://learn.microsoft.com/powershell/module/az.ApplicationInsights/new-AzApplicationInsightsWebTestHeaderFieldObject +online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightswebtestheaderfieldobject schema: 2.0.0 --- # New-AzApplicationInsightsWebTestHeaderFieldObject ## SYNOPSIS -Create a in-memory object for HeaderField +Create an in-memory object for HeaderField. ## SYNTAX @@ -18,7 +18,7 @@ New-AzApplicationInsightsWebTestHeaderFieldObject [-Name ] [-Value -ResourceGroupName [-SubscriptionId ] [-LinkedSourceId ] -Location [-Category ] [-Description ] - [-DisplayName ] [-Etag ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-SerializedData ] [-SourceId ] - [-SourceTag ] [-StorageUri ] [-Tag ] [-Version ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DisplayName ] [-EnableSystemAssignedIdentity] [-Etag ] [-SerializedData ] + [-SourceId ] [-SourceTag ] [-StorageUri ] [-Tag ] + [-UserAssignedIdentity ] [-Version ] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonFilePath +``` +New-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-SubscriptionId ] + [-LinkedSourceId ] -JsonFilePath [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonString +``` +New-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-SubscriptionId ] + [-LinkedSourceId ] -JsonString [-DefaultProfile ] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -47,7 +62,7 @@ Workbook category, as defined by the user at creation time. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -78,7 +93,7 @@ The description of the workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -93,7 +108,22 @@ The user-defined name (display name) of the workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded Aliases: Required: False @@ -108,7 +138,7 @@ Resource etag ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -118,32 +148,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). +### -JsonFilePath +Path of Json file supplied to the Create operation ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ManagedServiceIdentityType -Parameter Sets: (All) +Type: System.String +Parameter Sets: CreateViaJsonFilePath Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -JsonString +Json string supplied to the Create operation ```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) +Type: System.String +Parameter Sets: CreateViaJsonString Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -170,7 +198,7 @@ The geo-location where the resource lives ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -217,7 +245,7 @@ Configuration data is a string containing valid JSON ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -232,7 +260,7 @@ ResourceId for a source resource. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -247,7 +275,7 @@ Being deprecated, please use the other tags field ```yaml Type: System.String[] -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -262,7 +290,7 @@ The resourceId to the storage account when bring your own storage is used ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -292,7 +320,23 @@ Resource tags. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserAssignedIdentity +The array of user assigned identities associated with the resource. +The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.' + +```yaml +Type: System.String[] +Parameter Sets: CreateExpanded Aliases: Required: False @@ -307,7 +351,7 @@ Workbook schema version format, like 'Notebook/1.0', which should match the work ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -355,7 +399,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplate.md index 627f43eac162..4e4eb1a21238 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplate.md @@ -12,6 +12,7 @@ Create a new workbook template. ## SYNTAX +### CreateExpanded (Default) ``` New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName [-SubscriptionId ] -Location [-Author ] [-Gallery ] [-Localized ] @@ -19,6 +20,20 @@ New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName ] ``` +### CreateViaJsonFilePath +``` +New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName [-SubscriptionId ] + -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaJsonString +``` +New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName [-SubscriptionId ] + -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + ## DESCRIPTION Create a new workbook template. @@ -72,7 +87,7 @@ Information about the author of the workbook template. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -100,11 +115,10 @@ Accept wildcard characters: False ### -Gallery Workbook galleries supported by the template. -To construct, see NOTES section for GALLERY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateGallery[] -Parameter Sets: (All) +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplateGallery[] +Parameter Sets: CreateExpanded Aliases: Required: False @@ -114,13 +128,43 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Localized Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -135,7 +179,7 @@ Resource location ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: True @@ -166,7 +210,7 @@ Determines which template to open when a workbook gallery is opened in viewer mo ```yaml Type: System.Int32 -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -212,7 +256,7 @@ Resource tags ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -227,7 +271,7 @@ Valid JSON object containing workbook template payload. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: CreateExpanded Aliases: Required: False @@ -275,7 +319,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplate ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md index a72dc8b5a400..31f8c80d4e3f 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md @@ -1,7 +1,7 @@ --- external help file: Az.ApplicationInsights-help.xml Module Name: Az.ApplicationInsights -online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-AzApplicationInsightsWorkbookTemplateGalleryObject +online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-azapplicationinsightsworkbooktemplategalleryobject schema: 2.0.0 --- @@ -119,7 +119,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateGallery +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.WorkbookTemplateGallery ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsights.md index e1e0af8908c0..64ba5a0dbe71 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsights.md @@ -57,7 +57,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md index 133aeab31dda..6e12b64bbbac 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md @@ -19,6 +19,12 @@ Remove-AzApplicationInsightsApiKey -ApiKeyId -Name -ResourceGr [-Confirm] [] ``` +### DeleteViaIdentityComponent +``` +Remove-AzApplicationInsightsApiKey -ApiKeyId -ComponentInputObject + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzApplicationInsightsApiKey -InputObject [-DefaultProfile ] @@ -45,7 +51,7 @@ This is unique within a Application Insights component. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityComponent Aliases: Required: True @@ -55,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ComponentInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: DeleteViaIdentityComponent +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. @@ -73,7 +94,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -173,7 +193,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentApiKey ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md index 5d378783075a..044cadc48e81 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md @@ -19,6 +19,13 @@ Remove-AzApplicationInsightsContinuousExport -ExportId -Name - [-Confirm] [] ``` +### DeleteViaIdentityComponent +``` +Remove-AzApplicationInsightsContinuousExport -ExportId + -ComponentInputObject [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzApplicationInsightsContinuousExport -InputObject @@ -39,6 +46,21 @@ Remove a continuous export configuration in an application insights resource ## PARAMETERS +### -ComponentInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity +Parameter Sets: DeleteViaIdentityComponent +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. @@ -61,7 +83,7 @@ This is unique within a Application Insights component. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityComponent Aliases: Required: True @@ -73,7 +95,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -173,7 +194,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsLinkedStorageAccount.md index 72dc3954f3df..77d838aae7cb 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsLinkedStorageAccount.md @@ -58,7 +58,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md index b145daa314fd..333b5af5d915 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md @@ -64,7 +64,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbook.md index 0426b335ef2f..8cd0bd8e90c0 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbook.md @@ -64,7 +64,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbookTemplate.md index 91c5f5aee64d..027568e5ba79 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbookTemplate.md @@ -65,7 +65,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity diff --git a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md index be3f1bd9ec5a..f81affef0a46 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md @@ -27,6 +27,7 @@ Create a Continuous Export configuration of an Application Insights component. ### Example 1: Update continuous export configuration ```powershell +$context = "*****" $sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w $sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken Set-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test" ` @@ -40,7 +41,8 @@ If SAS token expired, the continuous export feature will stop working. ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -276,7 +278,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentExportConfiguration ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md index 6ab64a9fcef2..a8255ab0d8af 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentBillingFeatures ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsPricingPlan.md b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsPricingPlan.md index 563d5af44c89..ff167f881f01 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsPricingPlan.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsPricingPlan.md @@ -48,7 +48,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +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 @@ -177,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponentBillingFeatures ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsights.md index a7aa39e9aa57..7bf0544c32cc 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsights.md @@ -15,12 +15,12 @@ Note: You cannot specify a different value for InstrumentationKey nor AppId in t ``` Update-AzApplicationInsights -ResourceGroupName -Name [-SubscriptionId ] - [-ApplicationType ] [-DisableIPMasking] [-DisableLocalAuth] [-Etag ] - [-FlowType ] [-ForceCustomerStorageForProfiler] [-HockeyAppId ] [-ImmediatePurgeDataOn30Day] - [-IngestionMode ] [-PublicNetworkAccessForIngestion ] - [-PublicNetworkAccessForQuery ] [-RequestSource ] - [-RetentionInDays ] [-SamplingPercentage ] [-Tag ] [-WorkspaceResourceId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-ApplicationType ] [-DisableIPMasking] [-DisableLocalAuth] [-Etag ] [-FlowType ] + [-ForceCustomerStorageForProfiler] [-HockeyAppId ] [-ImmediatePurgeDataOn30Day] + [-IngestionMode ] [-PublicNetworkAccessForIngestion ] [-PublicNetworkAccessForQuery ] + [-RequestSource ] [-RetentionInDays ] [-SamplingPercentage ] [-Tag ] + [-WorkspaceResourceId ] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -42,7 +42,7 @@ update application insights component "aiName" PublicNetworkAccessForIngestion/P Type of application being monitored. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType +Type: System.String Parameter Sets: (All) Aliases: @@ -118,7 +118,7 @@ Used by the Application Insights system to determine what kind of flow this comp This is to be set to 'Bluefield' when creating/updating a component via the REST API. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType +Type: System.String Parameter Sets: (All) Aliases: @@ -178,7 +178,7 @@ Accept wildcard characters: False Indicates the flow of the ingestion. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode +Type: System.String Parameter Sets: (All) Aliases: @@ -208,7 +208,7 @@ Accept wildcard characters: False The network access type for accessing Application Insights ingestion. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType +Type: System.String Parameter Sets: (All) Aliases: @@ -223,7 +223,7 @@ Accept wildcard characters: False The network access type for accessing Application Insights query. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType +Type: System.String Parameter Sets: (All) Aliases: @@ -239,7 +239,7 @@ Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource +Type: System.String Parameter Sets: (All) Aliases: @@ -381,7 +381,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsComponent ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsLinkedStorageAccount.md index 1826789cd1a0..880ee6739bcd 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsLinkedStorageAccount.md @@ -19,6 +19,20 @@ Update-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupNa [-WhatIf] [-Confirm] [] ``` +### UpdateViaJsonString +``` +Update-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName + [-SubscriptionId ] -JsonString [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaJsonFilePath +``` +Update-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzApplicationInsightsLinkedStorageAccount -InputObject @@ -59,7 +73,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -73,12 +86,42 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LinkedStorageAccountResourceId Linked storage account resource ID ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -93,7 +136,7 @@ The name of the Application Insights component resource. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: ApplicationInsightsComponentName, ComponentName Required: True @@ -109,7 +152,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: Required: True @@ -124,7 +167,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: Required: False @@ -174,7 +217,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IComponentLinkedStorageAccounts ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsMyWorkbook.md index cad63d3d7f6c..5c2ef1e9dac1 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsMyWorkbook.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzApplicationInsightsMyWorkbook ## SYNOPSIS -Updates a private workbook that has already been added. +Update a new private workbook. ## SYNTAX @@ -19,7 +19,7 @@ Update-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName -ResourceGroupName ] ``` +### UpdateViaJsonString +``` +Update-AzApplicationInsightsWebTestTag -Name -ResourceGroupName [-SubscriptionId ] + -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaJsonFilePath +``` +Update-AzApplicationInsightsWebTestTag -Name -ResourceGroupName [-SubscriptionId ] + -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzApplicationInsightsWebTestTag -InputObject [-Tag ] @@ -26,7 +40,7 @@ Update-AzApplicationInsightsWebTestTag -InputObject -ResourceGroupName [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` +### UpdateViaJsonString +``` +Update-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-SubscriptionId ] + [-LinkedSourceId ] -JsonString [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaJsonFilePath +``` +Update-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-SubscriptionId ] + [-LinkedSourceId ] -JsonFilePath [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzApplicationInsightsWorkbook -InputObject [-LinkedSourceId ] @@ -29,7 +43,7 @@ Update-AzApplicationInsightsWorkbook -InputObject ``` ## DESCRIPTION -Updates a workbook that has already been added. +Update a workbook that has already been added. ## EXAMPLES @@ -66,7 +80,7 @@ Workbook category, as defined by the user at creation time. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -97,7 +111,7 @@ The description of the workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -112,7 +126,7 @@ The user-defined name (display name) of the workbook. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -124,7 +138,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity @@ -138,6 +151,36 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LinkedSourceId Azure Resource Id that will fetch all linked workbooks. @@ -158,7 +201,7 @@ The name of the resource. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: Required: True @@ -174,7 +217,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: Required: True @@ -189,7 +232,7 @@ The unique revision id for this workbook definition ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -205,7 +248,7 @@ Configuration data is a string containing valid JSON ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -220,7 +263,7 @@ A list of 0 or more tags that are associated with this workbook definition ```yaml Type: System.String[] -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -235,7 +278,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: Required: False @@ -250,7 +293,7 @@ Resource tags. ```yaml Type: System.Collections.Hashtable -Parameter Sets: (All) +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -300,7 +343,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook +### Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook ## NOTES diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbookTemplate.md index 73b94d820f14..7c78878e2338 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbookTemplate.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzApplicationInsightsWorkbookTemplate ## SYNOPSIS -Updates a workbook template that has already been added. +Update a workbook template that has already been added. ## SYNTAX @@ -20,6 +20,20 @@ Update-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName < [-WhatIf] [-Confirm] [] ``` +### UpdateViaJsonString +``` +Update-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName + [-SubscriptionId ] -JsonString [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaJsonFilePath +``` +Update-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzApplicationInsightsWorkbookTemplate -InputObject [-Author ] @@ -29,7 +43,7 @@ Update-AzApplicationInsightsWorkbookTemplate -InputObject