Skip to content

Commit cfa62e7

Browse files
authored
Merge pull request MicrosoftDocs#12390 from Andy447/update-description-param-teams-ai-policy
Add description attribute to Teams AI Policy cmdlet documentation
2 parents 4d381ca + 58c0968 commit cfa62e7

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

teams/teams-ps/teams/New-CsTeamsAIPolicy.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,21 @@ Accept pipeline input: False
8282
Accept wildcard characters: False
8383
```
8484
85+
### -Description
86+
Enables administrators to provide explanatory text about the Teams AI policy.
87+
For example, the Description might indicate the users the policy should be assigned to.
88+
```yaml
89+
Type: String
90+
Parameter Sets: (All)
91+
Aliases:
92+
93+
Required: False
94+
Position: Named
95+
Default value: None
96+
Accept pipeline input: False
97+
Accept wildcard characters: False
98+
```
99+
85100
### CommonParameters
86101
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).
87102

teams/teams-ps/teams/Set-CsTeamsAIPolicy.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,21 @@ Accept pipeline input: False
121121
Accept wildcard characters: False
122122
```
123123
124+
### -Description
125+
Enables administrators to provide explanatory text about the Teams AI policy.
126+
For example, the Description might indicate the users the policy should be assigned to.
127+
```yaml
128+
Type: String
129+
Parameter Sets: (All)
130+
Aliases:
131+
132+
Required: False
133+
Position: Named
134+
Default value: None
135+
Accept pipeline input: False
136+
Accept wildcard characters: False
137+
```
138+
124139
### CommonParameters
125140
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).
126141

0 commit comments

Comments
 (0)