Skip to content

Commit

Permalink
Script update and v9 guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
SmitaNachan committed Aug 23, 2024
1 parent e9dc825 commit db8c62c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ List all tabs in Microsoft Teams teams in the tenant and exports the results in
ChannelMemberShipType = $channel.membershipType
TabId = $tab.id
TabNameDisplayName = $tab.DisplayName
TeamsAppTabId = $tab.teamsAppTabId
}
}
}
Expand Down
12 changes: 11 additions & 1 deletion docs/docs/v9-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,14 @@ Overwriting the SPFx package should be the default behavior of the continuous de

#### What action do I need to take?

Please update your scripts not to use the `overwrite` option.
Please update your scripts not to use the `overwrite` option.

## Teams

### Updated output of `teams tab list` command

We have removed duplicate property `teamsAppTabId` from the [teams tab list](./cmd/teams/tab/tab-list.mdx) command output.

#### What action do I need to take?

Please, check the documentation of the [teams tab list](./cmd/teams/tab/tab-list.mdx) command to see the updated output and adjust your scripts accordingly.

0 comments on commit db8c62c

Please sign in to comment.