Tests: roll forward to latest major .NET runtime #3
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Bulk parameter sets on New-/Update-/Remove-InfisicalSecret via v3/secrets/batch/raw. - Copy-InfisicalSecret cmdlet wrapping v4/secrets/duplicate. - InfisicalCmdletBase.Resolve{ProjectId,Environment,SecretPath,ApiVersion,OrganizationId} with verbose inheritance logging. - All resource cmdlets refactored to use the resolution helpers. - InfisicalBulkSecretConverter for flexible Hashtable -> DTO mapping. - 22 new unit tests covering registry, DTOs, converter, and inheritance helpers. Total: 161 passing.Normalizes Hashtable, OrderedDictionary, PSObject-wrapped, and typed generic dictionaries into IDictionary<string,string>[] before parameter binding, enabling native PowerShell @{...} and [ordered]@{...} literals against the strongly-typed -Secrets parameter on New-/Update-InfisicalSecret. Adds 8 transformation tests; 174/174 passing.