Skip to content

Migrate Security from generation to main #24246

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

Closed
wants to merge 2 commits into from

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Migrate Security from generation to main
The last commit of src/Security in generation is:
commit ea30029 Author: ivadim [email protected] 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 Feb 27, 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
Get-AzSecurityApiCollection 1 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection -ResourceGroupName apicollectionstests -ServiceName 'demoapimservice2' -ApiId 'echo-api' Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityApiCollection 2 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityApiCollection 3 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityConnector 1 1 Invalid_Cmdlet Get-AzSecurityConnector is not a valid command name. Get-AzSecurityConnector -ResourceGroupName 'dfdtest-sdk' -Name 'dfdsdktests-azdo-01' Check the spell of Get-AzSecurityConnector.
Get-AzSecurityConnector 2 1 Invalid_Cmdlet Get-AzSecurityConnector is not a valid command name. Get-AzSecurityConnector Check the spell of Get-AzSecurityConnector.
Get-AzSecurityConnectorAzureDevOpsOrg 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests Check the spell of Get-AzSecurityConnectorAzureDevOpsOrg.
Get-AzSecurityConnectorAzureDevOpsOrg 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorAzureDevOpsOrg.
Get-AzSecurityConnectorAzureDevOpsOrgAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrgAvailable is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrgAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorAzureDevOpsOrgAvailable.
Get-AzSecurityConnectorAzureDevOpsProject 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Get-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd Check the spell of Get-AzSecurityConnectorAzureDevOpsProject.
Get-AzSecurityConnectorAzureDevOpsProject 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Get-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests Check the spell of Get-AzSecurityConnectorAzureDevOpsProject.
Get-AzSecurityConnectorAzureDevOpsRepo 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Get-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd -RepoName TestApp0 Check the spell of Get-AzSecurityConnectorAzureDevOpsRepo.
Get-AzSecurityConnectorAzureDevOpsRepo 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Get-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd Check the spell of Get-AzSecurityConnectorAzureDevOpsRepo.
Get-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Get-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Get-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityConnectorDevOpsConfiguration 2 1 Invalid_Cmdlet Get-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Get-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName securityconnectors-tests -SecurityConnectorName aws-sdktest01 Check the spell of Get-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityConnectorGitHubOwner 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwner is not a valid command name. Get-AzSecurityConnectorGitHubOwner -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests Check the spell of Get-AzSecurityConnectorGitHubOwner.
Get-AzSecurityConnectorGitHubOwner 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwner is not a valid command name. Get-AzSecurityConnectorGitHubOwner -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 Check the spell of Get-AzSecurityConnectorGitHubOwner.
Get-AzSecurityConnectorGitHubOwnerAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwnerAvailable is not a valid command name. Get-AzSecurityConnectorGitHubOwnerAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 Check the spell of Get-AzSecurityConnectorGitHubOwnerAvailable.
Get-AzSecurityConnectorGitHubRepo 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubRepo is not a valid command name. Get-AzSecurityConnectorGitHubRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests -RepoName TestApp0 Check the spell of Get-AzSecurityConnectorGitHubRepo.
Get-AzSecurityConnectorGitHubRepo 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubRepo is not a valid command name. Get-AzSecurityConnectorGitHubRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests Check the spell of Get-AzSecurityConnectorGitHubRepo.
Get-AzSecurityConnectorGitLabGroup 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroup is not a valid command name. Get-AzSecurityConnectorGitLabGroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabGroup.
Get-AzSecurityConnectorGitLabGroup 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroup is not a valid command name. Get-AzSecurityConnectorGitLabGroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 Check the spell of Get-AzSecurityConnectorGitLabGroup.
Get-AzSecurityConnectorGitLabGroupAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroupAvailable is not a valid command name. Get-AzSecurityConnectorGitLabGroupAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 Check the spell of Get-AzSecurityConnectorGitLabGroupAvailable.
Get-AzSecurityConnectorGitLabProject 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabProject is not a valid command name. Get-AzSecurityConnectorGitLabProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests -ProjectName testapp0 Check the spell of Get-AzSecurityConnectorGitLabProject.
Get-AzSecurityConnectorGitLabProject 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabProject is not a valid command name. Get-AzSecurityConnectorGitLabProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabProject.
Get-AzSecurityConnectorGitLabSubgroup 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabSubgroup is not a valid command name. Get-AzSecurityConnectorGitLabSubgroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabSubgroup.
Invoke-AzSecurityApiCollectionApimOffboard 1 1 Invalid_Cmdlet Invoke-AzSecurityApiCollectionApimOffboard is not a valid command name. Invoke-AzSecurityApiCollectionApimOffboard -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' -ApiId 'echo-api-2' Check the spell of Invoke-AzSecurityApiCollectionApimOffboard.
Invoke-AzSecurityApiCollectionApimOnboard 1 1 Invalid_Cmdlet Invoke-AzSecurityApiCollectionApimOnboard is not a valid command name. Invoke-AzSecurityApiCollectionApimOnboard -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' -ApiId 'echo-api-2' Check the spell of Invoke-AzSecurityApiCollectionApimOnboard.
New-AzSecurityAwsEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMemberObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId '123' Check the spell of New-AzSecurityAwsOrganizationalDataMemberObject.
New-AzSecurityAwsEnvironmentObject 1 2 Invalid_Cmdlet New-AzSecurityAwsEnvironmentObject is not a valid command name. New-AzSecurityAwsEnvironmentObject -Region 'Central US' -ScanInterval 24 -OrganizationalData $member Check the spell of New-AzSecurityAwsEnvironmentObject.
New-AzSecurityAwsEnvironmentObject 2 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMasterObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName 'myAwsStackSet' -ExcludedAccountId '123456789012' Check the spell of New-AzSecurityAwsOrganizationalDataMasterObject.
New-AzSecurityAwsEnvironmentObject 2 2 Invalid_Cmdlet New-AzSecurityAwsEnvironmentObject is not a valid command name. New-AzSecurityAwsEnvironmentObject -Region 'Central US' -ScanInterval 24 -OrganizationalData $organization Check the spell of New-AzSecurityAwsEnvironmentObject.
New-AzSecurityAwsOrganizationalDataMasterObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMasterObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName 'myAwsStackSet' -ExcludedAccountId '123456789012' Check the spell of New-AzSecurityAwsOrganizationalDataMasterObject.
New-AzSecurityAwsOrganizationalDataMemberObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMemberObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId '123' Check the spell of New-AzSecurityAwsOrganizationalDataMemberObject.
New-AzSecurityAzureDevOpsScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityAzureDevOpsScopeEnvironmentObject is not a valid command name. New-AzSecurityAzureDevOpsScopeEnvironmentObject Check the spell of New-AzSecurityAzureDevOpsScopeEnvironmentObject.
New-AzSecurityConnector 1 4 Invalid_Cmdlet New-AzSecurityCspmMonitorAwsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAwsOfferingObject -NativeCloudConnectionCloudRoleArn '$arnPrefix/CspmMonitorAws' Check the spell of New-AzSecurityCspmMonitorAwsOfferingObject.
New-AzSecurityConnector 1 6 Invalid_Cmdlet New-AzSecurityDefenderCspmAwsOfferingObject is not a valid command name. New-AzSecurityDefenderCspmAwsOfferingObject -VMScannerEnabled $true -ConfigurationScanningMode Default -ConfigurationCloudRoleArn '$arnPrefix/DefenderForCloud-AgentlessScanner' -DataSensitivityDiscoveryEnabled $true -DataSensitivityDiscoveryCloudRoleArn '$arnPrefix/SensitiveDataDiscovery' -DatabaseDspmEnabled $true -DatabaseDspmCloudRoleArn '$arnPrefix/DefenderForCloud-DataSecurityPostureDB' -CiemDiscoveryCloudRoleArn '$arnPrefix/DefenderForCloud-Ciem' -CiemOidcAzureActiveDirectoryAppName 'mciem-aws-oidc-connector' -CiemOidcCloudRoleArn '$arnPrefix/DefenderForCloud-OidcCiem' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentCloudRoleArn '$arnPrefix/MDCContainersImageAssessmentRole' -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SCloudRoleArn '$arnPrefix/MDCContainersAgentlessDiscoveryK8sRole' Check the spell of New-AzSecurityDefenderCspmAwsOfferingObject.
New-AzSecurityConnector 1 14 Invalid_Cmdlet New-AzSecurityDefenderForContainersAwsOfferingObject is not a valid command name. New-AzSecurityDefenderForContainersAwsOfferingObject -AutoProvisioning $true -KuberneteServiceCloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s' -KuberneteScubaReaderCloudRoleArn '$arnPrefix/DefenderForCloud-DataCollection' -KinesiToS3CloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s-kinesis-to-s3' -CloudWatchToKinesiCloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s-cloudwatch-to-kinesis' -KubeAuditRetentionTime 30 -ScubaExternalId 'a47ae0a2-7bf7-482a-897a-7a139d30736c' -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SCloudRoleArn '$arnPrefix/MDCContainersAgentlessDiscoveryK8sRole' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentCloudRoleArn '$arnPrefix/MDCContainersImageAssessmentRole' -EnableContainerVulnerabilityAssessment $false Check the spell of New-AzSecurityDefenderForContainersAwsOfferingObject.
New-AzSecurityConnector 1 22 Invalid_Cmdlet New-AzSecurityAwsEnvironmentObject is not a valid command name. New-AzSecurityAwsEnvironmentObject -ScanInterval 24 Check the spell of New-AzSecurityAwsEnvironmentObject.
New-AzSecurityConnector 1 24 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -Name 'aws-sdktest01' -ResourceGroupName 'securityConnectors-tests' -EnvironmentData $environment -EnvironmentName AWS -HierarchyIdentifier '$account' -Offering @($cspmMonitorOffering, $dcspmOffering, $defenderForContainersOffering) ` -Location 'CentralUS' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 2 3 Invalid_Cmdlet New-AzSecurityCspmMonitorGcpOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress 'microsoft-defender-cspm@$emailSuffix' -NativeCloudConnectionWorkloadIdentityProviderId 'cspm' Check the spell of New-AzSecurityCspmMonitorGcpOfferingObject.
New-AzSecurityConnector 2 5 Invalid_Cmdlet New-AzSecurityDefenderCspmGcpOfferingObject is not a valid command name. New-AzSecurityDefenderCspmGcpOfferingObject -VMScannerEnabled $true -ConfigurationScanningMode Default -ConfigurationExclusionTag @{key='value'} -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SServiceAccountEmailAddress 'mdc-containers-k8s-operator@$emailSuffix' -MdcContainerAgentlessDiscoveryK8SWorkloadIdentityProviderId 'containers' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentServiceAccountEmailAddress 'mdc-containers-artifact-assess@$emailSuffix' -MdcContainerImageAssessmentWorkloadIdentityProviderId 'containers' -DataSensitivityDiscoveryEnabled $true -DataSensitivityDiscoveryServiceAccountEmailAddress 'mdc-data-sec-posture-storage@$emailSuffix' -DataSensitivityDiscoveryWorkloadIdentityProviderId 'data-security-posture-storage' ` -CiemDiscoveryServiceAccountEmailAddress 'microsoft-defender-ciem@$emailSuffix' -CiemDiscoveryAzureActiveDirectoryAppName 'mciem-gcp-oidc-app' -CiemDiscoveryWorkloadIdentityProviderId 'ciem-discovery' Check the spell of New-AzSecurityDefenderCspmGcpOfferingObject.
New-AzSecurityConnector 2 12 Invalid_Cmdlet New-AzSecurityDefenderForContainersGcpOfferingObject is not a valid command name. New-AzSecurityDefenderForContainersGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress 'microsoft-defender-containers@$emailSuffix' -NativeCloudConnectionWorkloadIdentityProviderId 'containers' -DataPipelineNativeCloudConnectionServiceAccountEmailAddress 'ms-defender-containers-stream@$emailSuffix' -DataPipelineNativeCloudConnectionWorkloadIdentityProviderId 'containers-streams' -AuditLogsAutoProvisioningFlag $true -DefenderAgentAutoProvisioningFlag $true -PolicyAgentAutoProvisioningFlag $true -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SWorkloadIdentityProviderId 'containers' -MdcContainerAgentlessDiscoveryK8SServiceAccountEmailAddress 'mdc-containers-k8s-operator@$emailSuffix' ` -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentWorkloadIdentityProviderId 'containers' -MdcContainerImageAssessmentServiceAccountEmailAddress 'mdc-containers-artifact-assess@$emailSuffix' Check the spell of New-AzSecurityDefenderForContainersGcpOfferingObject.
New-AzSecurityConnector 2 19 Invalid_Cmdlet New-AzSecurityGcpProjectEnvironmentObject is not a valid command name. New-AzSecurityGcpProjectEnvironmentObject -ScanInterval 24 -ProjectDetailProjectId 'asc-sdk-samples' -ProjectDetailProjectNumber '$account' Check the spell of New-AzSecurityGcpProjectEnvironmentObject.
New-AzSecurityConnector 2 21 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -Name 'gcp-sdktest01' -ResourceGroupName 'securityConnectors-tests' -EnvironmentData $environment -EnvironmentName GCP -HierarchyIdentifier '$account' ` -Offering @($cspmMonitorOffering, $dcspmOffering, $defenderForContainersOffering) -Location 'CentralUS' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 3 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' -EnvironmentName AzureDevOps -EnvironmentData (New-AzSecurityAzureDevOpsScopeEnvironmentObject) -HierarchyIdentifier ([guid]::NewGuid().ToString()) -Location 'CentralUS' ` -Offering @(New-AzSecurityCspmMonitorAzureDevOpsOfferingObject) Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 3 2 Invalid_Cmdlet New-AzSecurityAzureDevOpsScopeEnvironmentObject is not a valid command name. New-AzSecurityAzureDevOpsScopeEnvironmentObject Check the spell of New-AzSecurityAzureDevOpsScopeEnvironmentObject.
New-AzSecurityConnector 3 4 Invalid_Cmdlet New-AzSecurityCspmMonitorAzureDevOpsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAzureDevOpsOfferingObject Check the spell of New-AzSecurityCspmMonitorAzureDevOpsOfferingObject.
New-AzSecurityConnector 4 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'gh-sdk-pwsh-test03' -EnvironmentName GitHub -EnvironmentData (New-AzSecurityGitHubScopeEnvironmentObject) -HierarchyIdentifier ([guid]::NewGuid().ToString()) -Location 'CentralUS' ` -Offering @(New-AzSecurityCspmMonitorGithubOfferingObject) Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 4 2 Invalid_Cmdlet New-AzSecurityGitHubScopeEnvironmentObject is not a valid command name. New-AzSecurityGitHubScopeEnvironmentObject Check the spell of New-AzSecurityGitHubScopeEnvironmentObject.
New-AzSecurityConnector 4 4 Invalid_Cmdlet New-AzSecurityCspmMonitorGithubOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGithubOfferingObject Check the spell of New-AzSecurityCspmMonitorGithubOfferingObject.
New-AzSecurityConnector 5 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'gl-sdk-pwsh-test03' -EnvironmentName GitLab -EnvironmentData (New-AzSecurityGitLabScopeEnvironmentObject) -HierarchyIdentifier ([guid]::NewGuid().ToString()) -Location 'CentralUS' ` -Offering @(New-AzSecurityCspmMonitorGitLabOfferingObject) Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 5 2 Invalid_Cmdlet New-AzSecurityGitLabScopeEnvironmentObject is not a valid command name. New-AzSecurityGitLabScopeEnvironmentObject Check the spell of New-AzSecurityGitLabScopeEnvironmentObject.
New-AzSecurityConnector 5 4 Invalid_Cmdlet New-AzSecurityCspmMonitorGitLabOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGitLabOfferingObject Check the spell of New-AzSecurityCspmMonitorGitLabOfferingObject.
New-AzSecurityConnectorActionableRemediationObject 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled ` -BranchConfiguration @{AnnotateDefaultBranch='Enabled'; branchName=@('main', 'hotfix')} -CategoryConfiguration @( @{category='First'; minimumSeverityLevel='High'}, @{category='Second'; minimumSeverityLevel='Low'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
New-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet New-AzSecurityConnectorDevOpsConfiguration is not a valid command name. New-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityconnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -AutoDiscovery Disabled -TopLevelInventoryList @('org1', 'org2') -AuthorizationCode 'myAuthorizationCode' Check the spell of New-AzSecurityConnectorDevOpsConfiguration.
New-AzSecurityCspmMonitorAwsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorAwsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAwsOfferingObject -NativeCloudConnectionCloudRoleArn 'arn:aws:iam::123456789012:role/CspmMonitorAws' Check the spell of New-AzSecurityCspmMonitorAwsOfferingObject.
New-AzSecurityCspmMonitorAzureDevOpsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorAzureDevOpsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAzureDevOpsOfferingObject Check the spell of New-AzSecurityCspmMonitorAzureDevOpsOfferingObject.
New-AzSecurityCspmMonitorGcpOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGcpOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress '[email protected]' -NativeCloudConnectionWorkloadIdentityProviderId 'cspm' Check the spell of New-AzSecurityCspmMonitorGcpOfferingObject.
New-AzSecurityCspmMonitorGitLabOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGitLabOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGitLabOfferingObject Check the spell of New-AzSecurityCspmMonitorGitLabOfferingObject.
New-AzSecurityCspmMonitorGithubOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGithubOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGithubOfferingObject Check the spell of New-AzSecurityCspmMonitorGithubOfferingObject.
New-AzSecurityDefenderCspmAwsOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderCspmAwsOfferingObject is not a valid command name. New-AzSecurityDefenderCspmAwsOfferingObject -VMScannerEnabled $true -ConfigurationScanningMode Default -ConfigurationCloudRoleArn '$arnPrefix/DefenderForCloud-AgentlessScanner' -ConfigurationExclusionTag @{key='value'} -DataSensitivityDiscoveryEnabled $true -DataSensitivityDiscoveryCloudRoleArn '$arnPrefix/SensitiveDataDiscovery' -DatabaseDspmEnabled $true -DatabaseDspmCloudRoleArn '$arnPrefix/DefenderForCloud-DataSecurityPostureDB' -CiemDiscoveryCloudRoleArn '$arnPrefix/DefenderForCloud-Ciem' -CiemOidcAzureActiveDirectoryAppName 'mciem-aws-oidc-connector' -CiemOidcCloudRoleArn '$arnPrefix/DefenderForCloud-OidcCiem' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentCloudRoleArn '$arnPrefix/MDCContainersImageAssessmentRole' -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SCloudRoleArn '$arnPrefix/MDCContainersAgentlessDiscoveryK8sRole' Check the spell of New-AzSecurityDefenderCspmAwsOfferingObject.
New-AzSecurityDefenderCspmGcpOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderCspmGcpOfferingObject is not a valid command name. New-AzSecurityDefenderCspmGcpOfferingObject -VMScannerEnabled $true -ConfigurationScanningMode Default -ConfigurationExclusionTag @{key='value'} -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SServiceAccountEmailAddress 'mdc-containers-k8s-operator@$emailSuffix' -MdcContainerAgentlessDiscoveryK8SWorkloadIdentityProviderId 'containers' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentServiceAccountEmailAddress 'mdc-containers-artifact-assess@$emailSuffix' -MdcContainerImageAssessmentWorkloadIdentityProviderId 'containers' -DataSensitivityDiscoveryEnabled $true -DataSensitivityDiscoveryServiceAccountEmailAddress 'mdc-data-sec-posture-storage@$emailSuffix' -DataSensitivityDiscoveryWorkloadIdentityProviderId 'data-security-posture-storage' ` -CiemDiscoveryServiceAccountEmailAddress 'microsoft-defender-ciem@$emailSuffix' -CiemDiscoveryAzureActiveDirectoryAppName 'mciem-gcp-oidc-app' -CiemDiscoveryWorkloadIdentityProviderId 'ciem-discovery' Check the spell of New-AzSecurityDefenderCspmGcpOfferingObject.
New-AzSecurityDefenderForContainersAwsOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForContainersAwsOfferingObject is not a valid command name. New-AzSecurityDefenderForContainersAwsOfferingObject -AutoProvisioning $true -KuberneteServiceCloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s' -KuberneteScubaReaderCloudRoleArn '$arnPrefix/DefenderForCloud-DataCollection' -KinesiToS3CloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s-kinesis-to-s3' -CloudWatchToKinesiCloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s-cloudwatch-to-kinesis' -KubeAuditRetentionTime 30 -ScubaExternalId 'a47ae0a2-7bf7-482a-897a-7a139d30736c' -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SCloudRoleArn '$arnPrefix/MDCContainersAgentlessDiscoveryK8sRole' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentCloudRoleArn '$arnPrefix/MDCContainersImageAssessmentRole' -EnableContainerVulnerabilityAssessment $false Check the spell of New-AzSecurityDefenderForContainersAwsOfferingObject.
New-AzSecurityDefenderForContainersGcpOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForContainersGcpOfferingObject is not a valid command name. New-AzSecurityDefenderForContainersGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress 'microsoft-defender-containers@$emailSuffix' -NativeCloudConnectionWorkloadIdentityProviderId 'containers' -DataPipelineNativeCloudConnectionServiceAccountEmailAddress 'ms-defender-containers-stream@$emailSuffix' -DataPipelineNativeCloudConnectionWorkloadIdentityProviderId 'containers-streams' -AuditLogsAutoProvisioningFlag $true -DefenderAgentAutoProvisioningFlag $true -PolicyAgentAutoProvisioningFlag $true -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SWorkloadIdentityProviderId 'containers' -MdcContainerAgentlessDiscoveryK8SServiceAccountEmailAddress 'mdc-containers-k8s-operator@$emailSuffix' ` -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentWorkloadIdentityProviderId 'containers' -MdcContainerImageAssessmentServiceAccountEmailAddress 'mdc-containers-artifact-assess@$emailSuffix' Check the spell of New-AzSecurityDefenderForContainersGcpOfferingObject.
New-AzSecurityDefenderForDatabasesAwsOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForDatabasesAwsOfferingObject is not a valid command name. New-AzSecurityDefenderForDatabasesAwsOfferingObject -ArcAutoProvisioningEnabled $true -ArcAutoProvisioningCloudRoleArn '$arnPrefix/DefenderForCloud-ArcAutoProvisioning' -DatabaseDspmEnabled $true -DatabaseDspmCloudRoleArn '$arnPrefix/DefenderForCloud-DataSecurityPostureDB' Check the spell of New-AzSecurityDefenderForDatabasesAwsOfferingObject.
New-AzSecurityDefenderForDatabasesGcpOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForDatabasesGcpOfferingObject is not a valid command name. New-AzSecurityDefenderForDatabasesGcpOfferingObject -ArcAutoProvisioningEnabled $true -DefenderForDatabaseArcAutoProvisioningServiceAccountEmailAddress 'microsoft-databases-arc-ap@' -DefenderForDatabaseArcAutoProvisioningWorkloadIdentityProviderId 'defender-for-databases-arc-ap' Check the spell of New-AzSecurityDefenderForDatabasesGcpOfferingObject.
New-AzSecurityDefenderForServersAwsOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForServersAwsOfferingObject is not a valid command name. New-AzSecurityDefenderForServersAwsOfferingObject -DefenderForServerCloudRoleArn '$arnPrefix/DefenderForCloud-DefenderForServers' -ArcAutoProvisioningEnabled $true -ArcAutoProvisioningCloudRoleArn '$arnPrefix/DefenderForCloud-ArcAutoProvisioning' -MdeAutoProvisioningEnabled $true -VaAutoProvisioningEnabled $true -ConfigurationType TVM -VMScannerEnabled $true -ConfigurationCloudRoleArn '$arnPrefix/DefenderForCloud-AgentlessScanner' -ConfigurationScanningMode Default -SubPlanType P2 Check the spell of New-AzSecurityDefenderForServersAwsOfferingObject.
New-AzSecurityDefenderForServersGcpOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForServersGcpOfferingObject is not a valid command name. New-AzSecurityDefenderForServersGcpOfferingObject -DefenderForServerServiceAccountEmailAddress 'microsoft-defender-for-servers@$emailSuffix' -DefenderForServerWorkloadIdentityProviderId 'defender-for-servers' -ArcAutoProvisioningEnabled $true -MdeAutoProvisioningEnabled $true -VaAutoProvisioningEnabled $true -ConfigurationType TVM -VMScannerEnabled $true -ConfigurationScanningMode Default -SubPlanType P2 Check the spell of New-AzSecurityDefenderForServersGcpOfferingObject.
New-AzSecurityGcpOrganizationalDataMemberObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataMemberObject is not a valid command name. New-AzSecurityGcpOrganizationalDataMemberObject -ManagementProjectNumber '12345' -ParentHierarchyId '00000' Check the spell of New-AzSecurityGcpOrganizationalDataMemberObject.
New-AzSecurityGcpOrganizationalDataOrganizationObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataOrganizationObject is not a valid command name. New-AzSecurityGcpOrganizationalDataOrganizationObject -WorkloadIdentityProviderId 'provider' -ServiceAccountEmailAddress '[email protected]' -ExcludedProjectNumber @(1,2) Check the spell of New-AzSecurityGcpOrganizationalDataOrganizationObject.
New-AzSecurityGcpProjectEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataOrganizationObject is not a valid command name. New-AzSecurityGcpOrganizationalDataOrganizationObject -WorkloadIdentityProviderId 'provider' -ServiceAccountEmailAddress '[email protected]' -ExcludedProjectNumber @(1,2) Check the spell of New-AzSecurityGcpOrganizationalDataOrganizationObject.
New-AzSecurityGcpProjectEnvironmentObject 1 2 Invalid_Cmdlet New-AzSecurityGcpProjectEnvironmentObject is not a valid command name. New-AzSecurityGcpProjectEnvironmentObject -ProjectDetailProjectId 'asc-sdk-samples' -ScanInterval 24 -OrganizationalData $orgData -ProjectDetailProjectNumber '1234' Check the spell of New-AzSecurityGcpProjectEnvironmentObject.
New-AzSecurityGitHubScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGitHubScopeEnvironmentObject is not a valid command name. New-AzSecurityGitHubScopeEnvironmentObject Check the spell of New-AzSecurityGitHubScopeEnvironmentObject.
New-AzSecurityGitLabScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGitLabScopeEnvironmentObject is not a valid command name. New-AzSecurityGitLabScopeEnvironmentObject Check the spell of New-AzSecurityGitLabScopeEnvironmentObject.
New-AzSecurityInformationProtectionAwsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityInformationProtectionAwsOfferingObject is not a valid command name. New-AzSecurityInformationProtectionAwsOfferingObject -InformationProtectionCloudRoleArn 'arn:aws:iam::123456789012:role/myRole' Check the spell of New-AzSecurityInformationProtectionAwsOfferingObject.
Remove-AzSecurityConnector 1 1 Invalid_Cmdlet Remove-AzSecurityConnector is not a valid command name. Remove-AzSecurityConnector -ResourceGroupName 'securityconnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' Check the spell of Remove-AzSecurityConnector.
Remove-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Remove-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Remove-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityconnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' Check the spell of Remove-AzSecurityConnectorDevOpsConfiguration.
Update-AzSecurityConnector 1 1 Invalid_Cmdlet Update-AzSecurityConnector is not a valid command name. Update-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' -Tag @{myTag='v1'} Check the spell of Update-AzSecurityConnector.
Update-AzSecurityConnectorAzureDevOpsOrg 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='High'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsOrg 1 2 Invalid_Cmdlet Update-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Update-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -OrgName 'org1' -ActionableRemediation $config Check the spell of Update-AzSecurityConnectorAzureDevOpsOrg.
Update-AzSecurityConnectorAzureDevOpsProject 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Disabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='Low'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsProject 1 2 Invalid_Cmdlet Update-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Update-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -OrgName 'org1' -ProjectName 'Build' -ActionableRemediation $config Check the spell of Update-AzSecurityConnectorAzureDevOpsProject.
Update-AzSecurityConnectorAzureDevOpsRepo 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='Low'} ) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsRepo 1 2 Invalid_Cmdlet Update-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Update-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -OrgName 'org1' -ProjectName 'Build' -RepoName 'Build' -ActionableRemediation $config Check the spell of Update-AzSecurityConnectorAzureDevOpsRepo.
Update-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Update-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Update-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -AutoDiscovery Enabled Check the spell of Update-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityApiCollection 1 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection -ResourceGroupName apicollectionstests -ServiceName 'demoapimservice2' -ApiId 'echo-api' Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityApiCollection 2 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityApiCollection 3 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityConnector 1 1 Invalid_Cmdlet Get-AzSecurityConnector is not a valid command name. Get-AzSecurityConnector -ResourceGroupName 'dfdtest-sdk' -Name 'dfdsdktests-azdo-01' Check the spell of Get-AzSecurityConnector.
Get-AzSecurityConnector 2 1 Invalid_Cmdlet Get-AzSecurityConnector is not a valid command name. Get-AzSecurityConnector Check the spell of Get-AzSecurityConnector.
Get-AzSecurityConnectorAzureDevOpsOrg 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests Check the spell of Get-AzSecurityConnectorAzureDevOpsOrg.
Get-AzSecurityConnectorAzureDevOpsOrg 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorAzureDevOpsOrg.
Get-AzSecurityConnectorAzureDevOpsOrgAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrgAvailable is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrgAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorAzureDevOpsOrgAvailable.
Get-AzSecurityConnectorAzureDevOpsProject 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Get-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd Check the spell of Get-AzSecurityConnectorAzureDevOpsProject.
Get-AzSecurityConnectorAzureDevOpsProject 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Get-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests Check the spell of Get-AzSecurityConnectorAzureDevOpsProject.
Get-AzSecurityConnectorAzureDevOpsRepo 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Get-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd -RepoName TestApp0 Check the spell of Get-AzSecurityConnectorAzureDevOpsRepo.
Get-AzSecurityConnectorAzureDevOpsRepo 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Get-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd Check the spell of Get-AzSecurityConnectorAzureDevOpsRepo.
Get-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Get-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Get-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityConnectorDevOpsConfiguration 2 1 Invalid_Cmdlet Get-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Get-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName securityconnectors-tests -SecurityConnectorName aws-sdktest01 Check the spell of Get-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityConnectorGitHubOwner 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwner is not a valid command name. Get-AzSecurityConnectorGitHubOwner -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests Check the spell of Get-AzSecurityConnectorGitHubOwner.
Get-AzSecurityConnectorGitHubOwner 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwner is not a valid command name. Get-AzSecurityConnectorGitHubOwner -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 Check the spell of Get-AzSecurityConnectorGitHubOwner.
Get-AzSecurityConnectorGitHubOwnerAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwnerAvailable is not a valid command name. Get-AzSecurityConnectorGitHubOwnerAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 Check the spell of Get-AzSecurityConnectorGitHubOwnerAvailable.
Get-AzSecurityConnectorGitHubRepo 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubRepo is not a valid command name. Get-AzSecurityConnectorGitHubRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests -RepoName TestApp0 Check the spell of Get-AzSecurityConnectorGitHubRepo.
Get-AzSecurityConnectorGitHubRepo 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubRepo is not a valid command name. Get-AzSecurityConnectorGitHubRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests Check the spell of Get-AzSecurityConnectorGitHubRepo.
Get-AzSecurityConnectorGitLabGroup 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroup is not a valid command name. Get-AzSecurityConnectorGitLabGroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabGroup.
Get-AzSecurityConnectorGitLabGroup 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroup is not a valid command name. Get-AzSecurityConnectorGitLabGroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 Check the spell of Get-AzSecurityConnectorGitLabGroup.
Get-AzSecurityConnectorGitLabGroupAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroupAvailable is not a valid command name. Get-AzSecurityConnectorGitLabGroupAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 Check the spell of Get-AzSecurityConnectorGitLabGroupAvailable.
Get-AzSecurityConnectorGitLabProject 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabProject is not a valid command name. Get-AzSecurityConnectorGitLabProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests -ProjectName testapp0 Check the spell of Get-AzSecurityConnectorGitLabProject.
Get-AzSecurityConnectorGitLabProject 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabProject is not a valid command name. Get-AzSecurityConnectorGitLabProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabProject.
Get-AzSecurityConnectorGitLabSubgroup 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabSubgroup is not a valid command name. Get-AzSecurityConnectorGitLabSubgroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabSubgroup.
Invoke-AzSecurityApiCollectionApimOffboard 1 1 Invalid_Cmdlet Invoke-AzSecurityApiCollectionApimOffboard is not a valid command name. Invoke-AzSecurityApiCollectionApimOffboard -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' -ApiId 'echo-api-2' Check the spell of Invoke-AzSecurityApiCollectionApimOffboard.
Invoke-AzSecurityApiCollectionApimOnboard 1 1 Invalid_Cmdlet Invoke-AzSecurityApiCollectionApimOnboard is not a valid command name. Invoke-AzSecurityApiCollectionApimOnboard -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' -ApiId 'echo-api-2' Check the spell of Invoke-AzSecurityApiCollectionApimOnboard.
⚠️ 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-AzSecurityAwsEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMemberObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId '123' Check the spell of New-AzSecurityAwsOrganizationalDataMemberObject.
New-AzSecurityAwsEnvironmentObject 2 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMasterObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName 'myAwsStackSet' -ExcludedAccountId '123456789012' Check the spell of New-AzSecurityAwsOrganizationalDataMasterObject.
New-AzSecurityAwsOrganizationalDataMasterObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMasterObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName 'myAwsStackSet' -ExcludedAccountId '123456789012' Check the spell of New-AzSecurityAwsOrganizationalDataMasterObject.
New-AzSecurityAwsOrganizationalDataMemberObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMemberObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId '123' Check the spell of New-AzSecurityAwsOrganizationalDataMemberObject.
New-AzSecurityAzureDevOpsScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityAzureDevOpsScopeEnvironmentObject is not a valid command name. New-AzSecurityAzureDevOpsScopeEnvironmentObject Check the spell of New-AzSecurityAzureDevOpsScopeEnvironmentObject.
New-AzSecurityConnector 3 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 4 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'gh-sdk-pwsh-test03' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 5 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'gl-sdk-pwsh-test03' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnectorActionableRemediationObject 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled Check the spell of New-AzSecurityConnectorActionableRemediationObject.
New-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet New-AzSecurityConnectorDevOpsConfiguration is not a valid command name. New-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityconnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -AutoDiscovery Disabled -TopLevelInventoryList @('org1', 'org2') -AuthorizationCode 'myAuthorizationCode' Check the spell of New-AzSecurityConnectorDevOpsConfiguration.
New-AzSecurityCspmMonitorAwsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorAwsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAwsOfferingObject -NativeCloudConnectionCloudRoleArn 'arn:aws:iam::123456789012:role/CspmMonitorAws' Check the spell of New-AzSecurityCspmMonitorAwsOfferingObject.
New-AzSecurityCspmMonitorAzureDevOpsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorAzureDevOpsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAzureDevOpsOfferingObject Check the spell of New-AzSecurityCspmMonitorAzureDevOpsOfferingObject.
New-AzSecurityCspmMonitorGcpOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGcpOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress '[email protected]' -NativeCloudConnectionWorkloadIdentityProviderId 'cspm' Check the spell of New-AzSecurityCspmMonitorGcpOfferingObject.
New-AzSecurityCspmMonitorGitLabOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGitLabOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGitLabOfferingObject Check the spell of New-AzSecurityCspmMonitorGitLabOfferingObject.
New-AzSecurityCspmMonitorGithubOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGithubOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGithubOfferingObject Check the spell of New-AzSecurityCspmMonitorGithubOfferingObject.
New-AzSecurityGcpOrganizationalDataMemberObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataMemberObject is not a valid command name. New-AzSecurityGcpOrganizationalDataMemberObject -ManagementProjectNumber '12345' -ParentHierarchyId '00000' Check the spell of New-AzSecurityGcpOrganizationalDataMemberObject.
New-AzSecurityGcpOrganizationalDataOrganizationObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataOrganizationObject is not a valid command name. New-AzSecurityGcpOrganizationalDataOrganizationObject -WorkloadIdentityProviderId 'provider' -ServiceAccountEmailAddress '[email protected]' -ExcludedProjectNumber @(1,2) Check the spell of New-AzSecurityGcpOrganizationalDataOrganizationObject.
New-AzSecurityGcpProjectEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataOrganizationObject is not a valid command name. New-AzSecurityGcpOrganizationalDataOrganizationObject -WorkloadIdentityProviderId 'provider' -ServiceAccountEmailAddress '[email protected]' -ExcludedProjectNumber @(1,2) Check the spell of New-AzSecurityGcpOrganizationalDataOrganizationObject.
New-AzSecurityGitHubScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGitHubScopeEnvironmentObject is not a valid command name. New-AzSecurityGitHubScopeEnvironmentObject Check the spell of New-AzSecurityGitHubScopeEnvironmentObject.
New-AzSecurityGitLabScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGitLabScopeEnvironmentObject is not a valid command name. New-AzSecurityGitLabScopeEnvironmentObject Check the spell of New-AzSecurityGitLabScopeEnvironmentObject.
New-AzSecurityInformationProtectionAwsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityInformationProtectionAwsOfferingObject is not a valid command name. New-AzSecurityInformationProtectionAwsOfferingObject -InformationProtectionCloudRoleArn 'arn:aws:iam::123456789012:role/myRole' Check the spell of New-AzSecurityInformationProtectionAwsOfferingObject.
Remove-AzSecurityConnector 1 1 Invalid_Cmdlet Remove-AzSecurityConnector is not a valid command name. Remove-AzSecurityConnector -ResourceGroupName 'securityconnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' Check the spell of Remove-AzSecurityConnector.
Remove-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Remove-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Remove-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityconnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' Check the spell of Remove-AzSecurityConnectorDevOpsConfiguration.
Update-AzSecurityConnector 1 1 Invalid_Cmdlet Update-AzSecurityConnector is not a valid command name. Update-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' -Tag @{myTag='v1'} Check the spell of Update-AzSecurityConnector.
Update-AzSecurityConnectorAzureDevOpsOrg 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='High'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsProject 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Disabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='Low'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsRepo 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='Low'} ) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Update-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Update-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -AutoDiscovery Enabled Check the spell of Update-AzSecurityConnectorDevOpsConfiguration.
❌Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
Get-AzSecurityApiCollection 1 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection -ResourceGroupName apicollectionstests -ServiceName 'demoapimservice2' -ApiId 'echo-api' Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityApiCollection 2 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityApiCollection 3 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityConnector 1 1 Invalid_Cmdlet Get-AzSecurityConnector is not a valid command name. Get-AzSecurityConnector -ResourceGroupName 'dfdtest-sdk' -Name 'dfdsdktests-azdo-01' Check the spell of Get-AzSecurityConnector.
Get-AzSecurityConnector 2 1 Invalid_Cmdlet Get-AzSecurityConnector is not a valid command name. Get-AzSecurityConnector Check the spell of Get-AzSecurityConnector.
Get-AzSecurityConnectorAzureDevOpsOrg 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests Check the spell of Get-AzSecurityConnectorAzureDevOpsOrg.
Get-AzSecurityConnectorAzureDevOpsOrg 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorAzureDevOpsOrg.
Get-AzSecurityConnectorAzureDevOpsOrgAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrgAvailable is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrgAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorAzureDevOpsOrgAvailable.
Get-AzSecurityConnectorAzureDevOpsProject 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Get-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd Check the spell of Get-AzSecurityConnectorAzureDevOpsProject.
Get-AzSecurityConnectorAzureDevOpsProject 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Get-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests Check the spell of Get-AzSecurityConnectorAzureDevOpsProject.
Get-AzSecurityConnectorAzureDevOpsRepo 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Get-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd -RepoName TestApp0 Check the spell of Get-AzSecurityConnectorAzureDevOpsRepo.
Get-AzSecurityConnectorAzureDevOpsRepo 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Get-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd Check the spell of Get-AzSecurityConnectorAzureDevOpsRepo.
Get-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Get-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Get-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityConnectorDevOpsConfiguration 2 1 Invalid_Cmdlet Get-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Get-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName securityconnectors-tests -SecurityConnectorName aws-sdktest01 Check the spell of Get-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityConnectorGitHubOwner 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwner is not a valid command name. Get-AzSecurityConnectorGitHubOwner -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests Check the spell of Get-AzSecurityConnectorGitHubOwner.
Get-AzSecurityConnectorGitHubOwner 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwner is not a valid command name. Get-AzSecurityConnectorGitHubOwner -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 Check the spell of Get-AzSecurityConnectorGitHubOwner.
Get-AzSecurityConnectorGitHubOwnerAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwnerAvailable is not a valid command name. Get-AzSecurityConnectorGitHubOwnerAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 Check the spell of Get-AzSecurityConnectorGitHubOwnerAvailable.
Get-AzSecurityConnectorGitHubRepo 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubRepo is not a valid command name. Get-AzSecurityConnectorGitHubRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests -RepoName TestApp0 Check the spell of Get-AzSecurityConnectorGitHubRepo.
Get-AzSecurityConnectorGitHubRepo 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubRepo is not a valid command name. Get-AzSecurityConnectorGitHubRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests Check the spell of Get-AzSecurityConnectorGitHubRepo.
Get-AzSecurityConnectorGitLabGroup 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroup is not a valid command name. Get-AzSecurityConnectorGitLabGroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabGroup.
Get-AzSecurityConnectorGitLabGroup 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroup is not a valid command name. Get-AzSecurityConnectorGitLabGroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 Check the spell of Get-AzSecurityConnectorGitLabGroup.
Get-AzSecurityConnectorGitLabGroupAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroupAvailable is not a valid command name. Get-AzSecurityConnectorGitLabGroupAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 Check the spell of Get-AzSecurityConnectorGitLabGroupAvailable.
Get-AzSecurityConnectorGitLabProject 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabProject is not a valid command name. Get-AzSecurityConnectorGitLabProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests -ProjectName testapp0 Check the spell of Get-AzSecurityConnectorGitLabProject.
Get-AzSecurityConnectorGitLabProject 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabProject is not a valid command name. Get-AzSecurityConnectorGitLabProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabProject.
Get-AzSecurityConnectorGitLabSubgroup 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabSubgroup is not a valid command name. Get-AzSecurityConnectorGitLabSubgroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabSubgroup.
Invoke-AzSecurityApiCollectionApimOffboard 1 1 Invalid_Cmdlet Invoke-AzSecurityApiCollectionApimOffboard is not a valid command name. Invoke-AzSecurityApiCollectionApimOffboard -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' -ApiId 'echo-api-2' Check the spell of Invoke-AzSecurityApiCollectionApimOffboard.
Invoke-AzSecurityApiCollectionApimOnboard 1 1 Invalid_Cmdlet Invoke-AzSecurityApiCollectionApimOnboard is not a valid command name. Invoke-AzSecurityApiCollectionApimOnboard -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' -ApiId 'echo-api-2' Check the spell of Invoke-AzSecurityApiCollectionApimOnboard.
New-AzSecurityAwsEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMemberObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId '123' Check the spell of New-AzSecurityAwsOrganizationalDataMemberObject.
New-AzSecurityAwsEnvironmentObject 1 2 Invalid_Cmdlet New-AzSecurityAwsEnvironmentObject is not a valid command name. New-AzSecurityAwsEnvironmentObject -Region 'Central US' -ScanInterval 24 -OrganizationalData $member Check the spell of New-AzSecurityAwsEnvironmentObject.
New-AzSecurityAwsEnvironmentObject 2 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMasterObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName 'myAwsStackSet' -ExcludedAccountId '123456789012' Check the spell of New-AzSecurityAwsOrganizationalDataMasterObject.
New-AzSecurityAwsEnvironmentObject 2 2 Invalid_Cmdlet New-AzSecurityAwsEnvironmentObject is not a valid command name. New-AzSecurityAwsEnvironmentObject -Region 'Central US' -ScanInterval 24 -OrganizationalData $organization Check the spell of New-AzSecurityAwsEnvironmentObject.
New-AzSecurityAwsOrganizationalDataMasterObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMasterObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName 'myAwsStackSet' -ExcludedAccountId '123456789012' Check the spell of New-AzSecurityAwsOrganizationalDataMasterObject.
New-AzSecurityAwsOrganizationalDataMemberObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMemberObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId '123' Check the spell of New-AzSecurityAwsOrganizationalDataMemberObject.
New-AzSecurityAzureDevOpsScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityAzureDevOpsScopeEnvironmentObject is not a valid command name. New-AzSecurityAzureDevOpsScopeEnvironmentObject Check the spell of New-AzSecurityAzureDevOpsScopeEnvironmentObject.
New-AzSecurityConnector 1 4 Invalid_Cmdlet New-AzSecurityCspmMonitorAwsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAwsOfferingObject -NativeCloudConnectionCloudRoleArn '$arnPrefix/CspmMonitorAws' Check the spell of New-AzSecurityCspmMonitorAwsOfferingObject.
New-AzSecurityConnector 1 6 Invalid_Cmdlet New-AzSecurityDefenderCspmAwsOfferingObject is not a valid command name. New-AzSecurityDefenderCspmAwsOfferingObject -VMScannerEnabled $true -ConfigurationScanningMode Default -ConfigurationCloudRoleArn '$arnPrefix/DefenderForCloud-AgentlessScanner' -DataSensitivityDiscoveryEnabled $true -DataSensitivityDiscoveryCloudRoleArn '$arnPrefix/SensitiveDataDiscovery' -DatabaseDspmEnabled $true -DatabaseDspmCloudRoleArn '$arnPrefix/DefenderForCloud-DataSecurityPostureDB' -CiemDiscoveryCloudRoleArn '$arnPrefix/DefenderForCloud-Ciem' -CiemOidcAzureActiveDirectoryAppName 'mciem-aws-oidc-connector' -CiemOidcCloudRoleArn '$arnPrefix/DefenderForCloud-OidcCiem' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentCloudRoleArn '$arnPrefix/MDCContainersImageAssessmentRole' -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SCloudRoleArn '$arnPrefix/MDCContainersAgentlessDiscoveryK8sRole' Check the spell of New-AzSecurityDefenderCspmAwsOfferingObject.
New-AzSecurityConnector 1 14 Invalid_Cmdlet New-AzSecurityDefenderForContainersAwsOfferingObject is not a valid command name. New-AzSecurityDefenderForContainersAwsOfferingObject -AutoProvisioning $true -KuberneteServiceCloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s' -KuberneteScubaReaderCloudRoleArn '$arnPrefix/DefenderForCloud-DataCollection' -KinesiToS3CloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s-kinesis-to-s3' -CloudWatchToKinesiCloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s-cloudwatch-to-kinesis' -KubeAuditRetentionTime 30 -ScubaExternalId 'a47ae0a2-7bf7-482a-897a-7a139d30736c' -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SCloudRoleArn '$arnPrefix/MDCContainersAgentlessDiscoveryK8sRole' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentCloudRoleArn '$arnPrefix/MDCContainersImageAssessmentRole' -EnableContainerVulnerabilityAssessment $false Check the spell of New-AzSecurityDefenderForContainersAwsOfferingObject.
New-AzSecurityConnector 1 22 Invalid_Cmdlet New-AzSecurityAwsEnvironmentObject is not a valid command name. New-AzSecurityAwsEnvironmentObject -ScanInterval 24 Check the spell of New-AzSecurityAwsEnvironmentObject.
New-AzSecurityConnector 1 24 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -Name 'aws-sdktest01' -ResourceGroupName 'securityConnectors-tests' -EnvironmentData $environment -EnvironmentName AWS -HierarchyIdentifier '$account' -Offering @($cspmMonitorOffering, $dcspmOffering, $defenderForContainersOffering) ` -Location 'CentralUS' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 2 3 Invalid_Cmdlet New-AzSecurityCspmMonitorGcpOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress 'microsoft-defender-cspm@$emailSuffix' -NativeCloudConnectionWorkloadIdentityProviderId 'cspm' Check the spell of New-AzSecurityCspmMonitorGcpOfferingObject.
New-AzSecurityConnector 2 5 Invalid_Cmdlet New-AzSecurityDefenderCspmGcpOfferingObject is not a valid command name. New-AzSecurityDefenderCspmGcpOfferingObject -VMScannerEnabled $true -ConfigurationScanningMode Default -ConfigurationExclusionTag @{key='value'} -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SServiceAccountEmailAddress 'mdc-containers-k8s-operator@$emailSuffix' -MdcContainerAgentlessDiscoveryK8SWorkloadIdentityProviderId 'containers' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentServiceAccountEmailAddress 'mdc-containers-artifact-assess@$emailSuffix' -MdcContainerImageAssessmentWorkloadIdentityProviderId 'containers' -DataSensitivityDiscoveryEnabled $true -DataSensitivityDiscoveryServiceAccountEmailAddress 'mdc-data-sec-posture-storage@$emailSuffix' -DataSensitivityDiscoveryWorkloadIdentityProviderId 'data-security-posture-storage' ` -CiemDiscoveryServiceAccountEmailAddress 'microsoft-defender-ciem@$emailSuffix' -CiemDiscoveryAzureActiveDirectoryAppName 'mciem-gcp-oidc-app' -CiemDiscoveryWorkloadIdentityProviderId 'ciem-discovery' Check the spell of New-AzSecurityDefenderCspmGcpOfferingObject.
New-AzSecurityConnector 2 12 Invalid_Cmdlet New-AzSecurityDefenderForContainersGcpOfferingObject is not a valid command name. New-AzSecurityDefenderForContainersGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress 'microsoft-defender-containers@$emailSuffix' -NativeCloudConnectionWorkloadIdentityProviderId 'containers' -DataPipelineNativeCloudConnectionServiceAccountEmailAddress 'ms-defender-containers-stream@$emailSuffix' -DataPipelineNativeCloudConnectionWorkloadIdentityProviderId 'containers-streams' -AuditLogsAutoProvisioningFlag $true -DefenderAgentAutoProvisioningFlag $true -PolicyAgentAutoProvisioningFlag $true -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SWorkloadIdentityProviderId 'containers' -MdcContainerAgentlessDiscoveryK8SServiceAccountEmailAddress 'mdc-containers-k8s-operator@$emailSuffix' ` -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentWorkloadIdentityProviderId 'containers' -MdcContainerImageAssessmentServiceAccountEmailAddress 'mdc-containers-artifact-assess@$emailSuffix' Check the spell of New-AzSecurityDefenderForContainersGcpOfferingObject.
New-AzSecurityConnector 2 19 Invalid_Cmdlet New-AzSecurityGcpProjectEnvironmentObject is not a valid command name. New-AzSecurityGcpProjectEnvironmentObject -ScanInterval 24 -ProjectDetailProjectId 'asc-sdk-samples' -ProjectDetailProjectNumber '$account' Check the spell of New-AzSecurityGcpProjectEnvironmentObject.
New-AzSecurityConnector 2 21 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -Name 'gcp-sdktest01' -ResourceGroupName 'securityConnectors-tests' -EnvironmentData $environment -EnvironmentName GCP -HierarchyIdentifier '$account' ` -Offering @($cspmMonitorOffering, $dcspmOffering, $defenderForContainersOffering) -Location 'CentralUS' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 3 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' -EnvironmentName AzureDevOps -EnvironmentData (New-AzSecurityAzureDevOpsScopeEnvironmentObject) -HierarchyIdentifier ([guid]::NewGuid().ToString()) -Location 'CentralUS' ` -Offering @(New-AzSecurityCspmMonitorAzureDevOpsOfferingObject) Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 3 2 Invalid_Cmdlet New-AzSecurityAzureDevOpsScopeEnvironmentObject is not a valid command name. New-AzSecurityAzureDevOpsScopeEnvironmentObject Check the spell of New-AzSecurityAzureDevOpsScopeEnvironmentObject.
New-AzSecurityConnector 3 4 Invalid_Cmdlet New-AzSecurityCspmMonitorAzureDevOpsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAzureDevOpsOfferingObject Check the spell of New-AzSecurityCspmMonitorAzureDevOpsOfferingObject.
New-AzSecurityConnector 4 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'gh-sdk-pwsh-test03' -EnvironmentName GitHub -EnvironmentData (New-AzSecurityGitHubScopeEnvironmentObject) -HierarchyIdentifier ([guid]::NewGuid().ToString()) -Location 'CentralUS' ` -Offering @(New-AzSecurityCspmMonitorGithubOfferingObject) Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 4 2 Invalid_Cmdlet New-AzSecurityGitHubScopeEnvironmentObject is not a valid command name. New-AzSecurityGitHubScopeEnvironmentObject Check the spell of New-AzSecurityGitHubScopeEnvironmentObject.
New-AzSecurityConnector 4 4 Invalid_Cmdlet New-AzSecurityCspmMonitorGithubOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGithubOfferingObject Check the spell of New-AzSecurityCspmMonitorGithubOfferingObject.
New-AzSecurityConnector 5 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'gl-sdk-pwsh-test03' -EnvironmentName GitLab -EnvironmentData (New-AzSecurityGitLabScopeEnvironmentObject) -HierarchyIdentifier ([guid]::NewGuid().ToString()) -Location 'CentralUS' ` -Offering @(New-AzSecurityCspmMonitorGitLabOfferingObject) Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 5 2 Invalid_Cmdlet New-AzSecurityGitLabScopeEnvironmentObject is not a valid command name. New-AzSecurityGitLabScopeEnvironmentObject Check the spell of New-AzSecurityGitLabScopeEnvironmentObject.
New-AzSecurityConnector 5 4 Invalid_Cmdlet New-AzSecurityCspmMonitorGitLabOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGitLabOfferingObject Check the spell of New-AzSecurityCspmMonitorGitLabOfferingObject.
New-AzSecurityConnectorActionableRemediationObject 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled ` -BranchConfiguration @{AnnotateDefaultBranch='Enabled'; branchName=@('main', 'hotfix')} -CategoryConfiguration @( @{category='First'; minimumSeverityLevel='High'}, @{category='Second'; minimumSeverityLevel='Low'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
New-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet New-AzSecurityConnectorDevOpsConfiguration is not a valid command name. New-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityconnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -AutoDiscovery Disabled -TopLevelInventoryList @('org1', 'org2') -AuthorizationCode 'myAuthorizationCode' Check the spell of New-AzSecurityConnectorDevOpsConfiguration.
New-AzSecurityCspmMonitorAwsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorAwsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAwsOfferingObject -NativeCloudConnectionCloudRoleArn 'arn:aws:iam::123456789012:role/CspmMonitorAws' Check the spell of New-AzSecurityCspmMonitorAwsOfferingObject.
New-AzSecurityCspmMonitorAzureDevOpsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorAzureDevOpsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAzureDevOpsOfferingObject Check the spell of New-AzSecurityCspmMonitorAzureDevOpsOfferingObject.
New-AzSecurityCspmMonitorGcpOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGcpOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress '[email protected]' -NativeCloudConnectionWorkloadIdentityProviderId 'cspm' Check the spell of New-AzSecurityCspmMonitorGcpOfferingObject.
New-AzSecurityCspmMonitorGitLabOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGitLabOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGitLabOfferingObject Check the spell of New-AzSecurityCspmMonitorGitLabOfferingObject.
New-AzSecurityCspmMonitorGithubOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGithubOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGithubOfferingObject Check the spell of New-AzSecurityCspmMonitorGithubOfferingObject.
New-AzSecurityDefenderCspmAwsOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderCspmAwsOfferingObject is not a valid command name. New-AzSecurityDefenderCspmAwsOfferingObject -VMScannerEnabled $true -ConfigurationScanningMode Default -ConfigurationCloudRoleArn '$arnPrefix/DefenderForCloud-AgentlessScanner' -ConfigurationExclusionTag @{key='value'} -DataSensitivityDiscoveryEnabled $true -DataSensitivityDiscoveryCloudRoleArn '$arnPrefix/SensitiveDataDiscovery' -DatabaseDspmEnabled $true -DatabaseDspmCloudRoleArn '$arnPrefix/DefenderForCloud-DataSecurityPostureDB' -CiemDiscoveryCloudRoleArn '$arnPrefix/DefenderForCloud-Ciem' -CiemOidcAzureActiveDirectoryAppName 'mciem-aws-oidc-connector' -CiemOidcCloudRoleArn '$arnPrefix/DefenderForCloud-OidcCiem' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentCloudRoleArn '$arnPrefix/MDCContainersImageAssessmentRole' -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SCloudRoleArn '$arnPrefix/MDCContainersAgentlessDiscoveryK8sRole' Check the spell of New-AzSecurityDefenderCspmAwsOfferingObject.
New-AzSecurityDefenderCspmGcpOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderCspmGcpOfferingObject is not a valid command name. New-AzSecurityDefenderCspmGcpOfferingObject -VMScannerEnabled $true -ConfigurationScanningMode Default -ConfigurationExclusionTag @{key='value'} -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SServiceAccountEmailAddress 'mdc-containers-k8s-operator@$emailSuffix' -MdcContainerAgentlessDiscoveryK8SWorkloadIdentityProviderId 'containers' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentServiceAccountEmailAddress 'mdc-containers-artifact-assess@$emailSuffix' -MdcContainerImageAssessmentWorkloadIdentityProviderId 'containers' -DataSensitivityDiscoveryEnabled $true -DataSensitivityDiscoveryServiceAccountEmailAddress 'mdc-data-sec-posture-storage@$emailSuffix' -DataSensitivityDiscoveryWorkloadIdentityProviderId 'data-security-posture-storage' ` -CiemDiscoveryServiceAccountEmailAddress 'microsoft-defender-ciem@$emailSuffix' -CiemDiscoveryAzureActiveDirectoryAppName 'mciem-gcp-oidc-app' -CiemDiscoveryWorkloadIdentityProviderId 'ciem-discovery' Check the spell of New-AzSecurityDefenderCspmGcpOfferingObject.
New-AzSecurityDefenderForContainersAwsOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForContainersAwsOfferingObject is not a valid command name. New-AzSecurityDefenderForContainersAwsOfferingObject -AutoProvisioning $true -KuberneteServiceCloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s' -KuberneteScubaReaderCloudRoleArn '$arnPrefix/DefenderForCloud-DataCollection' -KinesiToS3CloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s-kinesis-to-s3' -CloudWatchToKinesiCloudRoleArn '$arnPrefix/DefenderForCloud-Containers-K8s-cloudwatch-to-kinesis' -KubeAuditRetentionTime 30 -ScubaExternalId 'a47ae0a2-7bf7-482a-897a-7a139d30736c' -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SCloudRoleArn '$arnPrefix/MDCContainersAgentlessDiscoveryK8sRole' -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentCloudRoleArn '$arnPrefix/MDCContainersImageAssessmentRole' -EnableContainerVulnerabilityAssessment $false Check the spell of New-AzSecurityDefenderForContainersAwsOfferingObject.
New-AzSecurityDefenderForContainersGcpOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForContainersGcpOfferingObject is not a valid command name. New-AzSecurityDefenderForContainersGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress 'microsoft-defender-containers@$emailSuffix' -NativeCloudConnectionWorkloadIdentityProviderId 'containers' -DataPipelineNativeCloudConnectionServiceAccountEmailAddress 'ms-defender-containers-stream@$emailSuffix' -DataPipelineNativeCloudConnectionWorkloadIdentityProviderId 'containers-streams' -AuditLogsAutoProvisioningFlag $true -DefenderAgentAutoProvisioningFlag $true -PolicyAgentAutoProvisioningFlag $true -MdcContainerAgentlessDiscoveryK8SEnabled $true -MdcContainerAgentlessDiscoveryK8SWorkloadIdentityProviderId 'containers' -MdcContainerAgentlessDiscoveryK8SServiceAccountEmailAddress 'mdc-containers-k8s-operator@$emailSuffix' ` -MdcContainerImageAssessmentEnabled $true -MdcContainerImageAssessmentWorkloadIdentityProviderId 'containers' -MdcContainerImageAssessmentServiceAccountEmailAddress 'mdc-containers-artifact-assess@$emailSuffix' Check the spell of New-AzSecurityDefenderForContainersGcpOfferingObject.
New-AzSecurityDefenderForDatabasesAwsOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForDatabasesAwsOfferingObject is not a valid command name. New-AzSecurityDefenderForDatabasesAwsOfferingObject -ArcAutoProvisioningEnabled $true -ArcAutoProvisioningCloudRoleArn '$arnPrefix/DefenderForCloud-ArcAutoProvisioning' -DatabaseDspmEnabled $true -DatabaseDspmCloudRoleArn '$arnPrefix/DefenderForCloud-DataSecurityPostureDB' Check the spell of New-AzSecurityDefenderForDatabasesAwsOfferingObject.
New-AzSecurityDefenderForDatabasesGcpOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForDatabasesGcpOfferingObject is not a valid command name. New-AzSecurityDefenderForDatabasesGcpOfferingObject -ArcAutoProvisioningEnabled $true -DefenderForDatabaseArcAutoProvisioningServiceAccountEmailAddress 'microsoft-databases-arc-ap@' -DefenderForDatabaseArcAutoProvisioningWorkloadIdentityProviderId 'defender-for-databases-arc-ap' Check the spell of New-AzSecurityDefenderForDatabasesGcpOfferingObject.
New-AzSecurityDefenderForServersAwsOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForServersAwsOfferingObject is not a valid command name. New-AzSecurityDefenderForServersAwsOfferingObject -DefenderForServerCloudRoleArn '$arnPrefix/DefenderForCloud-DefenderForServers' -ArcAutoProvisioningEnabled $true -ArcAutoProvisioningCloudRoleArn '$arnPrefix/DefenderForCloud-ArcAutoProvisioning' -MdeAutoProvisioningEnabled $true -VaAutoProvisioningEnabled $true -ConfigurationType TVM -VMScannerEnabled $true -ConfigurationCloudRoleArn '$arnPrefix/DefenderForCloud-AgentlessScanner' -ConfigurationScanningMode Default -SubPlanType P2 Check the spell of New-AzSecurityDefenderForServersAwsOfferingObject.
New-AzSecurityDefenderForServersGcpOfferingObject 1 2 Invalid_Cmdlet New-AzSecurityDefenderForServersGcpOfferingObject is not a valid command name. New-AzSecurityDefenderForServersGcpOfferingObject -DefenderForServerServiceAccountEmailAddress 'microsoft-defender-for-servers@$emailSuffix' -DefenderForServerWorkloadIdentityProviderId 'defender-for-servers' -ArcAutoProvisioningEnabled $true -MdeAutoProvisioningEnabled $true -VaAutoProvisioningEnabled $true -ConfigurationType TVM -VMScannerEnabled $true -ConfigurationScanningMode Default -SubPlanType P2 Check the spell of New-AzSecurityDefenderForServersGcpOfferingObject.
New-AzSecurityGcpOrganizationalDataMemberObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataMemberObject is not a valid command name. New-AzSecurityGcpOrganizationalDataMemberObject -ManagementProjectNumber '12345' -ParentHierarchyId '00000' Check the spell of New-AzSecurityGcpOrganizationalDataMemberObject.
New-AzSecurityGcpOrganizationalDataOrganizationObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataOrganizationObject is not a valid command name. New-AzSecurityGcpOrganizationalDataOrganizationObject -WorkloadIdentityProviderId 'provider' -ServiceAccountEmailAddress '[email protected]' -ExcludedProjectNumber @(1,2) Check the spell of New-AzSecurityGcpOrganizationalDataOrganizationObject.
New-AzSecurityGcpProjectEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataOrganizationObject is not a valid command name. New-AzSecurityGcpOrganizationalDataOrganizationObject -WorkloadIdentityProviderId 'provider' -ServiceAccountEmailAddress '[email protected]' -ExcludedProjectNumber @(1,2) Check the spell of New-AzSecurityGcpOrganizationalDataOrganizationObject.
New-AzSecurityGcpProjectEnvironmentObject 1 2 Invalid_Cmdlet New-AzSecurityGcpProjectEnvironmentObject is not a valid command name. New-AzSecurityGcpProjectEnvironmentObject -ProjectDetailProjectId 'asc-sdk-samples' -ScanInterval 24 -OrganizationalData $orgData -ProjectDetailProjectNumber '1234' Check the spell of New-AzSecurityGcpProjectEnvironmentObject.
New-AzSecurityGitHubScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGitHubScopeEnvironmentObject is not a valid command name. New-AzSecurityGitHubScopeEnvironmentObject Check the spell of New-AzSecurityGitHubScopeEnvironmentObject.
New-AzSecurityGitLabScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGitLabScopeEnvironmentObject is not a valid command name. New-AzSecurityGitLabScopeEnvironmentObject Check the spell of New-AzSecurityGitLabScopeEnvironmentObject.
New-AzSecurityInformationProtectionAwsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityInformationProtectionAwsOfferingObject is not a valid command name. New-AzSecurityInformationProtectionAwsOfferingObject -InformationProtectionCloudRoleArn 'arn:aws:iam::123456789012:role/myRole' Check the spell of New-AzSecurityInformationProtectionAwsOfferingObject.
Remove-AzSecurityConnector 1 1 Invalid_Cmdlet Remove-AzSecurityConnector is not a valid command name. Remove-AzSecurityConnector -ResourceGroupName 'securityconnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' Check the spell of Remove-AzSecurityConnector.
Remove-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Remove-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Remove-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityconnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' Check the spell of Remove-AzSecurityConnectorDevOpsConfiguration.
Update-AzSecurityConnector 1 1 Invalid_Cmdlet Update-AzSecurityConnector is not a valid command name. Update-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' -Tag @{myTag='v1'} Check the spell of Update-AzSecurityConnector.
Update-AzSecurityConnectorAzureDevOpsOrg 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='High'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsOrg 1 2 Invalid_Cmdlet Update-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Update-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -OrgName 'org1' -ActionableRemediation $config Check the spell of Update-AzSecurityConnectorAzureDevOpsOrg.
Update-AzSecurityConnectorAzureDevOpsProject 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Disabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='Low'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsProject 1 2 Invalid_Cmdlet Update-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Update-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -OrgName 'org1' -ProjectName 'Build' -ActionableRemediation $config Check the spell of Update-AzSecurityConnectorAzureDevOpsProject.
Update-AzSecurityConnectorAzureDevOpsRepo 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='Low'} ) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsRepo 1 2 Invalid_Cmdlet Update-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Update-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -OrgName 'org1' -ProjectName 'Build' -RepoName 'Build' -ActionableRemediation $config Check the spell of Update-AzSecurityConnectorAzureDevOpsRepo.
Update-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Update-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Update-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -AutoDiscovery Enabled Check the spell of Update-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityApiCollection 1 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection -ResourceGroupName apicollectionstests -ServiceName 'demoapimservice2' -ApiId 'echo-api' Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityApiCollection 2 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityApiCollection 3 1 Invalid_Cmdlet Get-AzSecurityApiCollection is not a valid command name. Get-AzSecurityApiCollection Check the spell of Get-AzSecurityApiCollection.
Get-AzSecurityConnector 1 1 Invalid_Cmdlet Get-AzSecurityConnector is not a valid command name. Get-AzSecurityConnector -ResourceGroupName 'dfdtest-sdk' -Name 'dfdsdktests-azdo-01' Check the spell of Get-AzSecurityConnector.
Get-AzSecurityConnector 2 1 Invalid_Cmdlet Get-AzSecurityConnector is not a valid command name. Get-AzSecurityConnector Check the spell of Get-AzSecurityConnector.
Get-AzSecurityConnectorAzureDevOpsOrg 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests Check the spell of Get-AzSecurityConnectorAzureDevOpsOrg.
Get-AzSecurityConnectorAzureDevOpsOrg 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrg is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrg -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorAzureDevOpsOrg.
Get-AzSecurityConnectorAzureDevOpsOrgAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsOrgAvailable is not a valid command name. Get-AzSecurityConnectorAzureDevOpsOrgAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorAzureDevOpsOrgAvailable.
Get-AzSecurityConnectorAzureDevOpsProject 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Get-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd Check the spell of Get-AzSecurityConnectorAzureDevOpsProject.
Get-AzSecurityConnectorAzureDevOpsProject 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsProject is not a valid command name. Get-AzSecurityConnectorAzureDevOpsProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests Check the spell of Get-AzSecurityConnectorAzureDevOpsProject.
Get-AzSecurityConnectorAzureDevOpsRepo 1 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Get-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd -RepoName TestApp0 Check the spell of Get-AzSecurityConnectorAzureDevOpsRepo.
Get-AzSecurityConnectorAzureDevOpsRepo 2 1 Invalid_Cmdlet Get-AzSecurityConnectorAzureDevOpsRepo is not a valid command name. Get-AzSecurityConnectorAzureDevOpsRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 -OrgName dfdsdktests -ProjectName ContosoSDKDfd Check the spell of Get-AzSecurityConnectorAzureDevOpsRepo.
Get-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Get-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Get-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-azdo-01 Check the spell of Get-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityConnectorDevOpsConfiguration 2 1 Invalid_Cmdlet Get-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Get-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName securityconnectors-tests -SecurityConnectorName aws-sdktest01 Check the spell of Get-AzSecurityConnectorDevOpsConfiguration.
Get-AzSecurityConnectorGitHubOwner 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwner is not a valid command name. Get-AzSecurityConnectorGitHubOwner -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests Check the spell of Get-AzSecurityConnectorGitHubOwner.
Get-AzSecurityConnectorGitHubOwner 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwner is not a valid command name. Get-AzSecurityConnectorGitHubOwner -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 Check the spell of Get-AzSecurityConnectorGitHubOwner.
Get-AzSecurityConnectorGitHubOwnerAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubOwnerAvailable is not a valid command name. Get-AzSecurityConnectorGitHubOwnerAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 Check the spell of Get-AzSecurityConnectorGitHubOwnerAvailable.
Get-AzSecurityConnectorGitHubRepo 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubRepo is not a valid command name. Get-AzSecurityConnectorGitHubRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests -RepoName TestApp0 Check the spell of Get-AzSecurityConnectorGitHubRepo.
Get-AzSecurityConnectorGitHubRepo 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitHubRepo is not a valid command name. Get-AzSecurityConnectorGitHubRepo -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gh-1 -OwnerName dfdsdktests Check the spell of Get-AzSecurityConnectorGitHubRepo.
Get-AzSecurityConnectorGitLabGroup 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroup is not a valid command name. Get-AzSecurityConnectorGitLabGroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabGroup.
Get-AzSecurityConnectorGitLabGroup 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroup is not a valid command name. Get-AzSecurityConnectorGitLabGroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 Check the spell of Get-AzSecurityConnectorGitLabGroup.
Get-AzSecurityConnectorGitLabGroupAvailable 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabGroupAvailable is not a valid command name. Get-AzSecurityConnectorGitLabGroupAvailable -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 Check the spell of Get-AzSecurityConnectorGitLabGroupAvailable.
Get-AzSecurityConnectorGitLabProject 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabProject is not a valid command name. Get-AzSecurityConnectorGitLabProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests -ProjectName testapp0 Check the spell of Get-AzSecurityConnectorGitLabProject.
Get-AzSecurityConnectorGitLabProject 2 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabProject is not a valid command name. Get-AzSecurityConnectorGitLabProject -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabProject.
Get-AzSecurityConnectorGitLabSubgroup 1 1 Invalid_Cmdlet Get-AzSecurityConnectorGitLabSubgroup is not a valid command name. Get-AzSecurityConnectorGitLabSubgroup -ResourceGroupName dfdtest-sdk -SecurityConnectorName dfdsdktests-gl-01 -GroupFqName dfdsdktests Check the spell of Get-AzSecurityConnectorGitLabSubgroup.
Invoke-AzSecurityApiCollectionApimOffboard 1 1 Invalid_Cmdlet Invoke-AzSecurityApiCollectionApimOffboard is not a valid command name. Invoke-AzSecurityApiCollectionApimOffboard -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' -ApiId 'echo-api-2' Check the spell of Invoke-AzSecurityApiCollectionApimOffboard.
Invoke-AzSecurityApiCollectionApimOnboard 1 1 Invalid_Cmdlet Invoke-AzSecurityApiCollectionApimOnboard is not a valid command name. Invoke-AzSecurityApiCollectionApimOnboard -ResourceGroupName 'apicollectionstests' -ServiceName 'demoapimservice2' -ApiId 'echo-api-2' Check the spell of Invoke-AzSecurityApiCollectionApimOnboard.
⚠️ 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-AzSecurityAwsEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMemberObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId '123' Check the spell of New-AzSecurityAwsOrganizationalDataMemberObject.
New-AzSecurityAwsEnvironmentObject 2 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMasterObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName 'myAwsStackSet' -ExcludedAccountId '123456789012' Check the spell of New-AzSecurityAwsOrganizationalDataMasterObject.
New-AzSecurityAwsOrganizationalDataMasterObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMasterObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName 'myAwsStackSet' -ExcludedAccountId '123456789012' Check the spell of New-AzSecurityAwsOrganizationalDataMasterObject.
New-AzSecurityAwsOrganizationalDataMemberObject 1 1 Invalid_Cmdlet New-AzSecurityAwsOrganizationalDataMemberObject is not a valid command name. New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId '123' Check the spell of New-AzSecurityAwsOrganizationalDataMemberObject.
New-AzSecurityAzureDevOpsScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityAzureDevOpsScopeEnvironmentObject is not a valid command name. New-AzSecurityAzureDevOpsScopeEnvironmentObject Check the spell of New-AzSecurityAzureDevOpsScopeEnvironmentObject.
New-AzSecurityConnector 3 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 4 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'gh-sdk-pwsh-test03' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnector 5 1 Invalid_Cmdlet New-AzSecurityConnector is not a valid command name. New-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'gl-sdk-pwsh-test03' Check the spell of New-AzSecurityConnector.
New-AzSecurityConnectorActionableRemediationObject 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled Check the spell of New-AzSecurityConnectorActionableRemediationObject.
New-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet New-AzSecurityConnectorDevOpsConfiguration is not a valid command name. New-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityconnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -AutoDiscovery Disabled -TopLevelInventoryList @('org1', 'org2') -AuthorizationCode 'myAuthorizationCode' Check the spell of New-AzSecurityConnectorDevOpsConfiguration.
New-AzSecurityCspmMonitorAwsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorAwsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAwsOfferingObject -NativeCloudConnectionCloudRoleArn 'arn:aws:iam::123456789012:role/CspmMonitorAws' Check the spell of New-AzSecurityCspmMonitorAwsOfferingObject.
New-AzSecurityCspmMonitorAzureDevOpsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorAzureDevOpsOfferingObject is not a valid command name. New-AzSecurityCspmMonitorAzureDevOpsOfferingObject Check the spell of New-AzSecurityCspmMonitorAzureDevOpsOfferingObject.
New-AzSecurityCspmMonitorGcpOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGcpOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGcpOfferingObject -NativeCloudConnectionServiceAccountEmailAddress '[email protected]' -NativeCloudConnectionWorkloadIdentityProviderId 'cspm' Check the spell of New-AzSecurityCspmMonitorGcpOfferingObject.
New-AzSecurityCspmMonitorGitLabOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGitLabOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGitLabOfferingObject Check the spell of New-AzSecurityCspmMonitorGitLabOfferingObject.
New-AzSecurityCspmMonitorGithubOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityCspmMonitorGithubOfferingObject is not a valid command name. New-AzSecurityCspmMonitorGithubOfferingObject Check the spell of New-AzSecurityCspmMonitorGithubOfferingObject.
New-AzSecurityGcpOrganizationalDataMemberObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataMemberObject is not a valid command name. New-AzSecurityGcpOrganizationalDataMemberObject -ManagementProjectNumber '12345' -ParentHierarchyId '00000' Check the spell of New-AzSecurityGcpOrganizationalDataMemberObject.
New-AzSecurityGcpOrganizationalDataOrganizationObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataOrganizationObject is not a valid command name. New-AzSecurityGcpOrganizationalDataOrganizationObject -WorkloadIdentityProviderId 'provider' -ServiceAccountEmailAddress '[email protected]' -ExcludedProjectNumber @(1,2) Check the spell of New-AzSecurityGcpOrganizationalDataOrganizationObject.
New-AzSecurityGcpProjectEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGcpOrganizationalDataOrganizationObject is not a valid command name. New-AzSecurityGcpOrganizationalDataOrganizationObject -WorkloadIdentityProviderId 'provider' -ServiceAccountEmailAddress '[email protected]' -ExcludedProjectNumber @(1,2) Check the spell of New-AzSecurityGcpOrganizationalDataOrganizationObject.
New-AzSecurityGitHubScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGitHubScopeEnvironmentObject is not a valid command name. New-AzSecurityGitHubScopeEnvironmentObject Check the spell of New-AzSecurityGitHubScopeEnvironmentObject.
New-AzSecurityGitLabScopeEnvironmentObject 1 1 Invalid_Cmdlet New-AzSecurityGitLabScopeEnvironmentObject is not a valid command name. New-AzSecurityGitLabScopeEnvironmentObject Check the spell of New-AzSecurityGitLabScopeEnvironmentObject.
New-AzSecurityInformationProtectionAwsOfferingObject 1 1 Invalid_Cmdlet New-AzSecurityInformationProtectionAwsOfferingObject is not a valid command name. New-AzSecurityInformationProtectionAwsOfferingObject -InformationProtectionCloudRoleArn 'arn:aws:iam::123456789012:role/myRole' Check the spell of New-AzSecurityInformationProtectionAwsOfferingObject.
Remove-AzSecurityConnector 1 1 Invalid_Cmdlet Remove-AzSecurityConnector is not a valid command name. Remove-AzSecurityConnector -ResourceGroupName 'securityconnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' Check the spell of Remove-AzSecurityConnector.
Remove-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Remove-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Remove-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityconnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' Check the spell of Remove-AzSecurityConnectorDevOpsConfiguration.
Update-AzSecurityConnector 1 1 Invalid_Cmdlet Update-AzSecurityConnector is not a valid command name. Update-AzSecurityConnector -ResourceGroupName 'securityConnectors-pwsh-tmp' -Name 'ado-sdk-pwsh-test03' -Tag @{myTag='v1'} Check the spell of Update-AzSecurityConnector.
Update-AzSecurityConnectorAzureDevOpsOrg 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='High'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsProject 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Disabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='Low'}) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorAzureDevOpsRepo 1 1 Invalid_Cmdlet New-AzSecurityConnectorActionableRemediationObject is not a valid command name. New-AzSecurityConnectorActionableRemediationObject -State Enabled -InheritFromParentState Disabled -CategoryConfiguration @( @{category='IaC'; minimumSeverityLevel='Low'} ) Check the spell of New-AzSecurityConnectorActionableRemediationObject.
Update-AzSecurityConnectorDevOpsConfiguration 1 1 Invalid_Cmdlet Update-AzSecurityConnectorDevOpsConfiguration is not a valid command name. Update-AzSecurityConnectorDevOpsConfiguration -ResourceGroupName 'securityConnectors-pwsh-tmp' -SecurityConnectorName 'ado-sdk-pwsh-test03' -AutoDiscovery Enabled Check the spell of Update-AzSecurityConnectorDevOpsConfiguration.
️✔️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.Security. 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.Security. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@msJinLei msJinLei changed the base branch from main to release-2024-03-05 February 27, 2024 07:30
@msJinLei msJinLei closed this Feb 27, 2024
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