Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Monitor from generation to main #26124

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

azure-pipelines[bot]
Copy link
Contributor

Description

Migrate Monitor from generation to main
The last commit of src/Monitor in generation is:
commit c1ee1c7 Author: lijinpei2008 [email protected] Date: Wed Sep 18 17:47:31 2024 +0800 create Upcoming breaking change message (#26085)

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Sep 18, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ApplicationInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Compute
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.EventHub
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.KeyVault
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ManagedServiceIdentity
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Monitor
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzActionGroup Get-AzActionGroup Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzActionGroup Get-AzActionGroup changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzActivityLogAlert Get-AzActivityLogAlert Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzActivityLogAlert Get-AzActivityLogAlert changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzAutoscalePredictiveMetric Get-AzAutoscalePredictiveMetric Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzAutoscalePredictiveMetric Get-AzAutoscalePredictiveMetric changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzAutoscaleSetting Get-AzAutoscaleSetting Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzAutoscaleSetting Get-AzAutoscaleSetting changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataCollectionEndpoint Get-AzDataCollectionEndpoint Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataCollectionEndpoint Get-AzDataCollectionEndpoint changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataCollectionRule Get-AzDataCollectionRule Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataCollectionRule Get-AzDataCollectionRule changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataCollectionRuleAssociation Get-AzDataCollectionRuleAssociation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataCollectionRuleAssociation Get-AzDataCollectionRuleAssociation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDiagnosticSetting Get-AzDiagnosticSetting Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDiagnosticSetting Get-AzDiagnosticSetting changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDiagnosticSettingCategory Get-AzDiagnosticSettingCategory Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDiagnosticSettingCategory Get-AzDiagnosticSettingCategory changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzEventCategory Get-AzEventCategory Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzEventCategory Get-AzEventCategory changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzMonitorWorkspace Get-AzMonitorWorkspace Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzMonitorWorkspace Get-AzMonitorWorkspace changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzScheduledQueryRule Get-AzScheduledQueryRule Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzScheduledQueryRule Get-AzScheduledQueryRule changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzSubscriptionDiagnosticSetting Get-AzSubscriptionDiagnosticSetting Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzSubscriptionDiagnosticSetting Get-AzSubscriptionDiagnosticSetting changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupArmRoleReceiverObject New-AzActionGroupArmRoleReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupAutomationRunbookReceiverObject New-AzActionGroupAutomationRunbookReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupAzureAppPushReceiverObject New-AzActionGroupAzureAppPushReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupAzureFunctionReceiverObject New-AzActionGroupAzureFunctionReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupEmailReceiverObject New-AzActionGroupEmailReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupEventHubReceiverObject New-AzActionGroupEventHubReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupItsmReceiverObject New-AzActionGroupItsmReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupLogicAppReceiverObject New-AzActionGroupLogicAppReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupSmsReceiverObject New-AzActionGroupSmsReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupVoiceReceiverObject New-AzActionGroupVoiceReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupWebhookReceiverObject New-AzActionGroupWebhookReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActivityLogAlertActionGroupObject New-AzActivityLogAlertActionGroupObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActivityLogAlertAlertRuleLeafConditionObject New-AzActivityLogAlertAlertRuleLeafConditionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleNotificationObject New-AzAutoscaleNotificationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleProfileObject New-AzAutoscaleProfileObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleScaleRuleMetricDimensionObject New-AzAutoscaleScaleRuleMetricDimensionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleScaleRuleObject New-AzAutoscaleScaleRuleObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleWebhookNotificationObject New-AzAutoscaleWebhookNotificationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDataFlowObject New-AzDataFlowObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDiagnosticSettingLogSettingsObject New-AzDiagnosticSettingLogSettingsObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDiagnosticSettingMetricSettingsObject New-AzDiagnosticSettingMetricSettingsObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDiagnosticSettingSubscriptionLogSettingsObject New-AzDiagnosticSettingSubscriptionLogSettingsObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzEventHubDestinationObject New-AzEventHubDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzEventHubDirectDestinationObject New-AzEventHubDirectDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzExtensionDataSourceObject New-AzExtensionDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzIisLogsDataSourceObject New-AzIisLogsDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzLogAnalyticsDestinationObject New-AzLogAnalyticsDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzLogFilesDataSourceObject New-AzLogFilesDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzMonitoringAccountDestinationObject New-AzMonitoringAccountDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPerfCounterDataSourceObject New-AzPerfCounterDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPlatformTelemetryDataSourceObject New-AzPlatformTelemetryDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPrometheusForwarderDataSourceObject New-AzPrometheusForwarderDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzScheduledQueryRuleConditionObject New-AzScheduledQueryRuleConditionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzScheduledQueryRuleDimensionObject New-AzScheduledQueryRuleDimensionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzStorageBlobDestinationObject New-AzStorageBlobDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzStorageTableDestinationObject New-AzStorageTableDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzSyslogDataSourceObject New-AzSyslogDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzWindowsEventLogDataSourceObject New-AzWindowsEventLogDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzWindowsFirewallLogsDataSourceObject New-AzWindowsFirewallLogsDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Windows PowerShell - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzActionGroup Get-AzActionGroup Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzActionGroup Get-AzActionGroup changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzActivityLogAlert Get-AzActivityLogAlert Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzActivityLogAlert Get-AzActivityLogAlert changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzAutoscalePredictiveMetric Get-AzAutoscalePredictiveMetric Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzAutoscalePredictiveMetric Get-AzAutoscalePredictiveMetric changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzAutoscaleSetting Get-AzAutoscaleSetting Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzAutoscaleSetting Get-AzAutoscaleSetting changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataCollectionEndpoint Get-AzDataCollectionEndpoint Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataCollectionEndpoint Get-AzDataCollectionEndpoint changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataCollectionRule Get-AzDataCollectionRule Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataCollectionRule Get-AzDataCollectionRule changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataCollectionRuleAssociation Get-AzDataCollectionRuleAssociation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataCollectionRuleAssociation Get-AzDataCollectionRuleAssociation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDiagnosticSetting Get-AzDiagnosticSetting Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDiagnosticSetting Get-AzDiagnosticSetting changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDiagnosticSettingCategory Get-AzDiagnosticSettingCategory Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDiagnosticSettingCategory Get-AzDiagnosticSettingCategory changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzEventCategory Get-AzEventCategory Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzEventCategory Get-AzEventCategory changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzMonitorWorkspace Get-AzMonitorWorkspace Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzMonitorWorkspace Get-AzMonitorWorkspace changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzScheduledQueryRule Get-AzScheduledQueryRule Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzScheduledQueryRule Get-AzScheduledQueryRule changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzSubscriptionDiagnosticSetting Get-AzSubscriptionDiagnosticSetting Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzSubscriptionDiagnosticSetting Get-AzSubscriptionDiagnosticSetting changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupArmRoleReceiverObject New-AzActionGroupArmRoleReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupAutomationRunbookReceiverObject New-AzActionGroupAutomationRunbookReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupAzureAppPushReceiverObject New-AzActionGroupAzureAppPushReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupAzureFunctionReceiverObject New-AzActionGroupAzureFunctionReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupEmailReceiverObject New-AzActionGroupEmailReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupEventHubReceiverObject New-AzActionGroupEventHubReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupItsmReceiverObject New-AzActionGroupItsmReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupLogicAppReceiverObject New-AzActionGroupLogicAppReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupSmsReceiverObject New-AzActionGroupSmsReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupVoiceReceiverObject New-AzActionGroupVoiceReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActionGroupWebhookReceiverObject New-AzActionGroupWebhookReceiverObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActivityLogAlertActionGroupObject New-AzActivityLogAlertActionGroupObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzActivityLogAlertAlertRuleLeafConditionObject New-AzActivityLogAlertAlertRuleLeafConditionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleNotificationObject New-AzAutoscaleNotificationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleProfileObject New-AzAutoscaleProfileObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleScaleRuleMetricDimensionObject New-AzAutoscaleScaleRuleMetricDimensionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleScaleRuleObject New-AzAutoscaleScaleRuleObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzAutoscaleWebhookNotificationObject New-AzAutoscaleWebhookNotificationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDataFlowObject New-AzDataFlowObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDiagnosticSettingLogSettingsObject New-AzDiagnosticSettingLogSettingsObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDiagnosticSettingMetricSettingsObject New-AzDiagnosticSettingMetricSettingsObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzDiagnosticSettingSubscriptionLogSettingsObject New-AzDiagnosticSettingSubscriptionLogSettingsObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzEventHubDestinationObject New-AzEventHubDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzEventHubDirectDestinationObject New-AzEventHubDirectDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzExtensionDataSourceObject New-AzExtensionDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzIisLogsDataSourceObject New-AzIisLogsDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzLogAnalyticsDestinationObject New-AzLogAnalyticsDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzLogFilesDataSourceObject New-AzLogFilesDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzMonitoringAccountDestinationObject New-AzMonitoringAccountDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPerfCounterDataSourceObject New-AzPerfCounterDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPlatformTelemetryDataSourceObject New-AzPlatformTelemetryDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPrometheusForwarderDataSourceObject New-AzPrometheusForwarderDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzScheduledQueryRuleConditionObject New-AzScheduledQueryRuleConditionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzScheduledQueryRuleDimensionObject New-AzScheduledQueryRuleDimensionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzStorageBlobDestinationObject New-AzStorageBlobDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzStorageTableDestinationObject New-AzStorageTableDestinationObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzSyslogDataSourceObject New-AzSyslogDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzWindowsEventLogDataSourceObject New-AzWindowsEventLogDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzWindowsFirewallLogsDataSourceObject New-AzWindowsFirewallLogsDataSourceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzActionGroup 2 2 Mismatched_Parameter_Value_Type Update-AzActionGroup -InputObject $ag is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource.(Command).
⚠️ Update-AzActionGroup 2 2 Mismatched_Parameter_Value_Type Update-AzActionGroup -EventHubReceiver $null is not an expected parameter value type. -EventHubReceiver Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IEventHubReceiver. Now the type is System.Object.(Static).
⚠️ Add-AzMetricAlertRuleV2 1 2 Unassigned_Variable Add-AzMetricAlertRuleV2 -Condition $condition is a null-valued parameter value. -Condition Assign value for $condition.
⚠️ Add-AzMetricAlertRuleV2 2 2 Unassigned_Variable Add-AzMetricAlertRuleV2 -Condition $condition is a null-valued parameter value. -Condition Assign value for $condition.
⚠️ New-AzActivityLogAlert 1 2 Unassigned_Variable New-AzActivityLogAlertActionGroupObject -Id $ActionGroupResourceId is a null-valued parameter value. -Id Assign value for $ActionGroupResourceId.
⚠️ New-AzActivityLogAlert 1 8 Unassigned_Variable New-AzActivityLogAlert -Name $AlertName is a null-valued parameter value. -Name Assign value for $AlertName.
⚠️ New-AzActivityLogAlert 1 8 Unassigned_Variable New-AzActivityLogAlert -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ New-AzActivityLogAlertActionGroupObject 1 1 Unassigned_Variable New-AzActivityLogAlertActionGroupObject -Id $ActionGroupResourceId is a null-valued parameter value. -Id Assign value for $ActionGroupResourceId.
⚠️ Remove-AzActivityLogAlert 1 1 Unassigned_Variable Remove-AzActivityLogAlert -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Remove-AzActivityLogAlert 1 1 Unassigned_Variable Remove-AzActivityLogAlert -Name $AlertName is a null-valued parameter value. -Name Assign value for $AlertName.
⚠️ Remove-AzActivityLogAlert 2 1 Unassigned_Variable Get-AzActivityLogAlert -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Remove-AzActivityLogAlert 2 1 Unassigned_Variable Get-AzActivityLogAlert -Name $AlertName is a null-valued parameter value. -Name Assign value for $AlertName.
⚠️ Update-AzActionGroup 2 2 Mismatched_Parameter_Value_Type Update-AzActionGroup -InputObject $ag is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource.(Command).
⚠️ Update-AzActionGroup 2 2 Mismatched_Parameter_Value_Type Update-AzActionGroup -EventHubReceiver $null is not an expected parameter value type. -EventHubReceiver Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IEventHubReceiver. Now the type is System.Object.(Static).
⚠️ Update-AzActivityLogAlert 1 1 Unassigned_Variable Update-AzActivityLogAlert -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Update-AzActivityLogAlert 1 1 Unassigned_Variable Update-AzActivityLogAlert -Name $AlertName is a null-valued parameter value. -Name Assign value for $AlertName.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzActionGroup 2 2 Mismatched_Parameter_Value_Type Update-AzActionGroup -InputObject $ag is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource.(Command).
⚠️ Update-AzActionGroup 2 2 Mismatched_Parameter_Value_Type Update-AzActionGroup -EventHubReceiver $null is not an expected parameter value type. -EventHubReceiver Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IEventHubReceiver. Now the type is System.Object.(Static).
⚠️ Add-AzMetricAlertRuleV2 1 2 Unassigned_Variable Add-AzMetricAlertRuleV2 -Condition $condition is a null-valued parameter value. -Condition Assign value for $condition.
⚠️ Add-AzMetricAlertRuleV2 2 2 Unassigned_Variable Add-AzMetricAlertRuleV2 -Condition $condition is a null-valued parameter value. -Condition Assign value for $condition.
⚠️ New-AzActivityLogAlert 1 2 Unassigned_Variable New-AzActivityLogAlertActionGroupObject -Id $ActionGroupResourceId is a null-valued parameter value. -Id Assign value for $ActionGroupResourceId.
⚠️ New-AzActivityLogAlert 1 8 Unassigned_Variable New-AzActivityLogAlert -Name $AlertName is a null-valued parameter value. -Name Assign value for $AlertName.
⚠️ New-AzActivityLogAlert 1 8 Unassigned_Variable New-AzActivityLogAlert -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ New-AzActivityLogAlertActionGroupObject 1 1 Unassigned_Variable New-AzActivityLogAlertActionGroupObject -Id $ActionGroupResourceId is a null-valued parameter value. -Id Assign value for $ActionGroupResourceId.
⚠️ Remove-AzActivityLogAlert 1 1 Unassigned_Variable Remove-AzActivityLogAlert -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Remove-AzActivityLogAlert 1 1 Unassigned_Variable Remove-AzActivityLogAlert -Name $AlertName is a null-valued parameter value. -Name Assign value for $AlertName.
⚠️ Remove-AzActivityLogAlert 2 1 Unassigned_Variable Get-AzActivityLogAlert -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Remove-AzActivityLogAlert 2 1 Unassigned_Variable Get-AzActivityLogAlert -Name $AlertName is a null-valued parameter value. -Name Assign value for $AlertName.
⚠️ Update-AzActionGroup 2 2 Mismatched_Parameter_Value_Type Update-AzActionGroup -InputObject $ag is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource.(Command).
⚠️ Update-AzActionGroup 2 2 Mismatched_Parameter_Value_Type Update-AzActionGroup -EventHubReceiver $null is not an expected parameter value type. -EventHubReceiver Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IEventHubReceiver. Now the type is System.Object.(Static).
⚠️ Update-AzActivityLogAlert 1 1 Unassigned_Variable Update-AzActivityLogAlert -ResourceGroupName $ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $ResourceGroupName.
⚠️ Update-AzActivityLogAlert 1 1 Unassigned_Variable Update-AzActivityLogAlert -Name $AlertName is a null-valued parameter value. -Name Assign value for $AlertName.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.Monitor. Add a changelog record under Upcoming Release section with past tense.
⚠️Windows PowerShell - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.Monitor. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 18.02 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 18.02% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 18.02% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 18.02% Test coverage for the module cannot be lower than 50%.
️✔️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.PrivateDns
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Resources
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Synapse
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 48.80 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 48.80% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 48.80% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 48.80% Test coverage for the module cannot be lower than 50%.

Copy link
Contributor

Thank you for your contribution azure-pipelines[bot]! We will review the pull request and get back to you soon.

@msJinLei
Copy link
Contributor

[Error]     1. Credential Scanner Error CSCAN-AZURE0062 - File: SecurityTmp/src/Monitor/ActionGroup.Autorest/exports/ProxyCmdletDefinitions.ps1:SecurityTmp/src/Monitor/ActionGroup.Autorest/exports/ProxyCmdletDefinitions.ps1. Line: 2299. Column 247. 
    Signature: bb6e124baa98913b6944142536fed8bc28ee36c63bc5f90c9d5f8edd5c5a09e0
    Tool: Credential Scanner: Rule: CSCAN-AZURE0062 (Azure Logic App Shared Access Signature). https://aka.ms/CredScanDocs
    A potential secret was detected. Validate file contains secrets, remove, rotate credential, and use approved store. For additional information on secret remediation see the remediation section at https://aka.ms/CredScanDocs 
[Error]     2. Credential Scanner Error CSCAN-AZURE0062 - File: SecurityTmp/src/Monitor/Monitor/help/New-AzActionGroupLogicAppReceiverObject.md:SecurityTmp/src/Monitor/Monitor/help/New-AzActionGroupLogicAppReceiverObject.md. Line: 27. Column 247. 
    Signature: 2d227f90916725b6caecd4b82f28da45c64b1b08c070d5a61c87dec542c00444
    Tool: Credential Scanner: Rule: CSCAN-AZURE0062 (Azure Logic App Shared Access Signature). https://aka.ms/CredScanDocs
    A potential secret was detected. Validate file contains secrets, remove, rotate credential, and use approved store. For additional information on secret remediation see the remediation section at https://aka.ms/CredScanDocs 
[Error]     3. Credential Scanner Error CSCAN-AZURE0062 - File: SecurityTmp/src/Monitor/Monitor/help/New-AzActionGroupLogicAppReceiverObject.md:SecurityTmp/src/Monitor/Monitor/help/New-AzActionGroupLogicAppReceiverObject.md. Line: 33. Column 193. 
    Signature: d39fb5ab423b3effcff26472c286710f88645ebd3eb18b4ca8d5cf4a803b5d61
    Tool: Credential Scanner: Rule: CSCAN-AZURE0062 (Azure Logic App Shared Access Signature). https://aka.ms/CredScanDocs
    A potential secret was detected. Validate file contains secrets, remove, rotate credential, and use approved store. For additional information on secret remediation see the remediation section at https://aka.ms/CredScanDocs 
    Active results: 3
    Skipped results: 0
      Baselined results: 0
      Suppressed results: 0
      Results excluded by tool filters: 0
      Results below minimum severity: 0
      Results classified as Pass: 0
      Results in flight: 0

Copy link
Contributor

@msJinLei msJinLei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lijinpei2008 could help to fix the example issues?

@@ -14,7 +14,7 @@ Create an in-memory object for LogicAppReceiver.

```
New-AzActionGroupLogicAppReceiverObject -CallbackUrl <String> -Name <String> -ResourceId <String>
[-UseCommonAlertSchema <Boolean>] [<CommonParameters>]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 27 and line 33 doesn't pass the credscan

@@ -447,9 +447,9 @@ end {

<#
.Synopsis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

affected by New-AzActionGroupLogicAppReceiverObject.md

Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

@msJinLei
Copy link
Contributor

@lijinpei2008 Please provide your change log here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants