Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jun 12, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jun 12, 2025
JohnDuprey and others added 29 commits December 12, 2025 00:53
Extended Invoke-ExecBackendURLs.ps1 to include Hosted, OS, SKU, Timezone, and business hours properties. Added Invoke-ExecTimeSettings.ps1 to handle updating timezone and business hours settings for the function app, including validation and Azure app settings update logic.
Adjusted the batch processing loop in Start-AuditLogProcessingOrchestrator.ps1 to process 500 row IDs per batch instead of 1000. This change may help improve performance or avoid issues with large batch sizes.
Added logic to cache users, groups, devices, and service principals lookups in Azure Table Storage for one day. This reduces repeated bulk API requests and improves performance by using cached data when available.
The function now checks for the WEBSITE_AUTH_V2_CONFIG_JSON environment variable and uses it to obtain authentication settings if present, reducing the need for an additional REST call. Falls back to the previous method if the variable is not set.
Refactored Push-AuditLogIngestion to split content listing, downloading, and result aggregation into orchestrated activity functions for improved scalability and maintainability. Added Push-AuditLogIngestionDownload and Push-AuditLogIngestionResults activity functions. Updated orchestration logic in CippEntrypoints.psm1 to support a 'NoScaling' mode. Improved null handling for cached group and device lookups in Test-CIPPAuditLogRules.
Introduces Push-CIPPStandardsApplyBatch and Push-CIPPStandardsList entrypoints to support distributed, per-tenant standards listing and aggregation. Refactors Invoke-CIPPStandardsRun to build and orchestrate tenant batches, and moves license and policy timestamp filtering logic from Get-CIPPStandards to Push-CIPPStandardsList for improved scalability and separation of concerns.
Added missing backtick-escaped dollar signs before 'top' in the $top query parameters for several Microsoft Graph API URLs. This ensures correct OData query syntax and proper pagination when retrieving Intune policy data.
Introduces an includeAllTenants flag to control whether tenant-specific or all-tenant templates are included when listing new user defaults. Improves filtering logic to support more flexible template retrieval based on tenant context.
…ogic

Return AllTenants user templates along with specific tenant user templates
Fix: Loading issue for ListMailQuarantine with allTenants
Feat: Improve JIT Admin creation and copy button behavior
Feat: Add auto-archiving configuration standard
Introduces a 'Reference' field to scheduled task entities and propagates its usage through task creation, execution, and notification logic. This allows tasks to be associated with an external or user-defined reference for improved traceability.
MWG-Logan and others added 30 commits January 2, 2026 11:48
…flicts

`-contains` is case-insensitive as-is, `.ToLowerInvariant()` is wasteful in this case.
Add Get-CIPPAlertIntunePolicyConflicts function
Fix:  hashtable alert errors for CIPPAlertOneDriveQuota
Templates with tenant filters that resolve to no tenants (empty groups) are now skipped instead of being assigned an empty tenant list. This prevents unnecessary processing of templates that do not apply to any tenants.
Bug: Handle array type for conditions.users in Conditional Access Template processing
Check accountEnabled property for shared mailbox user
Replaces direct property assignment with Add-Member for 'DynamicRules' to ensure consistency with other property additions in the group entity.
Replaced the loop generating multiple partition key filters with a single filter using 'PartitionKey ge' and 'PartitionKey le' for date ranges. This streamlines the query and improves readability.
Added explicit checks to ensure $Tenant and $StandardKey are not null or empty before accessing or modifying related data structures. This improves robustness and prevents potential runtime errors.
Update template update checks to ensure the source matches the current template repository before updating or skipping. Also, add the -Compress flag to ConvertTo-Json calls to reduce JSON size when storing entities.
The Source property is now included when creating the entity for Add-CIPPAzDataTableEntity, using the value from $Template.Source if available.
Introduces a -SkipCache switch to Get-TenantGroups and updates Invoke-ListTenantGroups to use it, allowing cache bypass for fresh data retrieval. Also improves Update-CIPPDynamicTenantGroups to handle multiple referenced tenant group IDs for 'in' and 'notin' operators, aggregating member IDs across groups.
Introduces IP range management for both custom and default roles, storing allowed IPs in a dedicated table. Updates role creation, cloning, deletion, and listing to handle IP ranges, and enforces IP-based access restrictions in Test-CIPPAccess. Superadmin roles are exempt from IP restrictions to prevent lockout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants