James Suplizio
James Suplizio
Change the cosmos emulator to use the common test matrix code and remove the need for the special template, eng\pipelines\templates\stages\cosmos-sdk-client.yml.
Below is a very simplified C# console application I called DefaultVerb. Running the application with **start** or **finish** works as expected, outputting Start or Finish correctly, but if I run...
//CC @vcolin7 @danieljurek The docindex.yml file would be similar to the [docindex pipeline in C](https://github.com/Azure/azure-sdk-for-c/blob/main/eng/pipelines/docindex.yml), which only has one job which includes the common docindex.yml that only publishes to GitHubIO....
The docs team has new tooling to generate docs for a given library. The tool is a java library and is currently named com.microsoft:java2docfx. The tool is published to the...
This is already in the image.
As part of this [PR](https://github.com/Azure/azure-sdk-for-java/pull/41639) docs generation is being turned off for com.azure.spring:spring-cloud-azure-appconfiguration-config-web because its [POM file is producing an empty javadoc jar](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/spring-cloud-azure-appconfiguration-config-web/pom.xml#L167) so we can't determine namespaces. This [failure...
_This needs to be fixed before the PR pipeline, for Java is implemented._ Back in 2021 there were changes made to how the packageInfo json were computed for a given...
Some of this work I'm doing in preparation of a pull request pipeline [similar to what was implemented for Python](https://dev.azure.com/azure-sdk/public/_build?definitionId=7050). Instead of kicking off multiple area pipelines, it only kicks...
The docs repository for azure-docs-sdk-dotnet is moving from the Azure org to the MicrosoftDocs org. There are two places in azure-sdk-for-net where this needs to be changed. 1. [globals.yml](https://github.com/Azure/azure-sdk-for-net/blob/main/eng/pipelines/templates/variables/globals.yml#L25) 2....