Arthur Ma
Arthur Ma
Per customer ask, we need release new version of libs: - [ ] Azure.ResourceManager.CognitiveServices - [ ] Azure.ResourceManager.SignalR - [ ] Azure.ResourceManager.WebPubSub
Webapp SDK internal processing error, this happens at Azure.ResourceManager.AppService.WebSiteResource.GetConnectionStringsAsync sdk parse http response error Error stack: System.InvalidOperationException: The requested operation requires an element of type 'Object', but the target element...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
Fixes https://github.com/Azure/autorest.csharp/issues/5005 # Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull...
## Proposal Currently, the expiration settings for each tool are inconsistent. Some tools have no expiration configured at all, resulting in caches that never expire. While others have expiration times...
Fixes https://github.com/Azure/azure-sdk-for-net/issues/53867 # Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull...
Refer to https://github.com/Azure/autorest.csharp?tab=readme-ov-file#changing-an-enum-to-an-extensible-enum, this doesn't work when using the new MPG, here is the reported error when trying to change the `StorageSyncResourceType` from enum to extensible enum: ``` Invalid modifier...
One example is the [EdgeActions](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/edgeactionsbasemodels.tsp). The interface is named EdgeActions, which matches the C# namespace. This causes the generated C# SDK namespace to become Azure.ResourceManager._EdgeActions instead of the namespace defined...
# SDK configuration pull request ## Purpose of this PR - [x] Make changes to the SDK configuration only when there are no modifications to the API specification, eliminating the...