Fix Pax8 Country 2

This commit is contained in:
Chris Payne
2025-07-08 21:23:35 -04:00
parent 70e1ec6758
commit bb96f069e4
2 changed files with 16 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ function Invoke-Pax8Provision {
city = $City
stateOrProvince = $Province
postalCode = $PostalCode
country = "Canada"
country = $Country
}
} | ConvertTo-Json -Depth 3