Skip to content

Commit

Permalink
fix for bobbys weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Dec 11, 2023
1 parent df42379 commit a88d058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Function Invoke-AddStandardsDeploy {
try {
$Tenants = ($Request.body | Select-Object Select_*).psobject.properties.value
$Settings = ($request.body | Select-Object -Property *, v2* -ExcludeProperty Select_*, None )
$Settings.v2 = $true
$Settings | Add-Member -NotePropertyName 'v2.1' -NotePropertyValue $true -Force
foreach ($Tenant in $tenants) {

$object = [PSCustomObject]@{
Expand Down
2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.1
4.8.2

0 comments on commit a88d058

Please sign in to comment.