Skip to content

Commit

Permalink
Fix typos and add note
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsway committed Sep 23, 2019
1 parent 14efa12 commit 3e8afaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rubrik/Public/Get-RubrikUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ function Get-RubrikUser
{
<#
.SYNOPSIS
Gets settings of a local Rubrik user
Gets settings of a Rubrik user
.DESCRIPTION
The Get-RubrikUser cmdlet is used to query the Rubrik cluster to retrieve a list of settings around a local Rubrik user account.
The Get-RubrikUser cmdlet is used to query the Rubrik cluster to retrieve a list of settings around a Rubrik user account.
.NOTES
Written by Mike Preston for community usage
Expand Down
1 change: 1 addition & 0 deletions Rubrik/Public/New-RubrikUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function New-RubrikUser
.DESCRIPTION
The New-RubrikUser cmdlet is used to create a new user within the Rubrik cluster.
NOTE: The underlying API endpoints used by this cmdlet are restricted. API token authentication cannot be used with this cmdlet. You must use username/password authentication.
.NOTES
Written by Mike Preston for community usage
Expand Down
3 changes: 2 additions & 1 deletion Rubrik/Public/Set-RubrikUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ function Set-RubrikUser
{
<#
.SYNOPSIS
Updates and existing user
Updates an existing user
.DESCRIPTION
The Set-RubrikUser cmdlet is used to update the attributes of an existing Rubrik user.
NOTE: The underlying API endpoints used by this cmdlet are restricted. API token authentication cannot be used with this cmdlet. You must use username/password authentication.
.NOTES
Written by Mike Preston for community usage
Expand Down

0 comments on commit 3e8afaf

Please sign in to comment.