Skip to content

test spec-gen-sdk #34660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified eng/tools/typespec-migration-validation/cmd/tsmv.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion specification/batch/Azure.Batch/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using TypeSpec.Versioning;

@service(#{ title: "Azure Batch" })
@versioned(Azure.Batch.Versions)
@doc("Azure Batch provides Cloud-scale job scheduling and compute management.")
@doc("Azure Batch provides Cloud-scale job scheduling and compute management test.")
@server(
"{endpoint}",
"Azure Batch provides Cloud-scale job scheduling and compute management.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Azure Batch",
"version": "2024-07-01.20.0",
"description": "Azure Batch provides Cloud-scale job scheduling and compute management.",
"description": "Azure Batch provides Cloud-scale job scheduling and compute management test.",
"x-typespec-generated": [
{
"emitter": "@azure-tools/typespec-autorest"
Expand Down
Loading