-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Move SPO-PS info from sp-dev-docs page to separate reference topics #361
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
Changes from 1 commit
3617ac5
002297f
a50dc92
d72d0b8
64a4d43
9771f4a
1dd5f73
27bdde3
0c16141
ce3bd6d
4ad264a
2c2525d
ebcb2a9
4a7d875
84249e3
3e0f589
cb83aa5
b6681ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Changed example text from "The following example..." to "This example..."
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ Get-SPOSiteDesign | |
|
|
||
| ## PARAMETERS | ||
|
|
||
| ### [-Identity] | ||
| ### -Identity | ||
| The ID of the site design to retrieve. | ||
|
|
||
| ```yaml | ||
|
|
@@ -40,7 +40,7 @@ Accept wildcard characters: False | |
|
|
||
| ### Example 1 | ||
|
|
||
| The following example and sample response shows how to get site design details. | ||
| This example and sample response show how to get site design details. | ||
|
|
||
| ```powershell | ||
| PS C:\> Get-SPOSiteDesign 44252d09-62c4-4913-9eb0-a2a8b8d7f863 | ||
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ Get-SPOSiteScript | |
|
|
||
| ## PARAMETERS | ||
|
|
||
| ### [-Identity] | ||
| ### -Identity | ||
| The ID of the site script to get information about. | ||
|
|
||
| ```yaml | ||
|
|
@@ -40,7 +40,7 @@ Accept wildcard characters: False | |
|
|
||
| ### Example 1 | ||
|
|
||
| The following example shows how to get script information for a specific script ID. | ||
| This example shows how to get script information for a specific script ID. | ||
|
|
||
| ```powershell | ||
| PS C:\scripts> Get-SPOSiteScript 07702c07-0485-426f-b710-4704241caad9 | ||
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ Invoke-SPOSiteDesign | |
|
|
||
| ## PARAMETERS | ||
|
|
||
| ### [-Identity] | ||
| ### -Identity | ||
| The ID of the site design to apply. | ||
|
|
||
| ```yaml | ||
|
|
@@ -56,7 +56,7 @@ Accept wildcard characters: False | |
|
|
||
| ### Example 1 | ||
|
|
||
| The following example applies a site design whose script creates two lists, formats several of the columns, adds the lists to the site navigation, and then joins the site to an existing hub site. | ||
| This example applies a site design whose script creates two lists, formats several of the columns, adds the lists to the site navigation, and then joins the site to an existing hub site. | ||
|
|
||
| ```powershell | ||
| C:\> Invoke-SPOSiteDesign -Identity 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl "https://contoso.sharepoint.com/sites/projectgo” | ||
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ Removes a site design. It no longer appears in the UI for creating a new site. | |
|
|
||
| ## PARAMETERS | ||
|
|
||
| ### [-Identity] | ||
| ### -Identity | ||
| The ID of the site design to remove. | ||
|
|
||
| ```yaml | ||
|
|
@@ -41,7 +41,7 @@ Accept wildcard characters: False | |
|
|
||
| ### Example 1 | ||
|
|
||
| The following example shows how to remove a site design. | ||
| This example shows how to remove a site design. | ||
|
|
||
| ```powershell | ||
| C:\> Remove-SPOSiteDesign 21209d88-38de-4844-9823-f1f600a1179a | ||
|
||
|
|
||
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 the "C:>" prompts. Makes it easier for PowerShell devs to copy paste the code.
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.
Updated.
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.
Updated all instances of C: throughout docs