Skip to content

Commit 2fbf539

Browse files
authored
Merge pull request #3102 from microsoftgraph/2585-get-mgteamchannelmessagecount-doesnt-work
Adds directive to remove invalid path``/teams/{team-id}/channels/{channel-id}/messages/$count``
2 parents b299e2b + 83918db commit 2fbf539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Teams/Teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require:
1818
``` yaml
1919
directive:
2020
# Remove invalid paths.
21-
- remove-path-by-operation: ^(team_GetGroup|user\.joinedTeam.*|user_(Get|Update|Delete|Create)JoinedTeam|.*_UpdateInstalledApp)$
21+
- remove-path-by-operation: ^(team_GetGroup|user\.joinedTeam.*|user_(Get|Update|Delete|Create)JoinedTeam|.*_UpdateInstalledApp)$|^team.channel.message_GetCount$
2222
# Remove cmdlets
2323
- where:
2424
verb: Remove

0 commit comments

Comments
 (0)