Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 8/25/2020
# Generated on: 11/16/2020
#

@{
Expand All @@ -12,13 +12,13 @@
RootModule = './Microsoft.Graph.Identity.SignIns.psm1'

# Version number of this module.
ModuleVersion = '0.9.2'
ModuleVersion = '1.1.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = '70b3f08c-45fa-4741-b125-441e3cce9f9f'
GUID = 'cf0b21b6-65de-4e4d-9ba9-4e31c4774560'

# Author of this module
Author = 'Microsoft Corporation'
Expand Down Expand Up @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '0.9.1'; })
RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.1.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Microsoft.Graph.Identity.SignIns.private.dll'
Expand Down Expand Up @@ -81,9 +81,7 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
'Get-MgInformationProtectionSensitivityPolicySetting',
'Get-MgInformationProtectionThreatAssessmentRequest',
'Get-MgInformationProtectionThreatAssessmentRequestResult',
'Get-MgInvitation', 'Get-MgInvitationInvitedUser',
'Get-MgInvitationInvitedUserByRef', 'Get-MgOauth2PermissionGrant',
'Get-MgOauth2PermissionGrantDelta',
'Get-MgOauth2PermissionGrant', 'Get-MgOauth2PermissionGrantDelta',
'Get-MgOrganizationCertificateBasedAuthConfiguration',
'Get-MgOrganizationCertificateBasedAuthConfigurationByRef',
'Get-MgPolicyActivityBasedTimeoutPolicy',
Expand All @@ -96,7 +94,7 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
'Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy',
'Get-MgPolicyPermissionGrantPolicy',
'Get-MgPolicyPermissionGrantPolicyExclude',
'Get-MgPolicyPermissionGrantPolicyInclude',
'Get-MgPolicyPermissionGrantPolicyInclude',
'Get-MgPolicyTokenIssuancePolicy',
'Get-MgPolicyTokenLifetimePolicy', 'Get-MgRiskDetection',
'Get-MgRiskyUser', 'Get-MgRiskyUserHistory', 'Get-MgTrustFramework',
Expand Down Expand Up @@ -165,7 +163,6 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
'Remove-MgInformationProtectionSensitivityPolicySetting',
'Remove-MgInformationProtectionThreatAssessmentRequest',
'Remove-MgInformationProtectionThreatAssessmentRequestResult',
'Remove-MgInvitation', 'Remove-MgInvitationInvitedUserByRef',
'Remove-MgOauth2PermissionGrant',
'Remove-MgPolicyActivityBasedTimeoutPolicy',
'Remove-MgPolicyAdminConsentRequestPolicy',
Expand Down Expand Up @@ -196,7 +193,6 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
'Remove-MgUserAuthenticationSecurityQuestionMethod',
'Remove-MgUserAuthenticationTemporaryAccessPassMethod',
'Remove-MgUserInformationProtection',
'Set-MgInvitationInvitedUserByRef',
'Test-MgInformationProtectionDataLossPreventionPolicy',
'Test-MgInformationProtectionLabelAndPolicy',
'Test-MgInformationProtectionPolicyLabelApplication',
Expand All @@ -217,7 +213,7 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation
'Update-MgInformationProtectionSensitivityPolicySetting',
'Update-MgInformationProtectionThreatAssessmentRequest',
'Update-MgInformationProtectionThreatAssessmentRequestResult',
'Update-MgInvitation', 'Update-MgOauth2PermissionGrant',
'Update-MgOauth2PermissionGrant',
'Update-MgPolicyActivityBasedTimeoutPolicy',
'Update-MgPolicyAdminConsentRequestPolicy',
'Update-MgPolicyAuthenticationFlowPolicy',
Expand Down Expand Up @@ -284,7 +280,7 @@ PrivateData = @{
ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell'

# A URL to an icon representing this module.
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png'
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/po/release1.1.0/documentation/images/graph_color256.png'

# ReleaseNotes of this module
ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.'
Expand Down
2 changes: 1 addition & 1 deletion src/Identity.SignIns/Identity.SignIns/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subject-prefix: ''

``` yaml
directive:
- remove-path-by-operation: ^identity_(Get|Create|Delete|Update|List)ConditionalAccess$|^policies\.policyRoot_.*PolicyRoot|^policies_(Get|Create|Delete|Update|List)ConditionalAccessPolicies$
- remove-path-by-operation: ^identity_(Get|Create|Delete|Update|List)ConditionalAccess$|^policies\.policyRoot_.*PolicyRoot|^policies_(Get|Create|Delete|Update|List)ConditionalAccessPolicies$|^invitations\.invitation_(List|Get|Update|Delete)Invitation$|^invitations_(.*)InvitedUser$
# Rename cmdlets with duplicates in their name.
- where:
subject: ^(Oauth2PermissionGrant)(\1)+
Expand Down
1 change: 1 addition & 0 deletions src/readme.graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ directive:
- microsoft.graph.governanceRoleAssignment
- microsoft.graph.governanceRoleDefinition
- microsoft.graph.workbookOperationError
- microsoft.graph.parentLabelDetails

# Set parameter alias
- where:
Expand Down