Skip to content

Commit

Permalink
Merge pull request #263 from microsoftgraph/milestone/0.7.0
Browse files Browse the repository at this point in the history
0.7.0 Pre-Release
  • Loading branch information
peombwa authored Jun 16, 2020
2 parents 1d7adc3 + d8ab061 commit 7ee20ca
Show file tree
Hide file tree
Showing 221 changed files with 5,033 additions and 25,141 deletions.
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

0 comments on commit 7ee20ca

Please sign in to comment.