Skip to content

Commit 3ba204c

Browse files
authored
Remove Beta tag from nestedAppAuth.isNAAChannelRecommended API (#2801)
* Remove 'beta' tag from isNAAChannelRecommended API * Create @microsoft-teams-js-3a3fbb36-90e2-4d00-bb1e-7633a46f3f8c.json
1 parent 17e36dc commit 3ba204c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Removed Beta tag from nestedAppAuth.isNAAChannelRecommended API",
4+
"packageName": "@microsoft/teams-js",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/teams-js/src/public/nestedAppAuth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ enum TrustedOriginAction {
3636
*
3737
* @throws Error if {@linkcode app.initialize} has not successfully completed
3838
*
39-
* @beta
4039
*/
4140
export function isNAAChannelRecommended(): boolean {
4241
return (

0 commit comments

Comments
 (0)