Dapeng Zhang

Results 103 comments of Dapeng Zhang

Hi @davecader thanks for this issue! By checking the stack trace at Azure.Core.Argument.AssertNotNullOrEmpty(String value, String name) at Azure.Core.ResourceIdentifier..ctor(String resourceId) **at Azure.ResourceManager.Automation.AutomationVariableData.DeserializeAutomationVariableData(JsonElement element)** We noticed that this happens when deserializing the...

This PR contains some changes in DPG packages and those changes will be handled by https://github.com/Azure/azure-sdk-for-net/pull/34182, and once that merges, those DPG changes should vanish

> LGTM, one more question is do we need to update the emitter version? The publish pipeline will always do that

Something is wrong in storage data plane packages. The api file change: The added API shown in this PR is added by this PR: https://github.com/Azure/azure-sdk-for-net/pull/34089 The API file is added...

Well, we might forgot to add the package references for nunit when creating the new project. @dvbb could you take a look and provide some fixes?

Hi @heaths we are able to find and fix some of them in this PR: https://github.com/Azure/azure-sdk-for-net/pull/34283

The issues found in apiview have all been resolved. Please take a look @m-nash

The failed CI should pass once [this PR](https://github.com/Azure/autorest.csharp/pull/3125) merges