This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.hybridcontainerservice.getAgentPool
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets the agent pool in the Hybrid AKS provisioned cluster Azure REST API version: 2022-09-01-preview.
Using getAgentPool
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAgentPool(args: GetAgentPoolArgs, opts?: InvokeOptions): Promise<GetAgentPoolResult>
function getAgentPoolOutput(args: GetAgentPoolOutputArgs, opts?: InvokeOptions): Output<GetAgentPoolResult>def get_agent_pool(agent_pool_name: Optional[str] = None,
                   resource_group_name: Optional[str] = None,
                   resource_name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetAgentPoolResult
def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
                   resource_group_name: Optional[pulumi.Input[str]] = None,
                   resource_name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetAgentPoolResult]func LookupAgentPool(ctx *Context, args *LookupAgentPoolArgs, opts ...InvokeOption) (*LookupAgentPoolResult, error)
func LookupAgentPoolOutput(ctx *Context, args *LookupAgentPoolOutputArgs, opts ...InvokeOption) LookupAgentPoolResultOutput> Note: This function is named LookupAgentPool in the Go SDK.
public static class GetAgentPool 
{
    public static Task<GetAgentPoolResult> InvokeAsync(GetAgentPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetAgentPoolResult> Invoke(GetAgentPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAgentPoolResult> getAgentPool(GetAgentPoolArgs args, InvokeOptions options)
public static Output<GetAgentPoolResult> getAgentPool(GetAgentPoolArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:hybridcontainerservice:getAgentPool
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AgentPool stringName 
- Parameter for the name of the agent pool in the provisioned cluster
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ResourceName string
- Parameter for the name of the provisioned cluster
- AgentPool stringName 
- Parameter for the name of the agent pool in the provisioned cluster
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ResourceName string
- Parameter for the name of the provisioned cluster
- agentPool StringName 
- Parameter for the name of the agent pool in the provisioned cluster
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- resourceName String
- Parameter for the name of the provisioned cluster
- agentPool stringName 
- Parameter for the name of the agent pool in the provisioned cluster
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- resourceName string
- Parameter for the name of the provisioned cluster
- agent_pool_ strname 
- Parameter for the name of the agent pool in the provisioned cluster
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- resource_name str
- Parameter for the name of the provisioned cluster
- agentPool StringName 
- Parameter for the name of the agent pool in the provisioned cluster
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- resourceName String
- Parameter for the name of the provisioned cluster
getAgentPool Result
The following output properties are available:
- Id string
- Resource Id
- Name string
- Resource Name
- ProvisioningState string
- SystemData Pulumi.Azure Native. Hybrid Container Service. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- Resource Type
- AvailabilityZones List<string>
- AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
- CloudProvider Pulumi.Profile Azure Native. Hybrid Container Service. Outputs. Cloud Provider Profile Response 
- The underlying cloud infra provider properties.
- Count int
- Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
- ExtendedLocation Pulumi.Azure Native. Hybrid Container Service. Outputs. Agent Pool Response Extended Location 
- Location string
- The resource location
- MaxCount int
- The maximum number of nodes for auto-scaling
- MaxPods int
- The maximum number of pods that can run on a node.
- MinCount int
- The minimum number of nodes for auto-scaling
- Mode string
- Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
- NodeImage stringVersion 
- The version of node image
- NodeLabels Dictionary<string, string>
- NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
- NodeTaints List<string>
- NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- OsType string
- OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
- Status
Pulumi.Azure Native. Hybrid Container Service. Outputs. Agent Pool Provisioning Status Response Status 
- HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
- Dictionary<string, string>
- Resource tags
- VmSize string
- VmSize - The size of the agent pool VMs.
- Id string
- Resource Id
- Name string
- Resource Name
- ProvisioningState string
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- Resource Type
- AvailabilityZones []string
- AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
- CloudProvider CloudProfile Provider Profile Response 
- The underlying cloud infra provider properties.
- Count int
- Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
- ExtendedLocation AgentPool Response Extended Location 
- Location string
- The resource location
- MaxCount int
- The maximum number of nodes for auto-scaling
- MaxPods int
- The maximum number of pods that can run on a node.
- MinCount int
- The minimum number of nodes for auto-scaling
- Mode string
- Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
- NodeImage stringVersion 
- The version of node image
- NodeLabels map[string]string
- NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
- NodeTaints []string
- NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- OsType string
- OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
- Status
AgentPool Provisioning Status Response Status 
- HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
- map[string]string
- Resource tags
- VmSize string
- VmSize - The size of the agent pool VMs.
- id String
- Resource Id
- name String
- Resource Name
- provisioningState String
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- Resource Type
- availabilityZones List<String>
- AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
- cloudProvider CloudProfile Provider Profile Response 
- The underlying cloud infra provider properties.
- count Integer
- Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
- extendedLocation AgentPool Response Extended Location 
- location String
- The resource location
- maxCount Integer
- The maximum number of nodes for auto-scaling
- maxPods Integer
- The maximum number of pods that can run on a node.
- minCount Integer
- The minimum number of nodes for auto-scaling
- mode String
- Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
- nodeImage StringVersion 
- The version of node image
- nodeLabels Map<String,String>
- NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
- nodeTaints List<String>
- NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- osType String
- OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
- status
AgentPool Provisioning Status Response Status 
- HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
- Map<String,String>
- Resource tags
- vmSize String
- VmSize - The size of the agent pool VMs.
- id string
- Resource Id
- name string
- Resource Name
- provisioningState string
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- Resource Type
- availabilityZones string[]
- AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
- cloudProvider CloudProfile Provider Profile Response 
- The underlying cloud infra provider properties.
- count number
- Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
- extendedLocation AgentPool Response Extended Location 
- location string
- The resource location
- maxCount number
- The maximum number of nodes for auto-scaling
- maxPods number
- The maximum number of pods that can run on a node.
- minCount number
- The minimum number of nodes for auto-scaling
- mode string
- Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
- nodeImage stringVersion 
- The version of node image
- nodeLabels {[key: string]: string}
- NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
- nodeTaints string[]
- NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- osType string
- OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
- status
AgentPool Provisioning Status Response Status 
- HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
- {[key: string]: string}
- Resource tags
- vmSize string
- VmSize - The size of the agent pool VMs.
- id str
- Resource Id
- name str
- Resource Name
- provisioning_state str
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- Resource Type
- availability_zones Sequence[str]
- AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
- cloud_provider_ Cloudprofile Provider Profile Response 
- The underlying cloud infra provider properties.
- count int
- Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
- extended_location AgentPool Response Extended Location 
- location str
- The resource location
- max_count int
- The maximum number of nodes for auto-scaling
- max_pods int
- The maximum number of pods that can run on a node.
- min_count int
- The minimum number of nodes for auto-scaling
- mode str
- Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
- node_image_ strversion 
- The version of node image
- node_labels Mapping[str, str]
- NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
- node_taints Sequence[str]
- NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- os_type str
- OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
- status
AgentPool Provisioning Status Response Status 
- HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
- Mapping[str, str]
- Resource tags
- vm_size str
- VmSize - The size of the agent pool VMs.
- id String
- Resource Id
- name String
- Resource Name
- provisioningState String
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- Resource Type
- availabilityZones List<String>
- AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
- cloudProvider Property MapProfile 
- The underlying cloud infra provider properties.
- count Number
- Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
- extendedLocation Property Map
- location String
- The resource location
- maxCount Number
- The maximum number of nodes for auto-scaling
- maxPods Number
- The maximum number of pods that can run on a node.
- minCount Number
- The minimum number of nodes for auto-scaling
- mode String
- Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
- nodeImage StringVersion 
- The version of node image
- nodeLabels Map<String>
- NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
- nodeTaints List<String>
- NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- osType String
- OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
- status Property Map
- HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
- Map<String>
- Resource tags
- vmSize String
- VmSize - The size of the agent pool VMs.
Supporting Types
AgentPoolProvisioningStatusResponseError     
AgentPoolProvisioningStatusResponseProvisioningStatus      
- Error
Pulumi.Azure Native. Hybrid Container Service. Inputs. Agent Pool Provisioning Status Response Error 
- OperationId string
- Phase string
- Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
- Status string
- Error
AgentPool Provisioning Status Response Error 
- OperationId string
- Phase string
- Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
- Status string
- error
AgentPool Provisioning Status Response Error 
- operationId String
- phase String
- Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
- status String
- error
AgentPool Provisioning Status Response Error 
- operationId string
- phase string
- Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
- status string
- error
AgentPool Provisioning Status Response Error 
- operation_id str
- phase str
- Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
- status str
- error Property Map
- operationId String
- phase String
- Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
- status String
AgentPoolProvisioningStatusResponseStatus     
- ErrorMessage string
- ErrorMessage - Error messages during creation of cluster
- ProvisioningStatus Pulumi.Azure Native. Hybrid Container Service. Inputs. Agent Pool Provisioning Status Response Provisioning Status 
- Contains Provisioning errors
- ReadyReplicas int
- Total number of ready machines targeted by this deployment.
- Replicas int
- Total number of non-terminated machines targeted by this deployment
- ErrorMessage string
- ErrorMessage - Error messages during creation of cluster
- ProvisioningStatus AgentPool Provisioning Status Response Provisioning Status 
- Contains Provisioning errors
- ReadyReplicas int
- Total number of ready machines targeted by this deployment.
- Replicas int
- Total number of non-terminated machines targeted by this deployment
- errorMessage String
- ErrorMessage - Error messages during creation of cluster
- provisioningStatus AgentPool Provisioning Status Response Provisioning Status 
- Contains Provisioning errors
- readyReplicas Integer
- Total number of ready machines targeted by this deployment.
- replicas Integer
- Total number of non-terminated machines targeted by this deployment
- errorMessage string
- ErrorMessage - Error messages during creation of cluster
- provisioningStatus AgentPool Provisioning Status Response Provisioning Status 
- Contains Provisioning errors
- readyReplicas number
- Total number of ready machines targeted by this deployment.
- replicas number
- Total number of non-terminated machines targeted by this deployment
- error_message str
- ErrorMessage - Error messages during creation of cluster
- provisioning_status AgentPool Provisioning Status Response Provisioning Status 
- Contains Provisioning errors
- ready_replicas int
- Total number of ready machines targeted by this deployment.
- replicas int
- Total number of non-terminated machines targeted by this deployment
- errorMessage String
- ErrorMessage - Error messages during creation of cluster
- provisioningStatus Property Map
- Contains Provisioning errors
- readyReplicas Number
- Total number of ready machines targeted by this deployment.
- replicas Number
- Total number of non-terminated machines targeted by this deployment
AgentPoolResponseExtendedLocation    
CloudProviderProfileResponse   
- InfraNetwork Pulumi.Profile Azure Native. Hybrid Container Service. Inputs. Cloud Provider Profile Response Infra Network Profile 
- InfraNetworkProfile - List of infra network profiles for the provisioned cluster
- InfraStorage Pulumi.Profile Azure Native. Hybrid Container Service. Inputs. Cloud Provider Profile Response Infra Storage Profile 
- InfraStorageProfile - List of infra storage profiles for the provisioned cluster
- InfraNetwork CloudProfile Provider Profile Response Infra Network Profile 
- InfraNetworkProfile - List of infra network profiles for the provisioned cluster
- InfraStorage CloudProfile Provider Profile Response Infra Storage Profile 
- InfraStorageProfile - List of infra storage profiles for the provisioned cluster
- infraNetwork CloudProfile Provider Profile Response Infra Network Profile 
- InfraNetworkProfile - List of infra network profiles for the provisioned cluster
- infraStorage CloudProfile Provider Profile Response Infra Storage Profile 
- InfraStorageProfile - List of infra storage profiles for the provisioned cluster
- infraNetwork CloudProfile Provider Profile Response Infra Network Profile 
- InfraNetworkProfile - List of infra network profiles for the provisioned cluster
- infraStorage CloudProfile Provider Profile Response Infra Storage Profile 
- InfraStorageProfile - List of infra storage profiles for the provisioned cluster
- infra_network_ Cloudprofile Provider Profile Response Infra Network Profile 
- InfraNetworkProfile - List of infra network profiles for the provisioned cluster
- infra_storage_ Cloudprofile Provider Profile Response Infra Storage Profile 
- InfraStorageProfile - List of infra storage profiles for the provisioned cluster
- infraNetwork Property MapProfile 
- InfraNetworkProfile - List of infra network profiles for the provisioned cluster
- infraStorage Property MapProfile 
- InfraStorageProfile - List of infra storage profiles for the provisioned cluster
CloudProviderProfileResponseInfraNetworkProfile      
- VnetSubnet List<string>Ids 
- Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
- VnetSubnet []stringIds 
- Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
- vnetSubnet List<String>Ids 
- Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
- vnetSubnet string[]Ids 
- Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
- vnet_subnet_ Sequence[str]ids 
- Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
- vnetSubnet List<String>Ids 
- Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
CloudProviderProfileResponseInfraStorageProfile      
- StorageSpace List<string>Ids 
- Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}
- StorageSpace []stringIds 
- Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}
- storageSpace List<String>Ids 
- Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}
- storageSpace string[]Ids 
- Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}
- storage_space_ Sequence[str]ids 
- Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}
- storageSpace List<String>Ids 
- Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi