Skip to content

Commit

Permalink
Update default branch from features/2.0 to dev (#2267)
Browse files Browse the repository at this point in the history
* Updated default branch from features/2.0 to dev

* Updated to dev

* Updated icon url
  • Loading branch information
timayabi2020 authored Aug 28, 2023
1 parent bbbbd27 commit 4567d6b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit 4567d6b

Please sign in to comment.