Skip to content

Commit cc897a0

Browse files
authored
Merge pull request MicrosoftDocs#517 from praveenkumathalli/master
Fixed markdown with line breaks
2 parents 4947abb + 452c30a commit cc897a0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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)