Skip to content

Commit 390706e

Browse files
authored
Merge pull request #469 from microsoftgraph/bugfixes/AzureAutomationNotSupported
Add AzureAutomationNotSupported tag to meta-module
2 parents 332f12e + 1c04278 commit 390706e

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

config/ModuleMetadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"copyright": "© Microsoft Corporation. All rights reserved.",
77
"licenseUri": "https://aka.ms/devservicesagreement",
88
"projectUri": "https://github.com/microsoftgraph/msgraph-sdk-powershell",
9-
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/po/release1.1.0/documentation/images/graph_color256.png",
10-
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
9+
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png",
10+
"tags": ["MicrosoftGraph", "Microsoft", "Office365", "Graph", "PowerShell", "Outlook", "OneDrive", "AzureAD", "SharePoint", "Intune", "AzureAutomationNotSupported"],
1111
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
1212
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
1313
"version": "1.2.0"

src/Graph/Graph/Microsoft.Graph.psd1

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft
55
#
6-
# Generated on: 9/8/2020
6+
# Generated on: 11/18/2020
77
#
88

99
@{
@@ -12,13 +12,13 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.2'
15+
ModuleVersion = '1.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = 'ed9c3dd7-e580-410f-b090-5edff2f78b88'
21+
GUID = 'ba3e9757-d74f-45ea-9d0f-0287d0d45b9a'
2222

2323
# Author of this module
2424
Author = 'Microsoft'
@@ -95,8 +95,9 @@ PrivateData = @{
9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags =
99-
'MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;'
98+
Tags = 'MicrosoftGraph', 'Microsoft', 'Office365', 'Graph', 'PowerShell',
99+
'Outlook', 'OneDrive', 'AzureAD', 'SharePoint', 'Intune',
100+
'AzureAutomationNotSupported'
100101

101102
# A URL to the license for this module.
102103
LicenseUri = 'https://aka.ms/devservicesagreement'
@@ -105,7 +106,7 @@ PrivateData = @{
105106
ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell'
106107

107108
# A URL to an icon representing this module.
108-
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png'
109+
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png'
109110

110111
# ReleaseNotes of this module
111112
ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.'

tools/Templates/Microsoft.Graph.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<owners>Microsoft</owners>
88
<licenseUrl>https://aka.ms/devservicesagreement</licenseUrl>
99
<projectUrl>https://github.com/microsoftgraph/msgraph-sdk-powershell</projectUrl>
10-
<iconUrl>https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/po/release1.1.0/documentation/images/graph_color256.png</iconUrl>
10+
<iconUrl>https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png</iconUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>Microsoft Graph PowerShell module</description>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>

0 commit comments

Comments
 (0)