Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
112 stars 172 forks source link

JS Breaking Change Tool Failed to Detect Union Enum Breaking Change for Some Case #8707

Open wanlwanl opened 1 month ago

wanlwanl commented 1 month ago

Failed to detect breaking change: export type ProvisioningState = "succeeded" | "provisioning" | "failed -> export type ProvisioningState = "Succeeded" | "Provisioning" | "Failed"

Issue: https://github.com/Azure/azure-sdk-for-js/pull/30014#discussion_r1690855320

wanlwanl commented 1 month ago

Pull request: https://github.com/Azure/azure-sdk-tools/pull/8708