Skip to content

Commit 2627f7f

Browse files
committed
Updated ApiVersion description
Updated ApiVersion description with comments from PM.
1 parent c0fe919 commit 2627f7f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Accept pipeline input: False
8181
Accept wildcard characters: False
8282
```
8383
### -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"
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 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.
8686
8787
```yaml
8888
Type: String

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +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.
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"
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 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.
3838

3939
```yaml
4040
Type: String

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Accept pipeline input: False
6262
Accept wildcard characters: False
6363
```
6464
### -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"
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 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.
6767
6868
```yaml
6969
Type: String

0 commit comments

Comments
 (0)