From df869f2a2730743ab924846cdbd3eb49b2181c4d Mon Sep 17 00:00:00 2001 From: Azure PowerShell <65331932+azure-powershell-bot@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:06:47 +0800 Subject: [PATCH] Migrate ApplicationInsights from generation to main (#24446) * Move ApplicationInsights to main * Update ChangeLog.md * Update Get-AzApplicationInsightsWorkbookRevision.md * Update Get-AzApplicationInsightsWorkbookRevision.md --------- Co-authored-by: Vincent Dai <23257217+vidai-msft@users.noreply.github.com> --- .../ApplicationInsights.Autorest/README.md | 1 - .../custom/Update-AzApplicationInsights.ps1 | 34 ++- .../ApplicationInsightsManagementClient.cs | 16 +- ...pplicationInsightsComponent.Recording.json | 281 ++++++++++++++++-- .../ApplicationInsightsComponent.Tests.ps1 | 21 ++ .../test/env.json | 29 +- .../test/utils.ps1 | 29 +- .../Az.ApplicationInsights.psd1 | 12 +- .../ApplicationInsights/ChangeLog.md | 1 + .../help/Get-AzApplicationInsights.md | 50 ++-- .../help/Get-AzApplicationInsightsApiKey.md | 48 ++- ...t-AzApplicationInsightsContinuousExport.md | 49 ++- ...ApplicationInsightsLinkedStorageAccount.md | 46 ++- .../Get-AzApplicationInsightsMyWorkbook.md | 28 +- .../help/Get-AzApplicationInsightsWebTest.md | 53 ++-- .../help/Get-AzApplicationInsightsWorkbook.md | 49 ++- ...t-AzApplicationInsightsWorkbookRevision.md | 51 ++-- ...t-AzApplicationInsightsWorkbookTemplate.md | 46 ++- .../help/New-AzApplicationInsights.md | 21 +- .../help/New-AzApplicationInsightsApiKey.md | 23 +- ...w-AzApplicationInsightsContinuousExport.md | 21 +- ...ApplicationInsightsLinkedStorageAccount.md | 26 +- .../New-AzApplicationInsightsMyWorkbook.md | 24 +- .../help/New-AzApplicationInsightsWebTest.md | 38 +-- ...icationInsightsWebTestGeolocationObject.md | 24 +- ...icationInsightsWebTestHeaderFieldObject.md | 22 +- .../help/New-AzApplicationInsightsWorkbook.md | 24 +- ...w-AzApplicationInsightsWorkbookTemplate.md | 38 +-- ...onInsightsWorkbookTemplateGalleryObject.md | 23 +- .../help/Remove-AzApplicationInsights.md | 46 ++- .../Remove-AzApplicationInsightsApiKey.md | 46 ++- ...e-AzApplicationInsightsContinuousExport.md | 46 ++- ...ApplicationInsightsLinkedStorageAccount.md | 47 ++- .../Remove-AzApplicationInsightsMyWorkbook.md | 25 +- .../Remove-AzApplicationInsightsWebTest.md | 46 ++- .../Remove-AzApplicationInsightsWorkbook.md | 46 ++- ...e-AzApplicationInsightsWorkbookTemplate.md | 47 ++- ...t-AzApplicationInsightsContinuousExport.md | 21 +- .../help/Set-AzApplicationInsightsDailyCap.md | 23 +- .../Set-AzApplicationInsightsPricingPlan.md | 21 +- .../help/Update-AzApplicationInsights.md | 21 +- ...ApplicationInsightsLinkedStorageAccount.md | 49 ++- .../Update-AzApplicationInsightsMyWorkbook.md | 56 ++-- .../Update-AzApplicationInsightsWebTestTag.md | 46 ++- .../Update-AzApplicationInsightsWorkbook.md | 47 ++- ...e-AzApplicationInsightsWorkbookTemplate.md | 55 ++-- 46 files changed, 1104 insertions(+), 712 deletions(-) diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/README.md b/src/ApplicationInsights/ApplicationInsights.Autorest/README.md index 73864548d723..6e4c2038df29 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/README.md +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/README.md @@ -3,7 +3,6 @@ This directory contains the PowerShell module for the ApplicationInsights service. --- - ## Info - Modifiable: yes - Generated: all diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Update-AzApplicationInsights.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Update-AzApplicationInsights.ps1 index 11d037f66cad..9b4dc08b3fc7 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Update-AzApplicationInsights.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/custom/Update-AzApplicationInsights.ps1 @@ -206,8 +206,38 @@ function Update-AzApplicationInsights { ) process { + # add PS bound parameters to run test + $EnvPSBoundParameters = @{} + if ($PSBoundParameters.ContainsKey('Debug')) { + $EnvPSBoundParameters['Debug'] = $Debug + } + if ($PSBoundParameters.ContainsKey('HttpPipelineAppend')) { + $EnvPSBoundParameters['HttpPipelineAppend'] = $HttpPipelineAppend + } + if ($PSBoundParameters.ContainsKey('HttpPipelinePrepend')) { + $EnvPSBoundParameters['HttpPipelinePrepend'] = $HttpPipelinePrepend + } + if ($PSBoundParameters.ContainsKey('Proxy')) { + $EnvPSBoundParameters['Proxy'] = $Proxy + } + if ($PSBoundParameters.ContainsKey('ProxyCredential')) { + $EnvPSBoundParameters['ProxyCredential'] = $ProxyCredential + } + if ($PSBoundParameters.ContainsKey('ProxyUseDefaultCredentials')) { + $EnvPSBoundParameters['ProxyUseDefaultCredentials'] = $ProxyUseDefaultCredentials + } + if ($PSBoundParameters.ContainsKey('SubscriptionId')) { + $EnvPSBoundParameters['SubscriptionId'] = $SubscriptionId + } + if ($PSBoundParameters.ContainsKey('ResourceGroupName')) { + $EnvPSBoundParameters['ResourceGroupName'] = $ResourceGroupName + } + if ($PSBoundParameters.ContainsKey('Name')) { + $EnvPSBoundParameters['Name'] = $Name + } + try { - $component = . Get-AzApplicationInsights -SubscriptionId $PSBoundParameters["SubscriptionId"] -ResourceGroupName $PSBoundParameters["ResourceGroupName"] -Name $PSBoundParameters["Name"] + $component = . Get-AzApplicationInsights @EnvPSBoundParameters } catch { Write-Warning "component $($PSBoundParameters['Name']) is not existed in Resource Group $($PSBoundParameters["ResourceGroupName"])" return @@ -258,7 +288,7 @@ function Update-AzApplicationInsights { $PSBoundParameters["SamplingPercentage"] = $component.SamplingPercentage } if (!$PSBoundParameters.ContainsKey("Tag") -and ($null -ne $component.Tag)) { - $PSBoundParameters["Tag"] = [System.Collections.Hashtable]$component.Tag.AddtionalProperties + $PSBoundParameters["Tag"] = [System.Collections.Hashtable]$component.Tag.AdditionalProperties } if (!$PSBoundParameters.ContainsKey("WorkspaceResourceId") -and ![System.String]::IsNullOrEmpty($component.WorkspaceResourceId)) { $PSBoundParameters["WorkspaceResourceId"] = $component.WorkspaceResourceId diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/generated/api/ApplicationInsightsManagementClient.cs b/src/ApplicationInsights/ApplicationInsights.Autorest/generated/api/ApplicationInsightsManagementClient.cs index b86b4677d4ad..a52adbdd9a85 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/generated/api/ApplicationInsightsManagementClient.cs +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/generated/api/ApplicationInsightsManagementClient.cs @@ -5855,7 +5855,7 @@ public partial class ApplicationInsightsManagementClient + "?" + "category=" + global::System.Uri.EscapeDataString(category) + "&" - + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( global::System.Uri.EscapeDataString(null == each ? global::System.String.Empty : each.ToString()) ))) : global::System.String.Empty) + + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( null == each ? global::System.String.Empty : each.ToString()) )) : global::System.String.Empty) + "&" + (string.IsNullOrEmpty(sourceId) ? global::System.String.Empty : "sourceId=" + global::System.Uri.EscapeDataString(sourceId)) + "&" @@ -5921,7 +5921,7 @@ public partial class ApplicationInsightsManagementClient + "?" + "category=" + global::System.Uri.EscapeDataString(category) + "&" - + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( global::System.Uri.EscapeDataString(null == each ? global::System.String.Empty : each.ToString()) ))) : global::System.String.Empty) + + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( null == each ? global::System.String.Empty : each.ToString()) )) : global::System.String.Empty) + "&" + (string.IsNullOrEmpty(sourceId) ? global::System.String.Empty : "sourceId=" + global::System.Uri.EscapeDataString(sourceId)) + "&" @@ -6050,7 +6050,7 @@ public partial class ApplicationInsightsManagementClient + "?" + "category=" + global::System.Uri.EscapeDataString(category) + "&" - + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( global::System.Uri.EscapeDataString(null == each ? global::System.String.Empty : each.ToString()) ))) : global::System.String.Empty) + + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( null == each ? global::System.String.Empty : each.ToString()) )) : global::System.String.Empty) + "&" + (null == canFetchContent ? global::System.String.Empty : "canFetchContent=" + global::System.Uri.EscapeDataString(canFetchContent.ToString())) + "&" @@ -6108,7 +6108,7 @@ public partial class ApplicationInsightsManagementClient + "?" + "category=" + global::System.Uri.EscapeDataString(category) + "&" - + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( global::System.Uri.EscapeDataString(null == each ? global::System.String.Empty : each.ToString()) ))) : global::System.String.Empty) + + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( null == each ? global::System.String.Empty : each.ToString()) )) : global::System.String.Empty) + "&" + (null == canFetchContent ? global::System.String.Empty : "canFetchContent=" + global::System.Uri.EscapeDataString(canFetchContent.ToString())) + "&" @@ -9168,7 +9168,7 @@ public partial class ApplicationInsightsManagementClient + "?" + "category=" + global::System.Uri.EscapeDataString(category) + "&" - + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( global::System.Uri.EscapeDataString(null == each ? global::System.String.Empty : each.ToString()) ))) : global::System.String.Empty) + + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( null == each ? global::System.String.Empty : each.ToString()) )) : global::System.String.Empty) + "&" + (string.IsNullOrEmpty(sourceId) ? global::System.String.Empty : "sourceId=" + global::System.Uri.EscapeDataString(sourceId)) + "&" @@ -9232,7 +9232,7 @@ public partial class ApplicationInsightsManagementClient + "?" + "category=" + global::System.Uri.EscapeDataString(category) + "&" - + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( global::System.Uri.EscapeDataString(null == each ? global::System.String.Empty : each.ToString()) ))) : global::System.String.Empty) + + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( null == each ? global::System.String.Empty : each.ToString()) )) : global::System.String.Empty) + "&" + (string.IsNullOrEmpty(sourceId) ? global::System.String.Empty : "sourceId=" + global::System.Uri.EscapeDataString(sourceId)) + "&" @@ -9361,7 +9361,7 @@ public partial class ApplicationInsightsManagementClient + "?" + "category=" + global::System.Uri.EscapeDataString(category) + "&" - + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( global::System.Uri.EscapeDataString(null == each ? global::System.String.Empty : each.ToString()) ))) : global::System.String.Empty) + + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( null == each ? global::System.String.Empty : each.ToString()) )) : global::System.String.Empty) + "&" + (null == canFetchContent ? global::System.String.Empty : "canFetchContent=" + global::System.Uri.EscapeDataString(canFetchContent.ToString())) + "&" @@ -9419,7 +9419,7 @@ public partial class ApplicationInsightsManagementClient + "?" + "category=" + global::System.Uri.EscapeDataString(category) + "&" - + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( global::System.Uri.EscapeDataString(null == each ? global::System.String.Empty : each.ToString()) ))) : global::System.String.Empty) + + (null != tags && tags.Length > 0 ? "tags=" + global::System.Uri.EscapeDataString(global::System.Linq.Enumerable.Aggregate(tags, (current, each) => current + "," + ( null == each ? global::System.String.Empty : each.ToString()) )) : global::System.String.Empty) + "&" + (null == canFetchContent ? global::System.String.Empty : "canFetchContent=" + global::System.Uri.EscapeDataString(canFetchContent.ToString())) + "&" diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Recording.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Recording.json index feab6d53d85a..603c54993a50 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Recording.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Recording.json @@ -17,24 +17,25 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f4f32e10-8573-4ef3-b42b-d9c8528f9ca5" ], - "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": [ "1196" ], - "x-ms-correlation-request-id": [ "f8130d8a-ef8f-4c94-9ba3-1b7a390198b8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155422Z:f8130d8a-ef8f-4c94-9ba3-1b7a390198b8" ], - "Date": [ "Mon, 16 May 2022 15:54:21 GMT" ] + "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-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" ] }, "ContentHeaders": { - "Content-Length": [ "1082" ], + "Content-Length": [ "1247" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0\",\"name\":\"componentjq87r0\",\"type\":\"microsoft.insights/components\",\"location\":\"westus2\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"8f01b4e6-0000-0600-0000-628273ac0000\\\"\",\"properties\":{\"ApplicationId\":\"componentjq87r0\",\"AppId\":\"5c4bf24b-70bb-4b47-8977-983e7d5ad657\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":null,\"InstrumentationKey\":\"c75c7968-7317-4a52-bda9-8ba6c76558c1\",\"ConnectionString\":\"InstrumentationKey=c75c7968-7317-4a52-bda9-8ba6c76558c1;IngestionEndpoint=https://westus2-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/\",\"Name\":\"componentjq87r0\",\"CreationDate\":\"2022-05-16T15:54:20.0201213+00:00\",\"TenantId\":\"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}}", + "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}", "isContentBase64": false } }, @@ -45,12 +46,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "6900db86-59b6-4471-804c-fa7695259e7f" ], + "x-ms-unique-id": [ "7" ], + "x-ms-client-request-id": [ "4a0c55a8-9b8e-4d88-a61a-ab178c127451" ], "CommandName": [ "." ], "FullCommandName": [ "Get-AzApplicationInsights_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,24 +62,25 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6900db86-59b6-4471-804c-fa7695259e7f" ], - "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": [ "11997" ], - "x-ms-correlation-request-id": [ "f2d437bd-b871-48f5-bf5b-b249cf2bfe83" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155423Z:f2d437bd-b871-48f5-bf5b-b249cf2bfe83" ], - "Date": [ "Mon, 16 May 2022 15:54:23 GMT" ] + "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-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" ] }, "ContentHeaders": { - "Content-Length": [ "1082" ], + "Content-Length": [ "1247" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/componentjq87r0\",\"name\":\"componentjq87r0\",\"type\":\"microsoft.insights/components\",\"location\":\"westus2\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"8f01b4e6-0000-0600-0000-628273ac0000\\\"\",\"properties\":{\"ApplicationId\":\"componentjq87r0\",\"AppId\":\"5c4bf24b-70bb-4b47-8977-983e7d5ad657\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":null,\"InstrumentationKey\":\"c75c7968-7317-4a52-bda9-8ba6c76558c1\",\"ConnectionString\":\"InstrumentationKey=c75c7968-7317-4a52-bda9-8ba6c76558c1;IngestionEndpoint=https://westus2-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/\",\"Name\":\"componentjq87r0\",\"CreationDate\":\"2022-05-16T15:54:20.0201213+00:00\",\"TenantId\":\"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}}", + "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}", "isContentBase64": false } }, @@ -89,12 +91,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "a42872a2-d151-476e-af6e-f72e81af73a4" ], + "x-ms-unique-id": [ "8" ], + "x-ms-client-request-id": [ "01368d01-f78b-400c-a83e-2697baf47044" ], "CommandName": [ "Remove-AzApplicationInsights" ], "FullCommandName": [ "Remove-AzApplicationInsights_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.ApplicationInsights/0.1.0" ], + "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -105,17 +107,232 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a42872a2-d151-476e-af6e-f72e81af73a4" ], + "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" ], + "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-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" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null, + "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": { + "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 },\r\n \"kind\": \"web\"\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "140" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "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" ], - "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "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-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" ] + }, + "ContentHeaders": { + "Content-Length": [ "1269" ], + "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}", + "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": { + "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", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "10" ], + "x-ms-client-request-id": [ "08cd11b8-ebdf-4f2f-a348-a65f3c12e54a" ], + "CommandName": [ "." ], + "FullCommandName": [ "Get-AzApplicationInsights_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "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": [ "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-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" ] + }, + "ContentHeaders": { + "Content-Length": [ "1269" ], + "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}", + "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": { + "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}", + "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:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ], + "Access-Control-Expose-Headers": [ "Request-Context" ], + "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-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" ] + }, + "ContentHeaders": { + "Content-Length": [ "1297" ], + "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}", + "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": { + "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", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "12" ], + "x-ms-client-request-id": [ "07509d87-5f5a-4373-9bea-30c81b5acf87" ], + "CommandName": [ "." ], + "FullCommandName": [ "Get-AzApplicationInsights_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "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" ], + "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-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" ] + }, + "ContentHeaders": { + "Content-Length": [ "1297" ], + "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}", + "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": { + "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", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "13" ], + "x-ms-client-request-id": [ "62ae6c68-1330-4eff-a900-f232bb826038" ], + "CommandName": [ "Remove-AzApplicationInsights" ], + "FullCommandName": [ "Remove-AzApplicationInsights_DeleteViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v10.1.0", "PSVersion/v7.4.1", "Az.ApplicationInsights/0.1.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "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" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "c983d465-24dc-40d1-8d9a-85c1d01b9bb2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220516T155431Z:c983d465-24dc-40d1-8d9a-85c1d01b9bb2" ], - "Date": [ "Mon, 16 May 2022 15:54:30 GMT" ] + "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-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" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Tests.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Tests.ps1 index dcc2860cae4c..32dbb311ba1f 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Tests.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/ApplicationInsightsComponent.Tests.ps1 @@ -31,4 +31,25 @@ Describe 'ApplicationInsightsComponent' { $component.PublicNetworkAccessForQuery | Should -Be "Enabled" Remove-AzApplicationInsights -ResourceGroupName $env.resourceGroup -Name $env.component1 } + + It 'UpdateComponment' { + $kind = "web"; + $key = "key" + $val = "val" + $tag = @{$key=$val} + + New-AzApplicationInsights -ResourceGroupName $env.resourceGroup -Name $env.component2 -Location $env.location -Kind $kind -Tag $tag + + Update-AzApplicationInsights -ResourceGroupName $env.resourceGroup -Name $env.component2 -PublicNetworkAccessForIngestion 'Disabled' -PublicNetworkAccessForQuery 'Disabled' + $update = Get-AzApplicationInsights -ResourceGroupName $env.resourceGroup -Name $env.component2 + $update.Name | Should -Be $env.component2 + $update.Kind | Should -Be $kind + $update.InstrumentationKey | Should -Not -BeNullOrEmpty + $update.PublicNetworkAccessForIngestion | Should -Be "Disabled" + $update.PublicNetworkAccessForQuery | Should -Be "Disabled" + $update.Tag.ContainsKey($key) | Should -BeTrue + $update.Tag["$key"] | Should -Be $val + + Remove-AzApplicationInsights -InputObject $update + } } \ No newline at end of file diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/env.json b/src/ApplicationInsights/ApplicationInsights.Autorest/test/env.json index 33ab53314f35..3d80e27a5448 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/env.json +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/env.json @@ -1,22 +1,23 @@ { - "basicWebTest03": "basicwebtest-287gcu-pwsh", - "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "geoLocation03": "emea-ru-msa-edge", - "appInsights02Id": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/appInsights-hkrs2v-test/providers/microsoft.insights/components/appInsights-8f7gor-pwsh", - "standardWebTest01": "standardwebtest-p9b7o0-pwsh", - "appInsights01": "appInsights-48mah3-pwsh", + "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", - "basicWebTest04": "basicwebtest-bxagpd-pwsh", - "resourceGroup": "appInsights-hkrs2v-test", - "geoLocation04": "emea-se-sto-edge", + "standardWebTest01": "standardwebtest-p9b7o0-pwsh", "geoLocation01": "emea-nl-ams-azr", - "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f", + "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", - "appInsights02": "appInsights-8f7gor-pwsh", "geoLocation02": "us-ca-sjc-azr", - "component1": "componentjq87r0", - "workbook01": "7f066122-885c-489b-b5f7-fa594c2775e5", + "basicWebTest04": "basicwebtest-bxagpd-pwsh", + "geoLocation04": "emea-se-sto-edge", "myWorkbook01": "f48d5ba6-9da7-4dd2-aed4-71edd6e5e517", - "workbookTemplate01": "23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467" + "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" } diff --git a/src/ApplicationInsights/ApplicationInsights.Autorest/test/utils.ps1 b/src/ApplicationInsights/ApplicationInsights.Autorest/test/utils.ps1 index a9ec5d39712b..578d24ec4ce3 100644 --- a/src/ApplicationInsights/ApplicationInsights.Autorest/test/utils.ps1 +++ b/src/ApplicationInsights/ApplicationInsights.Autorest/test/utils.ps1 @@ -55,19 +55,26 @@ function setupEnv() { $env.geoLocation02 = 'us-ca-sjc-azr' $env.geoLocation03 = 'emea-ru-msa-edge' $env.geoLocation04 = 'emea-se-sto-edge' - $env.standardWebTest01 = 'standardwebtest-' + (RandomString -allChars $false -len 6) + '-pwsh' - $env.standardWebTest02 = 'standardwebtest-' + (RandomString -allChars $false -len 6) + '-pwsh' - $env.basicWebTest03 = 'basicwebtest-' + (RandomString -allChars $false -len 6) + '-pwsh' - $env.basicWebTest04 = 'basicwebtest-' + (RandomString -allChars $false -len 6) + '-pwsh' + $standardWebTest01 = 'standardwebtest-' + (RandomString -allChars $false -len 6) + '-pwsh' + $env.AddWithCache("standardWebTest01", $standardWebTest01, $UsePreviousConfigForRecord) + $standardWebTest02 = 'standardwebtest-' + (RandomString -allChars $false -len 6) + '-pwsh' + $env.AddWithCache("standardWebTest02", $standardWebTest02, $UsePreviousConfigForRecord) + $basicWebTest03 = 'basicwebtest-' + (RandomString -allChars $false -len 6) + '-pwsh' + $env.AddWithCache("basicWebTest03", $basicWebTest03, $UsePreviousConfigForRecord) + $basicWebTest04 = 'basicwebtest-' + (RandomString -allChars $false -len 6) + '-pwsh' + $env.AddWithCache("basicWebTest04", $basicWebTest04, $UsePreviousConfigForRecord) # Create resource group for test. - $env.resourceGroup = 'appInsights-' + (RandomString -allChars $false -len 6) + '-test' + $resourceGroupName = 'appInsights-' + (RandomString -allChars $false -len 6) + '-test' + $env.AddWithCache("resourceGroup", $resourceGroupName, $UsePreviousConfigForRecord) Write-Host -ForegroundColor Green 'Start creating Resource Group for test...' New-AzResourceGroup -Name $env.resourceGroup -Location $env.location Write-Host -ForegroundColor Green 'Resource Group created successfully.' # Create application insights for test - $env.appInsights01 = 'appInsights-' + (RandomString -allChars $false -len 6) + '-pwsh' - $env.appInsights02 = 'appInsights-' + (RandomString -allChars $false -len 6) + '-pwsh' + $appInsightsName01 = 'appInsights-' + (RandomString -allChars $false -len 6) + '-pwsh' + $env.AddWithCache("appInsights01", $appInsightsName01, $UsePreviousConfigForRecord) + $appInsightsName02 = 'appInsights-' + (RandomString -allChars $false -len 6) + '-pwsh' + $env.AddWithCache("appInsights02", $appInsightsName02, $UsePreviousConfigForRecord) Write-Host -ForegroundColor Green 'Start creating application insights for test...' $appInsights01 = New-AzApplicationInsights -ResourceGroupName $env.resourceGroup -Name $env.appInsights01 -Location $env.location $appInsights02 = New-AzApplicationInsights -ResourceGroupName $env.resourceGroup -Name $env.appInsights02 -Location $env.location @@ -87,8 +94,14 @@ function setupEnv() { Write-Host -ForegroundColor Green 'standard web test created successfully.' #Variables for application insights test - $env.component1 = "component" + (RandomString -allChars $false -len 6) + $component1 = "component" + (RandomString -allChars $false -len 6) + $env.AddWithCache("component1", $component1, $UsePreviousConfigForRecord) + $component2 = "component" + (RandomString -allChars $false -len 6) + $env.AddWithCache("component2", $component2, $UsePreviousConfigForRecord) + $env.workbookTemplate01 = '23eb2aa1-0cf5-4f1d-b733-7ccb0ecec467' + $env.workbook01 = "7f066122-885c-489b-b5f7-fa594c2775e5" + $env.myWorkbook01 = "f48d5ba6-9da7-4dd2-aed4-71edd6e5e517" # For any resources you created for test, you should add it to $env here. $envFile = 'env.json' if ($TestMode -eq 'live') { diff --git a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 index 3ac67d813c49..e2012a47039b 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: 12/27/2023 +# Generated on: 3/22/2024 # @{ @@ -51,17 +51,17 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.15.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.16.0'; }) # Assemblies that must be loaded prior to importing this module 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 05eaf4280e5e..26e057be8dd4 100644 --- a/src/ApplicationInsights/ApplicationInsights/ChangeLog.md +++ b/src/ApplicationInsights/ApplicationInsights/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Fixed the issue that Update-AzApplicationInsights would incorrectly remove existing tags. ## Version 2.2.3 * Enabled common parameter in get-azapplicationinsights diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md index 7b11b17050de..870dd49bfb05 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsights schema: 2.0.0 --- @@ -14,30 +14,32 @@ Returns an Application Insights component. ### ListBySubscription (Default) ``` -Get-AzApplicationInsights [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzApplicationInsights [-SubscriptionId ] [-DefaultProfile ] + [-ProgressAction ] [] ``` ### Get ``` Get-AzApplicationInsights [-SubscriptionId ] -ResourceGroupName -Name [-Full] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ListByResourceGroupName ``` Get-AzApplicationInsights [-SubscriptionId ] -ResourceGroupName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByResourceId ``` -Get-AzApplicationInsights -ResourceId [-Full] [-DefaultProfile ] [] +Get-AzApplicationInsights -ResourceId [-Full] [-DefaultProfile ] + [-ProgressAction ] [] ``` ### GetByInputObject ``` Get-AzApplicationInsights -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -121,6 +123,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -182,25 +199,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md index c68763401c6e..d7a0dc8cd435 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsightsapikey schema: 2.0.0 --- @@ -15,19 +15,20 @@ Get the API Key for this key id. ### List (Default) ``` Get-AzApplicationInsightsApiKey -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzApplicationInsightsApiKey -ApiKeyId -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### GetViaIdentity ``` Get-AzApplicationInsightsApiKey -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,7 +69,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 @@ -113,6 +115,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -157,25 +174,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md index ea76391fd9bc..467c543e8b02 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsightscontinuousexport schema: 2.0.0 --- @@ -15,19 +15,21 @@ Get the Continuous Export configuration for this export id. ### List (Default) ``` Get-AzApplicationInsightsContinuousExport -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### Get ``` Get-AzApplicationInsightsContinuousExport -ExportId -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### GetViaIdentity ``` Get-AzApplicationInsightsContinuousExport -InputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -52,7 +54,8 @@ Get continuous export 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 @@ -113,6 +116,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -157,25 +175,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md index d1d20640b466..e388706eea50 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsightslinkedstorageaccount schema: 2.0.0 --- @@ -15,13 +15,14 @@ Returns the current linked storage settings for an Application Insights componen ### Get (Default) ``` Get-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### GetViaIdentity ``` Get-AzApplicationInsightsLinkedStorageAccount -InputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -39,7 +40,8 @@ Get linked storage account associated with component "componentName" ## 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 @@ -84,6 +86,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -128,25 +145,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md index 896423e1a151..c41d3dc385b3 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsightsmyworkbook schema: 2.0.0 --- @@ -15,20 +15,20 @@ Get a single private workbook by its resourceName. ### List1 (Default) ``` Get-AzApplicationInsightsMyWorkbook [-SubscriptionId ] -Category [-CanFetchContent] - [-Tag ] [-DefaultProfile ] [] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List ``` Get-AzApplicationInsightsMyWorkbook -ResourceGroupName [-SubscriptionId ] -Category [-CanFetchContent] [-LinkedSourceId ] [-Tag ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -121,7 +121,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 @@ -165,6 +166,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -222,6 +238,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md index 9e953972924a..e1cb33fd7d39 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsightswebtest schema: 2.0.0 --- @@ -14,31 +14,33 @@ Get a specific Application Insights web test definition. ### List1 (Default) ``` -Get-AzApplicationInsightsWebTest [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzApplicationInsightsWebTest [-SubscriptionId ] [-DefaultProfile ] + [-ProgressAction ] [] ``` ### Get ``` Get-AzApplicationInsightsWebTest -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List2 ``` Get-AzApplicationInsightsWebTest -ResourceGroupName [-SubscriptionId ] - -AppInsightsName [-DefaultProfile ] [] + -AppInsightsName [-DefaultProfile ] [-ProgressAction ] + [] ``` ### List ``` Get-AzApplicationInsightsWebTest -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzApplicationInsightsWebTest -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -148,7 +150,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 @@ -193,6 +196,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -237,25 +255,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md index dcc5bf3c8c0c..853353ed7a48 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsightsworkbook schema: 2.0.0 --- @@ -15,26 +15,26 @@ Get a single workbook by its resourceName. ### List (Default) ``` Get-AzApplicationInsightsWorkbook [-SubscriptionId ] [-CanFetchContent] -Category - [-Tag ] [-DefaultProfile ] [] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-SubscriptionId ] - [-CanFetchContent] [-DefaultProfile ] [] + [-CanFetchContent] [-DefaultProfile ] [-ProgressAction ] [] ``` ### List1 ``` Get-AzApplicationInsightsWorkbook -ResourceGroupName [-SubscriptionId ] [-CanFetchContent] -Category [-Tag ] [-LinkedSourceId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzApplicationInsightsWorkbook -InputObject [-CanFetchContent] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -145,7 +145,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 @@ -205,6 +206,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -264,25 +280,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md index ad396a9a3b3b..7e85f0916ef1 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsightsworkbookrevision schema: 2.0.0 --- @@ -15,19 +15,21 @@ Get a single workbook revision defined by its revisionId. ### List (Default) ``` Get-AzApplicationInsightsWorkbookRevision -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### Get ``` Get-AzApplicationInsightsWorkbookRevision -Name -ResourceGroupName -RevisionId - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### GetViaIdentity ``` Get-AzApplicationInsightsWorkbookRevision -InputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -72,12 +74,13 @@ ResourceGroupName Name DisplayName appinsights-hkrs2v-test f7d7151e-7907-4f46-8a5e-6bf4a4cfedec f7d7151e-7907-4f46-8a5e-6bf4a4cfedec-display westus2 shared workbook ``` -This command gets a single workbook revision defined by resource id. +This commmand gets a single workbook revision defined by resource id. ## 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 @@ -122,6 +125,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -181,25 +199,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookTemplate.md index eca0e8448cc8..33ccbda901bd 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookTemplate.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/get-azapplicationinsightsworkbooktemplate schema: 2.0.0 --- @@ -15,13 +15,14 @@ Get a single workbook template by its resourceName. ### Get (Default) ``` Get-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### GetViaIdentity ``` Get-AzApplicationInsightsWorkbookTemplate -InputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -87,7 +88,8 @@ This command gets a single workbook template by pipeline. ## 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 @@ -132,6 +134,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -176,25 +193,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsights.md index cdb7eb1a6bdf..8e4300a5d3cb 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsights.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsights schema: 2.0.0 --- @@ -21,7 +21,7 @@ New-AzApplicationInsights -ResourceGroupName -Name [-Subscript [-PublicNetworkAccessForIngestion ] [-PublicNetworkAccessForQuery ] [-RequestSource ] [-RetentionInDays ] [-SamplingPercentage ] [-Tag ] [-WorkspaceResourceId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -236,6 +236,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccessForIngestion The network access type for accessing Application Insights ingestion. @@ -417,6 +432,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md index a02c662b48cc..2b4af74f633d 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightsapikey schema: 2.0.0 --- @@ -14,8 +14,8 @@ Create an API Key of an Application Insights component. ``` New-AzApplicationInsightsApiKey -ResourceGroupName -Name [-SubscriptionId ] - -Description -Permissions [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + -Description -Permissions [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -94,6 +94,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -167,6 +182,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md index 99ad52ef5460..4c97d88efcdd 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightscontinuousexport schema: 2.0.0 --- @@ -16,7 +16,7 @@ Create a Continuous Export configuration of an Application Insights component. New-AzApplicationInsightsContinuousExport -ResourceGroupName -Name [-SubscriptionId ] [-DestinationType ] [-NotificationQueueEnabled ] [-NotificationQueueUri ] [-DocumentType ] [-StorageAccountId ] [-StorageLocation ] [-StorageSASUri ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -249,6 +264,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md index 2df76ef6a999..9332e8ff68be 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightslinkedstorageaccount schema: 2.0.0 --- @@ -14,8 +14,8 @@ Replace current linked storage account for an Application Insights component. ``` New-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName - [-SubscriptionId ] [-LinkedStorageAccountResourceId ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] + [-SubscriptionId ] [-LinkedStorageAccountResourceId ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -34,7 +34,8 @@ Create linked storage account $account under component "componentName" ## 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 @@ -78,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -151,6 +167,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsMyWorkbook.md index 8b8d134be3fe..9b5f3c7095fd 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsMyWorkbook.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightsmyworkbook schema: 2.0.0 --- @@ -17,7 +17,7 @@ New-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [ [-LinkedSourceId ] [-Category ] [-DisplayName ] [-Etag ] [-Id ] [-IdentityType ] [-Location ] [-SerializedData ] [-SourceId ] [-SourceTag ] [-StorageUri ] [-Tag ] [-Type ] [-Version ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -58,7 +58,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,6 +178,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -357,6 +373,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md index ea996ecbd235..9c0c3381c291 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightswebtest schema: 2.0.0 --- @@ -21,7 +21,8 @@ New-AzApplicationInsightsWebTest -Name -ResourceGroupName [-Su [-RequestHttpVerb ] [-RequestParseDependent] [-RequestUrl ] [-RetryEnabled] [-RuleExpectedHttpStatusCode ] [-RuleIgnoreHttpsStatusCode] [-RuleSslCertRemainingLifetimeCheck ] [-RuleSslCheck] [-Tag ] [-TestName ] - [-Timeout ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-Timeout ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ### CreateClassic @@ -30,8 +31,8 @@ New-AzApplicationInsightsWebTest -Name -ResourceGroupName [-Su -Location [-ContentMatch ] [-Description ] [-Enabled] [-Frequency ] [-GeoLocation ] [-Kind ] [-RequestParseDependent] [-RequestUrl ] [-RetryEnabled] [-RuleExpectedHttpStatusCode ] [-Tag ] - [-TestName ] [-Timeout ] [-Configuration ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] + [-TestName ] [-Timeout ] [-Configuration ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -300,6 +301,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RequestBody Base64 encoded string body to send with this web test. @@ -586,18 +602,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`GEOLOCATION `: A list of where to physically run the tests from to give global coverage for accessibility of your application. - - `[Location ]`: Location ID for the WebTest to run from. - -`REQUESTHEADER `: List of headers and their values to add to the WebTest call. - - `[Name ]`: The name of the header. - - `[Value ]`: The value of the header. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestGeolocationObject.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestGeolocationObject.md index 8185d686733d..20318b21eaca 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 +Module Name: Az.ApplicationInsights +online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-AzApplicationInsightsWebTestGeolocationObject schema: 2.0.0 --- @@ -13,7 +13,8 @@ Create an in-memory object for WebTestGeolocation. ## SYNTAX ``` -New-AzApplicationInsightsWebTestGeolocationObject [-Location ] [] +New-AzApplicationInsightsWebTestGeolocationObject [-Location ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -52,6 +53,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). @@ -63,6 +79,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestHeaderFieldObject.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestHeaderFieldObject.md index 08b341222339..c92a4a6ccdf9 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestHeaderFieldObject.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTestHeaderFieldObject.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.ApplicationInsights/new-AzApplicationInsightsWebTestHeaderFieldObject schema: 2.0.0 --- @@ -13,7 +13,8 @@ Create a in-memory object for HeaderField ## SYNTAX ``` -New-AzApplicationInsightsWebTestHeaderFieldObject [-Name ] [-Value ] [] +New-AzApplicationInsightsWebTestHeaderFieldObject [-Name ] [-Value ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -51,6 +52,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Value The value of the header. @@ -77,6 +93,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbook.md index ff94439de173..70333c3fabf4 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbook.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightsworkbook schema: 2.0.0 --- @@ -18,7 +18,7 @@ New-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-S [-DisplayName ] [-Etag ] [-IdentityType ] [-IdentityUserAssignedIdentity ] [-SerializedData ] [-SourceId ] [-SourceTag ] [-StorageUri ] [-Tag ] [-Version ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -58,7 +58,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 @@ -194,6 +195,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -358,6 +374,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplate.md index 482b14ae483a..8978adba58a2 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplate.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightsworkbooktemplate schema: 2.0.0 --- @@ -15,8 +15,8 @@ Create a new workbook template. ``` New-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName [-SubscriptionId ] -Location [-Author ] [-Gallery ] [-Localized ] - [-Priority ] [-Tag ] [-TemplateData ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] + [-Priority ] [-Tag ] [-TemplateData ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -83,7 +83,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 @@ -175,6 +176,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -278,18 +294,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`GALLERY `: Workbook galleries supported by the template. - - `[Category ]`: Category for the gallery. - - `[Name ]`: Name of the workbook template in the gallery. - - `[Order ]`: Order of the template within the gallery. - - `[ResourceType ]`: Azure resource type supported by the gallery. - - `[Type ]`: Type of workbook supported by the workbook template. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md b/src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWorkbookTemplateGalleryObject.md index 3c2f78616386..421c8bfbfe6c 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 +Module Name: Az.ApplicationInsights +online version: https://learn.microsoft.com/powershell/module/Az.ApplicationInsights/new-AzApplicationInsightsWorkbookTemplateGalleryObject schema: 2.0.0 --- @@ -14,7 +14,7 @@ Create an in-memory object for WorkbookTemplateGallery. ``` New-AzApplicationInsightsWorkbookTemplateGalleryObject [-Category ] [-Name ] [-Order ] - [-ResourceType ] [-Type ] [] + [-ResourceType ] [-Type ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -82,6 +82,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceType Azure resource type supported by the gallery. @@ -123,6 +138,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsights.md index b3eb6f596a2b..6f4f16f0b3ab 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsights.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsights schema: 2.0.0 --- @@ -15,13 +15,14 @@ Deletes an Application Insights component. ### Delete (Default) ``` Remove-AzApplicationInsights -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ### DeleteViaIdentity ``` Remove-AzApplicationInsights -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -39,7 +40,8 @@ Remove an application insights resource named "test" in resource group "testgrou ## 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 @@ -99,6 +101,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -174,25 +191,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md index 84f80cb7633c..4342f413c617 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsightsapikey schema: 2.0.0 --- @@ -15,13 +15,14 @@ Delete an API Key of an Application Insights component. ### Delete (Default) ``` Remove-AzApplicationInsightsApiKey -ApiKeyId -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzApplicationInsightsApiKey -InputObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -55,7 +56,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 @@ -100,6 +102,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -175,25 +192,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md index 51e0333187b1..366335efc63f 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsightscontinuousexport schema: 2.0.0 --- @@ -15,13 +15,14 @@ Delete a Continuous Export configuration of an Application Insights component. ### Delete (Default) ``` Remove-AzApplicationInsightsContinuousExport -ExportId -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzApplicationInsightsContinuousExport -InputObject - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -39,7 +40,8 @@ Remove a continuous export configuration in 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 @@ -100,6 +102,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -175,25 +192,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsLinkedStorageAccount.md index d24c9c86c648..e2e56b5da120 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsLinkedStorageAccount.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsightslinkedstorageaccount schema: 2.0.0 --- @@ -15,13 +15,15 @@ Delete linked storage accounts for an Application Insights component. ### Delete (Default) ``` Remove-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzApplicationInsightsLinkedStorageAccount -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -39,7 +41,8 @@ Delete linked storage account associated with application insights component "co ## 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 @@ -99,6 +102,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -174,25 +192,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsMyWorkbook.md index 245a6bf00b41..85269d717850 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsMyWorkbook.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsightsmyworkbook schema: 2.0.0 --- @@ -14,7 +14,8 @@ Delete a private workbook. ``` Remove-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -32,7 +33,8 @@ Delete a private workbook. ## 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 @@ -76,6 +78,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -149,6 +166,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md index 62889d6dcfde..6ff11f5f92da 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsightswebtest schema: 2.0.0 --- @@ -15,13 +15,14 @@ Deletes an Application Insights web test. ### Delete (Default) ``` Remove-AzApplicationInsightsWebTest -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ### DeleteViaIdentity ``` Remove-AzApplicationInsightsWebTest -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -46,7 +47,8 @@ This command deletes an Application Insights web test by pipeline. ## 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 @@ -106,6 +108,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -181,25 +198,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbook.md index b20de799e920..c6d8b19d226b 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbook.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsightsworkbook schema: 2.0.0 --- @@ -15,13 +15,14 @@ Delete a workbook. ### Delete (Default) ``` Remove-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ### DeleteViaIdentity ``` Remove-AzApplicationInsightsWorkbook -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -46,7 +47,8 @@ Delete a workbook by pipeline ## 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 @@ -106,6 +108,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -181,25 +198,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbookTemplate.md index e47a4333140e..a12afec59f92 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWorkbookTemplate.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/remove-azapplicationinsightsworkbooktemplate schema: 2.0.0 --- @@ -15,13 +15,15 @@ Delete a workbook template. ### Delete (Default) ``` Remove-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzApplicationInsightsWorkbookTemplate -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -46,7 +48,8 @@ Delete a workbook template by pipeline ## 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 @@ -106,6 +109,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -181,25 +199,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md index 56b7c572fe19..1181e4ed119c 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/set-azapplicationinsightscontinuousexport schema: 2.0.0 --- @@ -17,7 +17,7 @@ Set-AzApplicationInsightsContinuousExport -ResourceGroupName -Name ] [-DestinationType ] [-NotificationQueueEnabled ] [-NotificationQueueUri ] [-DocumentType ] [-StorageAccountId ] [-StorageLocation ] [-DisableConfiguration] [-StorageSASUri ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -161,6 +161,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -280,6 +295,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md index d194690ef407..dbf42d1789c3 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/set-azapplicationinsightsdailycap schema: 2.0.0 --- @@ -14,8 +14,8 @@ Update current billing features for an Application Insights component. ``` Set-AzApplicationInsightsDailyCap -ResourceGroupName -Name [-SubscriptionId ] - [-DailyCapGB ] [-DisableNotificationWhenHitCap] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + [-DailyCapGB ] [-DisableNotificationWhenHitCap] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -92,6 +92,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -165,6 +180,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsPricingPlan.md b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsPricingPlan.md index 499535510489..f3c99ef7726b 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsPricingPlan.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsPricingPlan.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/set-azapplicationinsightspricingplan schema: 2.0.0 --- @@ -15,7 +15,7 @@ Update current billing features for an Application Insights component. ``` Set-AzApplicationInsightsPricingPlan -ResourceGroupName -Name [-SubscriptionId ] [-PricingPlan ] [-DailyCapGB ] [-DisableNotificationWhenHitCap] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -108,6 +108,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -181,6 +196,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsights.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsights.md index 51e728be666a..fac4cdd8d992 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsights.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsights.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/update-azapplicationinsights schema: 2.0.0 --- @@ -20,7 +20,7 @@ Update-AzApplicationInsights -ResourceGroupName -Name [-Subscr [-IngestionMode ] [-PublicNetworkAccessForIngestion ] [-PublicNetworkAccessForQuery ] [-RequestSource ] [-RetentionInDays ] [-SamplingPercentage ] [-Tag ] [-WorkspaceResourceId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -204,6 +204,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccessForIngestion The network access type for accessing Application Insights ingestion. @@ -385,6 +400,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsLinkedStorageAccount.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsLinkedStorageAccount.md index 22329ef463ae..090cdc9bf77c 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsLinkedStorageAccount.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsLinkedStorageAccount.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/update-azapplicationinsightslinkedstorageaccount schema: 2.0.0 --- @@ -15,15 +15,15 @@ Update linked storage accounts for an Application Insights component. ### UpdateExpanded (Default) ``` Update-AzApplicationInsightsLinkedStorageAccount -Name -ResourceGroupName - [-SubscriptionId ] [-LinkedStorageAccountResourceId ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] + [-SubscriptionId ] [-LinkedStorageAccountResourceId ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzApplicationInsightsLinkedStorageAccount -InputObject - [-LinkedStorageAccountResourceId ] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + [-LinkedStorageAccountResourceId ] [-DefaultProfile ] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -42,7 +42,8 @@ Update linked storage account under component "componentName" to associate with ## 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 @@ -102,6 +103,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -177,25 +193,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsMyWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsMyWorkbook.md index 7b5525676a10..25f004e6ffdc 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsMyWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsMyWorkbook.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/update-azapplicationinsightsmyworkbook schema: 2.0.0 --- @@ -14,8 +14,8 @@ Updates a private workbook that has already been added. ``` Update-AzApplicationInsightsMyWorkbook -Name -ResourceGroupName [-SubscriptionId ] - [-LinkedSourceId ] -WorkbookProperty [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + [-LinkedSourceId ] -WorkbookProperty [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -41,7 +41,8 @@ Updates a private workbook that has already been added. ## 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 @@ -85,6 +86,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -176,36 +192,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`WORKBOOKPROPERTY `: An Application Insights private workbook definition. - - `[Etag ]`: Resource etag - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: Azure resource Id - - `[IdentityType ]`: The identity type. - - `[Location ]`: Resource location - - `[Name ]`: Azure resource name - - `[Tag ]`: Resource tags - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: Azure resource type - - `[Category ]`: Workbook category, as defined by the user at creation time. - - `[DisplayName ]`: The user-defined name of the private workbook. - - `[Kind ]`: The kind of workbook. Choices are user and shared. - - `[PropertiesTag ]`: A list of 0 or more tags that are associated with this private workbook definition - - `[SerializedData ]`: Configuration of this particular private workbook. Configuration data is a string containing valid JSON - - `[SourceId ]`: Optional resourceId for a source resource. - - `[StorageUri ]`: BYOS Storage Account URI - - `[SystemDataCreatedAt ]`: The timestamp of resource creation (UTC). - - `[SystemDataCreatedBy ]`: The identity that created the resource. - - `[SystemDataCreatedByType ]`: The type of identity that created the resource. - - `[SystemDataLastModifiedAt ]`: The timestamp of resource last modification (UTC) - - `[SystemDataLastModifiedBy ]`: The identity that last modified the resource. - - `[SystemDataLastModifiedByType ]`: The type of identity that last modified the resource. - - `[Version ]`: This instance's version of the data model. This can change as new features are added that can be marked private workbook. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWebTestTag.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWebTestTag.md index 239643081d9f..3fbb98600647 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWebTestTag.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWebTestTag.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/update-azapplicationinsightswebtesttag schema: 2.0.0 --- @@ -15,13 +15,14 @@ Updates the tags associated with an Application Insights web test. ### UpdateExpanded (Default) ``` Update-AzApplicationInsightsWebTestTag -Name -ResourceGroupName [-SubscriptionId ] - [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ### UpdateViaIdentityExpanded ``` Update-AzApplicationInsightsWebTestTag -InputObject [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -58,7 +59,8 @@ This command updates Application Insights link of the Web test by pipeline. ## 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 @@ -103,6 +105,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -193,25 +210,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbook.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbook.md index 05e770ca5f71..d8dd16afce1d 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbook.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbook.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/update-azapplicationinsightsworkbook schema: 2.0.0 --- @@ -17,15 +17,15 @@ Updates a workbook that has already been added. Update-AzApplicationInsightsWorkbook -Name -ResourceGroupName [-SubscriptionId ] [-LinkedSourceId ] [-Category ] [-Description ] [-DisplayName ] [-Revision ] [-SerializedData ] [-SourceTag ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzApplicationInsightsWorkbook -InputObject [-LinkedSourceId ] [-Category ] [-Description ] [-DisplayName ] [-Revision ] - [-SerializedData ] [-SourceTag ] [-Tag ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] + [-SerializedData ] [-SourceTag ] [-Tag ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -77,7 +77,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 @@ -167,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -303,25 +319,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS diff --git a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbookTemplate.md b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbookTemplate.md index be35707b18e2..218b895dc019 100644 --- a/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbookTemplate.md +++ b/src/ApplicationInsights/ApplicationInsights/help/Update-AzApplicationInsightsWorkbookTemplate.md @@ -1,6 +1,6 @@ --- external help file: Az.ApplicationInsights-help.xml -Module Name: Az.Applicationinsights +Module Name: Az.ApplicationInsights online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/update-azapplicationinsightsworkbooktemplate schema: 2.0.0 --- @@ -16,15 +16,16 @@ Updates a workbook template that has already been added. ``` Update-AzApplicationInsightsWorkbookTemplate -Name -ResourceGroupName [-SubscriptionId ] [-Author ] [-Gallery ] [-Localized ] - [-Priority ] [-Tag ] [-TemplateData ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] + [-Priority ] [-Tag ] [-TemplateData ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzApplicationInsightsWorkbookTemplate -InputObject [-Author ] [-Gallery ] [-Localized ] [-Priority ] [-Tag ] - [-TemplateData ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-TemplateData ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -76,7 +77,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 @@ -169,6 +171,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -274,32 +291,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`GALLERY `: Workbook galleries supported by the template. - - `[Category ]`: Category for the gallery. - - `[Name ]`: Name of the workbook template in the gallery. - - `[Order ]`: Order of the template within the gallery. - - `[ResourceType ]`: Azure resource type supported by the gallery. - - `[Type ]`: Type of workbook supported by the workbook template. - -`INPUTOBJECT `: Identity Parameter - - `[AnnotationId ]`: The unique annotation ID. This is unique within a Application Insights component. - - `[ComponentName ]`: The name of the Application Insights component resource. - - `[ExportId ]`: The Continuous Export configuration ID. This is unique within a Application Insights component. - - `[Id ]`: Resource identity path - - `[KeyId ]`: The API Key ID. This is unique within a Application Insights component. - - `[PurgeId ]`: In a purge status request, this is the Id of the operation the status of which is returned. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ResourceName ]`: The name of the Application Insights component resource. - - `[RevisionId ]`: The id of the workbook's revision. - - `[StorageType ]`: The type of the Application Insights component data source for the linked storage account. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[WebTestName ]`: The name of the Application Insights WebTest resource. - ## RELATED LINKS