Skip to content

Commit

Permalink
module - Format ps1xml file update to new class names
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jul 20, 2021
1 parent d555f38 commit 588c721
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Expand Up @@ -9,10 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Major Changes

* TssSession - migrate to C# Class and renamed [4369e1a](https://github.com/thycotic-ps/thycotic.secretserver/commit/4369e1a7cd0fa6dca2c082c0f8191128bbe45560)
* TssSecret - migrate and udpate --> Thycotic.PowerShell.Secrets.Secret [a170898](https://github.com/thycotic-ps/thycotic.secretserver/commit/a17089838607a0f4e83e80ffc3bcfb6152eecf1e)
* Logging commands - converted to cmdlets [0096aa7](https://github.com/thycotic-ps/thycotic.secretserver/commit/0096aa7f83202105004e3b6133ac12502660bc87)
* module - update TssSession --> Thycotic.PowerShell.Authentication.Session [f2f869c](https://github.com/thycotic-ps/thycotic.secretserver/commit/f2f869c4e6adabe79844c8571f3d8ea40c3a60fb)
* removing about files from local module, only maintaining online going forward [cc6a162](https://github.com/thycotic-ps/thycotic.secretserver/commit/cc6a16286caee0fa1e155472bf00cf9641114121)
* TssSession - migrate to C# Class and renamed [4369e1a](https://github.com/thycotic-ps/thycotic.secretserver/commit/4369e1a7cd0fa6dca2c082c0f8191128bbe45560)
* TssSecret - migrate and update --> Thycotic.PowerShell.Secrets.Secret [a170898](https://github.com/thycotic-ps/thycotic.secretserver/commit/a17089838607a0f4e83e80ffc3bcfb6152eecf1e)
* SecretItems - rename class to Items [20a0997](https://github.com/thycotic-ps/thycotic.secretserver/commit/20a0997f20214844e36ade97294a3e6a281bb950)
* TssSecretSummary - migrate and update --> Thycotic.PowerShell.Secrets.Summary [cb5eebd](https://github.com/thycotic-ps/thycotic.secretserver/commit/cb5eebd3f65d18d4d0cb2df603e466c368681b55)
* TssSecretSummary - migrate and update --> SummaryExtendedField [f42827c](https://github.com/thycotic-ps/thycotic.secretserver/commit/f42827c2e5223a91fe79b92313a7ae5f43c015c3)
* TssSecretDetailSettings - migrate and update --> Thycotic.PowerShell.Secrets.DetailSettings [c56b75b](https://github.com/thycotic-ps/thycotic.secretserver/commit/c56b75b498b88de98055901209697361a1d9329f)
* TssSecretDetailState - migrate and update --> Thycotic.PowerShell.Secrets.DetailState [4f85ad2](https://github.com/thycotic-ps/thycotic.secretserver/commit/4f85ad2564f38dd28e41d88d7ac487c93e6ab606)
* TssSecretLookup - migrate and update --> Thycotic.PowerShell.Secrets.Lookup [b954371](https://github.com/thycotic-ps/thycotic.secretserver/commit/b95437193a001ef897130bef4c4d035c6e221571)
* TssSecretHeartbeatStatus - migrate and update --> Thycotic.PowerShell.Secrets.HeartbeatStatus [a9f3117](https://github.com/thycotic-ps/thycotic.secretserver/commit/a9f3117b20bb8187a5e71f5a767e2148946398a1)
* TssSecretPasswordStatus - migrate and update --> Thycotic.PowerShell.Secrets.PasswordStatus [ea6e1b9](https://github.com/thycotic-ps/thycotic.secretserver/commit/ea6e1b95bfb70579cd438bb14921f55d4aa2431a)

### Bug Fixes

Expand Down
7 changes: 0 additions & 7 deletions build.ps1
Expand Up @@ -33,13 +33,6 @@ if (-not (Get-Module Pester -List) -and $Configuration -ne 'Debug') {
}
}

if ($Configuration -ne 'Debug') {
$git = git status
if ($git[1] -notmatch "Your branch is up to date") {
throw "Local branch has commits not in GitHub"
}
}

$moduleName = 'Thycotic.SecretServer'
$staging = [IO.Path]::Combine($env:TEMP, 'tss_staging')
$docRoot = [IO.Path]::Combine($PSScriptRoot, 'docs', 'commands')
Expand Down
24 changes: 12 additions & 12 deletions src/Thycotic.SecretServer.Format.ps1xml
Expand Up @@ -57,9 +57,9 @@

<!-- Getting Fields from Items property of a secret -->
<View>
<Name>SecretItem</Name>
<Name>Items</Name>
<ViewSelectedBy>
<TypeName>Thycotic.PowerShell.Secrets.SecretItem</TypeName>
<TypeName>Thycotic.PowerShell.Secrets.Items</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
Expand Down Expand Up @@ -161,9 +161,9 @@

<!-- Getting search results -->
<View>
<Name>TssSecretSummary</Name>
<Name>Summary</Name>
<ViewSelectedBy>
<TypeName>TssSecretSummary</TypeName>
<TypeName>Thyctiotic.PowerShell.Secrets.Summary</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
Expand Down Expand Up @@ -211,9 +211,9 @@

<!-- Find-TssSecret -->
<View>
<Name>TssSecretLookup</Name>
<Name>Lookup</Name>
<ViewSelectedBy>
<TypeName>TssSecretLookup</TypeName>
<TypeName>Thycotic.PowerShell.Secrets.Lookup</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
Expand Down Expand Up @@ -855,9 +855,9 @@

<!-- Get-TssSecretAudit -->
<View>
<Name>TssSecretAudit</Name>
<Name>Audit</Name>
<ViewSelectedBy>
<TypeName>TssSecretAudit</TypeName>
<TypeName>Thycotic.PowerShell.Secrets.Audit</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
Expand Down Expand Up @@ -897,9 +897,9 @@

<!-- Get-TssSecretState -->
<View>
<Name>TssSecretDetailState</Name>
<Name>DetailState</Name>
<ViewSelectedBy>
<TypeName>TssSecretDetailState</TypeName>
<TypeName>Thycotic.PowerShell.Secrets.DetailState</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
Expand Down Expand Up @@ -947,9 +947,9 @@

<!-- Get-TssSecretSetting -->
<View>
<Name>TssSecretDetailSettings</Name>
<Name>DetailSettings</Name>
<ViewSelectedBy>
<TypeName>TssSecretDetailSettings</TypeName>
<TypeName>Thycotic.PowerShell.Secrets.DetailSettings</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
Expand Down

0 comments on commit 588c721

Please sign in to comment.