-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
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-EntraBetaPrivilegedRoleSettingTypes 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.