From cfe94c220940b8faa5ff622d02200ed61785301b Mon Sep 17 00:00:00 2001 From: Timothy Wamalwa Date: Mon, 28 Aug 2023 11:06:28 +0300 Subject: [PATCH 1/3] Updated default branch from features/2.0 to dev --- .azure-pipelines/common-templates/create-pr.yml | 2 +- config/ModuleMetadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/common-templates/create-pr.yml b/.azure-pipelines/common-templates/create-pr.yml index 674d01496d7..337a46b5b5e 100644 --- a/.azure-pipelines/common-templates/create-pr.yml +++ b/.azure-pipelines/common-templates/create-pr.yml @@ -4,7 +4,7 @@ parameters: - name: BaseBranch type: string - default: features/2.0 + default: dev - name: TargetBranch type: string default: "" diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 28b52ab8395..1ece73cce9e 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -3,7 +3,7 @@ "authors": "Microsoft", "copyright": "© Microsoft Corporation. All rights reserved.", "description": "Microsoft Graph PowerShell module", - "iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/features/2.0/docs/images/graph_color256.png", + "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", From 6889b179a7b2c71c0943ce5c8c80dc49d7c75f8f Mon Sep 17 00:00:00 2001 From: Timothy Wamalwa Date: Mon, 28 Aug 2023 11:09:47 +0300 Subject: [PATCH 2/3] Updated to dev --- .../Authentication/Microsoft.Graph.Authentication.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index 62edb558f4c..3c2a466f71f 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -108,7 +108,7 @@ PrivateData = @{ ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' # A URL to an icon representing this module. - IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/features/2.0/docs/images/graph_color256.png' + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/docs/images/graph_color256.png' # ReleaseNotes of this module ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' From 148fc94c74c3ba45a01b17ac286d8c24b8b3909a Mon Sep 17 00:00:00 2001 From: Timothy Wamalwa Date: Mon, 28 Aug 2023 11:18:10 +0300 Subject: [PATCH 3/3] Updated icon url --- src/Applications/beta/Microsoft.Graph.Beta.Applications.psd1 | 2 +- .../Authentication/Microsoft.Graph.Authentication.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Applications/beta/Microsoft.Graph.Beta.Applications.psd1 b/src/Applications/beta/Microsoft.Graph.Beta.Applications.psd1 index 5920bd75054..ab7a8ef11a4 100644 --- a/src/Applications/beta/Microsoft.Graph.Beta.Applications.psd1 +++ b/src/Applications/beta/Microsoft.Graph.Beta.Applications.psd1 @@ -352,7 +352,7 @@ PrivateData = @{ ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' # A URL to an icon representing this module. - IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/features/2.0/docs/images/graph_color256.png' + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/docs/images/graph_color256.png' # ReleaseNotes of this module ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec index 983df94ba54..dae5686245a 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec @@ -8,7 +8,7 @@ Microsoft true https://aka.ms/devservicesagreement - https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/features/2.0/docs/images/graph_color256.png + https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/docs/images/graph_color256.png https://github.com/microsoftgraph/msgraph-sdk-powershell © Microsoft Corporation. All rights reserved. Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK PSModule PSIncludes_Cmdlet