Skip to content

Migrate Resources from generation to main #23741

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

Merged
merged 3 commits into from
Dec 18, 2023
Merged

Migrate Resources from generation to main #23741

merged 3 commits into from
Dec 18, 2023

Conversation

azure-powershell-bot
Copy link
Collaborator

@azure-powershell-bot azure-powershell-bot commented Dec 14, 2023

Description

Changelog: Added AppRoleAssigment related commands for service principal. [#18412]
Migrate Resources from generation to main
The last commit of src/Resources in generation is:
commit 094d91a Author: NoriZC 110961157+NoriZC@users.noreply.github.com Date: Thu Dec 14 15:59:51 2023 +0800 [MSGraph] Enable app roleassignment commands for Service Principal (#23732) * add approle api in local yaml * add approle api in local yaml * customize New-AzAdServiceprincipalAppRoleAssignment * app role * Delete src/Resources/MSGraph.Autorest/test/Get-AzADServicePrincipalAppRoleAssignedTo.Tests.ps1 * Delete src/Resources/MSGraph.Autorest/test/Remove-AzADServicePrincipalAppRoleAssignedTo.Tests.ps1 * Delete src/Resources/MSGraph.Autorest/test/Update-AzADServicePrincipalAppRoleAssignedTo.Tests.ps1 * add examples * remove useless parameters * Update New-AzADServicePrincipalAppRoleAssignment.Tests.ps1 * update * Update Get-AzADApplication.ps1 * Update Get-AzADApplication.ps1 * change output ux, resolve comments

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 Dec 14, 2023

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Blueprint
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 23.08 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 23.08% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 23.08% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 23.08% Test coverage for the module cannot be lower than 50%.
️✔️Az.CosmosDB
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.DeploymentManager
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.DevSpaces
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.KeyVault
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.MachineLearning
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00% Test coverage for the module cannot be lower than 50%.
️✔️Az.ManagedServiceIdentity
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Monitor
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Resources
️✔️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-AzADGroupOwner Get-AzADGroupOwner 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-AzADGroupOwner Get-AzADGroupOwner 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-AzADServicePrincipalAppRoleAssignment Get-AzADServicePrincipalAppRoleAssignment 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-AzADServicePrincipalAppRoleAssignment Get-AzADServicePrincipalAppRoleAssignment 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-AzADGroupOwner Get-AzADGroupOwner 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-AzADGroupOwner Get-AzADGroupOwner 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-AzADServicePrincipalAppRoleAssignment Get-AzADServicePrincipalAppRoleAssignment 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-AzADServicePrincipalAppRoleAssignment Get-AzADServicePrincipalAppRoleAssignment changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzRoleManagementPolicy 1 15 Mismatched_Parameter_Value_Type Update-AzRoleManagementPolicy -Rule $rules is not an expected parameter value type. -Rule Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule. Now the type is .(Type).
⚠️ Update-AzRoleManagementPolicy 2 30 Mismatched_Parameter_Value_Type Update-AzRoleManagementPolicy -Rule $rules is not an expected parameter value type. -Rule Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule. Now the type is .(Type).
⚠️ Add-AzADGroupMember 1 1 Unassigned_Variable Get-AzADGroup -DisplayName $gname is a null-valued parameter value. -DisplayName Assign value for $gname.
⚠️ Add-AzADGroupMember 1 3 Unassigned_Variable Get-AzADUser -DisplayName $uname is a null-valued parameter value. -DisplayName Assign value for $uname.
⚠️ Add-AzADGroupMember 1 4 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $appid is a null-valued parameter value. -ApplicationId Assign value for $appid.
⚠️ Get-AzADAppCredential 1 1 Unassigned_Variable Get-AzADAppCredential -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Get-AzADAppFederatedCredential 1 1 Unassigned_Variable Get-AzADApplication -ObjectId $app is a null-valued parameter value. -ObjectId Assign value for $app.
⚠️ Get-AzADAppFederatedCredential 2 1 Unassigned_Variable Get-AzADAppFederatedCredential -ApplicationObjectId $appObjectId is a null-valued parameter value. -ApplicationObjectId Assign value for $appObjectId.
⚠️ Get-AzADAppFederatedCredential 2 1 Unassigned_Variable Get-AzADAppFederatedCredential -FederatedCredentialId $credentialId is a null-valued parameter value. -FederatedCredentialId Assign value for $credentialId.
⚠️ Get-AzADGroupMember 1 1 Unassigned_Variable Get-AzADGroupMember -GroupDisplayName $name is a null-valued parameter value. -GroupDisplayName Assign value for $name.
⚠️ Get-AzADGroupMember 2 1 Unassigned_Variable Get-AzADGroup -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Get-AzADServicePrincipal 1 1 Unassigned_Variable Get-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Get-AzADServicePrincipal 2 1 Unassigned_Variable Get-AzADServicePrincipal -DisplayNameStartsWith $prefix is a null-valued parameter value. -DisplayNameStartsWith Assign value for $prefix.
⚠️ Get-AzADServicePrincipal 4 1 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $appId is a null-valued parameter value. -ApplicationId Assign value for $appId.
⚠️ Get-AzADServicePrincipal 5 1 Unassigned_Variable Get-AzADApplication -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Get-AzADSpCredential 1 1 Unassigned_Variable Get-AzADSpCredential -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ New-AzADAppCredential 2 2 Unassigned_Variable Get-AzADApplication -ApplicationId $appId is a null-valued parameter value. -ApplicationId Assign value for $appId.
⚠️ New-AzADAppCredential 2 2 Unassigned_Variable New-AzADAppCredential -StartDate $startDate is a null-valued parameter value. -StartDate Assign value for $startDate.
⚠️ New-AzADAppCredential 2 2 Unassigned_Variable New-AzADAppCredential -EndDate $endDate is a null-valued parameter value. -EndDate Assign value for $endDate.
⚠️ New-AzADServicePrincipal 2 1 Unassigned_Variable New-AzADServicePrincipal -ApplicationId $appid is a null-valued parameter value. -ApplicationId Assign value for $appid.
⚠️ New-AzADServicePrincipal 3 1 Unassigned_Variable New-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ New-AzADSpCredential 1 6 Unassigned_Variable New-AzADSpCredential -ObjectId $Id is a null-valued parameter value. -ObjectId Assign value for $Id.
⚠️ New-AzADSpCredential 2 1 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $appId is a null-valued parameter value. -ApplicationId Assign value for $appId.
⚠️ New-AzADSpCredential 2 1 Unassigned_Variable New-AzADSpCredential -StartDate $startDate is a null-valued parameter value. -StartDate Assign value for $startDate.
⚠️ New-AzADSpCredential 2 1 Unassigned_Variable New-AzADSpCredential -EndDate $endDate is a null-valued parameter value. -EndDate Assign value for $endDate.
⚠️ Remove-AzADAppCredential 1 1 Unassigned_Variable Remove-AzADAppCredential -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADAppCredential 1 1 Unassigned_Variable Remove-AzADAppCredential -KeyId $keyid is a null-valued parameter value. -KeyId Assign value for $keyid.
⚠️ Remove-AzADAppCredential 2 1 Unassigned_Variable Get-AzADApplication -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADApplication 1 1 Unassigned_Variable Remove-AzADApplication -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADApplication 2 1 Unassigned_Variable Get-AzADApplication -ObjectId $id is a null-valued parameter value. -ObjectId Assign value for $id.
⚠️ Remove-AzADGroup 1 1 Unassigned_Variable Remove-AzADGroup -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADGroup 2 1 Unassigned_Variable Get-AzADGroup -ObjectId $id is a null-valued parameter value. -ObjectId Assign value for $id.
⚠️ Remove-AzADGroupMember 1 2 Unassigned_Variable Get-AzADUser -DisplayName $uname is a null-valued parameter value. -DisplayName Assign value for $uname.
⚠️ Remove-AzADGroupMember 1 3 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $appid is a null-valued parameter value. -ApplicationId Assign value for $appid.
⚠️ Remove-AzADGroupMember 1 4 Unassigned_Variable Get-AzADGroupMember -GroupDisplayName $gname is a null-valued parameter value. -GroupDisplayName Assign value for $gname.
⚠️ Remove-AzADGroupMember 1 4 Unassigned_Variable Remove-AzADGroupMember -MemberObjectId $member is a null-valued parameter value. -MemberObjectId Assign value for $member.
⚠️ Remove-AzADServicePrincipal 1 1 Unassigned_Variable Remove-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADServicePrincipal 2 1 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $id is a null-valued parameter value. -ApplicationId Assign value for $id.
⚠️ Remove-AzADSpCredential 1 1 Unassigned_Variable Remove-AzADSpCredential -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADSpCredential 1 1 Unassigned_Variable Remove-AzADSpCredential -KeyId $keyid is a null-valued parameter value. -KeyId Assign value for $keyid.
⚠️ Remove-AzADSpCredential 2 1 Unassigned_Variable Get-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADUser 1 1 Unassigned_Variable Remove-AzADUser -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADUser 2 1 Unassigned_Variable Get-AzADUser -UserPrincipalName $id is a null-valued parameter value. -UserPrincipalName Assign value for $id.
⚠️ Update-AzADApplication 1 1 Unassigned_Variable Update-AzADApplication -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Update-AzADApplication 1 1 Unassigned_Variable Update-AzADApplication -HomePage $homepage is a null-valued parameter value. -HomePage Assign value for $homepage.
⚠️ Update-AzADApplication 2 1 Unassigned_Variable Get-AzADApplication -ObjectId $id is a null-valued parameter value. -ObjectId Assign value for $id.
⚠️ Update-AzADApplication 2 1 Unassigned_Variable Update-AzADApplication -ReplyUrl $replyurl is a null-valued parameter value. -ReplyUrl Assign value for $replyurl.
⚠️ Update-AzADServicePrincipal 1 1 Unassigned_Variable Update-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Update-AzADServicePrincipal 1 1 Unassigned_Variable Update-AzADServicePrincipal -IdentifierUri $uri is a null-valued parameter value. -IdentifierUri Assign value for $uri.
⚠️ Update-AzADServicePrincipal 2 1 Unassigned_Variable Get-AzADServicePrincipal -ObjectId $id is a null-valued parameter value. -ObjectId Assign value for $id.
⚠️ Update-AzADServicePrincipal 2 1 Unassigned_Variable Update-AzADServicePrincipal -Note $note is a null-valued parameter value. -Note Assign value for $note.
⚠️ Update-AzADUser 1 1 Unassigned_Variable Update-AzADUser -UPNOrObjectId $upn is a null-valued parameter value. -UPNOrObjectId Assign value for $upn.
⚠️ Update-AzADUser 1 1 Unassigned_Variable Update-AzADUser -City $city is a null-valued parameter value. -City Assign value for $city.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzRoleManagementPolicy 1 15 Mismatched_Parameter_Value_Type Update-AzRoleManagementPolicy -Rule $rules is not an expected parameter value type. -Rule Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule. Now the type is .(Type).
⚠️ Update-AzRoleManagementPolicy 2 30 Mismatched_Parameter_Value_Type Update-AzRoleManagementPolicy -Rule $rules is not an expected parameter value type. -Rule Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule. Now the type is .(Type).
⚠️ Add-AzADGroupMember 1 1 Unassigned_Variable Get-AzADGroup -DisplayName $gname is a null-valued parameter value. -DisplayName Assign value for $gname.
⚠️ Add-AzADGroupMember 1 3 Unassigned_Variable Get-AzADUser -DisplayName $uname is a null-valued parameter value. -DisplayName Assign value for $uname.
⚠️ Add-AzADGroupMember 1 4 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $appid is a null-valued parameter value. -ApplicationId Assign value for $appid.
⚠️ Get-AzADAppCredential 1 1 Unassigned_Variable Get-AzADAppCredential -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Get-AzADAppFederatedCredential 1 1 Unassigned_Variable Get-AzADApplication -ObjectId $app is a null-valued parameter value. -ObjectId Assign value for $app.
⚠️ Get-AzADAppFederatedCredential 2 1 Unassigned_Variable Get-AzADAppFederatedCredential -ApplicationObjectId $appObjectId is a null-valued parameter value. -ApplicationObjectId Assign value for $appObjectId.
⚠️ Get-AzADAppFederatedCredential 2 1 Unassigned_Variable Get-AzADAppFederatedCredential -FederatedCredentialId $credentialId is a null-valued parameter value. -FederatedCredentialId Assign value for $credentialId.
⚠️ Get-AzADGroupMember 1 1 Unassigned_Variable Get-AzADGroupMember -GroupDisplayName $name is a null-valued parameter value. -GroupDisplayName Assign value for $name.
⚠️ Get-AzADGroupMember 2 1 Unassigned_Variable Get-AzADGroup -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Get-AzADServicePrincipal 1 1 Unassigned_Variable Get-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Get-AzADServicePrincipal 2 1 Unassigned_Variable Get-AzADServicePrincipal -DisplayNameStartsWith $prefix is a null-valued parameter value. -DisplayNameStartsWith Assign value for $prefix.
⚠️ Get-AzADServicePrincipal 4 1 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $appId is a null-valued parameter value. -ApplicationId Assign value for $appId.
⚠️ Get-AzADServicePrincipal 5 1 Unassigned_Variable Get-AzADApplication -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Get-AzADSpCredential 1 1 Unassigned_Variable Get-AzADSpCredential -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ New-AzADAppCredential 2 2 Unassigned_Variable Get-AzADApplication -ApplicationId $appId is a null-valued parameter value. -ApplicationId Assign value for $appId.
⚠️ New-AzADAppCredential 2 2 Unassigned_Variable New-AzADAppCredential -StartDate $startDate is a null-valued parameter value. -StartDate Assign value for $startDate.
⚠️ New-AzADAppCredential 2 2 Unassigned_Variable New-AzADAppCredential -EndDate $endDate is a null-valued parameter value. -EndDate Assign value for $endDate.
⚠️ New-AzADServicePrincipal 2 1 Unassigned_Variable New-AzADServicePrincipal -ApplicationId $appid is a null-valued parameter value. -ApplicationId Assign value for $appid.
⚠️ New-AzADServicePrincipal 3 1 Unassigned_Variable New-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ New-AzADSpCredential 1 6 Unassigned_Variable New-AzADSpCredential -ObjectId $Id is a null-valued parameter value. -ObjectId Assign value for $Id.
⚠️ New-AzADSpCredential 2 1 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $appId is a null-valued parameter value. -ApplicationId Assign value for $appId.
⚠️ New-AzADSpCredential 2 1 Unassigned_Variable New-AzADSpCredential -StartDate $startDate is a null-valued parameter value. -StartDate Assign value for $startDate.
⚠️ New-AzADSpCredential 2 1 Unassigned_Variable New-AzADSpCredential -EndDate $endDate is a null-valued parameter value. -EndDate Assign value for $endDate.
⚠️ Remove-AzADAppCredential 1 1 Unassigned_Variable Remove-AzADAppCredential -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADAppCredential 1 1 Unassigned_Variable Remove-AzADAppCredential -KeyId $keyid is a null-valued parameter value. -KeyId Assign value for $keyid.
⚠️ Remove-AzADAppCredential 2 1 Unassigned_Variable Get-AzADApplication -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADApplication 1 1 Unassigned_Variable Remove-AzADApplication -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADApplication 2 1 Unassigned_Variable Get-AzADApplication -ObjectId $id is a null-valued parameter value. -ObjectId Assign value for $id.
⚠️ Remove-AzADGroup 1 1 Unassigned_Variable Remove-AzADGroup -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADGroup 2 1 Unassigned_Variable Get-AzADGroup -ObjectId $id is a null-valued parameter value. -ObjectId Assign value for $id.
⚠️ Remove-AzADGroupMember 1 2 Unassigned_Variable Get-AzADUser -DisplayName $uname is a null-valued parameter value. -DisplayName Assign value for $uname.
⚠️ Remove-AzADGroupMember 1 3 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $appid is a null-valued parameter value. -ApplicationId Assign value for $appid.
⚠️ Remove-AzADGroupMember 1 4 Unassigned_Variable Get-AzADGroupMember -GroupDisplayName $gname is a null-valued parameter value. -GroupDisplayName Assign value for $gname.
⚠️ Remove-AzADGroupMember 1 4 Unassigned_Variable Remove-AzADGroupMember -MemberObjectId $member is a null-valued parameter value. -MemberObjectId Assign value for $member.
⚠️ Remove-AzADServicePrincipal 1 1 Unassigned_Variable Remove-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADServicePrincipal 2 1 Unassigned_Variable Get-AzADServicePrincipal -ApplicationId $id is a null-valued parameter value. -ApplicationId Assign value for $id.
⚠️ Remove-AzADSpCredential 1 1 Unassigned_Variable Remove-AzADSpCredential -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADSpCredential 1 1 Unassigned_Variable Remove-AzADSpCredential -KeyId $keyid is a null-valued parameter value. -KeyId Assign value for $keyid.
⚠️ Remove-AzADSpCredential 2 1 Unassigned_Variable Get-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADUser 1 1 Unassigned_Variable Remove-AzADUser -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Remove-AzADUser 2 1 Unassigned_Variable Get-AzADUser -UserPrincipalName $id is a null-valued parameter value. -UserPrincipalName Assign value for $id.
⚠️ Update-AzADApplication 1 1 Unassigned_Variable Update-AzADApplication -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Update-AzADApplication 1 1 Unassigned_Variable Update-AzADApplication -HomePage $homepage is a null-valued parameter value. -HomePage Assign value for $homepage.
⚠️ Update-AzADApplication 2 1 Unassigned_Variable Get-AzADApplication -ObjectId $id is a null-valued parameter value. -ObjectId Assign value for $id.
⚠️ Update-AzADApplication 2 1 Unassigned_Variable Update-AzADApplication -ReplyUrl $replyurl is a null-valued parameter value. -ReplyUrl Assign value for $replyurl.
⚠️ Update-AzADServicePrincipal 1 1 Unassigned_Variable Update-AzADServicePrincipal -DisplayName $name is a null-valued parameter value. -DisplayName Assign value for $name.
⚠️ Update-AzADServicePrincipal 1 1 Unassigned_Variable Update-AzADServicePrincipal -IdentifierUri $uri is a null-valued parameter value. -IdentifierUri Assign value for $uri.
⚠️ Update-AzADServicePrincipal 2 1 Unassigned_Variable Get-AzADServicePrincipal -ObjectId $id is a null-valued parameter value. -ObjectId Assign value for $id.
⚠️ Update-AzADServicePrincipal 2 1 Unassigned_Variable Update-AzADServicePrincipal -Note $note is a null-valued parameter value. -Note Assign value for $note.
⚠️ Update-AzADUser 1 1 Unassigned_Variable Update-AzADUser -UPNOrObjectId $upn is a null-valued parameter value. -UPNOrObjectId Assign value for $upn.
⚠️ Update-AzADUser 1 1 Unassigned_Variable Update-AzADUser -City $city is a null-valued parameter value. -City Assign value for $city.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️UX Metadata Check
⚠️PowerShell Core - Windows
Type Module ResourceType SubResourceType Command Description
⚠️ Az.Resources Microsoft.Resources subscriptionsResourcegroups Get-AzResourceGroup The path /subscriptions/{subscriptionId}/resourceGroups/{name} doesn't contains the right resource tpye: Microsoft.Resources
⚠️ Az.Resources Microsoft.Resources subscriptionsResourcegroups Remove-AzResourceGroup The path /subscriptions/{subscriptionId}/resourceGroups/{name} doesn't contains the right resource tpye: Microsoft.Resources
⚠️Windows PowerShell - Windows
Type Module ResourceType SubResourceType Command Description
⚠️ Az.Resources Microsoft.Resources subscriptionsResourcegroups Get-AzResourceGroup The path /subscriptions/{subscriptionId}/resourceGroups/{name} doesn't contains the right resource tpye: Microsoft.Resources
⚠️ Az.Resources Microsoft.Resources subscriptionsResourcegroups Remove-AzResourceGroup The path /subscriptions/{subscriptionId}/resourceGroups/{name} doesn't contains the right resource tpye: Microsoft.Resources
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 58.29 % 59.49% Test coverage cannot be lower than the number of the last release.
⚠️ - MacOS
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 58.29% 59.49% Test coverage cannot be lower than the number of the last release.
⚠️PowerShell Core - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 58.29% 59.49% Test coverage cannot be lower than the number of the last release.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 58.29% 59.49% Test coverage cannot be lower than the number of the last release.
️✔️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@dolauli dolauli self-assigned this Dec 15, 2023
@dolauli
Copy link
Contributor

dolauli commented Dec 15, 2023

@NoriZC Please remember to add change logs.

@NoriZC NoriZC merged commit 711e53a into main Dec 18, 2023
@NoriZC NoriZC deleted the codegen/Resources branch December 18, 2023 01:15
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.

3 participants