You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually assign loaded cert when generating pfx (#1609)
* Actually assign loaded cert when generating pfx
* Enable tests that would have caught this issue
generate api v1.32 (#1603)
* generate based on v1.32
* bump ver
* Delete swagger.json.unprocessed
* Update target frameworks and SDK versions in project files
* Remove extra API endpoint from swagger.json
* Update .NET SDK version to 9.0.x and adjust package references
* happy build
* Enhance certificate handling for .NET 9.0 compatibility in CertUtils and KubernetesClientConfiguration
* Add mapping for V1beta1ResourceClaim to V1ResourceClaim in AutoMapper configurations
* Refactor certificate loading to improve compatibility with .NET 9.0
* Update package versions in Directory.Packages.props for improved compatibility and features
* Update Fractions package version to 7.3.0 for improved compatibility
Refactor LibKubernetesGenerator code structure (#1546)
* Refactor LibKubernetesGenerator code structure
* clean up comment out code
* No more locks
* clean up dep
* Update dependency paths in LibKubernetesGenerator.target