-
Notifications
You must be signed in to change notification settings - Fork 147
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 commands for managing built-in font packages #659
base: main
Are you sure you want to change the base?
Add commands for managing built-in font packages #659
Conversation
Learn Build status updates of commit f4dae6b: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. sharepoint/sharepoint-ps/sharepoint-online/Get-SPOBuiltInFontPackageSettings.md
sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-cmdlets.md
sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-sub-cmdlets.md
sharepoint/sharepoint-ps/sharepoint-online/Add-SPOGeoAdministrator.yml
sharepoint/sharepoint-ps/sharepoint-online/Add-SPOUser.yml
sharepoint/sharepoint-ps/sharepoint-online/Export-SPOUserInfo.yml
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOBuiltInSiteTemplateSettings.yml
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainerTypeConfiguration.yml
sharepoint/sharepoint-ps/sharepoint-online/Get-SPODeletedContainer.yml
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request. 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:
|
|
||
## SYNOPSIS | ||
|
||
Gets settings of built-in font packages. |
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 feel this could be improved a little bit, e.g., to add a bit more info? I'd suggest you work with your PM on this PR.
Also, please take a look at other cmdlet documentations to see if there's anything you'd need to add
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.
(applies to the other file too)
|
||
Use this cmdlet to get all settings of built-in font packages. | ||
|
||
## EXAMPLE |
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 should be
level 2 header: EXAMPLES
level 3 header: EXAMPLE
## EXAMPLES
### EXAMPLE
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.
(applies to the other file too)
``` | ||
|
||
## PARAMETERS | ||
|
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.
remove as you don't have params
|
||
### -HideBuiltInFontPackages | ||
|
||
Hide built in font packages from SharePoint sites if this value is true. |
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.
🕐
Add commands for managing built-in font packages.