Dapeng Zhang
Dapeng Zhang
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
Fixes https://github.com/Azure/azure-sdk-for-net/issues/34094 # Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull...
### Library name Azure.ResourceManager.HDInsight ### Please describe the feature. We need to verify if [this property](https://github.com/Azure/azure-sdk-for-net/blob/ec8ce48a8bb4e0d4b2bf9b776ffa6b104ed47200/sdk/hdinsight/Azure.ResourceManager.HDInsight/src/Generated/Models/HDInsightVmSizeCompatibilityFilterV2.cs#L53) is an array of azure-locations. If we could confirm it is, we need to...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
Original reported: https://github.com/terraform-providers/terraform-provider-azurerm/issues/8009 The `SourceResourceID` was assigned to `/subscriptions/xxxxxxxxx-xxxx-xxxxxxx-xxxxxxxx/resourceGroups/abc123-rg/providers/Microsoft.Compute/virtualMachines/abc123-vm0f11` but returned with the value of `/subscriptions/xxxxxxxxx-xxxx-xxxxxxx-xxxxxxxx/resourceGroups/ABC123-RG/providers/Microsoft.Compute/virtualMachines/abc123-vm0f11` ``` # module.core.module.server1.azurerm_backup_protected_vm.main[0] must be replaced -/+ resource "azurerm_backup_protected_vm" "main" { backup_policy_id = "/subscriptions/xxxxxxxxx-xxxx-xxxxxxx-xxxxxxxx/resourceGroups/abc123-rg/providers/Microsoft.RecoveryServices/vaults/abc123rv/backupPolicies/abc123-rp"...
The version of autorest.csharp in `Azure.Core.TestFramework` has been pinned for quite a few time, because at that time, if a generator change changes the content of test framework, in the...