Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/common-templates/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
parameters:
- name: BaseBranch
type: string
default: features/2.0
default: dev
- name: TargetBranch
type: string
default: ""
Expand Down
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://aka.ms/devservicesagreement</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/features/2.0/docs/images/graph_color256.png</iconUrl>
<iconUrl>https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/docs/images/graph_color256.png</iconUrl>
<projectUrl>https://github.com/microsoftgraph/msgraph-sdk-powershell</projectUrl>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK PSModule PSIncludes_Cmdlet</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down