Skip to content

Commit a623195

Browse files
committed
Updated related links, added ms.date metadata, and other minor Markdown updates.
The related links appeared to be broken. Rather than trying to manually update the links in the browser, I created a new pull request to update all three new M365 cmdlets. While here, I cleaned up some spacing. In the Get-ALLM365TeamsApps.md file, I updated "third-party" to "non-Microsoft" per Microsoft 365, Security, and Windows Style Guide guidance.
1 parent 70478d8 commit a623195

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

teams/teams-ps/teams/Get-ALLM365TeamsApps.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ title: Get-ALLM365TeamsApps
77
author: satishtimiri
88
ms.author: satishtimiri
99
manager: rahulrgupta
10+
ms.date: 04/24/2024
1011
schema: 2.0.0
1112
---
1213

1314
# Get-AllM365TeamsApps
1415

1516
## SYNOPSIS
1617

17-
This cmdlet returns all Microsoft Teams apps in the app catalog, including Microsoft, custom, and third-party apps.
18+
This cmdlet returns all Microsoft Teams apps in the app catalog, including Microsoft, custom, and non-Microsoft apps.
1819

1920
## SYNTAX
2021

@@ -24,7 +25,7 @@ Get-AllM365TeamsApps [<CommonParameters>]
2425

2526
## DESCRIPTION
2627

27-
Get-AllM365TeamsApps retrieves a complete list of all Teams apps in an organization, their statuses, and their availability information.
28+
Get-AllM365TeamsApps retrieves a complete list of all Teams apps in an organization, their statuses, and their availability information.
2829

2930
## EXAMPLES
3031

@@ -33,7 +34,8 @@ Get-AllM365TeamsApps retrieves a complete list of all Teams apps in an organizat
3334
```powershell
3435
PS C:\> Get-AllM365TeamsApps
3536
```
36-
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information.
37+
38+
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information.
3739

3840
## PARAMETERS
3941

@@ -54,13 +56,15 @@ Application ID of the Teams app.
5456

5557
**IsBlocked**
5658
The state of the app in the tenant.
57-
Values:
59+
Values:
60+
5861
- Blocked
5962
- Unblocked
6063

6164
**AvailableTo**
6265
Provides available to properties for the app.
6366
Properties:
67+
6468
- AssignmentType: App availability type.
6569
Values:
6670
- Everyone
@@ -70,6 +74,6 @@ Properties:
7074
- AssignedBy: UserID of the last user who updated the app available to value.
7175

7276
## RELATED LINKS
73-
[Get-M365TeamsApps](/powershell/module/teams/get-m365teamsapps)
7477

75-
[Get-ALLM365TeamsApps](/powershell/module/teams/update-M365TeamsApps)
78+
[Get-M365TeamsApp](Get-M365TeamsApp.md)
79+
[Update-M365TeamsApp](Update-M365TeamsApp.md)

teams/teams-ps/teams/Get-M365TeamsApp.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ Application ID of the Teams app.
7272
**IsBlocked**
7373
The state of the app in the tenant.
7474
Values:
75+
7576
- Blocked
7677
- Unblocked
7778
7879
**AvailableTo**
7980
Provides available to properties for the app.
8081
Properties:
82+
8183
- AssignmentType: App availability type.
8284
Values:
8385
- Everyone
@@ -96,6 +98,5 @@ Properties:
9698
9799
## RELATED LINKS
98100
99-
[Update-M365TeamsApps](/powershell/module/teams/update-m365teamsapps)
100-
101-
[Get-ALLM365TeamsApps](/powershell/module/teams/Get-ALLM365TeamsApps)
101+
[Get-AllM365TeamsApps](Get-ALLM365TeamsApps.md)
102+
[Update-M365TeamsApp](Update-M365TeamsApp.md)

teams/teams-ps/teams/Update-M365TeamsApp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: Update-M365TeamsApp
77
author: satishtimiri
88
ms.author: satishtimiri
99
manager: rahulrgupta
10+
ms.date: 04/24/2024
1011
schema: 2.0.0
1112
---
1213

@@ -41,7 +42,7 @@ Updates state and availablity assignment information of 3acac8f6-4e9e-4ee1-9c0e-
4142

4243
### -AppAssignmentType
4344

44-
App availability type.
45+
App availability type.
4546

4647
```yaml
4748
Type: String
@@ -73,7 +74,7 @@ Accept wildcard characters: False
7374
7475
### -Id
7576
76-
Application ID of Microsoft Teams app.
77+
Application ID of Microsoft Teams app.
7778
7879
```yaml
7980
Type: String
@@ -149,6 +150,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
149150
150151
## RELATED LINKS
151152
152-
[Get-M365TeamsApps](/powershell/module/teams/get-m365teamsapps)
153-
154-
[Get-ALLM365TeamsApps](/powershell/module/teams/Get-ALLM365TeamsApps)
153+
[Get-AllM365TeamsApps](Get-ALLM365TeamsApps.md)
154+
[Get-M365TeamsApp](Get-M365TeamsApp.md)

0 commit comments

Comments
 (0)