-
Notifications
You must be signed in to change notification settings - Fork 187
add docs for new file request commands #959
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
add docs for new file request commands #959
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.
...nt/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOFileRequestBrandingProfile.md
Show resolved
Hide resolved
...nt/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOFileRequestBrandingProfile.md
Outdated
Show resolved
Hide resolved
...nt/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOFileRequestBrandingProfile.md
Outdated
Show resolved
Hide resolved
...t/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOFileRequestBrandingProfiles.md
Outdated
Show resolved
Hide resolved
|
|
||
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use this format:
> [!NOTE]
> <your text goes here>
``` #Closed
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.
(see other files in this repo for example usage)
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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