Skip to content

Commit

Permalink
Merge pull request #27 from techpulse-eng/main
Browse files Browse the repository at this point in the history
Add Keyvault Support
  • Loading branch information
homotechsual authored Oct 23, 2023
2 parents be772db + 54c87d4 commit 1607e2b
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 9 deletions.
6 changes: 4 additions & 2 deletions HaloAPI.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\HaloAPI.psm1'

# Version number of this module.
ModuleVersion = '1.14.0'
ModuleVersion = '1.14.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -226,7 +226,9 @@
'Set-HaloUser',
'Set-HaloWorkday',
'New-HaloTab',
'Get-HaloTabs'
'Get-HaloTabs',
'Get-HaloOutcome',
'New-HaloOutcome'
)


Expand Down
Loading

0 comments on commit 1607e2b

Please sign in to comment.