Dapeng Zhang

Results 103 comments of Dapeng Zhang

Hi @dumonjorne could you please share some more information about the exception you have met here? > InvalidOperationException with message: "Invalid resource type Microsoft.SignalRService/webPubSub". Could you please share the stack...

> Issue found in existing dataplane library https://apiview.dev/Assemblies/Review/c09fb5af8732460eb1f9ae0a39d4265c/31f697dca0894f869dc847444135e952#d064b460307341e0b6ae9f80bd733611 I will investigate this

> Tweak to base library https://apiview.dev/Assemblies/Review/52ab7894c62641ffa603d3c91b38ac67/5e063790d669464198f157faa1f3e55d?diffRevisionId=5af6165c04474afabb0f2a67db03f5c0&doc=False&diffOnly=True#dc60ba9768e2401da209e0b157df8ecb I will fix this

> Discriminator doesn't seem to follow what we had discussed https://apiview.dev/Assemblies/Review/cdc330ff2b674defa3e4f8f43d9549fc/90a71fa1c00a43999694effa12b19145?diffRevisionId=85cc237be8af4594803a601f2c2cd8f8&doc=False&diffOnly=True#f52784bd565b479eaf4c90eab9d1d7f8 This does not follow the way we discussed because this class is not a type with discriminator. Details can...

Close this PR since the same changes have been introduced in this PR: https://github.com/Azure/azure-sdk-for-net/pull/34104

@m-nash could you please take a look at the latest changes in this PR?

Hi @brutusbuckeye sorry for the inconvenience but did you try if the new version could solve your issue?

The root cause of this issue is that we are concating new parts to the resource identifier using strings, instead we should use some method like `Append` in the `ResourceIdentifier`...

Hi @brennfoster thanks for reporting this. As far as I could see, if the issue complaining that there should be a `type` property in `properties.deadLetterWithResourceIdentity.identity`, taking a look at the...

> Hi @ArcturusZhang after regenerating with your suggestions and running export-API everything looked good But when I tried to build the project another error occured that is possibly unrelated to...