Results 9 issues of Maxwell Weru

Azure does not have centralized labels, as such none are fetched. Filtering labels in the `Labeler` results in no labels if `custom_labels` is not null. This PR removes the filtering...

`text` tags are currently not replaced. The expected format for descriptions in OpenAPI/Swagger is markdown. Redoc does not generate a link for `text` but instead displays the inner text as-is....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. The...

area-runtime
api-suggestion

### Library name and version Azure.ResourceManager.ContainerInstance 1.0.0 ### Describe the bug Adding to `ImageRegistryCredentials` when creating a `ContainerGroupResource`, the type required `ContainerGroupImageRegistryCredential` requires a `username` to be supplied even when...

Container Instances
Mgmt
customer-reported
question
needs-team-attention

Support for updating gitsubmodules was added recently in https://github.com/dependabot/dependabot-core/pull/6320 but it does not work as expected. This issue is for tracking purposes and to avoid duplicates. This issue will present...

bug

Microsoft advises that we should `IHttpClientFactory` to implement resilient HTTP requests (see [docs](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests)). For this to happen, the `HttpClient` needs to be provided when creating instances of `PostmarkClient` or `PostmarkAdminClient`....

As of version 2.28.0, the MongoDB library has strong-named assemblies as per release notes: https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.28.0 Updating to this version fails when also using `MongoDB.Driver.Core.Extensions.DiagnosticSources`. With the introduction of strong-naming, it...

### To Reproduce 1. Add the new `lastModified()` plugin. 2. Access the `lastModified` field, e.g. `doc.data.lastModified`. 3. Print its value. ### Current vs. Expected behavior Instead of something like `2025-11-15T00:00:00`,...

bug