Skip to content

Commit de511c2

Browse files
authored
Update Remove-TeamTargetingHierarchy.md
1 parent 233a9fa commit de511c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
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
@@ -33,7 +33,8 @@ PS C:\> Remove-TeamTargetingHierarchy
3333
## PARAMETERS
3434

3535
### -ApiVersion
36-
The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
36+
The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
37+
3738
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.
3839

3940
```yaml

0 commit comments

Comments
 (0)