Feng Zhou

Results 49 comments of Feng Zhou
trafficstars

We've fixed the issue in the stable version. Please try with `Azure.ResourceManager.ContainerService 1.1.0`.

@Aileron79 the result in your code is a long running operation object. You can do this to get the real result: ``` var lro = await sqlDatabaseResource.UpdateAsync(Azure.WaitUntil.Completed, patch); var result...

We need to bump the API version for `ResourceManager` first (#33331), release it and refresh `autorest.csharp` with the new [ResourceManager version](https://github.com/Azure/autorest.csharp/blob/e53ff2714de3749c4f7702862cc3162b8c07b77d/src/AutoRest.CSharp/AutoRest.CSharp.csproj#L24), then we can bump the API version for `Resources`...

There is a breaking change in `Providers_List` operation where the `$top` parameter was removed. According to https://github.com/Azure/azure-rest-api-specs/issues/1129, the `$top` parameter was never supported by the service. For backward-compatibility, we could...

Service behavior regression detected: https://github.com/Azure/azure-sdk-for-net/blob/a7bc78ce01f54ac75a3ae691839a6ad9630082af/sdk/resources/Azure.ResourceManager.Resources/tests/Scenario/DeploymentOperationCollectionTests.cs#L70 The list item from `DeploymentOperations_ListAtScope` operation previously has values for `ServiceRequestId`, but now it's null.

`Azure.ResourceManager 1.4.0` and `Azure.ResourceManager.Resources 1.4.0` are both released.

We should release a stable version of `ResourceManager` ASAP when this PR is merged as the temporary alpha version of `ResourceManger` as the dependency package in this PR would block...

I can reproduce the error. The same exception is thrown although the tag creation actually succeeded. On Portal, the creation of tags in a managed environment also throws a different...

This is caused by the underlying Tag APIs and should have been fixed with `Azure.ResourceManager 1.4.0`. Please upgrade and retry with below option which fixes the issue of api-version used...