Skip to content

Commit

Permalink
Refactor: Output types changed "D365Bap.Tools.Environment" -> "D365Ba…
Browse files Browse the repository at this point in the history
…p.Tools.PpacEnvironment"
  • Loading branch information
Splaxi committed Aug 21, 2024
1 parent 71bdf6d commit 7d572b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Get-BapEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function Get-BapEnvironment {

}

([PSCustomObject]$res) | Select-PSFObject -TypeName "D365Bap.Tools.Environment" `
([PSCustomObject]$res) | Select-PSFObject -TypeName "D365Bap.Tools.PpacEnvironment" `
-Property "Id as PpacEnvironmentId",
"Region as PpacEnvRegion",
"prop_tenantId as TenantId",
Expand Down
4 changes: 2 additions & 2 deletions d365bap.tools/xml/d365bap.tools.Format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
</TableControl>
</View>
<View>
<Name>D365Bap.Tools.Environment</Name>
<Name>D365Bap.Tools.PpacEnvironment</Name>
<ViewSelectedBy>
<TypeName>D365Bap.Tools.Environment</TypeName>
<TypeName>D365Bap.Tools.PpacEnvironment</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
Expand Down

0 comments on commit 7d572b0

Please sign in to comment.