Skip to content

Commit

Permalink
5.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Nov 10, 2023
1 parent ac720b1 commit c4db31d
Show file tree
Hide file tree
Showing 138 changed files with 215,584 additions and 71,730 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- v*.*.*

env:
BUILD_VERSION: 5.3.0.${{github.run_number}}
BUILD_VERSION: 5.3.1.${{github.run_number}}

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions docs/Connect-KshSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Connects to a site with user name and password.

### Example 3
```powershell
PS C:\> Connect-KshSite -Url 'https://example.sharepoint.com' -ClientId 'e157e5b9-f2df-4417-991d-60546d11c21d' -CertificatePath 'C:\Certificate.pfx' -CertificatePassword 'P@ssw0rd'
PS C:\> Connect-KshSite -Url 'https://example.sharepoint.com' -ClientId 'e157e5b9-f2df-4417-991d-60546d11c21d' -CertificatePath 'C:\Certificate.pfx' -CertificatePassword '********'
```

Connects to a site with client certificate.
Expand All @@ -74,7 +74,7 @@ Connects to a site with cached credentials.

### Example 5
```powershell
PS C:\> Connect-KshSite -Url 'https://example.sharepoint.com' -ClientId '0c51fcfc-73d3-4179-b541-c63ad7c0e36f' -ClientSecret 'MPKzUeOEK45gZOTx0yBTv9pAgQReINaYsY9CJnXsAFk='
PS C:\> Connect-KshSite -Url 'https://example.sharepoint.com' -ClientId '0c51fcfc-****-****-****-*************' -ClientSecret '********'
```

Connects to a site with client secret.
Expand Down
214 changes: 107 additions & 107 deletions docs/Get-KshTenantListDesign.md
Original file line number Diff line number Diff line change
@@ -1,107 +1,107 @@
---
external help file: SPClientCore.dll-Help.xml
Module Name: SPClientCore
online version:
schema: 2.0.0
---

# Get-KshTenantListDesign

## SYNOPSIS
Retrieves one or more list designs.

## SYNTAX

### ParamSet1
```
Get-KshTenantListDesign [-Identity] <TenantListDesign> [<CommonParameters>]
```

### ParamSet2
```
Get-KshTenantListDesign [-ListDesignId] <Guid> [<CommonParameters>]
```

### ParamSet3
```
Get-KshTenantListDesign [-NoEnumerate] [<CommonParameters>]
```

## DESCRIPTION
The Get-KshTenantListDesign cmdlet retrieves list designs. This cmdlet can be used only when connected to the SharePoint admin center.

## EXAMPLES

### Example 1
```powershell
PS C:\> Get-KshTenantListDesign -ListDesignId "df3a2598-5f30-4bdc-8625-cf6d7c5db6b9"
```

Retrieves a list design by list design ID.

### Example 2
```powershell
PS C:\> Get-KshTenantListDesign
```

Retrieves all list designs.

## PARAMETERS

### -Identity
Specifies the list design.

```yaml
Type: TenantListDesign
Parameter Sets: ParamSet1
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
```

### -ListDesignId
Specifies the list design ID.

```yaml
Type: Guid
Parameter Sets: ParamSet2
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -NoEnumerate
If specified, suppresses to enumerate objects.

```yaml
Type: SwitchParameter
Parameter Sets: ParamSet3
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

### Karamem0.SharePoint.PowerShell.Models.V1.TenantListDesign
## OUTPUTS

### Karamem0.SharePoint.PowerShell.Models.V1.TenantListDesign
## NOTES

## RELATED LINKS
---
external help file: SPClientCore.dll-Help.xml
Module Name: SPClientCore
online version:
schema: 2.0.0
---

# Get-KshTenantListDesign

## SYNOPSIS
Retrieves one or more list designs.

## SYNTAX

### ParamSet1
```
Get-KshTenantListDesign [-Identity] <TenantListDesign> [<CommonParameters>]
```

### ParamSet2
```
Get-KshTenantListDesign [-ListDesignId] <Guid> [<CommonParameters>]
```

### ParamSet3
```
Get-KshTenantListDesign [-NoEnumerate] [<CommonParameters>]
```

## DESCRIPTION
The Get-KshTenantListDesign cmdlet retrieves list designs. This cmdlet can be used only when connected to the SharePoint admin center.

## EXAMPLES

### Example 1
```powershell
PS C:\> Get-KshTenantListDesign -ListDesignId "df3a2598-5f30-4bdc-8625-cf6d7c5db6b9"
```

Retrieves a list design by list design ID.

### Example 2
```powershell
PS C:\> Get-KshTenantListDesign
```

Retrieves all list designs.

## PARAMETERS

### -Identity
Specifies the list design.

```yaml
Type: TenantListDesign
Parameter Sets: ParamSet1
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
```

### -ListDesignId
Specifies the list design ID.

```yaml
Type: Guid
Parameter Sets: ParamSet2
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -NoEnumerate
If specified, suppresses to enumerate objects.

```yaml
Type: SwitchParameter
Parameter Sets: ParamSet3
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

### Karamem0.SharePoint.PowerShell.Models.V1.TenantListDesign
## OUTPUTS

### Karamem0.SharePoint.PowerShell.Models.V1.TenantListDesign
## NOTES

## RELATED LINKS
Loading

0 comments on commit c4db31d

Please sign in to comment.