Skip to content

Commit

Permalink
1.5.0 Release (#620)
Browse files Browse the repository at this point in the history
* Bump .NET Core version

* Add client capability to MSAL.

* Bump MS Graph core version.

* Weekly OpenApiDocs Download

* Safe Dependency Resolution For Side-By-Side Loading With Other Modules (#585)

* Divide project into 2 assemblies.

* Update build scripts to build, sign and pack auth module with core dll.

* Updates ADO pipeline to also sign and strong name MSG.Authentication.Core.dll.

* Add Pester tests for loading module side by side.

* Add internals visible to test proj.

* Load multiframework dependencies.

* Weekly OpenApiDocs Download

* Update agreementFile remove directive (#605)

* Fix aggrement file directive.

* Bump SDK version to 1.4.3.

* Adds missing site permissions to sites module (#607)

* Add sistes.permissions tag to module mappings.

* Generate profile for sites.

* Sort crawl logs.

* Weekly OpenApiDocs Download (#616)

Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>

* identity governance: reduce unneeded EM cmdlets  (#577)

* add suppression for autogenerated get cmdlets

* remove New cmdlets

* add remove set and update variants of those get cmdlets

* remove search and ro cmdlets

* remove cmdlets for read only links and objects

* Update src/Identity.Governance/Identity.Governance/readme.md

Co-authored-by: Peter Ombwa <[email protected]>

* Weekly OpenApiDocs Download (#619)

Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>

* 1.5.0 Pre-Release (#617)

* Bump SDK version to 1.5.0

* Handle duplicate cmdlet names across modules.

* Update readme.md

* Use version in manifest if module is not in repo.

Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mark Wahl <[email protected]>
  • Loading branch information
4 people authored Apr 16, 2021
1 parent 18fcdf2 commit 3c4c2c5
Show file tree
Hide file tree
Showing 271 changed files with 45,333 additions and 30,330 deletions.
10 changes: 4 additions & 6 deletions .azure-pipelines/generate-auth-module-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ parameters:
displayName: 'Authentication Module Name'
type: string
default: 'Authentication'
- name: AUTH_MODULE_DLL_PATTERN
displayName: 'Authentication Module DLL Pattern'
type: string
default: 'Microsoft.Graph.Authentication.dll'
- name: Api_Key
displayName: 'Api Key'
type: string
Expand Down Expand Up @@ -78,7 +74,8 @@ jobs:
inputs:
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)'
FolderPath: $(AUTH_MODULE_PATH)
Pattern: $(AUTH_MODULE_DLL_PATTERN)
# Recursively finds files matching these patterns:
Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll'
signConfigType: inlineSignParams
inlineOperation: |
[
Expand All @@ -105,7 +102,8 @@ jobs:
inputs:
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)'
FolderPath: $(AUTH_MODULE_PATH)
Pattern: $(AUTH_MODULE_DLL_PATTERN)
# Recursively finds files matching these patterns:
Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll, InitializeAssemblyResolver.ps1'
signConfigType: inlineSignParams
inlineOperation: |
[
Expand Down
164 changes: 0 additions & 164 deletions .azure-pipelines/generate-auth-module.yml

This file was deleted.

Loading

0 comments on commit 3c4c2c5

Please sign in to comment.