-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update manage-creation-of-groups.md #13679
Conversation
The old code only output a limited paged number of elements if you have a lot of groups. My commit fixes this problem by filtering the output before.
I fixed my small mistake
Learn Build status updates of commit 3d7abcf: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit ce0c806:
|
File | Status | Preview URL | Details |
---|---|---|---|
microsoft-365/admin/create-groups/office-365-groups.md | Details | ||
microsoft-365/solutions/collaboration-governance-first.md | Details | ||
microsoft-365/solutions/microsoft-365-limit-sharing.md | Details | ||
microsoft-365/solutions/plan-organization-lifecycle-governance.md | Details | ||
microsoft-365/solutions/TOC.yml | Details | ||
microsoft-365/solutions/manage-creation-of-groups.md | ✅Succeeded |
microsoft-365/admin/create-groups/office-365-groups.md
- Line 48, Column 40: [Warning: file-not-found - See documentation]
Invalid file link: '../../solutions/manage-creation-of-groups.md'.
- Line 60, Column 3: [Warning: file-not-found - See documentation]
Invalid file link: '../../solutions/manage-creation-of-groups.md'.
microsoft-365/solutions/collaboration-governance-first.md
- Line 43, Column 65: [Warning: file-not-found - See documentation]
Invalid file link: './manage-creation-of-groups.md'.
microsoft-365/solutions/microsoft-365-limit-sharing.md
- Line 224, Column 3: [Warning: file-not-found - See documentation]
Invalid file link: './manage-creation-of-groups.md'.
microsoft-365/solutions/plan-organization-lifecycle-governance.md
- Line 43, Column 49: [Warning: file-not-found - See documentation]
Invalid file link: 'manage-creation-of-groups.md'.
microsoft-365/solutions/TOC.yml
- Line 312, Column 15: [Warning: file-not-found - See documentation]
Invalid file link: 'manage-creation-of-groups.md'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
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.
I did this by accident, please ignore
Learn Build status updates of commit 4529ef4:
|
File | Status | Preview URL | Details |
---|---|---|---|
microsoft-365/admin/create-groups/office-365-groups.md | Details | ||
microsoft-365/solutions/collaboration-governance-first.md | Details | ||
microsoft-365/solutions/microsoft-365-limit-sharing.md | Details | ||
microsoft-365/solutions/plan-organization-lifecycle-governance.md | Details | ||
microsoft-365/solutions/TOC.yml | Details | ||
microsoft-365/solutions/manage-creation-of-groups.md | ✅Succeeded | n/a (file deleted or renamed) |
microsoft-365/admin/create-groups/office-365-groups.md
- Line 48, Column 40: [Warning: file-not-found - See documentation]
Invalid file link: '../../solutions/manage-creation-of-groups.md'.
- Line 60, Column 3: [Warning: file-not-found - See documentation]
Invalid file link: '../../solutions/manage-creation-of-groups.md'.
microsoft-365/solutions/collaboration-governance-first.md
- Line 43, Column 65: [Warning: file-not-found - See documentation]
Invalid file link: './manage-creation-of-groups.md'.
microsoft-365/solutions/microsoft-365-limit-sharing.md
- Line 224, Column 3: [Warning: file-not-found - See documentation]
Invalid file link: './manage-creation-of-groups.md'.
microsoft-365/solutions/plan-organization-lifecycle-governance.md
- Line 43, Column 49: [Warning: file-not-found - See documentation]
Invalid file link: 'manage-creation-of-groups.md'.
microsoft-365/solutions/TOC.yml
- Line 312, Column 15: [Warning: file-not-found - See documentation]
Invalid file link: 'manage-creation-of-groups.md'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
@microsoft-github-policy-service agree |
The old code only output a limited paged number of elements if you have a lot of groups. My commit fixes this problem by filtering the output before.