Skip to content

Commit 4e08dcb

Browse files
authored
Merge pull request MicrosoftDocs#522 from MicrosoftDocs/master
Updates from master
2 parents 7418d7e + f2268d5 commit 4e08dcb

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

exchange/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"**/*.png",
4040
"**/*.jpg"
4141
],
42+
"version": "exchange-ps",
4243
"exclude": [
4344
"**/obj/**",
4445
"**/includes/**"
@@ -68,4 +69,4 @@
6869
"template": [],
6970
"dest": "exchange-ps"
7071
}
71-
}
72+
}

staffhub/docs-conceptual/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Welcome to the Microsoft StaffHub cmdlet help references. The Microsoft StaffHub cmdlets provide the command line interface for service administration and management.
44

5-
Here you will find all of the Microsoft StaffHub PowerShell help topics. These topics are 'open source' and open for contributions. If you are interested in contributing to this content head over to the source GitHub repo and look through the README.
5+
Here you will find all of the Microsoft StaffHub PowerShell help topics. The reference documentation can be found here: https://docs.microsoft.com/en-us/powershell/module/staffhub/?view=staffhub-ps
66

7-
The repo is located here: https://github.com/microsoftdocs/office-docs-powershell and you can find the README displayed at the bottom of the page.
7+
These topics are 'open source' and open for contributions. If you are interested in contributing to this content head over to the source GitHub repo and look through the README.
8+
9+
The repo is located here: https://github.com/MicrosoftDocs/office-docs-powershell and you can find the README displayed at the bottom of the page.

staffhub/staffhub-ps/staffhub/Import-StaffHubMember.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Import-StaffHubMember [-Path] <String> [[-Encoding] <String>]
2020
```
2121

2222
## DESCRIPTION
23-
Import a list of members and add them to teams
24-
Format of the file context - TeamId,FirstName,LastName,Email,PhoneNumber,IsManager. Either of Email or PhoneNumber is required
25-
Eg: TEAM_1234,Staff,five,[email protected],,True
26-
Failure in adding one member does not stop the other members from getting added.
23+
Import a list of members and add them to teams<br>
24+
Format of the file context - TeamId,FirstName,LastName,Email,PhoneNumber,IsManager. Either of Email or PhoneNumber is required<br>
25+
Eg: TEAM_1234,Staff,five,[email protected],,True<br>
26+
Failure in adding one member does not stop the other members from getting added.<br>
2727

2828
## EXAMPLES
2929

staffhub/staffhub-ps/staffhub/Import-StaffHubShift.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Import-StaffHubShift [-Path] <String> [[-Encoding] <String>]
2020
```
2121

2222
## DESCRIPTION
23-
Imports a list of shifts and adds them to members in the specified teams
24-
Format of the file content - Title,Notes,StartDateTime,EndDateTime,ShiftType,MemberId,TeamId
25-
Eg: Title,Notes,2018-11-28T00:00:00Z,2018-11-28T02:00:00Z,Working,MBER_1234,TEAM_1234
26-
Failure in adding one shift does not stop the other shifts from getting added.
23+
Imports a list of shifts and adds them to members in the specified teams<br>
24+
Format of the file content - Title,Notes,StartDateTime,EndDateTime,ShiftType,MemberId,TeamId<br>
25+
Eg: Title,Notes,2018-11-28T00:00:00Z,2018-11-28T02:00:00Z,Working,MBER_1234,TEAM_1234<br>
26+
Failure in adding one shift does not stop the other shifts from getting added.<br>
2727

2828
## EXAMPLES
2929

staffhub/staffhub-ps/staffhub/Import-StaffHubTeam.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Import-StaffHubTeam [-Path] <String> [[-Encoding] <String>]
2020
```
2121

2222
## DESCRIPTION
23-
Imports a set of teams from a specified file
24-
Format of the File content - Name,TimeZone,ManagerEmail
25-
Eg: CmdletTestTeam,Asia/Calcutta,[email protected]
26-
Failure in adding one team does not stop the other teams from getting added.
23+
Imports a set of teams from a specified file<br>
24+
Format of the File content - Name,TimeZone,ManagerEmail<br>
25+
Eg: CmdletTestTeam,Asia/Calcutta,[email protected]<br>
26+
Failure in adding one team does not stop the other teams from getting added.<br>
2727

2828
## EXAMPLES
2929

0 commit comments

Comments
 (0)