> For the complete documentation index, see [llms.txt](https://docs.intuneassistant.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intuneassistant.cloud/changelog/v1.26.05.md).

# Release notes v1.26.05

## v1.26.05 ✅ PRODUCTION (v1.26.05)

Highlights for this release of IntuneAssistant.

***

## New

* **Message Center Support Added**
  * You can now access a message center within IntuneAssistant. This provides a central place for important updates and communications, helping you stay informed about changes and notifications relevant to your environment.
* **Update Action for Assignments**
  * Assignments can now be updated directly, making it easier to manage and adjust device and group assignments without needing to recreate them.

***

## Improved

* **Tenant Addition for Enterprise Customers**
  * The process for adding tenants has been updated to better support enterprise customers. This ensures that enterprise licensing is handled correctly and simplifies onboarding for larger organizations.
* **Customer Creation Process**
  * Improvements have been made to prevent duplicate customer entries. This helps keep your customer records accurate and avoids confusion during onboarding or re-enrollment.

***

## Fixed

* **Group Exclusion Issue**
  * Resolved a bug where it was not possible to add group exclusions when targeting all devices. You can now properly exclude groups as needed.
* **Assignment Update Consistency**
  * Fixed issues where assignment updates did not always reflect correctly, especially when removing filters or comparing multiple policies. Assignment results are now consistent and reliable.
* **Migration Check During Updates**
  * Addressed a problem where migration checks could fail during assignment updates. Updates now proceed smoothly without migration errors.
* **Assignment Existence Checks**
  * Improved checks to ensure assignments exist for all actions, reducing errors and making assignment management more dependable.

***

## Technical Notes

* Strict checking has been added for assignment updates to ensure only valid assignments are processed.
* Internal version tracking updated.

***

**This release focuses on improving assignment management, communication, and onboarding reliability for administrators.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.intuneassistant.cloud/changelog/v1.26.05.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
