Ziheng Zhou(MSFT)

Results 16 issues of 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....

NewArch
alignment

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: ![Annotation 2020-06-17 103855](https://user-images.githubusercontent.com/20970631/88870059-f351f600-d246-11ea-8d1a-eae3f1bdf6c0.png) Note:...

stale

**Error Description:** When use storage service(blob/queue/table) with Azurite secondary endpoint to perform getStatistics method, it will return an error as following: ![Screenshot 2020-12-29 153746](https://user-images.githubusercontent.com/20970631/103326350-ef8efd80-4a8a-11eb-8ee4-84138dd631dc.png) **To Reproduce:** Please run the demo...

bug
Client
Storage
test-manual-pass

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...

Client
Cognitive - Text Analytics
test-sovereign-cloud

1. Section [link](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/purview/purview-catalog-rest/samples/v1/javascript/typedefs.js#L10) ![GetImage (26)](https://user-images.githubusercontent.com/20970631/181728524-ad1c9a64-c241-4fe0-a41f-d943247f7f37.png) 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; ```...

Client
test-manual-pass
Purview

1. Section [link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email#send-email-with-attachments) ![image](https://user-images.githubusercontent.com/20970631/175251922-100a1c4c-6c47-4fbd-a37e-250504c9f389.png) 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) ![GetImage (23)](https://user-images.githubusercontent.com/20970631/175252587-e5036545-2f13-454d-aba2-ffffa478c0f8.png) Reason: `messageId` is a property of type `SendEmailResult`....

Client
Docs
test-manual-pass
Communication

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...

Client
Search
test-reliability

**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`...

templates
java

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...

Event Hubs

fixes https://github.com/Azure/autorest.typescript/issues/2105 Added List: 1.enums-extensible

HoldOn