You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
IntuneRoleAssignment
* Add support for ScopeType enabling the use of AllLicensedUser/AllDevice as Scope
* TeamsChannelsPolicy
* Renamed the AllowPrivateTeamsDiscovery parameter to EnablePrivateTeamDiscovery.
* TeamsChannelTab
* Added support for Credential and refactored to call into the Microsoft Graph PowerShell SDK directly.
* TeamsMeetingPolicy
* Added support for several new properties:
* AllowAnnotations
* AllowAnonymousUsersToJoinMeeting
* AllowMeetingCoach
* AllowMeetingRegistration
* AllowNetworkConfigurationSettingsLookup
* AllowWatermarkForCameraVideo
* AllowWatermarkForScreenSharing
* NewMeetingRecordingExpirationDays
* AllowCartCaptionsScheduling
* AllowDocumentCollaboration
* AllowedStreamingMediaInput
* BlockedAnonymousJoinClientTypes
* ChannelRecordingDownload
* ExplicitRecordingConsent
* ForceStreamingAttendeeMode
* InfoShownInReportMode
* LiveInterpretationEnabledType
* LiveStreamingMode
* MeetingInviteLanguages
* QnAEngagementMode
* RoomPeopleNameUserOverride
* SPOBrowserIdleSignout
* Fixed incorrect Ensure parameter being added to the Export
FIXES #2619
* SPOSiteAuditSettings
* Fixed incorrect Ensure parameter being added to the Export
FIXES #2619
* MISC
* Standardized and improved logging across all resources.
* Improved error handling in creating output when permissions are not correct.
* DEPENDENCIES
* Updated Microsoft.Graph.* to version 1.18.0;