> 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/readme-1-1.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 feature helps keep users informed about important updates and communications directly in the platform.
* **Update Action for Assignments**
  * Assignments can now be updated, not just created or deleted. This gives administrators more flexibility to manage assignment settings without needing to recreate them.

***

## Improved

* **Tenant Addition for Enterprise Customers**
  * The process for adding tenants now recognizes enterprise customers. This ensures that enterprise licensing is handled correctly during onboarding.
* **Customer Services Updated**
  * Improved handling to prevent duplicate customer records when onboarding. This helps keep your customer database clean and accurate.

***

## Fixed

* **Group Exclusion Bug**
  * Fixed an issue where it was not possible to add group exclusions if all devices were targeted. Administrators can now properly set exclusions for groups.
* **Migration Check During Updates**
  * Resolved a bug that affected migration checks when updating assignments. This ensures smoother updates and fewer errors.
* **Assignment Consistency**
  * Improved consistency when comparing policies involving one-to-many relationships. Results are now reliable and accurate.
* **Assignment Update Accuracy**
  * Added stricter checks to ensure assignments are updated correctly. This reduces errors when modifying assignment details.
* **Assignment Existence Checks**
  * Overhauled checks for assignment existence across all actions. This prevents issues where assignments might be incorrectly recognized or missed.

***

## Technical Notes

* Production deployment completed successfully.
* Version: 1.26.05
* Deployment date: 2026-05-26
* No action required for administrators unless noted above.


---

# 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/readme-1-1.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.
