Skip to content

Commit 83918db

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Removes invalid teams path
1 parent b299e2b commit 83918db

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)