-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathModuleMetadata.json
More file actions
41 lines (41 loc) · 1.06 KB
/
ModuleMetadata.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"authors": "Microsoft",
"copyright": "© Microsoft Corporation. All rights reserved.",
"description": "Microsoft Graph PowerShell module",
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/docs/images/graph_color256.png",
"licenseUri": "https://aka.ms/devservicesagreement",
"owners": "Microsoft",
"projectUri": "https://github.com/microsoftgraph/msgraph-sdk-powershell",
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"requireLicenseAcceptance": "true",
"tags": [
"MicrosoftGraph",
"Microsoft",
"Office365",
"Graph",
"PowerShell",
"Outlook",
"OneDrive",
"AzureAD",
"SharePoint",
"Intune",
"AzureAutomationNotSupported",
"PSModule",
"PSIncludes_Cmdlet"
],
"versions": {
"authentication": {
"prerelease": "",
"version": "2.36.1"
},
"beta": {
"prerelease": "",
"version": "2.36.1"
},
"v1.0": {
"prerelease": "",
"version": "2.36.1"
}
}
}