Merged
Conversation
aneeshk-citrix
approved these changes
Mar 28, 2025
zhuolun-citrix
approved these changes
Mar 28, 2025
sourav-citrix
approved these changes
Mar 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking Changes
idof policy filter in thecitrix_policy_setresource is removed to fix inconsistency issue.citrix_image_definitionnow requires thehypervisor_resource_poolattribute. This resolves an implicit dependency where at least 1 resource pool had to exist in the hypervisor. Fixes [Bug] Race condition between citrix_image_definition and citrix_hypervisor_resource_pool #229Bugfixes
citrix_policy_setresource policy filter update logic to prevent inconsistency in state. Fixes [Bug] When updating PolicySet the provider produces inconsistent results #225delivery_groupsattribute tocitrix_policy_setdata source schema to match the model struct configuration.citrix_application.delivery_groupsto include at least one ofapplication_groups,delivery_groups,delivery_groups_priority, and prevent settingdelivery_groupsanddelivery_groups_priorityat the same time.New Features
limit_to_one_instance_per_userproperty to thecitrix_applicationresource to specify if the use of the application should be limited to only one instance per user.load_balancing_typeproperty in thecitrix_delivery_groupresource. This property allows users to specify the load balancing type for the delivery group, with supported valuesHorizontalandVertical. Defaults toNone.max_total_instancesproperty in theApplicationResourceModel, which controls the number of instances of an application that can run simultaneously.vm_taggingproperty inhypervisor_resource_poolresource to enable VM tagging in Hypervisor Resource Pools.browser_nameattribute in thecitrix_applicationresource. This optional computed string property allows specifying a browser name for the application. When omitted, the application name will be used as the browser name.shortcut_added_to_desktopandshortcut_added_to_start_menuattributes incitrix_applicationresource.color_depthattribute in the delivery group resource and data source.visibleattribute to thecitrix_applicationresource. This attribute is an optional computed boolean that defaults totrue. It indicates whether the application is visible or not.NoCacheparameter during the retry of querying hypervisor resources. Fixes [Bug] Error: Error creating Hypervisor Resource Pool for Azure #183provisioning_scheme.metadataattribute ofcitrix_machine_catalogresource for Cloud environments and for On-Premises DDC version 2505 or later.timeoutattribute forcitrix_machine_catalog,citrix_image_definition, andcitrix_image_versionresources.authentication_modeandproxy_hypervisor_traffic_through_connectorincitrix_azure_hypervisorresource. [Feature] Create a host connection using Azure Managed Identity #152application_idandapplication_secretvalues incitrix_azure_hypervisorresource toOptional. [Feature] Create a host connection using Azure Managed Identity #152Other Improvements
asyncwhen making a call to get machine accounts for a machine catalog. Fixes [Bug] Error getting Machine AD Accounts #234citrix_service_account.account_idproperty.make_resources_available_in_lhccan only be set for delivery groups withsession_supportset toSingleSessionandsharing_kindset toShared.