Skip to content

Commit c0fe919

Browse files
committed
Update TeamTargeting Hierarchy documentation.
Added ApiVersion parameter and description in [Set|Remove] TeamTargetingHierarchy and [Get]TeamTargetingHierarchySatus
1 parent 1c4eba9 commit c0fe919

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@ Default value: None
8080
Accept pipeline input: False
8181
Accept wildcard characters: False
8282
```
83+
### -ApiVersion
84+
"The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
85+
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 existing version of the Hierarchy APIs"
86+
87+
```yaml
88+
Type: String
89+
Parameter Sets: (All)
90+
Aliases:
91+
92+
Required: False
93+
Position: Named
94+
Default value: 1
95+
Accept pipeline input: false
96+
Accept wildcard characters: False
97+
```
8398
### CommonParameters
8499
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
85100
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,24 @@ 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+
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 existing version of the Hierarchy APIs"
38+
39+
```yaml
40+
Type: String
41+
Parameter Sets: (All)
42+
Aliases:
43+
44+
Required: False
45+
Position: Named
46+
Default value: 1
47+
Accept pipeline input: false
48+
Accept wildcard characters: False
49+
```
50+
3351
### CommonParameters
3452
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
3553
For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,22 @@ Default value: None
6161
Accept pipeline input: False
6262
Accept wildcard characters: False
6363
```
64+
### -ApiVersion
65+
"The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
66+
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 existing version of the Hierarchy APIs"
67+
68+
```yaml
69+
Type: String
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: 1
76+
Accept pipeline input: false
77+
Accept wildcard characters: False
78+
```
79+
6480
### CommonParameters
6581
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
6682
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)