Henry Xu

Results 9 issues of Henry Xu

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

#### Terraform Cloud/Enterprise version v202205-01 #### Terraform version ```plaintext 1.1.9 ``` #### Terraform Configuration Files ```terraform ... ``` #### Debug Output ```plaintext ... ``` #### Expected Behavior When a tag...

bug

### Terraform Version ```shell 1.3.3 ``` ### Terraform Configuration Files We are using Terraform Enterprise `v202205-1` to manage our Azure environment. After changing workspaces to use terraform `v1.3.3` from `v1.1.9`,...

bug
core
waiting for reproduction

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported ### GitVersion package AzureDevops task...

needs triage

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported ### GitVersion package AzureDevops task...

needs triage

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

new-resource

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

question

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

new-resource
new-feature

### Configuration ```hcl # Copy-paste your Terraform configuration here provider "azuread" {} provider "azapi" {} provider "azurerm" { features {} } provider "databricks" { host = format("https://%s", azurerm_databricks_workspace.default.workspace_url) # azure_client_secret...