forked from SharePoint/sp-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Adding two new tutorials for using webhooks and integration with ACS #1
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
Open
vibehavjha
wants to merge
968
commits into
vibehavjha:main
Choose a base branch
from
SharePoint:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+15,308
−8,085
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- per msft, should start capitals for consistency
Content update/ace updates
Removed the principles section as this section has been added as the part of the new article "Site theme" under brand center.
Update themes-colors.md
Since Azure AD PowerShell was deprecated on March 30, 2024 (https://techcommunity.microsoft.com/t5/microsoft-entra-blog/important-azure-ad-graph-retirement-and-powershell-module/ba-p/3848270), we need to change the sample scripts to Microsoft Graph PowerShell SDK. The commit 020d3e0 (020d3e0) changed the scripts from Microsoft Graph PowerShell SDK to Auzre AD PowerShell on Sep 13, 2023. I've reverted this again.
I'd like to post a survey on the learn page to capture the response from users that are not directly in touch with us. The survey is not about the content directly, but will help us to understand how can we improve the SPE onboarding
📜🆕 use brand center fonts in spfx components
- always refer to Microsoft Graph with the full name, not "graph" - grammatical fixes - markdown formatting: - scopes aren't inline code; should be BOLD - don't explicitly set numbered bullets; always use "1." and let rendering engine number them correctly
Update replace-an-expiring-client-secret-in-a-sharepoint-add-in.md
Update overview.md
Update search-content.md to include search by contaienr custom property scenario
Added a link to the Entra PowerShell cmdlet they can use to assign app permissions, and also to the Azure CLI command.
* Deprecating float style prop in custom formatter * Update formatting-syntax-reference.md
….md (#10288) * Update how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md RPS is unclear, better use Requests. Or alternatively use: Requests Per Second (RPS) * update timestamp --------- Co-authored-by: Andrew Connell <[email protected]>
* Add an SPE What's New page * Add SPE What's New page to the TOC * fixup! Add an SPE What's New page
Updated ETAG part for the format
* fixing retryafter * grammar & typo fix --------- Co-authored-by: Andrew Connell <[email protected]>
* Update SharePoint Embedded copilot to agent * fix formatting for HTML tag * Fix SPE DA articles * Update ms.date on articles * Improve language settings note on SPE Agent article * formatting & remove incomplete sentence * formatting --------- Co-authored-by: Andrew Connell <[email protected]>
* Document user license requirements for @-mentions in SPE docs * fixup! Document user license requirements for @-mentions in SPE docs * fix acrolinx findings * address acronlinx findings --------- Co-authored-by: Andrew Connell <[email protected]>
* Added retirement warning on Field customizers I'm not sure on the wording, but there SHOULD be a warning on the page ensuring that people are aware of the upcoming retirement * Update ms.date * grammar fixes & msdocs alignment * change note to warning * fix build report finding --------- Co-authored-by: Andrew Connell <[email protected]>
* Replace List containers response from 401 Unauthorized to 403 Forbidden for unlicensed users * Fix acrolinx errors in SPE auth page * Update ms.date in SPE auth page
* Create migration-job-progress-api-reference.md * Update migration-job-progress-api-reference.md * Update migration-job-progress-api-reference.md Revised broken links * Update migration-job-progress-api-reference.md Replace with relative links * fix markdown issues, grammar, typos ## markdown in accordance with msdocs guidelines, applied the following changes: - always have empty lines between headings, paragraphs, and fenced code blocks - fenced code language fixes: - no such language **rest**... changed to `http` or `json` where applicable - used inline formatting where applicable --------- Co-authored-by: Andrew Connell <[email protected]>
* Update use-aadhttpclient.md changed note to indicate MSAL is not to be directly used in SPFx due to conflicts, use AADHttpClient instead. * fix typos, address build finding, azure ad ref's - replace "Azure AD" with "Entra ID" & related references - update doc timestamp - fix grammar - remove locale from URL --------- Co-authored-by: Andrew Connell <[email protected]>
* Update multigeo-managedmetadata.md Updated full replication job run time from three days to seven days. * markdown formatting fix, timestamp, spell out number --------- Co-authored-by: Andrew Connell <[email protected]>
…10325) * Create migration-job-progress-api-reference.md * Update migration-job-progress-api-reference.md * Update migration-job-progress-api-reference.md Revised broken links * Update migration-job-progress-api-reference.md Replace with relative links * fix markdown issues, grammar, typos ## markdown in accordance with msdocs guidelines, applied the following changes: - always have empty lines between headings, paragraphs, and fenced code blocks - fenced code language fixes: - no such language **rest**... changed to `http` or `json` where applicable - used inline formatting where applicable * Add notice on GetMigrationJobProgress API * Add notice on GetMigrationJobProgress API in Migration API Reference * update doc date * update doc date --------- Co-authored-by: Andrew Connell <[email protected]>
* Update SharePoint Embedded Membership Roles in ctaUX.md * Add files via upload * Update ctaUX.md * Update ctaUX.md * Update ctaUX.md * Update ctaUX.md * Update ctaUX.md * Update ctaUX.md * Rename Filter.png to filter.png * Rename FilteronDelete.png to filterondelete.png * Rename Reassignuser.png to reassignuser.png * Rename Removeuser.png to removeuser.png * Updates paths for images * fixes capitalization for broken image links * Rename Search.png to search.png * Rename Sensitivitylabel.png to sensitivitylabel.png * Rename Sorting.png to sorting.png * Update ctaUX.md * Update ctaUX.md * Rename addowners-1.png to addowners1.png * Rename addowners-2.png to addowners2.png * Rename addowners2.png to add-owners-two.png * Rename sensitivitylabel.png to sensitivity-label.png * Rename addowners1.png to add-owners-one.png * Rename filterondelete.png to filter-on-delete.png * Rename reassignuser.png to reassign-user.png * Rename removeuser.png to remove-user.png * Rename sortingondeleted.png to sorting-on-deleted.png * Update ctaUX.md * markdown formatting fixes & grammar --------- Co-authored-by: Javier Alvarez <[email protected]> Co-authored-by: Andrew Connell <[email protected]>
Removing the tour information
* Update VS Code Extension tutorial documentation * Remove duplicated line * use authorize and authenticate explicitly * fix word * promote user review permissions * fix casing * request user update to latest version of vs code extension * Link to setup app registrations * Acrolinx updates * typos, grammar, markdown formatting * 🐞 fix automated build finding - no abs links --------- Co-authored-by: grjoseph <[email protected]> Co-authored-by: Andrew Connell <[email protected]>
Updated to reflect new naming guidelines.
Removed "Syntex" to adhere to new naming guidelines.
* Create migration-job-progress-api-reference.md * Update migration-job-progress-api-reference.md * Update migration-job-progress-api-reference.md Revised broken links * Update migration-job-progress-api-reference.md Replace with relative links * fix markdown issues, grammar, typos ## markdown in accordance with msdocs guidelines, applied the following changes: - always have empty lines between headings, paragraphs, and fenced code blocks - fenced code language fixes: - no such language **rest**... changed to `http` or `json` where applicable - used inline formatting where applicable * Add notice on GetMigrationJobProgress API * Add notice on GetMigrationJobProgress API in Migration API Reference * update doc date * update doc date * Add notice of GetMigrationJobProgress to AMR API overview * markdown formatting & grammar fixes * markdown formatting & grammar fixes WRT markdown, for blockquotes, new ilnes shoudl be seperated by an empty line --------- Co-authored-by: Andrew Connell <[email protected]>
* Learn Editor: Update formatting-advanced.md * Learn Editor: Update formatting-advanced.md * fix grammar, typos, markdown formatting --------- Co-authored-by: Andrew Connell <[email protected]>
Semantic change to clarify internal name representation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Category
Related issues
What's in this Pull Request?
Added documentation for Using Webhooks and Enabling Document Processing with ACS tutorials.