# Cognitive Services Translation Text SDK > see https://aka.ms/autorest This is the AutoRest configuration file for Translation Text SDK. > `autorest` To see additional help and options, run: > `autorest --help` --- The current release is `package-2026-06-06`. ``` yaml tag: package-2026-06-06 add-credentials: true openapi-type: data-plane ``` ## Releases ### Release 2026-06-06 These settings apply only when `--tag=package-2026-06-06` is specified on the command line. ``` yaml $(tag) == 'package-2026-06-06' input-file: stable/2026-06-06/openapi.json ``` ### Release 2025-10-01-preview These settings apply only when `--tag=package-2025-10-01-preview` is specified on the command line. ``` yaml $(tag) == 'package-2025-10-01-preview' input-file: preview/2025-10-01-preview/openapi.json ``` ### Release 3.0 These settings apply only when `--tag=release_3_0` is specified on the command line. ``` yaml $(tag) == 'release_3_0' input-file: stable/3.0/openapi.json ``` ## Multi-API/Profile support for AutoRest v3 generators AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files. This block is updated by an automatic script. Edits may be lost! ``` yaml $(tag) == 'all-api-versions' /* autogenerated */ # include the azure profile definitions from the standard location require: $(this-folder)/../../../../profiles/readme.md # all the input files across all versions input-file: - $(this-folder)/stable/3.0/openapi.json - $(this-folder)/preview/2025-10-01-preview/openapi.json - $(this-folder)/stable/2026-06-06/openapi.json ``` If there are files that should not be in the `all-api-versions` set, uncomment the `exclude-file` section below and add the file paths. ``` yaml $(tag) == 'all-api-versions' #exclude-file: # - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json ```