-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience
Description
Describe the bug
it seems as MS forgot to include the command New-MgBetaIdentityConditionalAccessPolicy in v2.30 in the push. it is NOT mentioned in Microsoft.Graph.Beta.Identity.SignIns.psd1
'New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference',
'New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode',
'New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy',
'New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration',
'Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference',
'Remove-MgBetaIdentityConditionalAccessAuthenticationStrength',
'Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode',
'Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy',
'Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration',
Expected behavior
it is missing in the PS module
How to reproduce
New-MgBetaIdentityConditionalAccessPolicy : The term 'New-MgBetaIdentityConditionalAccessPolicy' is not recognized as the name of a cmdlet, function, script file, or operable pro
gram. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:38 char:1
- New-MgBetaIdentityConditionalAccessPolicy -BodyParameter $params
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_
Metadata
Metadata
Assignees
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience