Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed broken links
  • Loading branch information
Linda Caputo committed Mar 13, 2018
commit 4a7d875ce7b062325e82381ab04d24cef064d6eb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Accept wildcard characters: False
```

### -IsDefault
A switch that if provided, applies the site design to the default site template. For more information, see [Customize a default site design](customize-default-site-design.md).
A switch that if provided, applies the site design to the default site template. For more information, see [Customize a default site design](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/customize-default-site-design).

```yaml
Type: CommonParameters
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type is SwitchParameter (always used on switches like this.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type is "SwitchParameter" not CommonParameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Accept wildcard characters: False
```

### -Content
The JSON value that describes the script. For more information, see the [JSON reference](site-design-json-schema.md).
The JSON value that describes the script. For more information, see the [JSON reference](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema).

```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Accept wildcard characters: False
```

### -IsDefault
A switch that if provided, applies the site design to the default site template. For more information, see [Customize a default site design](customize-default-site-design.md).
A switch that if provided, applies the site design to the default site template. For more information, see [Customize a default site design](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/customize-default-site-design).

```yaml
Type: CommonParameters
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a "SwitchParameter" type. Not CommonParameters

Expand Down