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", 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 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.'