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 Security from generation to vidai/secrets-detection-autorest #24467

Merged
merged 2 commits into from
Mar 23, 2024

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Migrate Security from generation to vidai/secrets-detection-autorest
The last commit of src/Security in generation is:
commit ea30029 Author: ivadim iva9im@gmail.com Date: Mon Feb 26 20:17:18 2024 -0800 [Security] Initialize Security Autogenerated Modules (#24162) * Generate SecurityConnectors and ApiCollections cmdlets * Add Get-* integration tests * Regenerate tests * Update docs and examples. Rename subject *Repos to *Repo. * Remove depricated offering * Fix static analysis errors * Fix one more static analysis issue

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 Mar 23, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Compute
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Security
️✔️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-AzSecurityApiCollection Get-AzSecurityApiCollection 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-AzSecurityApiCollection Get-AzSecurityApiCollection 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-AzSecurityConnector Get-AzSecurityConnector 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-AzSecurityConnector Get-AzSecurityConnector 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-AzSecurityConnectorAzureDevOpsOrg Get-AzSecurityConnectorAzureDevOpsOrg 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-AzSecurityConnectorAzureDevOpsOrg Get-AzSecurityConnectorAzureDevOpsOrg 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-AzSecurityConnectorAzureDevOpsProject Get-AzSecurityConnectorAzureDevOpsProject 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-AzSecurityConnectorAzureDevOpsProject Get-AzSecurityConnectorAzureDevOpsProject 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-AzSecurityConnectorAzureDevOpsRepo Get-AzSecurityConnectorAzureDevOpsRepo 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-AzSecurityConnectorAzureDevOpsRepo Get-AzSecurityConnectorAzureDevOpsRepo 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-AzSecurityConnectorDevOpsConfiguration Get-AzSecurityConnectorDevOpsConfiguration 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-AzSecurityConnectorDevOpsConfiguration Get-AzSecurityConnectorDevOpsConfiguration 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-AzSecurityConnectorGitHubOwner Get-AzSecurityConnectorGitHubOwner 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-AzSecurityConnectorGitHubOwner Get-AzSecurityConnectorGitHubOwner 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-AzSecurityConnectorGitHubRepo Get-AzSecurityConnectorGitHubRepo 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-AzSecurityConnectorGitHubRepo Get-AzSecurityConnectorGitHubRepo 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-AzSecurityConnectorGitLabGroup Get-AzSecurityConnectorGitLabGroup 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-AzSecurityConnectorGitLabGroup Get-AzSecurityConnectorGitLabGroup 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-AzSecurityConnectorGitLabProject Get-AzSecurityConnectorGitLabProject 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-AzSecurityConnectorGitLabProject Get-AzSecurityConnectorGitLabProject 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-AzSecurityAwsEnvironmentObject New-AzSecurityAwsEnvironmentObject 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-AzSecurityAwsOrganizationalDataMasterObject New-AzSecurityAwsOrganizationalDataMasterObject 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-AzSecurityAwsOrganizationalDataMemberObject New-AzSecurityAwsOrganizationalDataMemberObject 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-AzSecurityAzureDevOpsScopeEnvironmentObject New-AzSecurityAzureDevOpsScopeEnvironmentObject 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-AzSecurityConnectorActionableRemediationObject New-AzSecurityConnectorActionableRemediationObject 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-AzSecurityCspmMonitorAwsOfferingObject New-AzSecurityCspmMonitorAwsOfferingObject 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-AzSecurityCspmMonitorAzureDevOpsOfferingObject New-AzSecurityCspmMonitorAzureDevOpsOfferingObject 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-AzSecurityCspmMonitorGcpOfferingObject New-AzSecurityCspmMonitorGcpOfferingObject 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-AzSecurityCspmMonitorGithubOfferingObject New-AzSecurityCspmMonitorGithubOfferingObject 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-AzSecurityCspmMonitorGitLabOfferingObject New-AzSecurityCspmMonitorGitLabOfferingObject 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-AzSecurityDefenderCspmAwsOfferingObject New-AzSecurityDefenderCspmAwsOfferingObject 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-AzSecurityDefenderCspmGcpOfferingObject New-AzSecurityDefenderCspmGcpOfferingObject 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-AzSecurityDefenderForContainersAwsOfferingObject New-AzSecurityDefenderForContainersAwsOfferingObject 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-AzSecurityDefenderForContainersGcpOfferingObject New-AzSecurityDefenderForContainersGcpOfferingObject 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-AzSecurityDefenderForDatabasesAwsOfferingObject New-AzSecurityDefenderForDatabasesAwsOfferingObject 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-AzSecurityDefenderForDatabasesGcpOfferingObject New-AzSecurityDefenderForDatabasesGcpOfferingObject 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-AzSecurityDefenderForServersAwsOfferingObject New-AzSecurityDefenderForServersAwsOfferingObject 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-AzSecurityDefenderForServersGcpOfferingObject New-AzSecurityDefenderForServersGcpOfferingObject 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-AzSecurityGcpOrganizationalDataMemberObject New-AzSecurityGcpOrganizationalDataMemberObject 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-AzSecurityGcpOrganizationalDataOrganizationObject New-AzSecurityGcpOrganizationalDataOrganizationObject 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-AzSecurityGcpProjectEnvironmentObject New-AzSecurityGcpProjectEnvironmentObject 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-AzSecurityGitHubScopeEnvironmentObject New-AzSecurityGitHubScopeEnvironmentObject 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-AzSecurityGitLabScopeEnvironmentObject New-AzSecurityGitLabScopeEnvironmentObject 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-AzSecurityInformationProtectionAwsOfferingObject New-AzSecurityInformationProtectionAwsOfferingObject 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-AzSecurityApiCollection Get-AzSecurityApiCollection 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-AzSecurityApiCollection Get-AzSecurityApiCollection 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-AzSecurityConnector Get-AzSecurityConnector 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-AzSecurityConnector Get-AzSecurityConnector 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-AzSecurityConnectorAzureDevOpsOrg Get-AzSecurityConnectorAzureDevOpsOrg 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-AzSecurityConnectorAzureDevOpsOrg Get-AzSecurityConnectorAzureDevOpsOrg 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-AzSecurityConnectorAzureDevOpsProject Get-AzSecurityConnectorAzureDevOpsProject 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-AzSecurityConnectorAzureDevOpsProject Get-AzSecurityConnectorAzureDevOpsProject 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-AzSecurityConnectorAzureDevOpsRepo Get-AzSecurityConnectorAzureDevOpsRepo 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-AzSecurityConnectorAzureDevOpsRepo Get-AzSecurityConnectorAzureDevOpsRepo 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-AzSecurityConnectorDevOpsConfiguration Get-AzSecurityConnectorDevOpsConfiguration 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-AzSecurityConnectorDevOpsConfiguration Get-AzSecurityConnectorDevOpsConfiguration 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-AzSecurityConnectorGitHubOwner Get-AzSecurityConnectorGitHubOwner 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-AzSecurityConnectorGitHubOwner Get-AzSecurityConnectorGitHubOwner 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-AzSecurityConnectorGitHubRepo Get-AzSecurityConnectorGitHubRepo 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-AzSecurityConnectorGitHubRepo Get-AzSecurityConnectorGitHubRepo 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-AzSecurityConnectorGitLabGroup Get-AzSecurityConnectorGitLabGroup 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-AzSecurityConnectorGitLabGroup Get-AzSecurityConnectorGitLabGroup 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-AzSecurityConnectorGitLabProject Get-AzSecurityConnectorGitLabProject 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-AzSecurityConnectorGitLabProject Get-AzSecurityConnectorGitLabProject 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-AzSecurityAwsEnvironmentObject New-AzSecurityAwsEnvironmentObject 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-AzSecurityAwsOrganizationalDataMasterObject New-AzSecurityAwsOrganizationalDataMasterObject 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-AzSecurityAwsOrganizationalDataMemberObject New-AzSecurityAwsOrganizationalDataMemberObject 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-AzSecurityAzureDevOpsScopeEnvironmentObject New-AzSecurityAzureDevOpsScopeEnvironmentObject 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-AzSecurityConnectorActionableRemediationObject New-AzSecurityConnectorActionableRemediationObject 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-AzSecurityCspmMonitorAwsOfferingObject New-AzSecurityCspmMonitorAwsOfferingObject 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-AzSecurityCspmMonitorAzureDevOpsOfferingObject New-AzSecurityCspmMonitorAzureDevOpsOfferingObject 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-AzSecurityCspmMonitorGcpOfferingObject New-AzSecurityCspmMonitorGcpOfferingObject 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-AzSecurityCspmMonitorGithubOfferingObject New-AzSecurityCspmMonitorGithubOfferingObject 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-AzSecurityCspmMonitorGitLabOfferingObject New-AzSecurityCspmMonitorGitLabOfferingObject 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-AzSecurityDefenderCspmAwsOfferingObject New-AzSecurityDefenderCspmAwsOfferingObject 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-AzSecurityDefenderCspmGcpOfferingObject New-AzSecurityDefenderCspmGcpOfferingObject 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-AzSecurityDefenderForContainersAwsOfferingObject New-AzSecurityDefenderForContainersAwsOfferingObject 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-AzSecurityDefenderForContainersGcpOfferingObject New-AzSecurityDefenderForContainersGcpOfferingObject 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-AzSecurityDefenderForDatabasesAwsOfferingObject New-AzSecurityDefenderForDatabasesAwsOfferingObject 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-AzSecurityDefenderForDatabasesGcpOfferingObject New-AzSecurityDefenderForDatabasesGcpOfferingObject 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-AzSecurityDefenderForServersAwsOfferingObject New-AzSecurityDefenderForServersAwsOfferingObject 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-AzSecurityDefenderForServersGcpOfferingObject New-AzSecurityDefenderForServersGcpOfferingObject 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-AzSecurityGcpOrganizationalDataMemberObject New-AzSecurityGcpOrganizationalDataMemberObject 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-AzSecurityGcpOrganizationalDataOrganizationObject New-AzSecurityGcpOrganizationalDataOrganizationObject 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-AzSecurityGcpProjectEnvironmentObject New-AzSecurityGcpProjectEnvironmentObject 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-AzSecurityGitHubScopeEnvironmentObject New-AzSecurityGitHubScopeEnvironmentObject 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-AzSecurityGitLabScopeEnvironmentObject New-AzSecurityGitLabScopeEnvironmentObject 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-AzSecurityInformationProtectionAwsOfferingObject New-AzSecurityInformationProtectionAwsOfferingObject 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
⚠️ New-AzSecurityConnector 3 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ New-AzSecurityConnector 4 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ New-AzSecurityConnector 5 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ Confirm-AzSecurityAutomation 1 1 Unassigned_Variable Confirm-AzSecurityAutomation -Scope $scopes is a null-valued parameter value. -Scope Assign value for $scopes.
⚠️ Confirm-AzSecurityAutomation 1 1 Unassigned_Variable Confirm-AzSecurityAutomation -Source $sources is a null-valued parameter value. -Source Assign value for $sources.
⚠️ Confirm-AzSecurityAutomation 1 1 Unassigned_Variable Confirm-AzSecurityAutomation -Action $actions is a null-valued parameter value. -Action Assign value for $actions.
⚠️ New-AzSecurityAutomation 1 1 Unassigned_Variable New-AzSecurityAutomation -Scope $scopes is a null-valued parameter value. -Scope Assign value for $scopes.
⚠️ New-AzSecurityAutomation 1 1 Unassigned_Variable New-AzSecurityAutomation -Source $sources is a null-valued parameter value. -Source Assign value for $sources.
⚠️ New-AzSecurityAutomation 1 1 Unassigned_Variable New-AzSecurityAutomation -Action $actions is a null-valued parameter value. -Action Assign value for $actions.
⚠️ New-AzSecurityAutomationRuleSetObject 1 1 Unassigned_Variable New-AzSecurityAutomationRuleSetObject -Rule $rule is a null-valued parameter value. -Rule Assign value for $rule.
⚠️ New-AzSecurityAutomationSourceObject 1 1 Unassigned_Variable New-AzSecurityAutomationSourceObject -RuleSet $ruleSet is a null-valued parameter value. -RuleSet Assign value for $ruleSet.
⚠️ New-AzSecurityConnector 3 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ New-AzSecurityConnector 4 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ New-AzSecurityConnector 5 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ Set-AzDeviceSecurityGroup 1 6 Unassigned_Variable Set-AzDeviceSecurityGroup -TimeWindowRule $TimeWindowRules is a null-valued parameter value. -TimeWindowRule Assign value for $TimeWindowRules.
⚠️ Set-AzJitNetworkAccessPolicy 1 1 Unassigned_Variable Set-AzJitNetworkAccessPolicy -VirtualMachine $vmRules is a null-valued parameter value. -VirtualMachine Assign value for $vmRules.
⚠️ Set-AzSecurityAssessmentMetadata 1 1 Unassigned_Variable Set-AzSecurityAssessmentMetadata -Name $assessmentGuid is a null-valued parameter value. -Name Assign value for $assessmentGuid.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzSecurityConnector 3 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ New-AzSecurityConnector 4 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ New-AzSecurityConnector 5 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ Confirm-AzSecurityAutomation 1 1 Unassigned_Variable Confirm-AzSecurityAutomation -Scope $scopes is a null-valued parameter value. -Scope Assign value for $scopes.
⚠️ Confirm-AzSecurityAutomation 1 1 Unassigned_Variable Confirm-AzSecurityAutomation -Source $sources is a null-valued parameter value. -Source Assign value for $sources.
⚠️ Confirm-AzSecurityAutomation 1 1 Unassigned_Variable Confirm-AzSecurityAutomation -Action $actions is a null-valued parameter value. -Action Assign value for $actions.
⚠️ New-AzSecurityAutomation 1 1 Unassigned_Variable New-AzSecurityAutomation -Scope $scopes is a null-valued parameter value. -Scope Assign value for $scopes.
⚠️ New-AzSecurityAutomation 1 1 Unassigned_Variable New-AzSecurityAutomation -Source $sources is a null-valued parameter value. -Source Assign value for $sources.
⚠️ New-AzSecurityAutomation 1 1 Unassigned_Variable New-AzSecurityAutomation -Action $actions is a null-valued parameter value. -Action Assign value for $actions.
⚠️ New-AzSecurityAutomationRuleSetObject 1 1 Unassigned_Variable New-AzSecurityAutomationRuleSetObject -Rule $rule is a null-valued parameter value. -Rule Assign value for $rule.
⚠️ New-AzSecurityAutomationSourceObject 1 1 Unassigned_Variable New-AzSecurityAutomationSourceObject -RuleSet $ruleSet is a null-valued parameter value. -RuleSet Assign value for $ruleSet.
⚠️ New-AzSecurityConnector 3 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ New-AzSecurityConnector 4 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ New-AzSecurityConnector 5 3 Mismatched_Parameter_Value_Type New-AzSecurityConnector -HierarchyIdentifier ([guid]::NewGuid().ToString()) is not an expected parameter value type. -HierarchyIdentifier Use correct parameter value type. Expected Type is string. Now the type is guid.(Type).
⚠️ Set-AzDeviceSecurityGroup 1 6 Unassigned_Variable Set-AzDeviceSecurityGroup -TimeWindowRule $TimeWindowRules is a null-valued parameter value. -TimeWindowRule Assign value for $TimeWindowRules.
⚠️ Set-AzJitNetworkAccessPolicy 1 1 Unassigned_Variable Set-AzJitNetworkAccessPolicy -VirtualMachine $vmRules is a null-valued parameter value. -VirtualMachine Assign value for $vmRules.
⚠️ Set-AzSecurityAssessmentMetadata 1 1 Unassigned_Variable Set-AzSecurityAssessmentMetadata -Name $assessmentGuid is a null-valued parameter value. -Name Assign value for $assessmentGuid.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@vidai-msft vidai-msft merged commit ea6e3c9 into vidai/secrets-detection-autorest Mar 23, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants