diff --git a/src/Monitor/ActionGroup.Autorest/build-module.ps1 b/src/Monitor/ActionGroup.Autorest/build-module.ps1 index 9d47ce2ef467..e7ff97b7d32e 100644 --- a/src/Monitor/ActionGroup.Autorest/build-module.ps1 +++ b/src/Monitor/ActionGroup.Autorest/build-module.ps1 @@ -12,7 +12,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code # is regenerated. # ---------------------------------------------------------------------------------- -param([switch]$NotIsolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [switch]$UX) +param([switch]$NotIsolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [switch]$UX, [Switch]$DisableAfterBuildTasks) $ErrorActionPreference = 'Stop' if($PSEdition -ne 'Core') { @@ -177,4 +177,14 @@ if (Test-Path (Join-Path $PSScriptRoot 'generate-portal-ux.ps1')) . (Join-Path $PSScriptRoot 'generate-portal-ux.ps1') } +if (-not $DisableAfterBuildTasks){ + $afterBuildTasksPath = Join-Path $PSScriptRoot '' + $afterBuildTasksArgs = ConvertFrom-Json 'true' -AsHashtable + if(Test-Path -Path $afterBuildTasksPath -PathType leaf){ + Write-Host -ForegroundColor Green 'Running after build tasks...' + . $afterBuildTasksPath @afterBuildTasksArgs + } +} + + Write-Host -ForegroundColor Green '-------------Done-------------' diff --git a/src/Monitor/ActionGroup.Autorest/examples/New-AzActionGroupLogicAppReceiverObject.md b/src/Monitor/ActionGroup.Autorest/examples/New-AzActionGroupLogicAppReceiverObject.md index b71864588ed4..4bee1d839dfe 100644 --- a/src/Monitor/ActionGroup.Autorest/examples/New-AzActionGroupLogicAppReceiverObject.md +++ b/src/Monitor/ActionGroup.Autorest/examples/New-AzActionGroupLogicAppReceiverObject.md @@ -1,12 +1,12 @@ ### Example 1: create action group logic app receiver ```powershell -New-AzActionGroupLogicAppReceiverObject -CallbackUrl "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w" -Name "sample logic app" -ResourceId "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp" +New-AzActionGroupLogicAppReceiverObject -CallbackUrl "https://p*****7w" -Name "sample logic app" -ResourceId "/subscriptions/{subId}/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp" ``` ```output -CallbackUrl Name ResourceId ------------ ---- ---------- -https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w sample logic app /subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/provid… +CallbackUrl Name ResourceId +----------- ---- ---------- +https://p*****7w sample logic app /subscriptions/{subId}/resourceGroups/LogicApp/provid… ``` This command creates action group logic app receiver object. diff --git a/src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroup.ps1 b/src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroup.ps1 index 17d07520137e..91f2e6b0768d 100644 --- a/src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroup.ps1 +++ b/src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroup.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Create a new action group or Create an existing one. +Create a new action group or update an existing one. .Description -Create a new action group or Create an existing one. +Create a new action group or update an existing one. .Example $email1 = New-AzActionGroupEmailReceiverObject -EmailAddress user@example.com -Name user1 $sms1 = New-AzActionGroupSmsReceiverObject -CountryCode '{countrycode}' -Name user2 -PhoneNumber '{phonenumber}' diff --git a/src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroupLogicAppReceiverObject.ps1 b/src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroupLogicAppReceiverObject.ps1 index 7a270d137493..a55c0106eb31 100644 --- a/src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroupLogicAppReceiverObject.ps1 +++ b/src/Monitor/ActionGroup.Autorest/exports/New-AzActionGroupLogicAppReceiverObject.ps1 @@ -20,7 +20,7 @@ Create an in-memory object for LogicAppReceiver. .Description Create an in-memory object for LogicAppReceiver. .Example -New-AzActionGroupLogicAppReceiverObject -CallbackUrl "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w" -Name "sample logic app" -ResourceId "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp" +New-AzActionGroupLogicAppReceiverObject -CallbackUrl "https://p*****7w" -Name "sample logic app" -ResourceId "/subscriptions/{subId}/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp" .Outputs Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.LogicAppReceiver diff --git a/src/Monitor/ActionGroup.Autorest/exports/ProxyCmdletDefinitions.ps1 b/src/Monitor/ActionGroup.Autorest/exports/ProxyCmdletDefinitions.ps1 index 213fb5339316..0b1033432806 100644 --- a/src/Monitor/ActionGroup.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/src/Monitor/ActionGroup.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -447,9 +447,9 @@ end { <# .Synopsis -Create a new action group or Create an existing one. +Create a new action group or update an existing one. .Description -Create a new action group or Create an existing one. +Create a new action group or update an existing one. .Example $email1 = New-AzActionGroupEmailReceiverObject -EmailAddress user@example.com -Name user1 $sms1 = New-AzActionGroupSmsReceiverObject -CountryCode '{countrycode}' -Name user2 -PhoneNumber '{phonenumber}' @@ -1056,9 +1056,9 @@ end { <# .Synopsis -Update a new action group or Update an existing one. +Update a new action group or update an existing one. .Description -Update a new action group or Update an existing one. +Update a new action group or update an existing one. .Example $enventhub = New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "actiongrouptest" -Name "sample eventhub" -SubscriptionId '{subid}' Update-AzActionGroup -Name actiongroup1 -ResourceGroupName monitor-action -EventHubReceiver $enventhub @@ -2296,7 +2296,7 @@ Create an in-memory object for LogicAppReceiver. .Description Create an in-memory object for LogicAppReceiver. .Example -New-AzActionGroupLogicAppReceiverObject -CallbackUrl "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w" -Name "sample logic app" -ResourceId "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp" +New-AzActionGroupLogicAppReceiverObject -CallbackUrl "https://p*****7w" -Name "sample logic app" -ResourceId "/subscriptions/{subId}/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp" .Outputs Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.LogicAppReceiver diff --git a/src/Monitor/ActionGroup.Autorest/exports/Update-AzActionGroup.ps1 b/src/Monitor/ActionGroup.Autorest/exports/Update-AzActionGroup.ps1 index e44e34ea2f13..18e8a3611ee3 100644 --- a/src/Monitor/ActionGroup.Autorest/exports/Update-AzActionGroup.ps1 +++ b/src/Monitor/ActionGroup.Autorest/exports/Update-AzActionGroup.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update a new action group or Update an existing one. +Update a new action group or update an existing one. .Description -Update a new action group or Update an existing one. +Update a new action group or update an existing one. .Example $enventhub = New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "actiongrouptest" -Name "sample eventhub" -SubscriptionId '{subid}' Update-AzActionGroup -Name actiongroup1 -ResourceGroupName monitor-action -EventHubReceiver $enventhub diff --git a/src/Monitor/ActionGroup.Autorest/generated/api/ActionGroup.cs b/src/Monitor/ActionGroup.Autorest/generated/api/ActionGroup.cs index 4928babf54aa..993a2d62e1a8 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/api/ActionGroup.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/api/ActionGroup.cs @@ -353,6 +353,7 @@ public partial class ActionGroup var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -365,7 +366,10 @@ public partial class ActionGroup if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -506,6 +510,7 @@ public partial class ActionGroup var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -518,7 +523,10 @@ public partial class ActionGroup if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -644,7 +652,7 @@ public partial class ActionGroup } } - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// The ID of the target subscription. /// The name of the resource group. The name is case insensitive. /// The name of the action group. @@ -694,7 +702,7 @@ public partial class ActionGroup } } - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// /// The action group to create or use for the update. /// a delegate that is called when the remote service returns 200 (OK). @@ -754,7 +762,7 @@ public partial class ActionGroup } } - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// /// The action group to create or use for the update. /// an instance that will receive events. @@ -811,7 +819,7 @@ public partial class ActionGroup } } - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// The ID of the target subscription. /// The name of the resource group. The name is case insensitive. /// The name of the action group. @@ -860,7 +868,7 @@ public partial class ActionGroup } } - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// The ID of the target subscription. /// The name of the resource group. The name is case insensitive. /// The name of the action group. @@ -906,7 +914,7 @@ public partial class ActionGroup } } - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// The ID of the target subscription. /// The name of the resource group. The name is case insensitive. /// The name of the action group. diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateExpanded.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateExpanded.cs index 78ab67814dc4..30c9f43b43df 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateExpanded.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Create a new action group or Create an existing one. + /// Create a new action group or update an existing one. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzActionGroup_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or Create an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")] public partial class NewAzActionGroup_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaIdentityExpanded.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaIdentityExpanded.cs index d6d6045b46a6..adf0b51f5f2e 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaIdentityExpanded.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Create a new action group or Create an existing one. + /// Create a new action group or update an existing one. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzActionGroup_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or Create an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")] public partial class NewAzActionGroup_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonFilePath.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonFilePath.cs index a4335711c474..bd70bb4a9466 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonFilePath.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Create a new action group or Create an existing one. + /// Create a new action group or update an existing one. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzActionGroup_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or Create an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.NotSuggestDefaultParameterSet] diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonString.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonString.cs index 03d1180f6265..111dd8db697c 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonString.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/NewAzActionGroup_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Create a new action group or Create an existing one. + /// Create a new action group or update an existing one. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzActionGroup_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or Create an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Create a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.NotSuggestDefaultParameterSet] diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateExpanded.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateExpanded.cs index 8e419b390f64..4094aa498b3e 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateExpanded.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzActionGroup_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or Update an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")] public partial class SetAzActionGroup_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonFilePath.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonFilePath.cs index 01773a3d2de1..41505b5cd535 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonFilePath.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonFilePath.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzActionGroup_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or Update an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.NotSuggestDefaultParameterSet] diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonString.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonString.cs index 6463e36d9925..2838715f813a 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonString.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/SetAzActionGroup_UpdateViaJsonString.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Set, @"AzActionGroup_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or Update an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}", ApiVersion = "2023-01-01")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.NotSuggestDefaultParameterSet] diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/UpdateAzActionGroup_UpdateExpanded.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/UpdateAzActionGroup_UpdateExpanded.cs index ea5228c2f2a6..fc7c19cac894 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/UpdateAzActionGroup_UpdateExpanded.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/UpdateAzActionGroup_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzActionGroup_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or Update an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] public partial class UpdateAzActionGroup_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.IEventListener, diff --git a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/UpdateAzActionGroup_UpdateViaIdentityExpanded.cs b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/UpdateAzActionGroup_UpdateViaIdentityExpanded.cs index 6ef04f3aebd6..dd9bb79bb30d 100644 --- a/src/Monitor/ActionGroup.Autorest/generated/cmdlets/UpdateAzActionGroup_UpdateViaIdentityExpanded.cs +++ b/src/Monitor/ActionGroup.Autorest/generated/cmdlets/UpdateAzActionGroup_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Cmdlets; using System; - /// Update a new action group or Update an existing one. + /// Update a new action group or update an existing one. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzActionGroup_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource))] - [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or Update an existing one.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Description(@"Update a new action group or update an existing one.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Generated] public partial class UpdateAzActionGroup_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.IEventListener, diff --git a/src/Monitor/ActionGroup.Autorest/help/Az.ActionGroup.md b/src/Monitor/ActionGroup.Autorest/help/Az.ActionGroup.md index e2f9cf387363..57ea964abcca 100644 --- a/src/Monitor/ActionGroup.Autorest/help/Az.ActionGroup.md +++ b/src/Monitor/ActionGroup.Autorest/help/Az.ActionGroup.md @@ -20,7 +20,7 @@ This operation is only supported for Email or SMS receivers. Get an action group. ### [New-AzActionGroup](New-AzActionGroup.md) -Create a new action group or Create an existing one. +Create a new action group or update an existing one. ### [New-AzActionGroupArmRoleReceiverObject](New-AzActionGroupArmRoleReceiverObject.md) Create an in-memory object for ArmRoleReceiver. @@ -62,5 +62,5 @@ Delete an action group. Send test notifications to a set of provided receivers ### [Update-AzActionGroup](Update-AzActionGroup.md) -Update a new action group or Update an existing one. +Update a new action group or update an existing one. diff --git a/src/Monitor/ActionGroup.Autorest/help/New-AzActionGroup.md b/src/Monitor/ActionGroup.Autorest/help/New-AzActionGroup.md index 35775f9febd8..b29d8299323e 100644 --- a/src/Monitor/ActionGroup.Autorest/help/New-AzActionGroup.md +++ b/src/Monitor/ActionGroup.Autorest/help/New-AzActionGroup.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzActionGroup ## SYNOPSIS -Create a new action group or Create an existing one. +Create a new action group or update an existing one. ## SYNTAX @@ -49,7 +49,7 @@ New-AzActionGroup -Name -ResourceGroupName -JsonString [-ArmRoleReceiver _body.IdentityType ?? null; set => _body.IdentityType = value; } @@ -269,6 +270,7 @@ public partial class NewAzDataCollectionEndpoint_CreateExpanded : global::System Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("UserAssignedIdentity", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="UserAssignedIdentity's type will be simplified as string array.", OldParamaterType="Hashtable", NewParameterType="string[]")] public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities UserAssignedIdentity { get => _body.IdentityUserAssignedIdentity ?? null /* object */; set => _body.IdentityUserAssignedIdentity = value; } /// diff --git a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/NewAzDataCollectionRule_CreateExpanded.cs b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/NewAzDataCollectionRule_CreateExpanded.cs index 900c8088934b..d52c96b2c586 100644 --- a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/NewAzDataCollectionRule_CreateExpanded.cs +++ b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/NewAzDataCollectionRule_CreateExpanded.cs @@ -379,6 +379,7 @@ public partial class NewAzDataCollectionRule_CreateExpanded : global::System.Man Description = @"Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).", SerializedName = @"type", PossibleTypes = new [] { typeof(string) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("IdentityType", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.PSArgumentCompleterAttribute("None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned")] public string IdentityType { get => _body.IdentityType ?? null; set => _body.IdentityType = value; } @@ -523,6 +524,7 @@ public partial class NewAzDataCollectionRule_CreateExpanded : global::System.Man Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("UserAssignedIdentity", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="UserAssignedIdentity's type will be simplified as string array.", OldParamaterType="Hashtable", NewParameterType="string[]")] public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities UserAssignedIdentity { get => _body.IdentityUserAssignedIdentity ?? null /* object */; set => _body.IdentityUserAssignedIdentity = value; } /// diff --git a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionEndpoint_UpdateExpanded.cs b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionEndpoint_UpdateExpanded.cs index 3ba8a5a49df3..60c326bc6c7c 100644 --- a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionEndpoint_UpdateExpanded.cs +++ b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionEndpoint_UpdateExpanded.cs @@ -99,6 +99,7 @@ public partial class UpdateAzDataCollectionEndpoint_UpdateExpanded : global::Sys Description = @"Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).", SerializedName = @"type", PossibleTypes = new [] { typeof(string) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("IdentityType", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.PSArgumentCompleterAttribute("None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned")] public string IdentityType { get => _body.IdentityType ?? null; set => _body.IdentityType = value; } @@ -208,6 +209,7 @@ public partial class UpdateAzDataCollectionEndpoint_UpdateExpanded : global::Sys Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("UserAssignedIdentity", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="UserAssignedIdentity's type will be simplified as string array.", OldParamaterType="Hashtable", NewParameterType="string[]")] public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities UserAssignedIdentity { get => _body.IdentityUserAssignedIdentity ?? null /* object */; set => _body.IdentityUserAssignedIdentity = value; } /// diff --git a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionEndpoint_UpdateViaIdentityExpanded.cs b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionEndpoint_UpdateViaIdentityExpanded.cs index 968527386f43..f721e17e17b6 100644 --- a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionEndpoint_UpdateViaIdentityExpanded.cs +++ b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionEndpoint_UpdateViaIdentityExpanded.cs @@ -99,6 +99,7 @@ public partial class UpdateAzDataCollectionEndpoint_UpdateViaIdentityExpanded : Description = @"Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).", SerializedName = @"type", PossibleTypes = new [] { typeof(string) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("IdentityType", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.PSArgumentCompleterAttribute("None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned")] public string IdentityType { get => _body.IdentityType ?? null; set => _body.IdentityType = value; } @@ -168,6 +169,7 @@ public partial class UpdateAzDataCollectionEndpoint_UpdateViaIdentityExpanded : Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("UserAssignedIdentity", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="UserAssignedIdentity's type will be simplified as string array.", OldParamaterType="Hashtable", NewParameterType="string[]")] public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities UserAssignedIdentity { get => _body.IdentityUserAssignedIdentity ?? null /* object */; set => _body.IdentityUserAssignedIdentity = value; } /// diff --git a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionRule_UpdateExpanded.cs b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionRule_UpdateExpanded.cs index f496b753c62b..5489eaafa55e 100644 --- a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionRule_UpdateExpanded.cs +++ b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionRule_UpdateExpanded.cs @@ -379,6 +379,7 @@ public partial class UpdateAzDataCollectionRule_UpdateExpanded : global::System. Description = @"Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).", SerializedName = @"type", PossibleTypes = new [] { typeof(string) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("IdentityType", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.PSArgumentCompleterAttribute("None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned")] public string IdentityType { get => _body.IdentityType ?? null; set => _body.IdentityType = value; } @@ -512,6 +513,7 @@ public partial class UpdateAzDataCollectionRule_UpdateExpanded : global::System. Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("UserAssignedIdentity", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="UserAssignedIdentity's type will be simplified as string array.", OldParamaterType="Hashtable", NewParameterType="string[]")] public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities UserAssignedIdentity { get => _body.IdentityUserAssignedIdentity ?? null /* object */; set => _body.IdentityUserAssignedIdentity = value; } /// diff --git a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionRule_UpdateViaIdentityExpanded.cs b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionRule_UpdateViaIdentityExpanded.cs index c65b55aaa40d..ae52280b0b9e 100644 --- a/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionRule_UpdateViaIdentityExpanded.cs +++ b/src/Monitor/DataCollectionRule.Autorest/generated/cmdlets/UpdateAzDataCollectionRule_UpdateViaIdentityExpanded.cs @@ -379,6 +379,7 @@ public partial class UpdateAzDataCollectionRule_UpdateViaIdentityExpanded : glob Description = @"Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).", SerializedName = @"type", PossibleTypes = new [] { typeof(string) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("IdentityType", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.PSArgumentCompleterAttribute("None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned")] public string IdentityType { get => _body.IdentityType ?? null; set => _body.IdentityType = value; } @@ -472,6 +473,7 @@ public partial class UpdateAzDataCollectionRule_UpdateViaIdentityExpanded : glob Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities) })] + [Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.ParameterBreakingChange("UserAssignedIdentity", "13.0.0", "2.0.0", "2024/11/19", ChangeDescription="UserAssignedIdentity's type will be simplified as string array.", OldParamaterType="Hashtable", NewParameterType="string[]")] public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IUserAssignedIdentities UserAssignedIdentity { get => _body.IdentityUserAssignedIdentity ?? null /* object */; set => _body.IdentityUserAssignedIdentity = value; } /// diff --git a/src/Monitor/DiagnosticSetting.Autorest/build-module.ps1 b/src/Monitor/DiagnosticSetting.Autorest/build-module.ps1 index 27d97ce3ef58..aaf6927ab9ef 100644 --- a/src/Monitor/DiagnosticSetting.Autorest/build-module.ps1 +++ b/src/Monitor/DiagnosticSetting.Autorest/build-module.ps1 @@ -12,7 +12,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code # is regenerated. # ---------------------------------------------------------------------------------- -param([switch]$Isolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs) +param([switch]$Isolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [Switch]$DisableAfterBuildTasks) $ErrorActionPreference = 'Stop' if($PSEdition -ne 'Core') { @@ -169,4 +169,14 @@ if (Test-Path (Join-Path $PSScriptRoot 'generate-portal-ux.ps1')) . (Join-Path $PSScriptRoot 'generate-portal-ux.ps1') } +if (-not $DisableAfterBuildTasks){ + $afterBuildTasksPath = Join-Path $PSScriptRoot '' + $afterBuildTasksArgs = ConvertFrom-Json 'true' -AsHashtable + if(Test-Path -Path $afterBuildTasksPath -PathType leaf){ + Write-Host -ForegroundColor Green 'Running after build tasks...' + . $afterBuildTasksPath @afterBuildTasksArgs + } +} + + Write-Host -ForegroundColor Green '-------------Done-------------' diff --git a/src/Monitor/DiagnosticSetting.Autorest/examples/New-AzDiagnosticSetting.md b/src/Monitor/DiagnosticSetting.Autorest/examples/New-AzDiagnosticSetting.md index d4580f6b867a..107bfc80bab0 100644 --- a/src/Monitor/DiagnosticSetting.Autorest/examples/New-AzDiagnosticSetting.md +++ b/src/Monitor/DiagnosticSetting.Autorest/examples/New-AzDiagnosticSetting.md @@ -3,8 +3,8 @@ $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() -$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics -RetentionPolicyDay 7 -RetentionPolicyEnabled $true -$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs -RetentionPolicyDay 7 -RetentionPolicyEnabled $true +$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics +$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric ``` @@ -16,7 +16,7 @@ $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() $categories = Get-AzDiagnosticSettingCategory -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true}} +$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name}} New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric ``` diff --git a/src/Monitor/DiagnosticSetting.Autorest/exports/New-AzDiagnosticSetting.ps1 b/src/Monitor/DiagnosticSetting.Autorest/exports/New-AzDiagnosticSetting.ps1 index 6da018c60cf9..580a6c139305 100644 --- a/src/Monitor/DiagnosticSetting.Autorest/exports/New-AzDiagnosticSetting.ps1 +++ b/src/Monitor/DiagnosticSetting.Autorest/exports/New-AzDiagnosticSetting.ps1 @@ -23,15 +23,15 @@ Creates or updates diagnostic settings for the specified resource. $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() -$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics -RetentionPolicyDay 7 -RetentionPolicyEnabled $true -$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs -RetentionPolicyDay 7 -RetentionPolicyEnabled $true +$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics +$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric .Example $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() $categories = Get-AzDiagnosticSettingCategory -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true}} +$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name}} New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric .Outputs diff --git a/src/Monitor/DiagnosticSetting.Autorest/exports/ProxyCmdletDefinitions.ps1 b/src/Monitor/DiagnosticSetting.Autorest/exports/ProxyCmdletDefinitions.ps1 index af9a1e56796d..d0a70aa441cc 100644 --- a/src/Monitor/DiagnosticSetting.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/src/Monitor/DiagnosticSetting.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -720,15 +720,15 @@ Creates or updates diagnostic settings for the specified resource. $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() -$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics -RetentionPolicyDay 7 -RetentionPolicyEnabled $true -$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs -RetentionPolicyDay 7 -RetentionPolicyEnabled $true +$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics +$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric .Example $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() $categories = Get-AzDiagnosticSettingCategory -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true}} +$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name}} New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric .Outputs diff --git a/src/Monitor/DiagnosticSetting.Autorest/help/New-AzDiagnosticSetting.md b/src/Monitor/DiagnosticSetting.Autorest/help/New-AzDiagnosticSetting.md index f298a888b955..f13be452d25b 100644 --- a/src/Monitor/DiagnosticSetting.Autorest/help/New-AzDiagnosticSetting.md +++ b/src/Monitor/DiagnosticSetting.Autorest/help/New-AzDiagnosticSetting.md @@ -30,8 +30,8 @@ Creates or updates diagnostic settings for the specified resource. $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() -$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics -RetentionPolicyDay 7 -RetentionPolicyEnabled $true -$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs -RetentionPolicyDay 7 -RetentionPolicyEnabled $true +$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics +$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric ``` @@ -43,7 +43,7 @@ $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() $categories = Get-AzDiagnosticSettingCategory -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true}} +$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name}} New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric ``` diff --git a/src/Monitor/MetricData.Autorest/build-module.ps1 b/src/Monitor/MetricData.Autorest/build-module.ps1 index a686eb8e7a39..0d32e8ecadb4 100644 --- a/src/Monitor/MetricData.Autorest/build-module.ps1 +++ b/src/Monitor/MetricData.Autorest/build-module.ps1 @@ -12,7 +12,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code # is regenerated. # ---------------------------------------------------------------------------------- -param([switch]$NotIsolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [switch]$UX) +param([switch]$NotIsolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [switch]$UX, [Switch]$DisableAfterBuildTasks) $ErrorActionPreference = 'Stop' if($PSEdition -ne 'Core') { @@ -177,4 +177,14 @@ if (Test-Path (Join-Path $PSScriptRoot 'generate-portal-ux.ps1')) . (Join-Path $PSScriptRoot 'generate-portal-ux.ps1') } +if (-not $DisableAfterBuildTasks){ + $afterBuildTasksPath = Join-Path $PSScriptRoot '' + $afterBuildTasksArgs = ConvertFrom-Json 'true' -AsHashtable + if(Test-Path -Path $afterBuildTasksPath -PathType leaf){ + Write-Host -ForegroundColor Green 'Running after build tasks...' + . $afterBuildTasksPath @afterBuildTasksArgs + } +} + + Write-Host -ForegroundColor Green '-------------Done-------------' diff --git a/src/Monitor/Monitor/Az.Monitor.psd1 b/src/Monitor/Monitor/Az.Monitor.psd1 index 97b0445340cf..6beed9edd77f 100644 --- a/src/Monitor/Monitor/Az.Monitor.psd1 +++ b/src/Monitor/Monitor/Az.Monitor.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/16/2024 +# Generated on: 9/19/2024 # @{ @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'ActionGroup.Autorest/bin/Az.ActionGroup.private.dll', @@ -67,21 +67,21 @@ RequiredAssemblies = 'ActionGroup.Autorest/bin/Az.ActionGroup.private.dll', 'ScheduledQueryRule.Autorest/bin/Az.ScheduledQueryRule.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 = 'ActionGroup.Autorest\Az.ActionGroup.format.ps1xml', - 'ActivityLogAlert.Autorest\Az.ActivityLogAlert.format.ps1xml', - 'Autoscale.Autorest\Az.Autoscale.format.ps1xml', - 'DataCollectionRule.Autorest\Az.DataCollectionRule.format.ps1xml', - 'DiagnosticSetting.Autorest\Az.DiagnosticSetting.format.ps1xml', - 'MetricData.Autorest\Az.Metricdata.format.ps1xml', +FormatsToProcess = 'ActionGroup.Autorest/Az.ActionGroup.format.ps1xml', + 'ActivityLogAlert.Autorest/Az.ActivityLogAlert.format.ps1xml', + 'Autoscale.Autorest/Az.Autoscale.format.ps1xml', + 'DataCollectionRule.Autorest/Az.DataCollectionRule.format.ps1xml', + 'DiagnosticSetting.Autorest/Az.DiagnosticSetting.format.ps1xml', + 'MetricData.Autorest/Az.Metricdata.format.ps1xml', 'Monitor.format.ps1xml', - 'MonitorWorkspace.Autorest\Az.MonitorWorkspace.format.ps1xml', - 'ScheduledQueryRule.Autorest\Az.ScheduledQueryRule.format.ps1xml' + 'MonitorWorkspace.Autorest/Az.MonitorWorkspace.format.ps1xml', + 'ScheduledQueryRule.Autorest/Az.ScheduledQueryRule.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess NestedModules = @('ActionGroup.Autorest/Az.ActionGroup.psm1', @@ -193,7 +193,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','Monitor' + Tags = 'Azure', 'ResourceManager', 'ARM', 'Monitor' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -221,7 +221,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Monitor/Monitor/ChangeLog.md b/src/Monitor/Monitor/ChangeLog.md index 6a28a318eb31..8a065777f005 100644 --- a/src/Monitor/Monitor/ChangeLog.md +++ b/src/Monitor/Monitor/ChangeLog.md @@ -19,6 +19,12 @@ --> ## Upcoming Release +* Added breaking change messages: + * `New-AzDataCollectionEndpoint` + * `New-AzDataCollectionRule` + * `Update-AzDataCollectionEndpoint` + * `Update-AzDataCollectionRule` +* Updated documentation for `New-AzActionGroupLogicAppReceiverObject` ## Version 5.2.1 * Removed breaking change warning messages for Metric Management Plane diff --git a/src/Monitor/Monitor/help/Add-AzLogProfile.md b/src/Monitor/Monitor/help/Add-AzLogProfile.md index 51b072f3620c..4d32090503ea 100644 --- a/src/Monitor/Monitor/help/Add-AzLogProfile.md +++ b/src/Monitor/Monitor/help/Add-AzLogProfile.md @@ -17,7 +17,7 @@ Creates a new activity log profile. This profile is used to either archive the a Add-AzLogProfile -Name [-StorageAccountId ] [-ServiceBusRuleId ] [-RetentionInDays ] -Location [-Category ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -112,6 +112,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -RetentionInDays Specifies the retention policy, in days. This is the number of days the logs are preserved in the storage account specified. To retain the data forever set this to **0**. If it's not specified, then it defaults to **0**. Normal standard storage or event hub billing rates will apply for data retention. diff --git a/src/Monitor/Monitor/help/Add-AzMetricAlertRule.md b/src/Monitor/Monitor/help/Add-AzMetricAlertRule.md index f034c2205730..4a519331b07e 100644 --- a/src/Monitor/Monitor/help/Add-AzMetricAlertRule.md +++ b/src/Monitor/Monitor/help/Add-AzMetricAlertRule.md @@ -18,7 +18,7 @@ Add-AzMetricAlertRule -WindowSize -Operator -Thre -TargetResourceId -MetricName -TimeAggregationOperator -Location [-Description ] [-DisableRule] -ResourceGroupName -Name [-Action ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -200,6 +200,21 @@ Accept pipeline input: True (ByPropertyName) 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 Specifies the name of the resource group for the rule. diff --git a/src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md b/src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md index 259bbbed1b6b..965be96d5de9 100644 --- a/src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md +++ b/src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md @@ -19,7 +19,7 @@ Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize < -Condition [-AutoMitigate ] [-ActionGroup ] [-ActionGroupId ] [-DisableRule] [-Description ] -Severity [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateAlertByScopes @@ -29,7 +29,7 @@ Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize < -Condition [-AutoMitigate ] [-ActionGroup ] [-ActionGroupId ] [-DisableRule] [-Description ] -Severity [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -293,6 +293,21 @@ Accept pipeline input: True (ByPropertyName) 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 Resource Group Name diff --git a/src/Monitor/Monitor/help/Add-AzWebtestAlertRule.md b/src/Monitor/Monitor/help/Add-AzWebtestAlertRule.md index 9ae38fb47a89..c200e0cb5933 100644 --- a/src/Monitor/Monitor/help/Add-AzWebtestAlertRule.md +++ b/src/Monitor/Monitor/help/Add-AzWebtestAlertRule.md @@ -19,7 +19,7 @@ Add-AzWebtestAlertRule -MetricName -TargetResourceUri -WindowS -FailedLocationCount [-MetricNamespace ] -Location [-Description ] [-DisableRule] -ResourceGroupName -Name [-Action ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -182,6 +182,21 @@ Accept pipeline input: True (ByPropertyName) 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 Specifies the name of the resource group. diff --git a/src/Monitor/Monitor/help/Az.Monitor.md b/src/Monitor/Monitor/help/Az.Monitor.md index 982bbcce51f3..2ebcd35e1e8f 100644 --- a/src/Monitor/Monitor/help/Az.Monitor.md +++ b/src/Monitor/Monitor/help/Az.Monitor.md @@ -103,7 +103,7 @@ Retrieve an scheduled query rule definition. Gets the active subscription diagnostic settings for the specified resource. ### [New-AzActionGroup](New-AzActionGroup.md) -Create a new action group or Create an existing one. +Create a new action group or update an existing one. ### [New-AzActionGroupArmRoleReceiverObject](New-AzActionGroupArmRoleReceiverObject.md) Create an in-memory object for ArmRoleReceiver. @@ -322,7 +322,7 @@ Deletes existing subscription diagnostic settings for the specified resource. Send test notifications to a set of provided receivers ### [Update-AzActionGroup](Update-AzActionGroup.md) -Update a new action group or Update an existing one. +Update a new action group or update an existing one. ### [Update-AzActivityLogAlert](Update-AzActivityLogAlert.md) Updates 'tags' and 'enabled' fields in an existing Alert rule. diff --git a/src/Monitor/Monitor/help/Enable-AzActionGroupReceiver.md b/src/Monitor/Monitor/help/Enable-AzActionGroupReceiver.md index f752c76c1200..585ed323325e 100644 --- a/src/Monitor/Monitor/help/Enable-AzActionGroupReceiver.md +++ b/src/Monitor/Monitor/help/Enable-AzActionGroupReceiver.md @@ -17,28 +17,28 @@ This operation is only supported for Email or SMS receivers. ### EnableExpanded (Default) ``` Enable-AzActionGroupReceiver -ActionGroupName -ResourceGroupName [-SubscriptionId ] - -ReceiverName [-DefaultProfile ] [-PassThru] [-WhatIf] + -ReceiverName [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### EnableViaJsonString ``` Enable-AzActionGroupReceiver -ActionGroupName -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonString [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### EnableViaJsonFilePath ``` Enable-AzActionGroupReceiver -ActionGroupName -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonFilePath [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### EnableViaIdentityExpanded ``` Enable-AzActionGroupReceiver -InputObject -ReceiverName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -153,6 +153,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 +``` + ### -ReceiverName The name of the receiver to resubscribe. diff --git a/src/Monitor/Monitor/help/Get-AzActionGroup.md b/src/Monitor/Monitor/help/Get-AzActionGroup.md index c110ec1fbade..456bb9707ba1 100644 --- a/src/Monitor/Monitor/help/Get-AzActionGroup.md +++ b/src/Monitor/Monitor/help/Get-AzActionGroup.md @@ -15,25 +15,25 @@ Get an action group. ### List (Default) ``` Get-AzActionGroup [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzActionGroup -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List1 ``` Get-AzActionGroup -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzActionGroup -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -133,6 +133,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. diff --git a/src/Monitor/Monitor/help/Get-AzActivityLog.md b/src/Monitor/Monitor/help/Get-AzActivityLog.md index 37899ec88a4d..a702a2f0942c 100644 --- a/src/Monitor/Monitor/help/Get-AzActivityLog.md +++ b/src/Monitor/Monitor/help/Get-AzActivityLog.md @@ -16,35 +16,35 @@ Retrieve Activity Log events. ``` Get-AzActivityLog [-StartTime ] [-EndTime ] [-Status ] [-Caller ] [-DetailedOutput] [-MaxRecord ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByCorrelationId ``` Get-AzActivityLog [-StartTime ] [-EndTime ] [-Status ] [-Caller ] [-DetailedOutput] [-CorrelationId] [-MaxRecord ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByResourceGroup ``` Get-AzActivityLog [-StartTime ] [-EndTime ] [-Status ] [-Caller ] [-DetailedOutput] [-ResourceGroupName] [-MaxRecord ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByResourceId ``` Get-AzActivityLog [-StartTime ] [-EndTime ] [-Status ] [-Caller ] [-DetailedOutput] [-ResourceId] [-MaxRecord ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByResourceProvider ``` Get-AzActivityLog [-StartTime ] [-EndTime ] [-Status ] [-Caller ] [-DetailedOutput] [-ResourceProvider] [-MaxRecord ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -289,6 +289,21 @@ Accept pipeline input: True (ByPropertyName) 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 resource group name diff --git a/src/Monitor/Monitor/help/Get-AzActivityLogAlert.md b/src/Monitor/Monitor/help/Get-AzActivityLogAlert.md index 099cc7229ce9..0640ee4ce88a 100644 --- a/src/Monitor/Monitor/help/Get-AzActivityLogAlert.md +++ b/src/Monitor/Monitor/help/Get-AzActivityLogAlert.md @@ -15,25 +15,25 @@ Get an Activity Log Alert rule. ### List (Default) ``` Get-AzActivityLogAlert [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzActivityLogAlert -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List1 ``` Get-AzActivityLogAlert -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzActivityLogAlert -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -111,6 +111,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. diff --git a/src/Monitor/Monitor/help/Get-AzAlertHistory.md b/src/Monitor/Monitor/help/Get-AzAlertHistory.md index 1dc2fa8a33df..5cd9a14d5226 100644 --- a/src/Monitor/Monitor/help/Get-AzAlertHistory.md +++ b/src/Monitor/Monitor/help/Get-AzAlertHistory.md @@ -16,7 +16,7 @@ Gets the history of classic alert rules. ``` Get-AzAlertHistory [-ResourceId ] [-StartTime ] [-EndTime ] [-Status ] [-Caller ] [-DetailedOutput] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -332,6 +332,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -ResourceId Specifies the resource ID the rule is associated with. diff --git a/src/Monitor/Monitor/help/Get-AzAlertRule.md b/src/Monitor/Monitor/help/Get-AzAlertRule.md index 357931abf6e7..6c5b2c139e6a 100644 --- a/src/Monitor/Monitor/help/Get-AzAlertRule.md +++ b/src/Monitor/Monitor/help/Get-AzAlertRule.md @@ -16,19 +16,19 @@ Gets classic alert rules. ### GetByResourceGroup (Default) ``` Get-AzAlertRule -ResourceGroupName [-DetailedOutput] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByName ``` Get-AzAlertRule -ResourceGroupName -Name [-DetailedOutput] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByResourceUri ``` Get-AzAlertRule -ResourceGroupName -TargetResourceId [-DetailedOutput] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -107,6 +107,21 @@ Accept pipeline input: True (ByPropertyName) 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 Specifies the name of the resource group. diff --git a/src/Monitor/Monitor/help/Get-AzAutoscaleHistory.md b/src/Monitor/Monitor/help/Get-AzAutoscaleHistory.md index 2307cd734444..41f3754e9c26 100644 --- a/src/Monitor/Monitor/help/Get-AzAutoscaleHistory.md +++ b/src/Monitor/Monitor/help/Get-AzAutoscaleHistory.md @@ -16,7 +16,7 @@ Gets the Autoscale history. ``` Get-AzAutoscaleHistory [-ResourceId ] [-StartTime ] [-EndTime ] [-Status ] [-Caller ] [-DetailedOutput] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -237,6 +237,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -ResourceId Specifies the resource ID to which the autoscale setting is associated. diff --git a/src/Monitor/Monitor/help/Get-AzAutoscalePredictiveMetric.md b/src/Monitor/Monitor/help/Get-AzAutoscalePredictiveMetric.md index 6cbf30194947..97ec12045950 100644 --- a/src/Monitor/Monitor/help/Get-AzAutoscalePredictiveMetric.md +++ b/src/Monitor/Monitor/help/Get-AzAutoscalePredictiveMetric.md @@ -16,14 +16,14 @@ get predictive autoscale metric future data ``` Get-AzAutoscalePredictiveMetric -InputObject -Aggregation -Interval -MetricName -MetricNamespace -Timespan [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzAutoscalePredictiveMetric -AutoscaleSettingName -ResourceGroupName [-SubscriptionId ] -Aggregation -Interval -MetricName - -MetricNamespace -Timespan [-DefaultProfile ] + -MetricNamespace -Timespan [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -151,6 +151,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. diff --git a/src/Monitor/Monitor/help/Get-AzAutoscaleSetting.md b/src/Monitor/Monitor/help/Get-AzAutoscaleSetting.md index bb5dfc96f6b4..afdf87ba5f15 100644 --- a/src/Monitor/Monitor/help/Get-AzAutoscaleSetting.md +++ b/src/Monitor/Monitor/help/Get-AzAutoscaleSetting.md @@ -15,25 +15,25 @@ Gets an autoscale setting ### List1 (Default) ``` Get-AzAutoscaleSetting [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzAutoscaleSetting -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List ``` Get-AzAutoscaleSetting -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzAutoscaleSetting -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -111,6 +111,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. diff --git a/src/Monitor/Monitor/help/Get-AzDataCollectionEndpoint.md b/src/Monitor/Monitor/help/Get-AzDataCollectionEndpoint.md index 71c7eabecf0b..4ae6cb595fa4 100644 --- a/src/Monitor/Monitor/help/Get-AzDataCollectionEndpoint.md +++ b/src/Monitor/Monitor/help/Get-AzDataCollectionEndpoint.md @@ -15,25 +15,25 @@ Returns the specified data collection endpoint. ### List1 (Default) ``` Get-AzDataCollectionEndpoint [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzDataCollectionEndpoint -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List ``` Get-AzDataCollectionEndpoint -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzDataCollectionEndpoint -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -160,6 +160,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. diff --git a/src/Monitor/Monitor/help/Get-AzDataCollectionRule.md b/src/Monitor/Monitor/help/Get-AzDataCollectionRule.md index b72f9640131f..73813ce167c5 100644 --- a/src/Monitor/Monitor/help/Get-AzDataCollectionRule.md +++ b/src/Monitor/Monitor/help/Get-AzDataCollectionRule.md @@ -15,25 +15,25 @@ Returns the specified data collection rule. ### List1 (Default) ``` Get-AzDataCollectionRule [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzDataCollectionRule -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List ``` Get-AzDataCollectionRule -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzDataCollectionRule -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -195,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. diff --git a/src/Monitor/Monitor/help/Get-AzDataCollectionRuleAssociation.md b/src/Monitor/Monitor/help/Get-AzDataCollectionRuleAssociation.md index 0dc3cbcead9c..d46d1ac9e1fc 100644 --- a/src/Monitor/Monitor/help/Get-AzDataCollectionRuleAssociation.md +++ b/src/Monitor/Monitor/help/Get-AzDataCollectionRuleAssociation.md @@ -15,32 +15,32 @@ Returns the specified association. ### List (Default) ``` Get-AzDataCollectionRuleAssociation -ResourceUri [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzDataCollectionRuleAssociation -AssociationName -ResourceUri - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzDataCollectionRuleAssociation -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### List1 ``` Get-AzDataCollectionRuleAssociation -DataCollectionRuleName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### List2 ``` Get-AzDataCollectionRuleAssociation -ResourceGroupName [-SubscriptionId ] - -DataCollectionEndpointName [-DefaultProfile ] + -DataCollectionEndpointName [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -214,6 +214,21 @@ Accept pipeline input: True (ByValue) 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. diff --git a/src/Monitor/Monitor/help/Get-AzDiagnosticSetting.md b/src/Monitor/Monitor/help/Get-AzDiagnosticSetting.md index ea80bf531eba..2280f4bfcea1 100644 --- a/src/Monitor/Monitor/help/Get-AzDiagnosticSetting.md +++ b/src/Monitor/Monitor/help/Get-AzDiagnosticSetting.md @@ -14,20 +14,20 @@ Gets the active diagnostic settings for the specified resource. ### List (Default) ``` -Get-AzDiagnosticSetting -ResourceId [-DefaultProfile ] +Get-AzDiagnosticSetting -ResourceId [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzDiagnosticSetting -Name -ResourceId [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzDiagnosticSetting -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -100,6 +100,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 +``` + ### -ResourceId The identifier of the resource. diff --git a/src/Monitor/Monitor/help/Get-AzDiagnosticSettingCategory.md b/src/Monitor/Monitor/help/Get-AzDiagnosticSettingCategory.md index f998378c23a5..9cf32a0c1e1b 100644 --- a/src/Monitor/Monitor/help/Get-AzDiagnosticSettingCategory.md +++ b/src/Monitor/Monitor/help/Get-AzDiagnosticSettingCategory.md @@ -15,19 +15,19 @@ Gets the diagnostic settings category for the specified resource. ### List (Default) ``` Get-AzDiagnosticSettingCategory -ResourceId [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzDiagnosticSettingCategory -Name -ResourceId [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzDiagnosticSettingCategory -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## 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 +``` + ### -ResourceId The identifier of the resource. diff --git a/src/Monitor/Monitor/help/Get-AzEventCategory.md b/src/Monitor/Monitor/help/Get-AzEventCategory.md index 5a197b3db7b9..07afd7b8d2b7 100644 --- a/src/Monitor/Monitor/help/Get-AzEventCategory.md +++ b/src/Monitor/Monitor/help/Get-AzEventCategory.md @@ -14,7 +14,7 @@ The current list includes the following: Administrative, Security, ServiceHealth ## SYNTAX ``` -Get-AzEventCategory [-DefaultProfile ] [] +Get-AzEventCategory [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -61,6 +61,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). diff --git a/src/Monitor/Monitor/help/Get-AzInsightsPrivateLinkScope.md b/src/Monitor/Monitor/help/Get-AzInsightsPrivateLinkScope.md index bb755ca88f3a..fa8d605fde7c 100644 --- a/src/Monitor/Monitor/help/Get-AzInsightsPrivateLinkScope.md +++ b/src/Monitor/Monitor/help/Get-AzInsightsPrivateLinkScope.md @@ -15,19 +15,19 @@ Get private link scope ### ByResourceGroupParameterSet (Default) ``` Get-AzInsightsPrivateLinkScope [-ResourceGroupName ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByResourceNameParameterSet ``` Get-AzInsightsPrivateLinkScope -ResourceGroupName -Name - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceIdParameterSet ``` Get-AzInsightsPrivateLinkScope -ResourceId [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -81,6 +81,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 Resource Group Name diff --git a/src/Monitor/Monitor/help/Get-AzInsightsPrivateLinkScopedResource.md b/src/Monitor/Monitor/help/Get-AzInsightsPrivateLinkScopedResource.md index 8df89d429f81..f211c9d7d828 100644 --- a/src/Monitor/Monitor/help/Get-AzInsightsPrivateLinkScopedResource.md +++ b/src/Monitor/Monitor/help/Get-AzInsightsPrivateLinkScopedResource.md @@ -15,19 +15,19 @@ Get for private link scoped resource ### ByScopeParameterSet (Default) ``` Get-AzInsightsPrivateLinkScopedResource -ResourceGroupName -ScopeName [-Name ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObjectParameterSet ``` Get-AzInsightsPrivateLinkScopedResource [-Name ] -InputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceIdParameterSet ``` Get-AzInsightsPrivateLinkScopedResource -ResourceId [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -96,6 +96,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 Resource Group Name diff --git a/src/Monitor/Monitor/help/Get-AzLogProfile.md b/src/Monitor/Monitor/help/Get-AzLogProfile.md index 1169ce0d8621..7c6985c9360d 100644 --- a/src/Monitor/Monitor/help/Get-AzLogProfile.md +++ b/src/Monitor/Monitor/help/Get-AzLogProfile.md @@ -15,7 +15,7 @@ Gets a log profile. ``` Get-AzLogProfile [-Name ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -86,6 +86,21 @@ Accept pipeline input: True (ByPropertyName) 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). diff --git a/src/Monitor/Monitor/help/Get-AzMetric.md b/src/Monitor/Monitor/help/Get-AzMetric.md index c855742ca63b..736a151397f8 100644 --- a/src/Monitor/Monitor/help/Get-AzMetric.md +++ b/src/Monitor/Monitor/help/Get-AzMetric.md @@ -17,7 +17,7 @@ Gets the metric values of a resource. ``` Get-AzMetric [-ResourceId] [-TimeGrain ] [-StartTime ] [-EndTime ] [-MetricFilter ] [-Dimension ] [[-MetricName] ] [-DetailedOutput] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetWithFullParameters @@ -25,7 +25,7 @@ Get-AzMetric [-ResourceId] [-TimeGrain ] [-StartTime [-TimeGrain ] [-AggregationType ] [-StartTime ] [-EndTime ] [-Top ] [-OrderBy ] [-MetricNamespace ] [-ResultType ] [-MetricFilter ] [-Dimension ] [-MetricName] - [-DetailedOutput] [-DefaultProfile ] + [-DetailedOutput] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -266,6 +266,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -ResourceId Specifies the resource ID of the metric. diff --git a/src/Monitor/Monitor/help/Get-AzMetricAlertRuleV2.md b/src/Monitor/Monitor/help/Get-AzMetricAlertRuleV2.md index 430ead224bcb..fa501f285e3a 100644 --- a/src/Monitor/Monitor/help/Get-AzMetricAlertRuleV2.md +++ b/src/Monitor/Monitor/help/Get-AzMetricAlertRuleV2.md @@ -15,19 +15,19 @@ Gets V2 (non-classic) metric alert rules ### ByResourceGroupName (Default) ``` Get-AzMetricAlertRuleV2 [-ResourceGroupName ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByRuleName ``` Get-AzMetricAlertRuleV2 -ResourceGroupName -Name [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByRuleId ``` Get-AzMetricAlertRuleV2 -ResourceId [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -207,6 +207,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 ResourceGroupName diff --git a/src/Monitor/Monitor/help/Get-AzMetricDefinition.md b/src/Monitor/Monitor/help/Get-AzMetricDefinition.md index a04a6210c341..ce43de1e47af 100644 --- a/src/Monitor/Monitor/help/Get-AzMetricDefinition.md +++ b/src/Monitor/Monitor/help/Get-AzMetricDefinition.md @@ -15,7 +15,7 @@ Gets metric definitions. ``` Get-AzMetricDefinition [-ResourceId] [-MetricName ] [-MetricNamespace ] - [-DetailedOutput] [-DefaultProfile ] + [-DetailedOutput] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -200,6 +200,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -ResourceId Specifies the resource ID. diff --git a/src/Monitor/Monitor/help/Get-AzMetricsBatch.md b/src/Monitor/Monitor/help/Get-AzMetricsBatch.md index 7d3188945c70..42d4641b984b 100644 --- a/src/Monitor/Monitor/help/Get-AzMetricsBatch.md +++ b/src/Monitor/Monitor/help/Get-AzMetricsBatch.md @@ -18,7 +18,7 @@ Get-AzMetricsBatch -Endpoint [-SubscriptionId ] -Name -Namespace [-Aggregation ] [-EndTime ] [-Filter ] [-Interval ] [-Orderby ] [-Rollupby ] [-StartTime ] [-Top ] [-ResourceId ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BatchViaIdentityExpanded @@ -27,7 +27,7 @@ Get-AzMetricsBatch -Endpoint -InputObject -Name -Namespace [-Aggregation ] [-EndTime ] [-Filter ] [-Interval ] [-Orderby ] [-Rollupby ] [-StartTime ] [-Top ] [-ResourceId ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -607,7 +607,7 @@ Accept wildcard characters: False ``` ### -Endpoint -The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`. +The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com. The region should match the region of the requested resources. For global resources, the region should be 'global'. @@ -909,7 +909,7 @@ Accept wildcard characters: False ``` ### -Endpoint -The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`. +The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com. The region should match the region of the requested resources. For global resources, the region should be 'global'. @@ -1048,6 +1048,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 +``` + ### -ResourceId The list of resource IDs to query metrics for. diff --git a/src/Monitor/Monitor/help/Get-AzMonitorWorkspace.md b/src/Monitor/Monitor/help/Get-AzMonitorWorkspace.md index 3e898590a52a..684ed3665349 100644 --- a/src/Monitor/Monitor/help/Get-AzMonitorWorkspace.md +++ b/src/Monitor/Monitor/help/Get-AzMonitorWorkspace.md @@ -15,25 +15,25 @@ Returns the specific Azure Monitor workspace ### List1 (Default) ``` Get-AzMonitorWorkspace [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzMonitorWorkspace -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List ``` Get-AzMonitorWorkspace -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzMonitorWorkspace -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## 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. diff --git a/src/Monitor/Monitor/help/Get-AzScheduledQueryRule.md b/src/Monitor/Monitor/help/Get-AzScheduledQueryRule.md index 5fa5fe1bc24e..2b063bc167cb 100644 --- a/src/Monitor/Monitor/help/Get-AzScheduledQueryRule.md +++ b/src/Monitor/Monitor/help/Get-AzScheduledQueryRule.md @@ -15,25 +15,25 @@ Retrieve an scheduled query rule definition. ### List (Default) ``` Get-AzScheduledQueryRule [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzScheduledQueryRule -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List1 ``` Get-AzScheduledQueryRule -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzScheduledQueryRule -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -111,6 +111,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. diff --git a/src/Monitor/Monitor/help/Get-AzSubscriptionDiagnosticSetting.md b/src/Monitor/Monitor/help/Get-AzSubscriptionDiagnosticSetting.md index 8f0c260f4acb..7554965ffcef 100644 --- a/src/Monitor/Monitor/help/Get-AzSubscriptionDiagnosticSetting.md +++ b/src/Monitor/Monitor/help/Get-AzSubscriptionDiagnosticSetting.md @@ -15,19 +15,19 @@ Gets the active subscription diagnostic settings for the specified resource. ### List (Default) ``` Get-AzSubscriptionDiagnosticSetting [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzSubscriptionDiagnosticSetting -Name [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzSubscriptionDiagnosticSetting -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -98,6 +98,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 +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Monitor/Monitor/help/New-AzActionGroup.md b/src/Monitor/Monitor/help/New-AzActionGroup.md index 5d5f3a9250bd..f1a580c064ec 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroup.md +++ b/src/Monitor/Monitor/help/New-AzActionGroup.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzActionGroup ## SYNOPSIS -Create a new action group or Create an existing one. +Create a new action group or update an existing one. ## SYNTAX @@ -20,20 +20,20 @@ New-AzActionGroup -Name -ResourceGroupName [-SubscriptionId ] [-Enabled] [-EventHubReceiver ] [-GroupShortName ] [-ItsmReceiver ] [-LogicAppReceiver ] [-SmsReceiver ] [-Tag ] [-VoiceReceiver ] - [-WebhookReceiver ] [-DefaultProfile ] + [-WebhookReceiver ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzActionGroup -Name -ResourceGroupName [-SubscriptionId ] -JsonString - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzActionGroup -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -44,12 +44,12 @@ New-AzActionGroup -InputObject -Location [-EmailReceiver ] [-Enabled] [-EventHubReceiver ] [-GroupShortName ] [-ItsmReceiver ] [-LogicAppReceiver ] [-SmsReceiver ] [-Tag ] [-VoiceReceiver ] - [-WebhookReceiver ] [-DefaultProfile ] + [-WebhookReceiver ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new action group or Create an existing one. +Create a new action group or update an existing one. ## EXAMPLES @@ -372,6 +372,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. diff --git a/src/Monitor/Monitor/help/New-AzActionGroupArmRoleReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupArmRoleReceiverObject.md index 5f1a97f9776f..3e6f548c403c 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupArmRoleReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupArmRoleReceiverObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ArmRoleReceiver. ``` New-AzActionGroupArmRoleReceiverObject -Name -RoleId [-UseCommonAlertSchema ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,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 +``` + ### -RoleId The arm role id. diff --git a/src/Monitor/Monitor/help/New-AzActionGroupAutomationRunbookReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupAutomationRunbookReceiverObject.md index c9f74b207639..8274ed3c3d3f 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupAutomationRunbookReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupAutomationRunbookReceiverObject.md @@ -15,7 +15,7 @@ Create an in-memory object for AutomationRunbookReceiver. ``` New-AzActionGroupAutomationRunbookReceiverObject -AutomationAccountId -IsGlobalRunbook -RunbookName -WebhookResourceId [-Name ] [-ServiceUri ] - [-UseCommonAlertSchema ] [] + [-UseCommonAlertSchema ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -89,6 +89,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 +``` + ### -RunbookName The name for this runbook. diff --git a/src/Monitor/Monitor/help/New-AzActionGroupAzureAppPushReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupAzureAppPushReceiverObject.md index 84492961fed9..ff011c0e792a 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupAzureAppPushReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupAzureAppPushReceiverObject.md @@ -14,7 +14,7 @@ Create an in-memory object for AzureAppPushReceiver. ``` New-AzActionGroupAzureAppPushReceiverObject -EmailAddress -Name - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,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). diff --git a/src/Monitor/Monitor/help/New-AzActionGroupAzureFunctionReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupAzureFunctionReceiverObject.md index 2e6355289255..d9170ccaa193 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupAzureFunctionReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupAzureFunctionReceiverObject.md @@ -14,7 +14,7 @@ Create an in-memory object for AzureFunctionReceiver. ``` New-AzActionGroupAzureFunctionReceiverObject -FunctionAppResourceId -FunctionName - -HttpTriggerUrl -Name [-UseCommonAlertSchema ] + -HttpTriggerUrl -Name [-UseCommonAlertSchema ] [-ProgressAction ] [] ``` @@ -101,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 +``` + ### -UseCommonAlertSchema Indicates whether to use common alert schema. diff --git a/src/Monitor/Monitor/help/New-AzActionGroupEmailReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupEmailReceiverObject.md index e7e63e7956fd..0d1c1fc41c9c 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupEmailReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupEmailReceiverObject.md @@ -14,7 +14,7 @@ Create an in-memory object for EmailReceiver. ``` New-AzActionGroupEmailReceiverObject -EmailAddress -Name [-UseCommonAlertSchema ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,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 +``` + ### -UseCommonAlertSchema Indicates whether to use common alert schema. diff --git a/src/Monitor/Monitor/help/New-AzActionGroupEventHubReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupEventHubReceiverObject.md index 09572b4de43c..025f57000999 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupEventHubReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupEventHubReceiverObject.md @@ -15,7 +15,7 @@ Create an in-memory object for EventHubReceiver. ``` New-AzActionGroupEventHubReceiverObject -EventHubName -EventHubNameSpace -Name -SubscriptionId [-TenantId ] [-UseCommonAlertSchema ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -25,15 +25,15 @@ Create an in-memory object for EventHubReceiver. ### Example 1: create action group event hub receiver ```powershell -New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "testEventHubNameSpace" -Name "sample eventhub" -SubscriptionId "00001111-aaaa-2222-bbbb-3333cccc4444" -TenantId "00001111-aaaa-2222-bbbb-3333cccc4444" +New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "testEventHubNameSpace" -Name "sample eventhub" -SubscriptionId "187f412d-1758-44d9-b052-169e2564721d" -TenantId "68a4459a-ccb8-493c-b9da-dd30457d1b84" ``` ```output EventHubName : testEventHub EventHubNameSpace : testEventHubNameSpace Name : sample eventhub -SubscriptionId : 00001111-aaaa-2222-bbbb-3333cccc4444 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +SubscriptionId : 187f412d-1758-44d9-b052-169e2564721d +TenantId : 68a4459a-ccb8-493c-b9da-dd30457d1b84 UseCommonAlertSchema : ``` @@ -103,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 +``` + ### -SubscriptionId The Id for the subscription containing this event hub. diff --git a/src/Monitor/Monitor/help/New-AzActionGroupItsmReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupItsmReceiverObject.md index 41be6d887cd5..aa42a6e28a20 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupItsmReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupItsmReceiverObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ItsmReceiver. ``` New-AzActionGroupItsmReceiverObject -ConnectionId -Name -Region - -TicketConfiguration -WorkspaceId [] + -TicketConfiguration -WorkspaceId [-ProgressAction ] [] ``` ## DESCRIPTION @@ -70,6 +70,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 +``` + ### -Region Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'. diff --git a/src/Monitor/Monitor/help/New-AzActionGroupLogicAppReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupLogicAppReceiverObject.md index 48366b0baa8f..0844502ac587 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupLogicAppReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupLogicAppReceiverObject.md @@ -14,7 +14,7 @@ Create an in-memory object for LogicAppReceiver. ``` New-AzActionGroupLogicAppReceiverObject -CallbackUrl -Name -ResourceId - [-UseCommonAlertSchema ] [] + [-UseCommonAlertSchema ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -24,13 +24,13 @@ Create an in-memory object for LogicAppReceiver. ### Example 1: create action group logic app receiver ```powershell -New-AzActionGroupLogicAppReceiverObject -CallbackUrl "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w" -Name "sample logic app" -ResourceId "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp" +New-AzActionGroupLogicAppReceiverObject -CallbackUrl "https://p*****7w" -Name "sample logic app" -ResourceId "/subscriptions/{subId}/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp" ``` ```output -CallbackUrl Name ResourceId ------------ ---- ---------- -https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w sample logic app /subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/provid… +CallbackUrl Name ResourceId +----------- ---- ---------- +https://p*****7w sample logic app /subscriptions/{subId}/resourceGroups/LogicApp/provid… ``` This command creates action group logic app receiver object. @@ -68,6 +68,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 +``` + ### -ResourceId The azure resource id of the logic app receiver. diff --git a/src/Monitor/Monitor/help/New-AzActionGroupSmsReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupSmsReceiverObject.md index ee22099ce9a5..201600059c9a 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupSmsReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupSmsReceiverObject.md @@ -14,7 +14,7 @@ Create an in-memory object for SmsReceiver. ``` New-AzActionGroupSmsReceiverObject -CountryCode -Name -PhoneNumber - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -83,6 +83,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). diff --git a/src/Monitor/Monitor/help/New-AzActionGroupVoiceReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupVoiceReceiverObject.md index 3c10895852e9..6ecbf8546285 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupVoiceReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupVoiceReceiverObject.md @@ -14,7 +14,7 @@ Create an in-memory object for VoiceReceiver. ``` New-AzActionGroupVoiceReceiverObject -CountryCode -Name -PhoneNumber - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -83,6 +83,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). diff --git a/src/Monitor/Monitor/help/New-AzActionGroupWebhookReceiverObject.md b/src/Monitor/Monitor/help/New-AzActionGroupWebhookReceiverObject.md index 6e94cb3532ad..e74f6155e238 100644 --- a/src/Monitor/Monitor/help/New-AzActionGroupWebhookReceiverObject.md +++ b/src/Monitor/Monitor/help/New-AzActionGroupWebhookReceiverObject.md @@ -15,7 +15,7 @@ Create an in-memory object for WebhookReceiver. ``` New-AzActionGroupWebhookReceiverObject -Name -ServiceUri [-IdentifierUri ] [-ObjectId ] [-TenantId ] [-UseAadAuth ] [-UseCommonAlertSchema ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -25,15 +25,15 @@ Create an in-memory object for WebhookReceiver. ### Example 1: create action group webhook receiver with aad auth ```powershell -New-AzActionGroupWebhookReceiverObject -Name "sample webhook" -ServiceUri "http://www.example.com/webhook1" -IdentifierUri "http://someidentifier/00001111-aaaa-2222-bbbb-3333cccc4444" -ObjectId "d3bb868c-fe44-452c-aa26-769a6538c808" -TenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -UseAadAuth $true -UseCommonAlertSchema $true +New-AzActionGroupWebhookReceiverObject -Name "sample webhook" -ServiceUri "http://www.example.com/webhook1" -IdentifierUri "http://someidentifier/d7811ba3-7996-4a93-99b6-6b2f3f355f8a" -ObjectId "d3bb868c-fe44-452c-aa26-769a6538c808" -TenantId 68a4459a-ccb8-493c-b9da-dd30457d1b84 -UseAadAuth $true -UseCommonAlertSchema $true ``` ```output -IdentifierUri : http://someidentifier/00001111-aaaa-2222-bbbb-3333cccc4444 +IdentifierUri : http://someidentifier/d7811ba3-7996-4a93-99b6-6b2f3f355f8a Name : sample webhook ObjectId : d3bb868c-fe44-452c-aa26-769a6538c808 ServiceUri : http://www.example.com/webhook1 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : 68a4459a-ccb8-493c-b9da-dd30457d1b84 UseAadAuth : True UseCommonAlertSchema : True ``` @@ -105,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 +``` + ### -ServiceUri The URI where webhooks should be sent. diff --git a/src/Monitor/Monitor/help/New-AzActivityLogAlert.md b/src/Monitor/Monitor/help/New-AzActivityLogAlert.md index 00904e91e4e3..913ee499f6bd 100644 --- a/src/Monitor/Monitor/help/New-AzActivityLogAlert.md +++ b/src/Monitor/Monitor/help/New-AzActivityLogAlert.md @@ -16,7 +16,7 @@ Create a new Activity Log Alert rule or update an existing one. New-AzActivityLogAlert -Name -ResourceGroupName [-SubscriptionId ] -Action -Condition -Location -Scope [-Description ] [-Enabled ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -151,6 +151,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. diff --git a/src/Monitor/Monitor/help/New-AzActivityLogAlertActionGroupObject.md b/src/Monitor/Monitor/help/New-AzActivityLogAlertActionGroupObject.md index bcbe425effdb..61013aedf126 100644 --- a/src/Monitor/Monitor/help/New-AzActivityLogAlertActionGroupObject.md +++ b/src/Monitor/Monitor/help/New-AzActivityLogAlertActionGroupObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ActionGroup. ``` New-AzActivityLogAlertActionGroupObject -Id [-WebhookProperty ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -47,6 +47,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 +``` + ### -WebhookProperty the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. diff --git a/src/Monitor/Monitor/help/New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject.md b/src/Monitor/Monitor/help/New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject.md index 84748988fecc..ca481a41507e 100644 --- a/src/Monitor/Monitor/help/New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject.md +++ b/src/Monitor/Monitor/help/New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for AlertRuleAnyOfOrLeafCondition. ``` New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject [-AnyOf ] - [-ContainsAny ] [-Equal ] [-Field ] + [-ContainsAny ] [-Equal ] [-Field ] [-ProgressAction ] [] ``` @@ -102,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 +``` + ### 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). diff --git a/src/Monitor/Monitor/help/New-AzActivityLogAlertAlertRuleLeafConditionObject.md b/src/Monitor/Monitor/help/New-AzActivityLogAlertAlertRuleLeafConditionObject.md index 627f9f4d81d3..85ded0cd2158 100644 --- a/src/Monitor/Monitor/help/New-AzActivityLogAlertAlertRuleLeafConditionObject.md +++ b/src/Monitor/Monitor/help/New-AzActivityLogAlertAlertRuleLeafConditionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for AlertRuleLeafCondition. ``` New-AzActivityLogAlertAlertRuleLeafConditionObject [-ContainsAny ] [-Equal ] - [-Field ] [] + [-Field ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -77,6 +77,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). diff --git a/src/Monitor/Monitor/help/New-AzAlertRuleEmail.md b/src/Monitor/Monitor/help/New-AzAlertRuleEmail.md index 110799c60de9..a8802b7af3ce 100644 --- a/src/Monitor/Monitor/help/New-AzAlertRuleEmail.md +++ b/src/Monitor/Monitor/help/New-AzAlertRuleEmail.md @@ -15,7 +15,7 @@ Creates an email action for an alert rule. ``` New-AzAlertRuleEmail [[-CustomEmail] ] [-SendToServiceOwner] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -76,6 +76,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 +``` + ### -SendToServiceOwner Indicates that this operation sends an e-mail to the service owners when the rule fires. diff --git a/src/Monitor/Monitor/help/New-AzAlertRuleWebhook.md b/src/Monitor/Monitor/help/New-AzAlertRuleWebhook.md index daa845e7b08c..8994194c862d 100644 --- a/src/Monitor/Monitor/help/New-AzAlertRuleWebhook.md +++ b/src/Monitor/Monitor/help/New-AzAlertRuleWebhook.md @@ -15,7 +15,7 @@ Creates an alert rule webhook. ``` New-AzAlertRuleWebhook [-ServiceUri] [[-Property] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -54,6 +54,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 +``` + ### -Property Specifies the list of properties in the format @(property1 = 'value1',....). diff --git a/src/Monitor/Monitor/help/New-AzAutoscaleNotificationObject.md b/src/Monitor/Monitor/help/New-AzAutoscaleNotificationObject.md index 92f61a870053..c795ae2437f0 100644 --- a/src/Monitor/Monitor/help/New-AzAutoscaleNotificationObject.md +++ b/src/Monitor/Monitor/help/New-AzAutoscaleNotificationObject.md @@ -15,7 +15,7 @@ Create an in-memory object for AutoscaleNotification. ``` New-AzAutoscaleNotificationObject [-EmailCustomEmail ] [-EmailSendToSubscriptionAdministrator ] [-EmailSendToSubscriptionCoAdministrator ] - [-Webhook ] [] + [-Webhook ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -79,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 +``` + ### -Webhook the collection of webhook notifications. To construct, see NOTES section for WEBHOOK properties and create a hash table. diff --git a/src/Monitor/Monitor/help/New-AzAutoscaleProfileObject.md b/src/Monitor/Monitor/help/New-AzAutoscaleProfileObject.md index 119e398e76ae..6e842ac9d285 100644 --- a/src/Monitor/Monitor/help/New-AzAutoscaleProfileObject.md +++ b/src/Monitor/Monitor/help/New-AzAutoscaleProfileObject.md @@ -17,7 +17,7 @@ New-AzAutoscaleProfileObject -CapacityDefault -CapacityMaximum -Name -Rule [-FixedDateEnd ] [-FixedDateStart ] [-FixedDateTimeZone ] [-RecurrenceFrequency ] [-ScheduleDay ] [-ScheduleHour ] [-ScheduleMinute ] [-ScheduleTimeZone ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -153,6 +153,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 +``` + ### -RecurrenceFrequency the recurrence frequency. How often the schedule profile should take effect. diff --git a/src/Monitor/Monitor/help/New-AzAutoscaleScaleRuleMetricDimensionObject.md b/src/Monitor/Monitor/help/New-AzAutoscaleScaleRuleMetricDimensionObject.md index 5e0191994fc2..dc56c799f869 100644 --- a/src/Monitor/Monitor/help/New-AzAutoscaleScaleRuleMetricDimensionObject.md +++ b/src/Monitor/Monitor/help/New-AzAutoscaleScaleRuleMetricDimensionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ScaleRuleMetricDimension. ``` New-AzAutoscaleScaleRuleMetricDimensionObject -DimensionName - -Operator -Value + -Operator -Value [-ProgressAction ] [] ``` @@ -65,6 +65,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 list of dimension values. For example: ["App1","App2"]. diff --git a/src/Monitor/Monitor/help/New-AzAutoscaleScaleRuleObject.md b/src/Monitor/Monitor/help/New-AzAutoscaleScaleRuleObject.md index cd82469fcbdb..3fa024f5ccfe 100644 --- a/src/Monitor/Monitor/help/New-AzAutoscaleScaleRuleObject.md +++ b/src/Monitor/Monitor/help/New-AzAutoscaleScaleRuleObject.md @@ -20,7 +20,7 @@ New-AzAutoscaleScaleRuleObject -MetricTriggerMetricName -MetricTriggerM -ScaleActionDirection -ScaleActionType [-MetricTriggerDimension ] [-MetricTriggerDividePerInstance ] [-MetricTriggerMetricNamespace ] [-MetricTriggerMetricResourceLocation ] - [-ScaleActionValue ] [] + [-ScaleActionValue ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -227,6 +227,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 +``` + ### -ScaleActionCooldown the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format. diff --git a/src/Monitor/Monitor/help/New-AzAutoscaleSetting.md b/src/Monitor/Monitor/help/New-AzAutoscaleSetting.md index 8922fcabc909..6e4332f8927a 100644 --- a/src/Monitor/Monitor/help/New-AzAutoscaleSetting.md +++ b/src/Monitor/Monitor/help/New-AzAutoscaleSetting.md @@ -15,7 +15,7 @@ Creates or updates an autoscale setting. ### CreateViaIdentity (Default) ``` New-AzAutoscaleSetting -InputObject -Parameter - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateExpanded @@ -25,7 +25,7 @@ New-AzAutoscaleSetting -Name -ResourceGroupName [-Subscription [-PredictiveAutoscalePolicyScaleLookAheadTime ] [-PredictiveAutoscalePolicyScaleMode ] [-PropertiesName ] [-Tag ] [-TargetResourceLocation ] [-TargetResourceUri ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -206,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 +``` + ### -PropertiesName the name of the autoscale setting. diff --git a/src/Monitor/Monitor/help/New-AzAutoscaleWebhookNotificationObject.md b/src/Monitor/Monitor/help/New-AzAutoscaleWebhookNotificationObject.md index 33b1731e7d3e..2d392a53df60 100644 --- a/src/Monitor/Monitor/help/New-AzAutoscaleWebhookNotificationObject.md +++ b/src/Monitor/Monitor/help/New-AzAutoscaleWebhookNotificationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for WebhookNotification. ``` New-AzAutoscaleWebhookNotificationObject [-Property ] [-ServiceUri ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -31,6 +31,21 @@ Create webhook nofitication object ## PARAMETERS +### -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 +``` + ### -Property a property bag of settings. This value can be empty. diff --git a/src/Monitor/Monitor/help/New-AzDataCollectionEndpoint.md b/src/Monitor/Monitor/help/New-AzDataCollectionEndpoint.md index e8514ecf5eb7..304d43d26e8c 100644 --- a/src/Monitor/Monitor/help/New-AzDataCollectionEndpoint.md +++ b/src/Monitor/Monitor/help/New-AzDataCollectionEndpoint.md @@ -17,20 +17,20 @@ Create a data collection endpoint. New-AzDataCollectionEndpoint -Name -ResourceGroupName [-SubscriptionId ] -Location [-Description ] [-IdentityType ] [-ImmutableId ] [-Kind ] [-NetworkAclsPublicNetworkAccess ] [-Tag ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzDataCollectionEndpoint -Name -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonFilePath [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzDataCollectionEndpoint -Name -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonString [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -287,6 +287,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. diff --git a/src/Monitor/Monitor/help/New-AzDataCollectionRule.md b/src/Monitor/Monitor/help/New-AzDataCollectionRule.md index b7b79cd658fc..38d84abd7e1e 100644 --- a/src/Monitor/Monitor/help/New-AzDataCollectionRule.md +++ b/src/Monitor/Monitor/help/New-AzDataCollectionRule.md @@ -32,20 +32,20 @@ New-AzDataCollectionRule -Name -ResourceGroupName [-Subscripti [-DestinationStorageBlobsDirect ] [-DestinationStorageTablesDirect ] [-IdentityType ] [-Kind ] [-StreamDeclaration ] [-Tag ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzDataCollectionRule -Name -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonFilePath [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzDataCollectionRule -Name -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] + -JsonString [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -821,6 +821,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. diff --git a/src/Monitor/Monitor/help/New-AzDataCollectionRuleAssociation.md b/src/Monitor/Monitor/help/New-AzDataCollectionRuleAssociation.md index 3f5f72e1303d..17f445df83d9 100644 --- a/src/Monitor/Monitor/help/New-AzDataCollectionRuleAssociation.md +++ b/src/Monitor/Monitor/help/New-AzDataCollectionRuleAssociation.md @@ -16,19 +16,19 @@ Create an association. ``` New-AzDataCollectionRuleAssociation -AssociationName -ResourceUri [-DataCollectionEndpointId ] [-DataCollectionRuleId ] [-Description ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzDataCollectionRuleAssociation -AssociationName -ResourceUri -JsonFilePath - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzDataCollectionRuleAssociation -AssociationName -ResourceUri -JsonString - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -201,6 +201,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 +``` + ### -ResourceUri The identifier of the resource. diff --git a/src/Monitor/Monitor/help/New-AzDataFlowObject.md b/src/Monitor/Monitor/help/New-AzDataFlowObject.md index 45255b7eed52..b59672c68ba2 100644 --- a/src/Monitor/Monitor/help/New-AzDataFlowObject.md +++ b/src/Monitor/Monitor/help/New-AzDataFlowObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DataFlow. ``` New-AzDataFlowObject [-BuiltInTransform ] [-Destination ] [-OutputStream ] - [-Stream ] [-TransformKql ] [] + [-Stream ] [-TransformKql ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -85,6 +85,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 +``` + ### -Stream List of streams for this data flow. diff --git a/src/Monitor/Monitor/help/New-AzDiagnosticSetting.md b/src/Monitor/Monitor/help/New-AzDiagnosticSetting.md index 32d12adc7fc0..e7ea8e7a5760 100644 --- a/src/Monitor/Monitor/help/New-AzDiagnosticSetting.md +++ b/src/Monitor/Monitor/help/New-AzDiagnosticSetting.md @@ -17,7 +17,7 @@ New-AzDiagnosticSetting -Name -ResourceId [-EventHubAuthorizat [-EventHubName ] [-Log ] [-LogAnalyticsDestinationType ] [-MarketplacePartnerId ] [-Metric ] [-ServiceBusRuleId ] [-StorageAccountId ] [-WorkspaceId ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -30,8 +30,8 @@ Creates or updates diagnostic settings for the specified resource. $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() -$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics -RetentionPolicyDay 7 -RetentionPolicyEnabled $true -$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs -RetentionPolicyDay 7 -RetentionPolicyEnabled $true +$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics +$log += New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category ContainerEventLogs New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric ``` @@ -43,7 +43,7 @@ $subscriptionId = (Get-AzContext).Subscription.Id $metric = @() $log = @() $categories = Get-AzDiagnosticSettingCategory -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name -RetentionPolicyDay 7 -RetentionPolicyEnabled $true}} +$categories | ForEach-Object {if($_.CategoryType -eq "Metrics"){$metric+=New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category $_.Name} else{$log+=New-AzDiagnosticSettingLogSettingsObject -Enabled $true -Category $_.Name}} New-AzDiagnosticSetting -Name test-setting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -WorkspaceId /subscriptions/$subscriptionId/resourcegroups/test-rg-name/providers/microsoft.operationalinsights/workspaces/test-workspace -Log $log -Metric $metric ``` @@ -177,6 +177,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 +``` + ### -ResourceId The identifier of the resource. diff --git a/src/Monitor/Monitor/help/New-AzDiagnosticSettingLogSettingsObject.md b/src/Monitor/Monitor/help/New-AzDiagnosticSettingLogSettingsObject.md index 3bc08f7822d2..b8b778876426 100644 --- a/src/Monitor/Monitor/help/New-AzDiagnosticSettingLogSettingsObject.md +++ b/src/Monitor/Monitor/help/New-AzDiagnosticSettingLogSettingsObject.md @@ -14,7 +14,7 @@ Create an in-memory object for LogSettings. ``` New-AzDiagnosticSettingLogSettingsObject -Enabled [-Category ] [-CategoryGroup ] - [-RetentionPolicyDay ] [-RetentionPolicyEnabled ] + [-RetentionPolicyDay ] [-RetentionPolicyEnabled ] [-ProgressAction ] [] ``` @@ -79,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 +``` + ### -RetentionPolicyDay the number of days for the retention in days. A value of 0 will retain the events indefinitely. diff --git a/src/Monitor/Monitor/help/New-AzDiagnosticSettingMetricSettingsObject.md b/src/Monitor/Monitor/help/New-AzDiagnosticSettingMetricSettingsObject.md index e79a25091068..a690cb5d481f 100644 --- a/src/Monitor/Monitor/help/New-AzDiagnosticSettingMetricSettingsObject.md +++ b/src/Monitor/Monitor/help/New-AzDiagnosticSettingMetricSettingsObject.md @@ -15,7 +15,7 @@ Create an in-memory object for MetricSettings. ``` New-AzDiagnosticSettingMetricSettingsObject -Enabled [-Category ] [-RetentionPolicyDay ] [-RetentionPolicyEnabled ] [-TimeGrain ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -63,6 +63,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 +``` + ### -RetentionPolicyDay the number of days for the retention in days. A value of 0 will retain the events indefinitely. diff --git a/src/Monitor/Monitor/help/New-AzDiagnosticSettingSubscriptionLogSettingsObject.md b/src/Monitor/Monitor/help/New-AzDiagnosticSettingSubscriptionLogSettingsObject.md index f71ef61981bc..20375f097b95 100644 --- a/src/Monitor/Monitor/help/New-AzDiagnosticSettingSubscriptionLogSettingsObject.md +++ b/src/Monitor/Monitor/help/New-AzDiagnosticSettingSubscriptionLogSettingsObject.md @@ -14,7 +14,7 @@ Create an in-memory object for SubscriptionLogSettings. ``` New-AzDiagnosticSettingSubscriptionLogSettingsObject -Enabled [-Category ] - [-CategoryGroup ] [] + [-CategoryGroup ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -76,6 +76,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). diff --git a/src/Monitor/Monitor/help/New-AzEventHubDestinationObject.md b/src/Monitor/Monitor/help/New-AzEventHubDestinationObject.md index f415c9e47eb9..27a04f8f0aa0 100644 --- a/src/Monitor/Monitor/help/New-AzEventHubDestinationObject.md +++ b/src/Monitor/Monitor/help/New-AzEventHubDestinationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for EventHubDestination. ``` New-AzEventHubDestinationObject [-EventHubResourceId ] [-Name ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,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). diff --git a/src/Monitor/Monitor/help/New-AzEventHubDirectDestinationObject.md b/src/Monitor/Monitor/help/New-AzEventHubDirectDestinationObject.md index 21821ab56a35..4a7d2c51447b 100644 --- a/src/Monitor/Monitor/help/New-AzEventHubDirectDestinationObject.md +++ b/src/Monitor/Monitor/help/New-AzEventHubDirectDestinationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for EventHubDirectDestination. ``` New-AzEventHubDirectDestinationObject [-EventHubResourceId ] [-Name ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,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). diff --git a/src/Monitor/Monitor/help/New-AzExtensionDataSourceObject.md b/src/Monitor/Monitor/help/New-AzExtensionDataSourceObject.md index 7ef5aeae94dd..016007400802 100644 --- a/src/Monitor/Monitor/help/New-AzExtensionDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzExtensionDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ExtensionDataSource. ``` New-AzExtensionDataSourceObject -ExtensionName [-ExtensionSetting ] - [-InputDataSource ] [-Name ] [-Stream ] + [-InputDataSource ] [-Name ] [-Stream ] [-ProgressAction ] [] ``` @@ -105,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 +``` + ### -Stream List of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. diff --git a/src/Monitor/Monitor/help/New-AzIisLogsDataSourceObject.md b/src/Monitor/Monitor/help/New-AzIisLogsDataSourceObject.md index e485dfcc0120..38cddc9b8480 100644 --- a/src/Monitor/Monitor/help/New-AzIisLogsDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzIisLogsDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for IisLogsDataSource. ``` New-AzIisLogsDataSourceObject -Stream [-LogDirectory ] [-Name ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,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 +``` + ### -Stream IIS streams. diff --git a/src/Monitor/Monitor/help/New-AzInsightsPrivateLinkScope.md b/src/Monitor/Monitor/help/New-AzInsightsPrivateLinkScope.md index f0450d245f54..0158a7b650e7 100644 --- a/src/Monitor/Monitor/help/New-AzInsightsPrivateLinkScope.md +++ b/src/Monitor/Monitor/help/New-AzInsightsPrivateLinkScope.md @@ -14,7 +14,7 @@ create private link scope ``` New-AzInsightsPrivateLinkScope -Location -ResourceGroupName -Name [-Tags ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -77,6 +77,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 Resource Group Name diff --git a/src/Monitor/Monitor/help/New-AzInsightsPrivateLinkScopedResource.md b/src/Monitor/Monitor/help/New-AzInsightsPrivateLinkScopedResource.md index 23ea505b1532..c081126e8bf6 100644 --- a/src/Monitor/Monitor/help/New-AzInsightsPrivateLinkScopedResource.md +++ b/src/Monitor/Monitor/help/New-AzInsightsPrivateLinkScopedResource.md @@ -16,14 +16,14 @@ create for private link scoped resource ``` New-AzInsightsPrivateLinkScopedResource -LinkedResourceId -ResourceGroupName -ScopeName -Name [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObjectParameterSet ``` New-AzInsightsPrivateLinkScopedResource -LinkedResourceId -Name -InputObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -102,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 Resource Group Name diff --git a/src/Monitor/Monitor/help/New-AzLogAnalyticsDestinationObject.md b/src/Monitor/Monitor/help/New-AzLogAnalyticsDestinationObject.md index c9e527ca4897..839fb59197ae 100644 --- a/src/Monitor/Monitor/help/New-AzLogAnalyticsDestinationObject.md +++ b/src/Monitor/Monitor/help/New-AzLogAnalyticsDestinationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for LogAnalyticsDestination. ``` New-AzLogAnalyticsDestinationObject [-Name ] [-WorkspaceResourceId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,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 +``` + ### -WorkspaceResourceId The resource ID of the Log Analytics workspace. diff --git a/src/Monitor/Monitor/help/New-AzLogFilesDataSourceObject.md b/src/Monitor/Monitor/help/New-AzLogFilesDataSourceObject.md index ef06611c56b1..f3cc133627f0 100644 --- a/src/Monitor/Monitor/help/New-AzLogFilesDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzLogFilesDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for LogFilesDataSource. ``` New-AzLogFilesDataSourceObject -FilePattern -Stream [-Name ] - [-SettingTextRecordStartTimestampFormat ] [] + [-SettingTextRecordStartTimestampFormat ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -70,6 +70,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 +``` + ### -SettingTextRecordStartTimestampFormat One of the supported timestamp formats. diff --git a/src/Monitor/Monitor/help/New-AzMetricAlertRuleV2Criteria.md b/src/Monitor/Monitor/help/New-AzMetricAlertRuleV2Criteria.md index 129004745cbd..ff7da584543c 100644 --- a/src/Monitor/Monitor/help/New-AzMetricAlertRuleV2Criteria.md +++ b/src/Monitor/Monitor/help/New-AzMetricAlertRuleV2Criteria.md @@ -17,7 +17,7 @@ Creates a local criteria object that can be used to create a new metric alert New-AzMetricAlertRuleV2Criteria -MetricName [-MetricNamespace ] [-SkipMetricValidation ] [-DimensionSelection ] -TimeAggregation -Operator -Threshold [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### DynamicThresholdParameterSet @@ -26,13 +26,13 @@ New-AzMetricAlertRuleV2Criteria [-DynamicThreshold] -MetricName [-Metri [-SkipMetricValidation ] [-DimensionSelection ] -TimeAggregation -Operator [-ThresholdSensitivity ] [-ViolationCount ] [-ExaminedAggregatedPointCount ] [-IgnoreDataBefore ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### WebtestParameterSet ``` New-AzMetricAlertRuleV2Criteria [-WebTest] -WebTestId -ApplicationInsightsId - [-FailedLocationCount ] [-DefaultProfile ] + [-FailedLocationCount ] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -271,6 +271,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 +``` + ### -SkipMetricValidation Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped diff --git a/src/Monitor/Monitor/help/New-AzMetricAlertRuleV2DimensionSelection.md b/src/Monitor/Monitor/help/New-AzMetricAlertRuleV2DimensionSelection.md index 3674e10b886c..d3e33fc9ba40 100644 --- a/src/Monitor/Monitor/help/New-AzMetricAlertRuleV2DimensionSelection.md +++ b/src/Monitor/Monitor/help/New-AzMetricAlertRuleV2DimensionSelection.md @@ -15,13 +15,13 @@ Creates a local dimension selection object that can be used to construct a metri ### IncludeParameterSet (Default) ``` New-AzMetricAlertRuleV2DimensionSelection -DimensionName -ValuesToInclude - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ExcludeParameterSet ``` New-AzMetricAlertRuleV2DimensionSelection -DimensionName -ValuesToExclude - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -75,6 +75,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -ValuesToExclude The ExcludeValues diff --git a/src/Monitor/Monitor/help/New-AzMetricFilter.md b/src/Monitor/Monitor/help/New-AzMetricFilter.md index 351c02902924..0890e1fa3275 100644 --- a/src/Monitor/Monitor/help/New-AzMetricFilter.md +++ b/src/Monitor/Monitor/help/New-AzMetricFilter.md @@ -15,7 +15,7 @@ Creates a metric dimension filter that can be used to query metrics. ``` New-AzMetricFilter [-Dimension] [-Operator] [-Value] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -77,6 +77,21 @@ Accept pipeline input: True (ByPropertyName) 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 Specifies the array of metric dimension values. diff --git a/src/Monitor/Monitor/help/New-AzMonitorWorkspace.md b/src/Monitor/Monitor/help/New-AzMonitorWorkspace.md index c73aa1143902..02c631928b21 100644 --- a/src/Monitor/Monitor/help/New-AzMonitorWorkspace.md +++ b/src/Monitor/Monitor/help/New-AzMonitorWorkspace.md @@ -15,14 +15,14 @@ Create or update a workspace ### CreateExpanded (Default) ``` New-AzMonitorWorkspace -Name -ResourceGroupName [-SubscriptionId ] -Location - [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` New-AzMonitorWorkspace -InputObject -Location [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-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. diff --git a/src/Monitor/Monitor/help/New-AzMonitoringAccountDestinationObject.md b/src/Monitor/Monitor/help/New-AzMonitoringAccountDestinationObject.md index fef420e5efe4..c107d5453eaf 100644 --- a/src/Monitor/Monitor/help/New-AzMonitoringAccountDestinationObject.md +++ b/src/Monitor/Monitor/help/New-AzMonitoringAccountDestinationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for MonitoringAccountDestination. ``` New-AzMonitoringAccountDestinationObject [-AccountResourceId ] [-Name ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,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). diff --git a/src/Monitor/Monitor/help/New-AzPerfCounterDataSourceObject.md b/src/Monitor/Monitor/help/New-AzPerfCounterDataSourceObject.md index 0a14dafdc479..da8eeda29037 100644 --- a/src/Monitor/Monitor/help/New-AzPerfCounterDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzPerfCounterDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for PerfCounterDataSource. ``` New-AzPerfCounterDataSourceObject [-CounterSpecifier ] [-Name ] - [-SamplingFrequencyInSecond ] [-Stream ] + [-SamplingFrequencyInSecond ] [-Stream ] [-ProgressAction ] [] ``` @@ -84,6 +84,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 +``` + ### -SamplingFrequencyInSecond The number of seconds between consecutive counter measurements (samples). diff --git a/src/Monitor/Monitor/help/New-AzPlatformTelemetryDataSourceObject.md b/src/Monitor/Monitor/help/New-AzPlatformTelemetryDataSourceObject.md index 89e9335b0409..1234938755e9 100644 --- a/src/Monitor/Monitor/help/New-AzPlatformTelemetryDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzPlatformTelemetryDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for PlatformTelemetryDataSource. ``` New-AzPlatformTelemetryDataSourceObject -Stream [-Name ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,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 +``` + ### -Stream List of platform telemetry streams to collect. diff --git a/src/Monitor/Monitor/help/New-AzPrometheusForwarderDataSourceObject.md b/src/Monitor/Monitor/help/New-AzPrometheusForwarderDataSourceObject.md index d7dcf62375cc..69d8c1b1d986 100644 --- a/src/Monitor/Monitor/help/New-AzPrometheusForwarderDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzPrometheusForwarderDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for PrometheusForwarderDataSource. ``` New-AzPrometheusForwarderDataSourceObject [-LabelIncludeFilter ] [-Name ] - [-Stream ] [] + [-Stream ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -70,6 +70,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 +``` + ### -Stream List of streams that this data source will be sent to. diff --git a/src/Monitor/Monitor/help/New-AzScheduledQueryRule.md b/src/Monitor/Monitor/help/New-AzScheduledQueryRule.md index 27033c36e28c..1b1fe00bb66e 100644 --- a/src/Monitor/Monitor/help/New-AzScheduledQueryRule.md +++ b/src/Monitor/Monitor/help/New-AzScheduledQueryRule.md @@ -19,7 +19,7 @@ New-AzScheduledQueryRule -Name -ResourceGroupName [-Subscripti [-DisplayName ] [-Enabled] [-EvaluationFrequency ] [-Kind ] [-MuteActionsDuration ] [-OverrideQueryTimeRange ] [-Scope ] [-Severity ] [-SkipQueryValidation] [-Tag ] [-TargetResourceType ] [-WindowSize ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -275,6 +275,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. diff --git a/src/Monitor/Monitor/help/New-AzScheduledQueryRuleConditionObject.md b/src/Monitor/Monitor/help/New-AzScheduledQueryRuleConditionObject.md index 4e8742552725..730073846966 100644 --- a/src/Monitor/Monitor/help/New-AzScheduledQueryRuleConditionObject.md +++ b/src/Monitor/Monitor/help/New-AzScheduledQueryRuleConditionObject.md @@ -17,7 +17,7 @@ New-AzScheduledQueryRuleConditionObject [-Dimension ] [-FailingPeriodMinFailingPeriodsToAlert ] [-FailingPeriodNumberOfEvaluationPeriod ] [-MetricMeasureColumn ] [-MetricName ] [-Operator ] [-Query ] [-ResourceIdColumn ] [-Threshold ] [-TimeAggregation ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -133,6 +133,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 +``` + ### -Query Log query alert. diff --git a/src/Monitor/Monitor/help/New-AzScheduledQueryRuleDimensionObject.md b/src/Monitor/Monitor/help/New-AzScheduledQueryRuleDimensionObject.md index 7b1bf1ad7b9b..6339780b047a 100644 --- a/src/Monitor/Monitor/help/New-AzScheduledQueryRuleDimensionObject.md +++ b/src/Monitor/Monitor/help/New-AzScheduledQueryRuleDimensionObject.md @@ -14,7 +14,7 @@ Create an in-memory object for Dimension. ``` New-AzScheduledQueryRuleDimensionObject -Name -Operator -Value - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -61,6 +61,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 List of dimension values. diff --git a/src/Monitor/Monitor/help/New-AzStorageBlobDestinationObject.md b/src/Monitor/Monitor/help/New-AzStorageBlobDestinationObject.md index 0dfc04c88672..c853f09778f5 100644 --- a/src/Monitor/Monitor/help/New-AzStorageBlobDestinationObject.md +++ b/src/Monitor/Monitor/help/New-AzStorageBlobDestinationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for StorageBlobDestination. ``` New-AzStorageBlobDestinationObject [-ContainerName ] [-Name ] - [-StorageAccountResourceId ] [] + [-StorageAccountResourceId ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,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 +``` + ### -StorageAccountResourceId The resource ID of the storage account. diff --git a/src/Monitor/Monitor/help/New-AzStorageTableDestinationObject.md b/src/Monitor/Monitor/help/New-AzStorageTableDestinationObject.md index c291db9a087a..997180a1120e 100644 --- a/src/Monitor/Monitor/help/New-AzStorageTableDestinationObject.md +++ b/src/Monitor/Monitor/help/New-AzStorageTableDestinationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for StorageTableDestination. ``` New-AzStorageTableDestinationObject [-Name ] [-StorageAccountResourceId ] [-TableName ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,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 +``` + ### -StorageAccountResourceId The resource ID of the storage account. diff --git a/src/Monitor/Monitor/help/New-AzSubscriptionDiagnosticSetting.md b/src/Monitor/Monitor/help/New-AzSubscriptionDiagnosticSetting.md index 9f5396045ab5..32481af4e6c0 100644 --- a/src/Monitor/Monitor/help/New-AzSubscriptionDiagnosticSetting.md +++ b/src/Monitor/Monitor/help/New-AzSubscriptionDiagnosticSetting.md @@ -16,7 +16,7 @@ Creates or updates subscription diagnostic settings for the specified resource. New-AzSubscriptionDiagnosticSetting -Name [-SubscriptionId ] [-EventHubAuthorizationRuleId ] [-EventHubName ] [-Log ] [-MarketplacePartnerId ] [-ServiceBusRuleId ] [-StorageAccountId ] - [-WorkspaceId ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-WorkspaceId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -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 +``` + ### -ServiceBusRuleId The service bus rule Id of the diagnostic setting. This is here to maintain backwards compatibility. diff --git a/src/Monitor/Monitor/help/New-AzSyslogDataSourceObject.md b/src/Monitor/Monitor/help/New-AzSyslogDataSourceObject.md index c3c9d86547ae..6484a857fc2d 100644 --- a/src/Monitor/Monitor/help/New-AzSyslogDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzSyslogDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for SyslogDataSource. ``` New-AzSyslogDataSourceObject [-FacilityName ] [-LogLevel ] [-Name ] - [-Stream ] [] + [-Stream ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -96,6 +96,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 +``` + ### -Stream List of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. diff --git a/src/Monitor/Monitor/help/New-AzWindowsEventLogDataSourceObject.md b/src/Monitor/Monitor/help/New-AzWindowsEventLogDataSourceObject.md index 08339bf51dd8..4922f59815e1 100644 --- a/src/Monitor/Monitor/help/New-AzWindowsEventLogDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzWindowsEventLogDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for WindowsEventLogDataSource. ``` New-AzWindowsEventLogDataSourceObject [-Name ] [-Stream ] [-XPathQuery ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -66,6 +66,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 +``` + ### -Stream List of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. diff --git a/src/Monitor/Monitor/help/New-AzWindowsFirewallLogsDataSourceObject.md b/src/Monitor/Monitor/help/New-AzWindowsFirewallLogsDataSourceObject.md index fbc07131d2dc..e469fbef1954 100644 --- a/src/Monitor/Monitor/help/New-AzWindowsFirewallLogsDataSourceObject.md +++ b/src/Monitor/Monitor/help/New-AzWindowsFirewallLogsDataSourceObject.md @@ -14,7 +14,7 @@ Create an in-memory object for WindowsFirewallLogsDataSource. ``` New-AzWindowsFirewallLogsDataSourceObject -Stream [-Name ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,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 +``` + ### -Stream Firewall logs streams. diff --git a/src/Monitor/Monitor/help/Remove-AzActionGroup.md b/src/Monitor/Monitor/help/Remove-AzActionGroup.md index df8a22d9c7e5..d0489ba9006f 100644 --- a/src/Monitor/Monitor/help/Remove-AzActionGroup.md +++ b/src/Monitor/Monitor/help/Remove-AzActionGroup.md @@ -15,14 +15,14 @@ Delete an action group. ### Delete (Default) ``` Remove-AzActionGroup -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzActionGroup -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -100,6 +100,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. diff --git a/src/Monitor/Monitor/help/Remove-AzActivityLogAlert.md b/src/Monitor/Monitor/help/Remove-AzActivityLogAlert.md index bc27bae4ce79..afed3f553ee9 100644 --- a/src/Monitor/Monitor/help/Remove-AzActivityLogAlert.md +++ b/src/Monitor/Monitor/help/Remove-AzActivityLogAlert.md @@ -15,14 +15,14 @@ Delete an Activity Log Alert rule. ### Delete (Default) ``` Remove-AzActivityLogAlert -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzActivityLogAlert -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -109,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. diff --git a/src/Monitor/Monitor/help/Remove-AzAlertRule.md b/src/Monitor/Monitor/help/Remove-AzAlertRule.md index f9d9afaae6ec..a5450a3be6d7 100644 --- a/src/Monitor/Monitor/help/Remove-AzAlertRule.md +++ b/src/Monitor/Monitor/help/Remove-AzAlertRule.md @@ -15,7 +15,7 @@ Removes an alert rule. ``` Remove-AzAlertRule -ResourceGroupName -Name [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -70,6 +70,21 @@ Accept pipeline input: True (ByPropertyName) 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 Specifies the name of the resource group for the alert rule. diff --git a/src/Monitor/Monitor/help/Remove-AzAutoscaleSetting.md b/src/Monitor/Monitor/help/Remove-AzAutoscaleSetting.md index dcf9bbd9043e..bfaa51f147e1 100644 --- a/src/Monitor/Monitor/help/Remove-AzAutoscaleSetting.md +++ b/src/Monitor/Monitor/help/Remove-AzAutoscaleSetting.md @@ -15,14 +15,14 @@ Deletes and autoscale setting ### Delete (Default) ``` Remove-AzAutoscaleSetting -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzAutoscaleSetting -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -101,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. diff --git a/src/Monitor/Monitor/help/Remove-AzDataCollectionEndpoint.md b/src/Monitor/Monitor/help/Remove-AzDataCollectionEndpoint.md index 80128d643395..56dcb1dd2041 100644 --- a/src/Monitor/Monitor/help/Remove-AzDataCollectionEndpoint.md +++ b/src/Monitor/Monitor/help/Remove-AzDataCollectionEndpoint.md @@ -15,14 +15,14 @@ Deletes a data collection endpoint. ### Delete (Default) ``` Remove-AzDataCollectionEndpoint -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzDataCollectionEndpoint -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -101,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. diff --git a/src/Monitor/Monitor/help/Remove-AzDataCollectionRule.md b/src/Monitor/Monitor/help/Remove-AzDataCollectionRule.md index d3165c27f696..ea94cd4b7bf1 100644 --- a/src/Monitor/Monitor/help/Remove-AzDataCollectionRule.md +++ b/src/Monitor/Monitor/help/Remove-AzDataCollectionRule.md @@ -15,14 +15,14 @@ Deletes a data collection rule. ### Delete (Default) ``` Remove-AzDataCollectionRule -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzDataCollectionRule -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -101,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. diff --git a/src/Monitor/Monitor/help/Remove-AzDataCollectionRuleAssociation.md b/src/Monitor/Monitor/help/Remove-AzDataCollectionRuleAssociation.md index 493f09025c85..5b9b1149f24b 100644 --- a/src/Monitor/Monitor/help/Remove-AzDataCollectionRuleAssociation.md +++ b/src/Monitor/Monitor/help/Remove-AzDataCollectionRuleAssociation.md @@ -15,14 +15,14 @@ Deletes an association. ### Delete (Default) ``` Remove-AzDataCollectionRuleAssociation -AssociationName -ResourceUri - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzDataCollectionRuleAssociation -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -101,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 +``` + ### -ResourceUri The identifier of the resource. diff --git a/src/Monitor/Monitor/help/Remove-AzDiagnosticSetting.md b/src/Monitor/Monitor/help/Remove-AzDiagnosticSetting.md index 402e92b40403..f5135594332b 100644 --- a/src/Monitor/Monitor/help/Remove-AzDiagnosticSetting.md +++ b/src/Monitor/Monitor/help/Remove-AzDiagnosticSetting.md @@ -15,13 +15,13 @@ Deletes existing diagnostic settings for the specified resource. ### Delete (Default) ``` Remove-AzDiagnosticSetting -Name -ResourceId [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzDiagnosticSetting -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -101,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 +``` + ### -ResourceId The identifier of the resource. diff --git a/src/Monitor/Monitor/help/Remove-AzInsightsPrivateLinkScope.md b/src/Monitor/Monitor/help/Remove-AzInsightsPrivateLinkScope.md index 337de1c3ff0c..e0fb36e5db12 100644 --- a/src/Monitor/Monitor/help/Remove-AzInsightsPrivateLinkScope.md +++ b/src/Monitor/Monitor/help/Remove-AzInsightsPrivateLinkScope.md @@ -15,20 +15,20 @@ delete private link scope ### ByResourceNameParameterSet (Default) ``` Remove-AzInsightsPrivateLinkScope -ResourceGroupName -Name - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzInsightsPrivateLinkScope -ResourceId [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObjectParameterSet ``` Remove-AzInsightsPrivateLinkScope -InputObject - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -105,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 Resource Group Name diff --git a/src/Monitor/Monitor/help/Remove-AzInsightsPrivateLinkScopedResource.md b/src/Monitor/Monitor/help/Remove-AzInsightsPrivateLinkScopedResource.md index 096d40b96d3f..a8ef656ac353 100644 --- a/src/Monitor/Monitor/help/Remove-AzInsightsPrivateLinkScopedResource.md +++ b/src/Monitor/Monitor/help/Remove-AzInsightsPrivateLinkScopedResource.md @@ -15,21 +15,21 @@ delete for private link scoped resource ### ByScopeParameterSet (Default) ``` Remove-AzInsightsPrivateLinkScopedResource -ResourceGroupName -ScopeName -Name - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObjectParameterSet ``` Remove-AzInsightsPrivateLinkScopedResource -Name -InputObject - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzInsightsPrivateLinkScopedResource -ResourceId [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -91,6 +91,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 Resource Group Name diff --git a/src/Monitor/Monitor/help/Remove-AzLogProfile.md b/src/Monitor/Monitor/help/Remove-AzLogProfile.md index a9d48694cc06..c37c1564f61c 100644 --- a/src/Monitor/Monitor/help/Remove-AzLogProfile.md +++ b/src/Monitor/Monitor/help/Remove-AzLogProfile.md @@ -15,7 +15,7 @@ Removes a log profile. ``` Remove-AzLogProfile -Name [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## 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 +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Monitor/Monitor/help/Remove-AzMetricAlertRuleV2.md b/src/Monitor/Monitor/help/Remove-AzMetricAlertRuleV2.md index a3d33e0eea00..6ecb72e6f4be 100644 --- a/src/Monitor/Monitor/help/Remove-AzMetricAlertRuleV2.md +++ b/src/Monitor/Monitor/help/Remove-AzMetricAlertRuleV2.md @@ -15,20 +15,20 @@ Removes a V2 (non-classic) metric alert rule. ### ByMetricRuleResourceName (Default) ``` Remove-AzMetricAlertRuleV2 -Name -ResourceGroupName [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByMetricRuleResourceId ``` Remove-AzMetricAlertRuleV2 -ResourceId [-PassThru] [-AsJob] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByRuleObject ``` Remove-AzMetricAlertRuleV2 -InputObject [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -142,6 +142,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 ResourceGroupName diff --git a/src/Monitor/Monitor/help/Remove-AzMonitorWorkspace.md b/src/Monitor/Monitor/help/Remove-AzMonitorWorkspace.md index 24bfd27c97dc..8d1526ba8e6d 100644 --- a/src/Monitor/Monitor/help/Remove-AzMonitorWorkspace.md +++ b/src/Monitor/Monitor/help/Remove-AzMonitorWorkspace.md @@ -15,14 +15,14 @@ Delete a workspace ### Delete (Default) ``` Remove-AzMonitorWorkspace -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzMonitorWorkspace -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -139,6 +139,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. diff --git a/src/Monitor/Monitor/help/Remove-AzScheduledQueryRule.md b/src/Monitor/Monitor/help/Remove-AzScheduledQueryRule.md index b8cddd1bd4bc..46d228e639ac 100644 --- a/src/Monitor/Monitor/help/Remove-AzScheduledQueryRule.md +++ b/src/Monitor/Monitor/help/Remove-AzScheduledQueryRule.md @@ -15,14 +15,14 @@ Deletes a scheduled query rule. ### Delete (Default) ``` Remove-AzScheduledQueryRule -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzScheduledQueryRule -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -101,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. diff --git a/src/Monitor/Monitor/help/Remove-AzSubscriptionDiagnosticSetting.md b/src/Monitor/Monitor/help/Remove-AzSubscriptionDiagnosticSetting.md index 619ab23bba43..aa8a291ea014 100644 --- a/src/Monitor/Monitor/help/Remove-AzSubscriptionDiagnosticSetting.md +++ b/src/Monitor/Monitor/help/Remove-AzSubscriptionDiagnosticSetting.md @@ -15,13 +15,13 @@ Deletes existing subscription diagnostic settings for the specified resource. ### Delete (Default) ``` Remove-AzSubscriptionDiagnosticSetting -Name [-SubscriptionId ] [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSubscriptionDiagnosticSetting -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -100,6 +100,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 +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Monitor/Monitor/help/Test-AzActionGroup.md b/src/Monitor/Monitor/help/Test-AzActionGroup.md index 5571d856e3b7..a51cf04cf656 100644 --- a/src/Monitor/Monitor/help/Test-AzActionGroup.md +++ b/src/Monitor/Monitor/help/Test-AzActionGroup.md @@ -16,13 +16,13 @@ Send test notifications to a set of provided receivers ``` Test-AzActionGroup -ActionGroupName -ResourceGroupName [-SubscriptionId ] -AlertType -Receiver [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` Test-AzActionGroup -InputObject -AlertType -Receiver - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -156,6 +156,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 +``` + ### -Receiver The list of receivers that are part of this action group. diff --git a/src/Monitor/Monitor/help/Update-AzActionGroup.md b/src/Monitor/Monitor/help/Update-AzActionGroup.md index 71dc35ff011b..0b795cbdf9d7 100644 --- a/src/Monitor/Monitor/help/Update-AzActionGroup.md +++ b/src/Monitor/Monitor/help/Update-AzActionGroup.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzActionGroup ## SYNOPSIS -Update a new action group or Update an existing one. +Update a new action group or update an existing one. ## SYNTAX @@ -20,7 +20,7 @@ Update-AzActionGroup -Name -ResourceGroupName [-SubscriptionId [-EmailReceiver ] [-Enabled] [-EventHubReceiver ] [-GroupShortName ] [-ItsmReceiver ] [-LogicAppReceiver ] [-SmsReceiver ] [-Tag ] [-VoiceReceiver ] - [-WebhookReceiver ] [-DefaultProfile ] + [-WebhookReceiver ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,11 +32,11 @@ Update-AzActionGroup -InputObject [-ArmRoleReceiver ] [-GroupShortName ] [-ItsmReceiver ] [-LogicAppReceiver ] [-SmsReceiver ] [-Tag ] [-VoiceReceiver ] [-WebhookReceiver ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update a new action group or Update an existing one. +Update a new action group or update an existing one. ## EXAMPLES @@ -63,7 +63,7 @@ EventHubReceiver : {{ "eventHubNameSpace": "actiongrouptest", "eventHubName": "testEventHub", "useCommonAlertSchema": false, - "tenantId": "00001111-aaaa-2222-bbbb-3333cccc4444", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "subscriptionId": "{subid}" }} GroupShortName : ag1 @@ -331,6 +331,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. diff --git a/src/Monitor/Monitor/help/Update-AzActivityLogAlert.md b/src/Monitor/Monitor/help/Update-AzActivityLogAlert.md index c7df6082e0e1..e4e1a6031953 100644 --- a/src/Monitor/Monitor/help/Update-AzActivityLogAlert.md +++ b/src/Monitor/Monitor/help/Update-AzActivityLogAlert.md @@ -17,14 +17,14 @@ To update other fields use CreateOrUpdate operation. ### UpdateExpanded (Default) ``` Update-AzActivityLogAlert -Name -ResourceGroupName [-SubscriptionId ] - [-Enabled ] [-Tag ] [-DefaultProfile ] + [-Enabled ] [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzActivityLogAlert -InputObject [-Enabled ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -105,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. diff --git a/src/Monitor/Monitor/help/Update-AzAutoscaleSetting.md b/src/Monitor/Monitor/help/Update-AzAutoscaleSetting.md index 25b0b4a7e035..fad2f1881fc9 100644 --- a/src/Monitor/Monitor/help/Update-AzAutoscaleSetting.md +++ b/src/Monitor/Monitor/help/Update-AzAutoscaleSetting.md @@ -20,7 +20,7 @@ Update-AzAutoscaleSetting -Name -ResourceGroupName [-Subscript [-PredictiveAutoscalePolicyScaleLookAheadTime ] [-PredictiveAutoscalePolicyScaleMode ] [-Profile ] [-Tag ] [-TargetResourceLocation ] [-TargetResourceUri ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -29,7 +29,7 @@ Update-AzAutoscaleSetting -InputObject [-Enabled ] [-Notification ] [-PredictiveAutoscalePolicyScaleLookAheadTime ] [-PredictiveAutoscalePolicyScaleMode ] [-Profile ] [-Tag ] [-TargetResourceLocation ] [-TargetResourceUri ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -174,6 +174,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. diff --git a/src/Monitor/Monitor/help/Update-AzDataCollectionEndpoint.md b/src/Monitor/Monitor/help/Update-AzDataCollectionEndpoint.md index c3d9d8b8c541..5bf332785b21 100644 --- a/src/Monitor/Monitor/help/Update-AzDataCollectionEndpoint.md +++ b/src/Monitor/Monitor/help/Update-AzDataCollectionEndpoint.md @@ -16,14 +16,14 @@ Update part of a data collection endpoint. ``` Update-AzDataCollectionEndpoint -Name -ResourceGroupName [-SubscriptionId ] [-IdentityType ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzDataCollectionEndpoint -InputObject [-IdentityType ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -138,6 +138,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. diff --git a/src/Monitor/Monitor/help/Update-AzDataCollectionRule.md b/src/Monitor/Monitor/help/Update-AzDataCollectionRule.md index 161e26987309..de86ec483568 100644 --- a/src/Monitor/Monitor/help/Update-AzDataCollectionRule.md +++ b/src/Monitor/Monitor/help/Update-AzDataCollectionRule.md @@ -32,7 +32,7 @@ Update-AzDataCollectionRule -Name -ResourceGroupName [-Subscri [-DestinationStorageBlobsDirect ] [-DestinationStorageTablesDirect ] [-IdentityType ] [-Kind ] [-StreamDeclaration ] [-Tag ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-AzDataCollectionRule -InputObject [-DataCol [-DestinationStorageBlobsDirect ] [-DestinationStorageTablesDirect ] [-IdentityType ] [-Kind ] [-StreamDeclaration ] [-Tag ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -574,6 +574,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. diff --git a/src/Monitor/Monitor/help/Update-AzDataCollectionRuleAssociation.md b/src/Monitor/Monitor/help/Update-AzDataCollectionRuleAssociation.md index 29cf05179ba6..ccc2be2aeeb0 100644 --- a/src/Monitor/Monitor/help/Update-AzDataCollectionRuleAssociation.md +++ b/src/Monitor/Monitor/help/Update-AzDataCollectionRuleAssociation.md @@ -16,14 +16,14 @@ Update an association. ``` Update-AzDataCollectionRuleAssociation -AssociationName -ResourceUri [-DataCollectionEndpointId ] [-DataCollectionRuleId ] [-Description ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzDataCollectionRuleAssociation -InputObject [-DataCollectionEndpointId ] [-DataCollectionRuleId ] [-Description ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -180,6 +180,21 @@ Accept pipeline input: True (ByValue) 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 +``` + ### -ResourceUri The identifier of the resource. diff --git a/src/Monitor/Monitor/help/Update-AzInsightsPrivateLinkScope.md b/src/Monitor/Monitor/help/Update-AzInsightsPrivateLinkScope.md index 5e93acb81ac9..4043c4ef6572 100644 --- a/src/Monitor/Monitor/help/Update-AzInsightsPrivateLinkScope.md +++ b/src/Monitor/Monitor/help/Update-AzInsightsPrivateLinkScope.md @@ -15,21 +15,21 @@ Update for private link scope ### ByResourceNameParameterSet (Default) ``` Update-AzInsightsPrivateLinkScope -ResourceGroupName -Name [-Tags ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Update-AzInsightsPrivateLinkScope -ResourceId [-Tags ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObjectParameterSet ``` Update-AzInsightsPrivateLinkScope -InputObject [-Tags ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -106,6 +106,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 Resource Group Name diff --git a/src/Monitor/Monitor/help/Update-AzMonitorWorkspace.md b/src/Monitor/Monitor/help/Update-AzMonitorWorkspace.md index 24ebc02e672d..79d0517d8747 100644 --- a/src/Monitor/Monitor/help/Update-AzMonitorWorkspace.md +++ b/src/Monitor/Monitor/help/Update-AzMonitorWorkspace.md @@ -15,14 +15,14 @@ Updates part of a workspace ### UpdateExpanded (Default) ``` Update-AzMonitorWorkspace -Name -ResourceGroupName [-SubscriptionId ] - [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzMonitorWorkspace -InputObject [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -106,6 +106,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. diff --git a/src/Monitor/Monitor/help/Update-AzScheduledQueryRule.md b/src/Monitor/Monitor/help/Update-AzScheduledQueryRule.md index 88cf3e3239dd..41106b81ebf5 100644 --- a/src/Monitor/Monitor/help/Update-AzScheduledQueryRule.md +++ b/src/Monitor/Monitor/help/Update-AzScheduledQueryRule.md @@ -20,7 +20,7 @@ Update-AzScheduledQueryRule -Name -ResourceGroupName [-Subscri [-DisplayName ] [-Enabled] [-EvaluationFrequency ] [-MuteActionsDuration ] [-OverrideQueryTimeRange ] [-Scope ] [-Severity ] [-SkipQueryValidation] [-Tag ] [-TargetResourceType ] [-WindowSize ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -31,7 +31,7 @@ Update-AzScheduledQueryRule -InputObject [-ActionC [-EvaluationFrequency ] [-MuteActionsDuration ] [-OverrideQueryTimeRange ] [-Scope ] [-Severity ] [-SkipQueryValidation] [-Tag ] [-TargetResourceType ] [-WindowSize ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -270,6 +270,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. diff --git a/src/Monitor/MonitorWorkspace.Autorest/build-module.ps1 b/src/Monitor/MonitorWorkspace.Autorest/build-module.ps1 index e1e177fa905c..6b919a32678b 100644 --- a/src/Monitor/MonitorWorkspace.Autorest/build-module.ps1 +++ b/src/Monitor/MonitorWorkspace.Autorest/build-module.ps1 @@ -12,7 +12,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code # is regenerated. # ---------------------------------------------------------------------------------- -param([switch]$Isolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs) +param([switch]$Isolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [Switch]$DisableAfterBuildTasks) $ErrorActionPreference = 'Stop' if($PSEdition -ne 'Core') { @@ -169,4 +169,14 @@ if (Test-Path (Join-Path $PSScriptRoot 'generate-portal-ux.ps1')) . (Join-Path $PSScriptRoot 'generate-portal-ux.ps1') } +if (-not $DisableAfterBuildTasks){ + $afterBuildTasksPath = Join-Path $PSScriptRoot '' + $afterBuildTasksArgs = ConvertFrom-Json 'true' -AsHashtable + if(Test-Path -Path $afterBuildTasksPath -PathType leaf){ + Write-Host -ForegroundColor Green 'Running after build tasks...' + . $afterBuildTasksPath @afterBuildTasksArgs + } +} + + Write-Host -ForegroundColor Green '-------------Done-------------' diff --git a/src/Monitor/ScheduledQueryRule.Autorest/build-module.ps1 b/src/Monitor/ScheduledQueryRule.Autorest/build-module.ps1 index 79467e1c5413..c4f6091e72af 100644 --- a/src/Monitor/ScheduledQueryRule.Autorest/build-module.ps1 +++ b/src/Monitor/ScheduledQueryRule.Autorest/build-module.ps1 @@ -12,7 +12,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code # is regenerated. # ---------------------------------------------------------------------------------- -param([switch]$Isolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs) +param([switch]$Isolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [Switch]$DisableAfterBuildTasks) $ErrorActionPreference = 'Stop' if($PSEdition -ne 'Core') { @@ -169,4 +169,14 @@ if (Test-Path (Join-Path $PSScriptRoot 'generate-portal-ux.ps1')) . (Join-Path $PSScriptRoot 'generate-portal-ux.ps1') } +if (-not $DisableAfterBuildTasks){ + $afterBuildTasksPath = Join-Path $PSScriptRoot '' + $afterBuildTasksArgs = ConvertFrom-Json 'true' -AsHashtable + if(Test-Path -Path $afterBuildTasksPath -PathType leaf){ + Write-Host -ForegroundColor Green 'Running after build tasks...' + . $afterBuildTasksPath @afterBuildTasksArgs + } +} + + Write-Host -ForegroundColor Green '-------------Done-------------'