-
Notifications
You must be signed in to change notification settings - Fork 833
Bulk import csv template does not include version anymore #1830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@ep3p : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 36852f1: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the documentation for bulk importing group members in Microsoft Entra ID to address a change where the CSV template no longer includes a version number in the first row. The documentation adds disclaimers to inform users about this discrepancy between the documented requirements and the actual template structure.
Key changes:
- Adds a standalone note after the template screenshot stating that the version number is not currently included
- Updates the CSV template structure section to append a disclaimer about the missing version number
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| Download and fill in the bulk upload CSV template to successfully add Microsoft Entra group members in bulk. Your CSV template might look like this example: | ||
|
|
||
| :::image type="content" source="./media/groups-bulk-import-members/template-with-callouts.png" alt-text="Screenshot that shows the spreadsheet for upload and call-outs explaining the purpose and values for each row and column."::: |
Copilot
AI
Nov 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line lacks proper markdown formatting. It appears directly after the image without a blank line, which may cause it to be rendered as part of the image caption instead of a separate paragraph. Add a blank line before this text to ensure proper rendering.
| :::image type="content" source="./media/groups-bulk-import-members/template-with-callouts.png" alt-text="Screenshot that shows the spreadsheet for upload and call-outs explaining the purpose and values for each row and column."::: | |
| :::image type="content" source="./media/groups-bulk-import-members/template-with-callouts.png" alt-text="Screenshot that shows the spreadsheet for upload and call-outs explaining the purpose and values for each row and column."::: |
| The rows in a downloaded CSV template are: | ||
|
|
||
| - **Version number**: The first row that contains the version number must be included in the upload CSV. | ||
| - **Version number**: The first row that contains the version number must be included in the upload CSV. **Currently version number is not included in the template** |
Copilot
AI
Nov 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This description contains contradictory information. It states that "the version number must be included in the upload CSV" but then immediately adds "Currently version number is not included in the template." This is confusing for users.
Consider revising to either:
- If version number is temporarily missing: "Version number:
The first row that contains the version number must be included in the upload CSV.Note: The current template does not include the version number row. Until this is resolved, start your data entries on the first row after the column headings." - If version number is permanently removed: Remove the mention of version number requirement entirely and update the description to reflect the new structure.
| - **Version number**: The first row that contains the version number must be included in the upload CSV. **Currently version number is not included in the template** | |
| - **Version number**: ~~The first row that contains the version number must be included in the upload CSV.~~ **Note: The current template does not include the version number row. Until this is resolved, start your data entries on the first row after the column headings.** |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Bulk import csv template does not include version number anymore (and the upload fails).
Please, could you check with the owner if the version number is really required? (they will have to change the docs)
or which will be the correct format for a bulk import csv?
Previous month the template files were named '''GroupImportMembersTemplate.csv''', and now they are called '''ImportGroupMembersTemplate.csv'''
Someone has changed the bulk import method, and has not tested if the change really works, nor updated the docs...
ImportGroupMembersTemplate (3).csv