Skip to content

0.7.0 Release #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7214190
Add token cache implementation for Windows, MacOS and Linux.
peombwa May 2, 2020
dbbc249
Merge branch 'dev' into po/multiPlatformTokenCache
peombwa May 5, 2020
cdd4ddd
Detect OS platform
peombwa May 6, 2020
b1ea728
Update KeyChain APIs.
peombwa May 8, 2020
27c13ac
Merge branch 'dev' into po/multiPlatformTokenCache
peombwa May 8, 2020
68caa90
Add mac and linux jobs
peombwa May 8, 2020
cd22642
Add unit tests.
peombwa May 9, 2020
f8f64ef
Merge branch 'po/MacLinuxTestRunners' into po/multiPlatformTokenCache
peombwa May 9, 2020
46f2c81
Bump version number.
peombwa May 9, 2020
c80acac
Use session keyring on Linux.
peombwa May 11, 2020
5dd7ac9
Add support for paging of collection.
peombwa May 12, 2020
0c644ea
Use begin processing to initialize paging values.
peombwa May 12, 2020
ebb811e
Update Microsoft.Graph.Users.User.psd1
peombwa May 12, 2020
9a45911
Merge pull request #217 from microsoftgraph/po/collectionPaging
peombwa May 12, 2020
89d410f
Merge branch 'milestone/0.7.0' into po/multiPlatformTokenCache
peombwa May 13, 2020
a1b7416
Address feedback.
peombwa May 13, 2020
88329b7
Used interlocked increment.
peombwa May 13, 2020
a6ce9a4
Merge pull request #216 from microsoftgraph/po/multiPlatformTokenCache
peombwa May 14, 2020
1d7adc3
Merge pull request #251 from microsoftgraph/master
peombwa Jun 4, 2020
fda8cee
Move all ADO pipeline agents to MS hosted.
peombwa Jun 15, 2020
9dcc05a
Bump up module versions to 0.7.0.
peombwa Jun 15, 2020
22cbcf1
Remove Teams.Channel module.
peombwa Jun 15, 2020
b57f996
Merge branch 'dev' into milestone/0.7.0
peombwa Jun 15, 2020
d8ab061
Refresh OpenAPI docs and fix conflicts.
peombwa Jun 15, 2020
7ee20ca
Merge pull request #263 from microsoftgraph/milestone/0.7.0
peombwa Jun 16, 2020
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
6 changes: 4 additions & 2 deletions .azure-pipelines/generate-auth-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ jobs:
displayName: MS Graph PS SDK Auth Generation
timeoutInMinutes: 300
pool:
name: Microsoft Graph
demands: 'Agent.Name -equals Local-Agent'
vmImage: 'windows-latest'

steps:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
displayName: 'Run CredScan'
inputs:
debugMode: false

- task: NuGetToolInstaller@1
displayName: 'Install Nuget'

- task: PowerShell@2
displayName: 'Generate and Build Auth Module'
inputs:
Expand Down
9 changes: 6 additions & 3 deletions .azure-pipelines/generate-beta-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
displayName: MS Graph PS SDK Beta Generation
timeoutInMinutes: 300
pool:
name: Microsoft Graph
demands: 'Agent.Name -equals Local-Agent'
vmImage: 'windows-latest'

steps:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
displayName: 'Run CredScan'
Expand All @@ -36,7 +36,10 @@ jobs:
displayName: 'Install AutoRest'
inputs:
command: 'custom'
customCommand: 'install -g @autorest/autorest'
customCommand: 'install -g autorest'

- task: NuGetToolInstaller@1
displayName: 'Install Nuget'

- task: PowerShell@2
displayName: 'Build Auth Modules'
Expand Down
6 changes: 4 additions & 2 deletions .azure-pipelines/generate-beta-rollup-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ jobs:
displayName: MS Graph PS SDK Roll-Up Generation
timeoutInMinutes: 300
pool:
name: Microsoft Graph
demands: 'Agent.Name -equals Local-Agent'
vmImage: 'windows-latest'

steps:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
displayName: 'Run CredScan'
inputs:
debugMode: false

- task: NuGetToolInstaller@1
displayName: 'Install Nuget'

- task: PowerShell@2
displayName: 'Generate and Build Roll-Up Module'
inputs:
Expand Down
257 changes: 0 additions & 257 deletions .azure-pipelines/generate-v1.0-modules.yml

This file was deleted.

Loading