Skip to content

Commit e02ed93

Browse files
authored
Merge pull request MicrosoftDocs#12322 from laloluna/edlunagu/patch-1
Update TeamTargetingHierarchy documentation.
2 parents 9d9cc29 + 6a8e9b7 commit e02ed93

File tree

3 files changed

+56
-3
lines changed

3 files changed

+56
-3
lines changed

teams/teams-ps/teams/Get-TeamTargetingHierarchyStatus.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get the status of a hierarchy upload (see [Set-TeamTargetingHierarchy](https://l
1717

1818
### Get (Default)
1919
```
20-
Get-TeamTargetingHierarchyStatus [-RequestId <String>] [<CommonParameters>]
20+
Get-TeamTargetingHierarchyStatus [-RequestId <String>] [-ApiVersion <String>] [<CommonParameters>]
2121
```
2222

2323
## EXAMPLES
@@ -81,6 +81,23 @@ Accept pipeline input: False
8181
Accept wildcard characters: False
8282
```
8383
84+
### -ApiVersion
85+
The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
86+
87+
Currently only available in preview from version 6.6.1-preview. Specifying "-ApiVersion 2" will direct cmdlet requests to the newer version of the Hierarchy APIs. This integration is currently in preview/beta mode so customers should not try it on their production workloads but are welcome to try it on test workloads. This is an optional parameter and not specifying it will be interpreted as specifying "-ApiVersion 1", which will continue to direct cmdlet requests to the original version of the Hierarchy APIs until we upgrade production to v2, at which time we will set the default to 2. We do not expect this to have any impact on your cmdlet usage or existing scripts.
88+
89+
```yaml
90+
Type: String
91+
Parameter Sets: (All)
92+
Aliases:
93+
94+
Required: False
95+
Position: Named
96+
Default value: 1
97+
Accept pipeline input: false
98+
Accept wildcard characters: False
99+
```
100+
84101
### CommonParameters
85102
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
86103

teams/teams-ps/teams/Remove-TeamTargetingHierarchy.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Removes the tenant's hierarchy.
1717

1818
### Remove (Default)
1919
```
20-
Remove-TeamTargetingHierarchy [<CommonParameters>]
20+
Remove-TeamTargetingHierarchy [-ApiVersion <String>] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
@@ -30,6 +30,25 @@ Removes the tenant's hierarchy.
3030
PS C:\> Remove-TeamTargetingHierarchy
3131
```
3232

33+
## PARAMETERS
34+
35+
### -ApiVersion
36+
The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
37+
38+
Currently only available in preview from version 6.6.1-preview. Specifying "-ApiVersion 2" will direct cmdlet requests to the newer version of the Hierarchy APIs. This integration is currently in preview/beta mode so customers should not try it on their production workloads but are welcome to try it on test workloads. This is an optional parameter and not specifying it will be interpreted as specifying "-ApiVersion 1", which will continue to direct cmdlet requests to the original version of the Hierarchy APIs until we upgrade production to v2, at which time we will set the default to 2. We do not expect this to have any impact on your cmdlet usage or existing scripts.
39+
40+
```yaml
41+
Type: String
42+
Parameter Sets: (All)
43+
Aliases:
44+
45+
Required: False
46+
Position: Named
47+
Default value: 1
48+
Accept pipeline input: false
49+
Accept wildcard characters: False
50+
```
51+
3352
### CommonParameters
3453
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
3554

teams/teams-ps/teams/Set-TeamTargetingHierarchy.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Upload a hierarchy to the tenant. A tenant may only have 1 active hierarchy. Eac
1717

1818
### Get (Default)
1919
```
20-
Set-TeamTargetingHierarchyStatus [-FilePath <String>] [<CommonParameters>]
20+
Set-TeamTargetingHierarchyStatus [-FilePath <String>] [-ApiVersion <String>] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
@@ -61,6 +61,23 @@ Accept pipeline input: False
6161
Accept wildcard characters: False
6262
```
6363
64+
### -ApiVersion
65+
The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
66+
67+
Currently only available in preview from version 6.6.1-preview. Specifying "-ApiVersion 2" will direct cmdlet requests to the newer version of the Hierarchy APIs. This integration is currently in preview/beta mode so customers should not try it on their production workloads but are welcome to try it on test workloads. This is an optional parameter and not specifying it will be interpreted as specifying "-ApiVersion 1", which will continue to direct cmdlet requests to the original version of the Hierarchy APIs until we upgrade production to v2, at which time we will set the default to 2. We do not expect this to have any impact on your cmdlet usage or existing scripts.
68+
69+
```yaml
70+
Type: String
71+
Parameter Sets: (All)
72+
Aliases:
73+
74+
Required: False
75+
Position: Named
76+
Default value: 1
77+
Accept pipeline input: false
78+
Accept wildcard characters: False
79+
```
80+
6481
### CommonParameters
6582
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6683

0 commit comments

Comments
 (0)