Heng Lu
Heng Lu
[vms-with-selfhost-integration-runtime](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vms-with-selfhost-integration-runtime/gatewayInstall.ps1) ### Issue Details https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.compute/vms-with-selfhost-integration-runtime/gatewayInstall.ps1#L98 ### Repro steps I'm using terraform to deploy a self-host ir, but the script fails with error: `aborted: Could not create SSL/TLS secure channel.` ```...
Fixes https://github.com/hashicorp/terraform-provider-azurerm/issues/17843
Fixes https://github.com/hashicorp/terraform-provider-azurerm/issues/17852
This solution is used to detect SDK behavioral change when upgrade SDK for terraform providers. It takes advantage of existing acceptance tests. By deploying resources with released provider and using...
## Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2020-01-13-preview - LRO Invalid Terminal State ### Description In its polling response, the final provisionState is `Completed` which is not a valid terminal state. > The provisioningState property has...
Thanks @Nepomuceno for this great suggestion https://github.com/Azure/terraform-provider-azapi/issues/154! This feature is about generating resource names based on some naming convention, here's an example: (The fields and naming pattern are not finalized,...
Fixes https://github.com/Azure/terraform-provider-azapi/issues/75
ref: https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azcore/arm
`ignore_missing_property` is used to suppress plan-diff if there's a property contains secrets like credentials, and not returned from GET response. The reason it defaults to false is: some APIs might...
Use OpenID Connect within your workflows to authenticate with Azure. Blocked by https://github.com/Azure/azure-sdk-for-go/issues/15615 doc: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure similar issue: https://github.com/hashicorp/terraform-provider-azurerm/issues/16554