Travis Prescott
Travis Prescott
Closes https://github.com/Azure/cadl-azure/issues/1691. Relocated from original PR: https://github.com/Azure/cadl-azure/pull/2021
`x-ms-parameterized-host` maps to the `@server` decorator https://microsoft.github.io/typespec/standard-library/rest/overview#server security definitions can be mapped to elements for the authentication library https://microsoft.github.io/typespec/standard-library/rest/authentication
I have a script where I am trying to retrieve build logs for all PRs we have that are failing so I can parse the logs and collate the data....
We have a manual process to release docs published here: https://github.com/Azure/azure-sdk-for-ios/wiki/Partner-Release-Process We should add this as a stage in our release pipeline so this occurs automatically when a release is...
https://github.com/Azure/azure-sdk/pull/5196 We need to update the Azure.Core telemetry policy to comply with the above changes.
Companion to: https://github.com/Azure/typespec-azure/pull/740
I'm trying to do the mixed field datagrid example: https://training.plone.org/mastering-plone/dexterity_reference.html#mixedfield-datagrid-field When I follow the example and load the widget in Classic UI, it looks like this:  And when I...
Fixes: https://github.com/microsoft/typespec/issues/3210 Fixes: https://github.com/microsoft/typespec/issues/3239
PR #1463 added support for the `... wait` command for select command groups and the `--no-wait` option for several long-running operations in those groups. This issue is for identifying and...
### Describe the bug A service team is trying to use version to describe changes to an operation signature. The following arguable _should_ work, but throws errors: ```tsp @added(Versions.v2) model...