add docs for new file request commands#959
add docs for new file request commands#959aditisrivastava07 merged 4 commits intoMicrosoftDocs:mainfrom
Conversation
|
Learn Build status updates of commit 724bb66:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Microsoft.Online.SharePoint.PowerShell.md | View (sharepoint-ps) | Details | |
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOFileRequestBrandingProfile.md | ✅Succeeded | View (sharepoint-ps) | |
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOFileRequestBrandingProfiles.md | ✅Succeeded | View (sharepoint-ps) | |
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOFileRequestBrandingProfile.md | ✅Succeeded | View (sharepoint-ps) | |
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Switch-SPOFileRequestBrandingProfiles.md | ✅Succeeded | View (sharepoint-ps) |
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Microsoft.Online.SharePoint.PowerShell.md
- Line 0, Column 0: [Warning: PSMD2Yaml_InconsistentCmdletsInModule]
Inconsistent cmdlets found in module: Microsoft.Online.SharePoint.PowerShell. 4 cmdlets in the module folder but not listed in the module file: Add-SPOFileRequestBrandingProfile, Get-SPOFileRequestBrandingProfiles, Remove-SPOFileRequestBrandingProfile, Switch-SPOFileRequestBrandingProfiles.
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.
|
|
||
| Note: | ||
| If you remove the primary profile and a secondary profile exists, the secondary profile will automatically be promoted to primary. This ensures that the file request feature always has a primary branding profile if one is available. | ||
|
|
There was a problem hiding this comment.
use this format:
> [!NOTE]
> <your text goes here>
``` #Closed
There was a problem hiding this comment.
(see other files in this repo for example usage)
There was a problem hiding this comment.
Modified to use [!] format
|
You also need to update the TOC file -- Microsoft.Online.SharePoint.PowerShell.md #Closed |
|
Learn Build status updates of commit 7f97d5f:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Microsoft.Online.SharePoint.PowerShell.md | View (sharepoint-ps) | Details | |
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOFileRequestBrandingProfile.md | ✅Succeeded | View (sharepoint-ps) | |
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOFileRequestBrandingProfiles.md | ✅Succeeded | View (sharepoint-ps) | |
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOFileRequestBrandingProfile.md | ✅Succeeded | View (sharepoint-ps) | |
| sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Switch-SPOFileRequestBrandingProfiles.md | ✅Succeeded | View (sharepoint-ps) |
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Microsoft.Online.SharePoint.PowerShell.md
- Line 0, Column 0: [Warning: PSMD2Yaml_InconsistentCmdletsInModule]
Inconsistent cmdlets found in module: Microsoft.Online.SharePoint.PowerShell. 4 cmdlets in the module folder but not listed in the module file: Add-SPOFileRequestBrandingProfile, Get-SPOFileRequestBrandingProfiles, Remove-SPOFileRequestBrandingProfile, Switch-SPOFileRequestBrandingProfiles.
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.
| Get-SPOFileRequestBrandingProfiles | ||
| ``` | ||
|
|
||
| This example retrieves the branding profiles configured for the file request feature. If profiles have been added using Add-SPOFileRequestBrandingProfile, the output will include the asset library URL and details abou the branding profiles such as file names and URLs for primary and secondary profiles if present. |
There was a problem hiding this comment.
added back tick
|
Learn Build status updates of commit bbcd890: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@microsoft-github-policy-service agree company="Microsoft" |
|
Learn Build status updates of commit 7b01cc6: ✅ Validation status: passed
For more details, please refer to the build report. |
Add the following new commands to powershell to support branding assets for the file request feature:
Add-SPOFileRequestBrandingProfile
Get-SPOFileRequestBrandingProfiles
Remove-SPOFileRequestBrandingProfile
Switch-SPOFileRequestBrandingProfiles
Documentation is added for each of the above commands