Skip to content

Releases: CriticalSolutionsNetwork/GraphAppToolKit

v0.2.1

17 Mar 14:16
cd7292f
Compare
Choose a tag to compare

[v0.2.1]

Added

  • Added Get-TkMsalToken cmdlet to retrieve an MSAL token using API calls.
  • Added Managed Identity support for Get-TkMsalToken cmdlet (Needs to be tested).
  • SecureString support for Get-TkMsalToken cmdlet.
  • Formatting alignment for cmdlets.

Fixed

  • Fixed authentication context for MgGraph.

Changed

  • Updated private function names to be more descriptive.
  • Removed MSAL.PS dependency from Send-TkEmailAppMessage function.
  • Removed Send-TkEmailAppMessage module install if manual parameters are provided.

What's Changed

  • Update authentication to api by @DrIOSX in #8

Full Changelog: v0.2.0...v0.2.1

Download:
GraphAppToolkit0.2.1

Installation:

Install-Module -Name GraphAppToolkit -RequiredVersion 0.2.1 -Scope CurrentUser

v0.2.0

14 Mar 20:54
9241185
Compare
Choose a tag to compare

[v0.2.0]

Added

  • Updated docs for the module.
  • Release Candidate
  • Update wiki pages.

What's Changed

  • add: existing email app parameter set by @DrIOSX in #5
  • add: docs and release candidate by @DrIOSX in #6

Full Changelog: v0.1.3...v0.2.0

Download:
GraphAppToolkit0.2.0

Installation:

Install-Module -Name GraphAppToolkit -RequiredVersion 0.2.0 -Scope CurrentUser

v0.2.0-preview0001

14 Mar 18:05
3558417
Compare
Choose a tag to compare
v0.2.0-preview0001 Pre-release
Pre-release

[v0.2.0-preview0001]

Added

  • Added cert options to the GraphAppToolkit send email.
  • Updated auth methods to invoke needed permissions only.
  • Added private functions to handle existing certs and secrets.
  • Added support for -WhatIf and -Confirm parameters to cmdlets.
  • Renamed private function "New-TkAppName" to "Initialize-TkAppName".
  • Renamed private function "New-TkRequiredResourcePermissionObject" to "Initialize-TkRequiredResourcePermissionObject".
  • Updated documentation across the module (README.md, help XML files, and about_GraphAppToolkit.help.txt).
  • Enhanced logging in private functions for improved auditability.
  • Switch parameter for removing domain suffix from the app name.
  • Certificate subject to param splat export.
  • Permissions to comment based help.
  • Initial test cases structure for Pester with rudimentary tests.

Fixed

  • Fixed formatting.
  • Manual app call for sending email.
  • Confirm to high for connect function.
  • Corrected parameter block formatting and alignment issues in multiple cmdlets.
  • Fixed Connect function ShouldProcess output.

v0.1.2

10 Mar 22:09
c2f410c
Compare
Choose a tag to compare

[v0.1.2]

Added

  • Added class definitions for GraphAppToolkit

What's Changed

Full Changelog: v0.1.1...v0.1.2

Download:
GraphAppToolKit v0.1.2

Installation:

Install-Module -Name GraphAppToolKit -Scope CurrentUser -RequiredVersion 0.1.2