citrix / terraform-provider-citrix

Terraform provider for Citrix
Apache License 2.0
41 stars 5 forks source link

Fix for issue #74 and support for template spec semantic versioning #75

Closed j7lloyd closed 1 week ago

j7lloyd commented 3 weeks ago

Please refer to issue #74 for more info on the bug observed using Azure_Ephemeral_OS_Disk as the storage type.

Regarding the use of semantic versioning (e.g., 1.0.0) for the value of machine_profile_template_spec_version, the expression resourceType := strings.Split(machineProfileSegments[lastIndex], ".")[1] returns the MINOR version number. Consequently, this result does not evaluate to 'templatespecversion'.

aneeshk-citrix commented 1 week ago

The changes in this PR have been made in the newest release. Closing this PR