Skip to content

Commit 9ac0400

Browse files
authored
Add platform (OS) tags. Add CompatibleEditions metadata. (#1349)
1 parent 4ff3d08 commit 9ac0400

2 files changed

Lines changed: 89 additions & 75 deletions

File tree

Lines changed: 44 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,45 @@
11
{
2-
"guid": "742dccd1-bf4b-46a0-a3f2-14e0bb508233",
3-
"authors": "Microsoft",
4-
"owners": "Microsoft",
5-
"moduleName":"Microsoft Entra PowerShell",
6-
"description": "Microsoft Entra PowerShell v1.0: Microsoft Entra PowerShell is a scenario-driven module that allows administrators to efficiently manage Entra ID resources, including users, groups, applications, and policies, among others",
7-
"requireLicenseAcceptance": "true",
8-
"requiredModules" : [
9-
"Microsoft.Graph.Users",
10-
"Microsoft.Graph.Users.Actions",
11-
"Microsoft.Graph.Users.Functions",
12-
"Microsoft.Graph.Groups",
13-
"Microsoft.Graph.Identity.DirectoryManagement",
14-
"Microsoft.Graph.Identity.Governance",
15-
"Microsoft.Graph.Identity.SignIns",
16-
"Microsoft.Graph.Applications",
17-
"Microsoft.Graph.Reports"
18-
],
19-
"requiredModulesVersion": "2.25.0",
20-
"copyright": "© Microsoft Corporation. All rights reserved.",
21-
"licenseUri": "https://aka.ms/devservicesagreement",
22-
"projectUri": "https://github.com/microsoftgraph/entra-powershell",
23-
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png",
24-
"tags": [
25-
"MicrosoftGraph",
26-
"Microsoft",
27-
"Graph",
28-
"PowerShell",
29-
"AzureAD",
30-
"PSModule",
31-
"Entra"
32-
],
33-
"releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.",
34-
"version": "1.0.1",
35-
"Prerelease": "",
36-
"dotNetVersion":"4.7.2",
37-
"powershellVersion":"5.1"
38-
}
2+
"guid": "742dccd1-bf4b-46a0-a3f2-14e0bb508233",
3+
"authors": "Microsoft",
4+
"owners": "Microsoft",
5+
"moduleName": "Microsoft Entra PowerShell",
6+
"description": "Microsoft Entra PowerShell v1.0: Microsoft Entra PowerShell is a scenario-driven module that allows administrators to efficiently manage Entra ID resources, including users, groups, applications, and policies, among others",
7+
"requireLicenseAcceptance": "true",
8+
"requiredModules": [
9+
"Microsoft.Graph.Users",
10+
"Microsoft.Graph.Users.Actions",
11+
"Microsoft.Graph.Users.Functions",
12+
"Microsoft.Graph.Groups",
13+
"Microsoft.Graph.Identity.DirectoryManagement",
14+
"Microsoft.Graph.Identity.Governance",
15+
"Microsoft.Graph.Identity.SignIns",
16+
"Microsoft.Graph.Applications",
17+
"Microsoft.Graph.Reports"
18+
],
19+
"requiredModulesVersion": "2.25.0",
20+
"compatibleEditions": [
21+
"Core",
22+
"Desktop"
23+
],
24+
"copyright": "© Microsoft Corporation. All rights reserved.",
25+
"licenseUri": "https://aka.ms/devservicesagreement",
26+
"projectUri": "https://github.com/microsoftgraph/entra-powershell",
27+
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png",
28+
"tags": [
29+
"MicrosoftGraph",
30+
"Microsoft",
31+
"Graph",
32+
"PowerShell",
33+
"AzureAD",
34+
"PSModule",
35+
"Entra",
36+
"Linux",
37+
"macOS",
38+
"Windows"
39+
],
40+
"releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.",
41+
"version": "1.0.1",
42+
"Prerelease": "",
43+
"dotNetVersion": "4.7.2",
44+
"powershellVersion": "5.1"
45+
}
Lines changed: 45 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,46 @@
11
{
2-
"guid": "3a8a0270-121c-4455-845d-497458213f96",
3-
"authors": "Microsoft",
4-
"owners": "Microsoft",
5-
"moduleName":"Microsoft Entra Beta PowerShell",
6-
"description": "Microsoft Entra PowerShell Beta: Microsoft Entra PowerShell is a scenario-driven module that allows administrators to efficiently manage Entra ID resources, including users, groups, applications, and policies, among others",
7-
"requireLicenseAcceptance": "true",
8-
"requiredModules" : [
9-
"Microsoft.Graph.Beta.Users",
10-
"Microsoft.Graph.Beta.Users.Actions",
11-
"Microsoft.Graph.Beta.Users.Functions",
12-
"Microsoft.Graph.Beta.Groups",
13-
"Microsoft.Graph.Beta.Identity.DirectoryManagement",
14-
"Microsoft.Graph.Beta.Identity.Governance",
15-
"Microsoft.Graph.Beta.Identity.SignIns",
16-
"Microsoft.Graph.Beta.Applications",
17-
"Microsoft.Graph.Beta.Reports"
18-
],
19-
"requiredModulesVersion": "2.25.0",
20-
"copyright": "© Microsoft Corporation. All rights reserved.",
21-
"licenseUri": "https://aka.ms/devservicesagreement",
22-
"projectUri": " https://github.com/microsoftgraph/entra-powershell",
23-
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png",
24-
"tags": [
25-
"MicrosoftGraph",
26-
"Microsoft",
27-
"Graph",
28-
"PowerShell",
29-
"AzureAD",
30-
"AzureADPreview",
31-
"PSModule",
32-
"Entra"
33-
],
34-
"releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.",
35-
"version": "1.0.1",
36-
"Prerelease": "",
37-
"dotNetVersion":"4.7.2",
38-
"powershellVersion":"5.1"
39-
}
2+
"guid": "3a8a0270-121c-4455-845d-497458213f96",
3+
"authors": "Microsoft",
4+
"owners": "Microsoft",
5+
"moduleName": "Microsoft Entra Beta PowerShell",
6+
"description": "Microsoft Entra PowerShell Beta: Microsoft Entra PowerShell is a scenario-driven module that allows administrators to efficiently manage Entra ID resources, including users, groups, applications, and policies, among others",
7+
"requireLicenseAcceptance": "true",
8+
"requiredModules": [
9+
"Microsoft.Graph.Beta.Users",
10+
"Microsoft.Graph.Beta.Users.Actions",
11+
"Microsoft.Graph.Beta.Users.Functions",
12+
"Microsoft.Graph.Beta.Groups",
13+
"Microsoft.Graph.Beta.Identity.DirectoryManagement",
14+
"Microsoft.Graph.Beta.Identity.Governance",
15+
"Microsoft.Graph.Beta.Identity.SignIns",
16+
"Microsoft.Graph.Beta.Applications",
17+
"Microsoft.Graph.Beta.Reports"
18+
],
19+
"requiredModulesVersion": "2.25.0",
20+
"compatibleEditions": [
21+
"Core",
22+
"Desktop"
23+
],
24+
"copyright": "© Microsoft Corporation. All rights reserved.",
25+
"licenseUri": "https://aka.ms/devservicesagreement",
26+
"projectUri": " https://github.com/microsoftgraph/entra-powershell",
27+
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png",
28+
"tags": [
29+
"MicrosoftGraph",
30+
"Microsoft",
31+
"Graph",
32+
"PowerShell",
33+
"AzureAD",
34+
"AzureADPreview",
35+
"PSModule",
36+
"Entra",
37+
"Linux",
38+
"macOS",
39+
"Windows"
40+
],
41+
"releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.",
42+
"version": "1.0.1",
43+
"Prerelease": "",
44+
"dotNetVersion": "4.7.2",
45+
"powershellVersion": "5.1"
46+
}

0 commit comments

Comments
 (0)