Copilot

Results 4915 comments of Copilot

> @copilot Move the Automated Installation section to just below the Prerequisites section Moved the Automated Installation section to appear immediately after the Prerequisites section, creating a more logical documentation...

> @copilot The connectors are so far removed from the mTLS setup that you might want the option to specify mTLS as an auth method but not configure it further....

> @copilot Reduce the complexity. Use `.setSslContext(SSLContexts.createSystemDefault()) ` to set the context unconditionally and verify that it works. If this can coexist with other auth methods don't ... Done! Simplified...

> Unit tests are failing. Please fix them. > @copilot > Fixed the test failure. The issue was a syntax error in the test file where I had incorrectly nested...

> @copilot > Unit tests are failing. Please fix them. > Fixed the test failure. The issue was a syntax error in the test file where I had incorrectly nested...

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...

@v1v 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...

> @copilot finish the PR, it's still marked as WIP in the description The PR is now finished and marked as ready for review. All changes have been completed: ✅...

> @copilot please also add models/properties using alternateType with Dfe to https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp/generator/TestProjects/Local/Basic-TypeS... Done in 0ea2c90. Added: - `DfeExpressionModel` - the expression model - `DfeStringUnion`, `DfeIntUnion`, `DfeBoolUnion`, `DfeStringArrayUnion` - union types...

> > @copilot we need to update KnownAzureTypes to handle serialization/deserialization. > > Or is this already handled automatically? We should add a test that validates ModelReaderWriter is used for...