Skip to content

Some Entra Beta commands use types for parameter definition that couldn't be found #1164

@alexandair

Description

@alexandair

The following commands type cast parameters to types that couldn't be found:

Add-EntraBetaScopedRoleMembership
Get-EntraBetaPasswordSingleSignOnCredential
New-EntraBetaAdministrativeUnitMember
New-EntraBetaApplicationFromApplicationTemplate
New-EntraBetaDirectoryRoleDefinition
New-EntraBetaDirectorySetting
New-EntraBetaFeatureRolloutPolicy
New-EntraBetaObjectSetting
New-EntraBetaPasswordSingleSignOnCredential
Remove-EntraBetaPasswordSingleSignOnCredential
Set-EntraBetaDirectoryRoleDefinition
Set-EntraBetaDirectorySetting
Set-EntraBetaFeatureRolloutPolicy
Set-EntraBetaObjectSetting
Set-EntraBetaPasswordSingleSignOnCredential
Set-EntraBetaPrivilegedRoleAssignmentRequest
Set-EntraBetaPrivilegedRoleSetting

Types are:

Unable to find type [Microsoft.Open.AzureAD.Model.RoleMemberInfo].
Unable to find type [Microsoft.Open.MSGraph.Model.PasswordSSOObjectId].
Unable to find type [Microsoft.Open.MSGraph.Model.AssignedLabel].
Unable to find type [Microsoft.Open.MSGraph.Model.ApplicationTemplateDisplayName].
Unable to find type [Microsoft.Open.MSGraph.Model.DirectoryRoleDefinition].
Unable to find type [Microsoft.Open.MSGraph.Model.DirectorySetting].
Unable to find type [Microsoft.Open.MSGraph.Model.MsFeatureRolloutPolicy+FeatureEnum].
Unable to find type [Microsoft.Open.MSGraph.Model.PasswordSSOCredentials].
Unable to find type [Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedSchedule].
Unable to find type [Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting].

To repro, run for example Get-Command Add-EntraBetaScopedRoleMembership -Syntax.

Metadata

Metadata

Labels

P0Highest priorityTriagedbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions