Skip to content

Commit 3c4c2c5

Browse files
peombwaMicrosoft Graph DevX Toolinggithub-actions[bot]markwahl-msft
authored
1.5.0 Release (#620)
* 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]>
1 parent 18fcdf2 commit 3c4c2c5

File tree

271 files changed

+45333
-30330
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+45333
-30330
lines changed

.azure-pipelines/generate-auth-module-template.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ parameters:
1010
displayName: 'Authentication Module Name'
1111
type: string
1212
default: 'Authentication'
13-
- name: AUTH_MODULE_DLL_PATTERN
14-
displayName: 'Authentication Module DLL Pattern'
15-
type: string
16-
default: 'Microsoft.Graph.Authentication.dll'
1713
- name: Api_Key
1814
displayName: 'Api Key'
1915
type: string
@@ -78,7 +74,8 @@ jobs:
7874
inputs:
7975
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)'
8076
FolderPath: $(AUTH_MODULE_PATH)
81-
Pattern: $(AUTH_MODULE_DLL_PATTERN)
77+
# Recursively finds files matching these patterns:
78+
Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll'
8279
signConfigType: inlineSignParams
8380
inlineOperation: |
8481
[
@@ -105,7 +102,8 @@ jobs:
105102
inputs:
106103
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)'
107104
FolderPath: $(AUTH_MODULE_PATH)
108-
Pattern: $(AUTH_MODULE_DLL_PATTERN)
105+
# Recursively finds files matching these patterns:
106+
Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll, InitializeAssemblyResolver.ps1'
109107
signConfigType: inlineSignParams
110108
inlineOperation: |
111109
[

.azure-pipelines/generate-auth-module.yml

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)