Ziheng Zhou(MSFT)
Ziheng Zhou(MSFT)
**Error Description:** In Azure, it will return an error when set service properties with too many CORS rules. But in Azurite. it will set service properties successfully in this case....
Azurite Version: v3.8.0 Issue Description: Run BlockBlobClient highlevel unit test with t2 Azure Storage SDK In Azurite, an socket issue is shown in the figure below:  Note:...
**Error Description:** When use storage service(blob/queue/table) with Azurite secondary endpoint to perform getStatistics method, it will return an error as following:  **To Reproduce:** Please run the demo...
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or...
1. Section [link](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/purview/purview-catalog-rest/samples/v1/javascript/typedefs.js#L10)  Reason: The function `createClient` exports by `export default` is not imported by `require` Suggestion: Update the code as following: ``` const PurviewCatalog = require("@azure-rest/purview-catalog").default; ```...
1. Section [link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email#send-email-with-attachments)  Reason: `toRecipients` does not exist in type `EmailRecipients`. Suggestion: Update `toRecipients` to `to`. 2. Section [link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email#get-email-message-status)  Reason: `messageId` is a property of type `SendEmailResult`....
Search Documents nightly test runs are failing with: > Error message: > ##[error]The job running on agent azsdk-pool-mms-win-2019-general 69 ran longer than the maximum time of 60 minutes. For more...
**Describe the issue:** Logs is fail when run pipeline test in github and azure devops in windows. **Repro Steps:** Run command:` azd pipeline config` or `azd pipeline config --provider azdo`...
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or...
fixes https://github.com/Azure/autorest.typescript/issues/2105 Added List: 1.enums-extensible