From 251e10d3c6c71ad5510d64bf98d3c7c69ffbf205 Mon Sep 17 00:00:00 2001 From: AutoPrFromHttpClientPython Date: Wed, 15 Apr 2026 20:23:09 +0000 Subject: [PATCH 01/10] Update dependencies --- packages/autorest.python/package.json | 2 +- packages/typespec-python/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index 8fdd3b36a3..5e8ea709c9 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/Azure/autorest.python/blob/main/README.md", "dependencies": { - "@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz", + "@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz", "@autorest/system-requirements": "~1.0.2", "fs-extra": "~11.2.0", "tsx": "^4.21.0" diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index b5f1b45beb..5c333fb076 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -65,7 +65,7 @@ "@typespec/xml": ">=0.81.0 <1.0.0" }, "dependencies": { - "@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz", + "@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz", "fs-extra": "~11.2.0", "js-yaml": "~4.1.0", "semver": "~7.6.2", @@ -106,4 +106,4 @@ "typescript-eslint": "^8.49.0", "vitest": "^4.0.15" } -} +} \ No newline at end of file From f56984851f6e48760d8bca34fadc0825a2861689 Mon Sep 17 00:00:00 2001 From: AutoPrFromHttpClientPython Date: Wed, 15 Apr 2026 20:23:11 +0000 Subject: [PATCH 02/10] Sync shared files from typespec repo (2026-04-15 20:23:11) --- .../eng/scripts/regenerate-common.ts | 863 +++++++++--------- ...t_generation_subdir2_for_generated_code.py | 2 +- ...st_generation_subdir_for_generated_code.py | 2 +- .../tests/requirements/lint.txt | 2 +- 4 files changed, 445 insertions(+), 424 deletions(-) diff --git a/packages/typespec-python/eng/scripts/regenerate-common.ts b/packages/typespec-python/eng/scripts/regenerate-common.ts index 6f8c0e090f..f54fe03466 100644 --- a/packages/typespec-python/eng/scripts/regenerate-common.ts +++ b/packages/typespec-python/eng/scripts/regenerate-common.ts @@ -6,467 +6,488 @@ import { dirname, join, relative, resolve } from "path"; export const SKIP_SPECS: string[] = ["type/file", "service/multiple-services"]; export const SpecialFlags: Record> = { - azure: { - "generate-test": true, - "generate-sample": true, - }, + azure: { + "generate-test": true, + "generate-sample": true, + }, }; // ---- Base emitter options (shared across repos) ---- -export const BASE_AZURE_EMITTER_OPTIONS: Record | Record[]> = { - "azure/client-generator-core/access": { - namespace: "specs.azure.clientgenerator.core.access", - }, - "azure/client-generator-core/alternate-type": { - namespace: "specs.azure.clientgenerator.core.alternatetype", - }, - "azure/client-generator-core/api-version": { - namespace: "specs.azure.clientgenerator.core.apiversion", - }, - "azure/client-generator-core/client-initialization/default": { - namespace: "specs.azure.clientgenerator.core.clientinitialization.default", - }, - "azure/client-generator-core/client-initialization/individually": { - namespace: "specs.azure.clientgenerator.core.clientinitialization.individually", - }, - "azure/client-generator-core/client-initialization/individuallyParent": { - namespace: "specs.azure.clientgenerator.core.clientinitialization.individuallyparent", - }, - "azure/client-generator-core/client-location": { - namespace: "specs.azure.clientgenerator.core.clientlocation", - }, - "azure/client-generator-core/deserialize-empty-string-as-null": { - namespace: "specs.azure.clientgenerator.core.emptystring", - }, - "azure/client-generator-core/flatten-property": { - namespace: "specs.azure.clientgenerator.core.flattenproperty", - }, - "azure/client-generator-core/usage": { - namespace: "specs.azure.clientgenerator.core.usage", - }, - "azure/client-generator-core/override": { - namespace: "specs.azure.clientgenerator.core.override", - }, - "azure/client-generator-core/hierarchy-building": { - namespace: "specs.azure.clientgenerator.core.hierarchybuilding", - }, - "azure/core/basic": { - namespace: "specs.azure.core.basic", - }, - "azure/core/lro/rpc": { - namespace: "specs.azure.core.lro.rpc", - }, - "azure/core/lro/standard": { - namespace: "specs.azure.core.lro.standard", - }, - "azure/core/model": { - namespace: "specs.azure.core.model", - }, - "azure/core/page": { - namespace: "specs.azure.core.page", - }, - "azure/core/scalar": { - namespace: "specs.azure.core.scalar", - }, - "azure/core/traits": { - namespace: "specs.azure.core.traits", - }, - "azure/encode/duration": { - namespace: "specs.azure.encode.duration", - }, - "azure/example/basic": { - namespace: "specs.azure.example.basic", - }, - "azure/payload/pageable": { - namespace: "specs.azure.payload.pageable", - }, - "azure/versioning/previewVersion": { - namespace: "specs.azure.versioning.previewversion", - }, - "client/structure/default": { - namespace: "client.structure.service", - }, - "client/structure/multi-client": { - "package-name": "client-structure-multiclient", - "namespace": "client.structure.multiclient", - }, - "client/structure/renamed-operation": { - "package-name": "client-structure-renamedoperation", - "namespace": "client.structure.renamedoperation", - }, - "client/structure/two-operation-group": { - "package-name": "client-structure-twooperationgroup", - "namespace": "client.structure.twooperationgroup", - }, - "client/naming": { - namespace: "client.naming.main", - }, - "client/overload": { - namespace: "client.overload", - }, - "encode/duration": { - namespace: "encode.duration", - }, - "encode/numeric": { - namespace: "encode.numeric", - }, - "parameters/basic": { - namespace: "parameters.basic", - }, - "parameters/spread": { - namespace: "parameters.spread", - }, - "payload/content-negotiation": { - namespace: "payload.contentnegotiation", - }, - "payload/multipart": { - namespace: "payload.multipart", - }, - "serialization/encoded-name/json": { - namespace: "serialization.encodedname.json", - }, - "special-words": { - namespace: "specialwords", - }, - "service/multi-service": { - namespace: "service.multiservice", - }, +export const BASE_AZURE_EMITTER_OPTIONS: Record< + string, + Record | Record[] +> = { + "azure/client-generator-core/access": { + namespace: "specs.azure.clientgenerator.core.access", + }, + "azure/client-generator-core/alternate-type": { + namespace: "specs.azure.clientgenerator.core.alternatetype", + }, + "azure/client-generator-core/api-version": { + namespace: "specs.azure.clientgenerator.core.apiversion", + }, + "azure/client-generator-core/client-initialization/default": { + namespace: "specs.azure.clientgenerator.core.clientinitialization.default", + }, + "azure/client-generator-core/client-initialization/individually": { + namespace: "specs.azure.clientgenerator.core.clientinitialization.individually", + }, + "azure/client-generator-core/client-initialization/individuallyParent": { + namespace: "specs.azure.clientgenerator.core.clientinitialization.individuallyparent", + }, + "azure/client-generator-core/client-location": { + namespace: "specs.azure.clientgenerator.core.clientlocation", + }, + "azure/client-generator-core/deserialize-empty-string-as-null": { + namespace: "specs.azure.clientgenerator.core.emptystring", + }, + "azure/client-generator-core/flatten-property": { + namespace: "specs.azure.clientgenerator.core.flattenproperty", + }, + "azure/client-generator-core/usage": { + namespace: "specs.azure.clientgenerator.core.usage", + }, + "azure/client-generator-core/override": { + namespace: "specs.azure.clientgenerator.core.override", + }, + "azure/client-generator-core/hierarchy-building": { + namespace: "specs.azure.clientgenerator.core.hierarchybuilding", + }, + "azure/core/basic": { + namespace: "specs.azure.core.basic", + }, + "azure/core/lro/rpc": { + namespace: "specs.azure.core.lro.rpc", + }, + "azure/core/lro/standard": { + namespace: "specs.azure.core.lro.standard", + }, + "azure/core/model": { + namespace: "specs.azure.core.model", + }, + "azure/core/page": { + namespace: "specs.azure.core.page", + }, + "azure/core/scalar": { + namespace: "specs.azure.core.scalar", + }, + "azure/core/traits": { + namespace: "specs.azure.core.traits", + }, + "azure/encode/duration": { + namespace: "specs.azure.encode.duration", + }, + "azure/example/basic": { + namespace: "specs.azure.example.basic", + }, + "azure/payload/pageable": { + namespace: "specs.azure.payload.pageable", + }, + "azure/versioning/previewVersion": { + namespace: "specs.azure.versioning.previewversion", + }, + "client/structure/default": { + namespace: "client.structure.service", + }, + "client/structure/multi-client": { + "package-name": "client-structure-multiclient", + namespace: "client.structure.multiclient", + }, + "client/structure/renamed-operation": { + "package-name": "client-structure-renamedoperation", + namespace: "client.structure.renamedoperation", + }, + "client/structure/two-operation-group": { + "package-name": "client-structure-twooperationgroup", + namespace: "client.structure.twooperationgroup", + }, + "client/naming": { + namespace: "client.naming.main", + }, + "client/overload": { + namespace: "client.overload", + }, + "encode/duration": { + namespace: "encode.duration", + }, + "encode/numeric": { + namespace: "encode.numeric", + }, + "parameters/basic": { + namespace: "parameters.basic", + }, + "parameters/spread": { + namespace: "parameters.spread", + }, + "payload/content-negotiation": { + namespace: "payload.contentnegotiation", + }, + "payload/multipart": { + namespace: "payload.multipart", + }, + "serialization/encoded-name/json": { + namespace: "serialization.encodedname.json", + }, + "special-words": { + namespace: "specialwords", + }, + "service/multi-service": { + namespace: "service.multiservice", + }, }; -export const BASE_EMITTER_OPTIONS: Record | Record[]> = { - "resiliency/srv-driven/old.tsp": { - "package-name": "resiliency-srv-driven1", - "namespace": "resiliency.srv.driven1", - "package-mode": "azure-dataplane", - "package-pprint-name": "ResiliencySrvDriven1", - }, - "resiliency/srv-driven": { - "package-name": "resiliency-srv-driven2", - "namespace": "resiliency.srv.driven2", - "package-mode": "azure-dataplane", - "package-pprint-name": "ResiliencySrvDriven2", - }, - "authentication/api-key": { - "clear-output-folder": "true", - }, - "authentication/http/custom": { - "package-name": "authentication-http-custom", - "namespace": "authentication.http.custom", - "package-pprint-name": "Authentication Http Custom", - }, - "authentication/union": [ - { - "package-name": "authentication-union", - "namespace": "authentication.union", - }, - { - "package-name": "setuppy-authentication-union", - "namespace": "setuppy.authentication.union", - "keep-setup-py": "true", - }, - ], - "type/array": { - "package-name": "typetest-array", - "namespace": "typetest.array", - }, - "type/dictionary": { - "package-name": "typetest-dictionary", - "namespace": "typetest.dictionary", - }, - "type/enum/extensible": { - "package-name": "typetest-enum-extensible", - "namespace": "typetest.enum.extensible", - }, - "type/enum/fixed": { - "package-name": "typetest-enum-fixed", - "namespace": "typetest.enum.fixed", - }, - "type/model/empty": { - "package-name": "typetest-model-empty", - "namespace": "typetest.model.empty", - }, - "type/model/inheritance/enum-discriminator": { - "package-name": "typetest-model-enumdiscriminator", - "namespace": "typetest.model.enumdiscriminator", - }, - "type/model/inheritance/nested-discriminator": { - "package-name": "typetest-model-nesteddiscriminator", - "namespace": "typetest.model.nesteddiscriminator", - }, - "type/model/inheritance/not-discriminated": { - "package-name": "typetest-model-notdiscriminated", - "namespace": "typetest.model.notdiscriminated", - }, - "type/model/inheritance/single-discriminator": { - "package-name": "typetest-model-singlediscriminator", - "namespace": "typetest.model.singlediscriminator", - }, - "type/model/inheritance/recursive": [ - { - "package-name": "typetest-model-recursive", - "namespace": "typetest.model.recursive", - }, - { - // basic test for configuration "generation-subdir" - "package-name": "generation-subdir", - "namespace": "generation.subdir", - "generation-subdir": "_generated", - "generate-test": "false", - "clear-output-folder": "true", - }, - ], - "type/model/usage": { - "package-name": "typetest-model-usage", - "namespace": "typetest.model.usage", - }, - "type/model/visibility": [ - { - "package-name": "typetest-model-visibility", - "namespace": "typetest.model.visibility", - }, - { - "package-name": "headasbooleantrue", - "namespace": "headasbooleantrue", - "head-as-boolean": "true", - }, - { - "package-name": "headasbooleanfalse", - "namespace": "headasbooleanfalse", - "head-as-boolean": "false", - }, - ], - "type/property/nullable": { - "package-name": "typetest-property-nullable", - "namespace": "typetest.property.nullable", - }, - "type/property/optionality": { - "package-name": "typetest-property-optional", - "namespace": "typetest.property.optional", - }, - "type/property/additional-properties": { - "package-name": "typetest-property-additionalproperties", - "namespace": "typetest.property.additionalproperties", - }, - "type/scalar": { - "package-name": "typetest-scalar", - "namespace": "typetest.scalar", - }, - "type/property/value-types": { - "package-name": "typetest-property-valuetypes", - "namespace": "typetest.property.valuetypes", - }, - "type/union": { - "package-name": "typetest-union", - "namespace": "typetest.union", - }, - "type/union/discriminated": { - "package-name": "typetest-discriminatedunion", - "namespace": "typetest.discriminatedunion", - }, - "type/file": { - "package-name": "typetest-file", - "namespace": "typetest.file", - }, - "documentation": { - "package-name": "specs-documentation", - "namespace": "specs.documentation", - }, - "versioning/added": [ - { - "package-name": "versioning-added", - "namespace": "versioning.added", - }, - // check whether import of _validation.py/_types.py works when "generation-subdir" is configured - { - "package-name": "generation-subdir2", - "namespace": "generation.subdir2", - "generate-test": "false", - "generation-subdir": "_generated", - }, - ], +export const BASE_EMITTER_OPTIONS: Record< + string, + Record | Record[] +> = { + "resiliency/srv-driven/old.tsp": { + "package-name": "resiliency-srv-driven1", + namespace: "resiliency.srv.driven1", + "package-mode": "azure-dataplane", + "package-pprint-name": "ResiliencySrvDriven1", + }, + "resiliency/srv-driven": { + "package-name": "resiliency-srv-driven2", + namespace: "resiliency.srv.driven2", + "package-mode": "azure-dataplane", + "package-pprint-name": "ResiliencySrvDriven2", + }, + "authentication/api-key": { + "clear-output-folder": "true", + }, + "authentication/http/custom": { + "package-name": "authentication-http-custom", + namespace: "authentication.http.custom", + "package-pprint-name": "Authentication Http Custom", + }, + "authentication/union": [ + { + "package-name": "authentication-union", + namespace: "authentication.union", + }, + { + "package-name": "setuppy-authentication-union", + namespace: "setuppy.authentication.union", + "keep-setup-py": "true", + }, + ], + "type/array": { + "package-name": "typetest-array", + namespace: "typetest.array", + }, + "type/dictionary": { + "package-name": "typetest-dictionary", + namespace: "typetest.dictionary", + }, + "type/enum/extensible": { + "package-name": "typetest-enum-extensible", + namespace: "typetest.enum.extensible", + }, + "type/enum/fixed": { + "package-name": "typetest-enum-fixed", + namespace: "typetest.enum.fixed", + }, + "type/model/empty": { + "package-name": "typetest-model-empty", + namespace: "typetest.model.empty", + }, + "type/model/inheritance/enum-discriminator": { + "package-name": "typetest-model-enumdiscriminator", + namespace: "typetest.model.enumdiscriminator", + }, + "type/model/inheritance/nested-discriminator": { + "package-name": "typetest-model-nesteddiscriminator", + namespace: "typetest.model.nesteddiscriminator", + }, + "type/model/inheritance/not-discriminated": { + "package-name": "typetest-model-notdiscriminated", + namespace: "typetest.model.notdiscriminated", + }, + "type/model/inheritance/single-discriminator": { + "package-name": "typetest-model-singlediscriminator", + namespace: "typetest.model.singlediscriminator", + }, + "type/model/inheritance/recursive": [ + { + "package-name": "typetest-model-recursive", + namespace: "typetest.model.recursive", + }, + { + // basic test for configuration "generation-subdir" + "package-name": "generation-subdir", + namespace: "generation.subdir", + "generation-subdir": "_generated", + "generate-test": "false", + "clear-output-folder": "true", + }, + ], + "type/model/usage": { + "package-name": "typetest-model-usage", + namespace: "typetest.model.usage", + }, + "type/model/visibility": [ + { + "package-name": "typetest-model-visibility", + namespace: "typetest.model.visibility", + }, + { + "package-name": "headasbooleantrue", + namespace: "headasbooleantrue", + "head-as-boolean": "true", + }, + { + "package-name": "headasbooleanfalse", + namespace: "headasbooleanfalse", + "head-as-boolean": "false", + }, + ], + "type/property/nullable": { + "package-name": "typetest-property-nullable", + namespace: "typetest.property.nullable", + }, + "type/property/optionality": { + "package-name": "typetest-property-optional", + namespace: "typetest.property.optional", + }, + "type/property/additional-properties": { + "package-name": "typetest-property-additionalproperties", + namespace: "typetest.property.additionalproperties", + }, + "type/scalar": { + "package-name": "typetest-scalar", + namespace: "typetest.scalar", + }, + "type/property/value-types": { + "package-name": "typetest-property-valuetypes", + namespace: "typetest.property.valuetypes", + }, + "type/union": { + "package-name": "typetest-union", + namespace: "typetest.union", + }, + "type/union/discriminated": { + "package-name": "typetest-discriminatedunion", + namespace: "typetest.discriminatedunion", + }, + "type/file": { + "package-name": "typetest-file", + namespace: "typetest.file", + }, + documentation: { + "package-name": "specs-documentation", + namespace: "specs.documentation", + }, + "versioning/added": [ + { + "package-name": "versioning-added", + namespace: "versioning.added", + }, + // check whether import of _validation.py/_types.py works when "generation-subdir" is configured + { + "package-name": "generation-subdir2", + namespace: "generation.subdir2", + "generate-test": "false", + "generation-subdir": "_generated", + }, + ], }; // ---- Shared interfaces ---- export interface TspCommand { - outputDir: string; - command: string | string[]; + outputDir: string; + command: string | string[]; } export interface RegenerateFlagsInput { - flavor?: string; - debug?: boolean; - name?: string; - pyodide?: boolean; - jobs?: number; + flavor?: string; + debug?: boolean; + name?: string; + pyodide?: boolean; + jobs?: number; } export interface RegenerateFlags { - flavor: string; - debug: boolean; - name?: string; - pyodide?: boolean; + flavor: string; + debug: boolean; + name?: string; + pyodide?: boolean; } export interface RegenerateConfig { - azureHttpSpecs: string; - httpSpecs: string; - emitterOptions: Record | Record[]>; - azureEmitterOptions: Record | Record[]>; - preprocess: (flags: RegenerateFlagsInput) => Promise; - getCmdList: (spec: string, flags: RegenerateFlags) => TspCommand[]; - executeCommand: (cmd: TspCommand) => Promise; + azureHttpSpecs: string; + httpSpecs: string; + emitterOptions: Record | Record[]>; + azureEmitterOptions: Record | Record[]>; + preprocess: (flags: RegenerateFlagsInput) => Promise; + getCmdList: (spec: string, flags: RegenerateFlags) => TspCommand[]; + executeCommand: (cmd: TspCommand) => Promise; } // ---- Shared utility functions ---- export function toPosix(dir: string): string { - return dir.replace(/\\/g, "/"); + return dir.replace(/\\/g, "/"); } -export function getEmitterOption(spec: string, flavor: string, config: RegenerateConfig): Record[] { - const specDir = spec.includes("azure") ? config.azureHttpSpecs : config.httpSpecs; - const relativeSpec = toPosix(relative(specDir, spec)); - const key = relativeSpec.includes("resiliency/srv-driven/old.tsp") ? relativeSpec : dirname(relativeSpec); - const emitter_options = config.emitterOptions[key] || - (flavor === "azure" ? config.azureEmitterOptions[key] : [{}]) || [{}]; - return Array.isArray(emitter_options) ? emitter_options : [emitter_options]; +export function getEmitterOption( + spec: string, + flavor: string, + config: RegenerateConfig, +): Record[] { + const specDir = spec.includes("azure") ? config.azureHttpSpecs : config.httpSpecs; + const relativeSpec = toPosix(relative(specDir, spec)); + const key = relativeSpec.includes("resiliency/srv-driven/old.tsp") + ? relativeSpec + : dirname(relativeSpec); + const emitter_options = config.emitterOptions[key] || + (flavor === "azure" ? config.azureEmitterOptions[key] : [{}]) || [{}]; + return Array.isArray(emitter_options) ? emitter_options : [emitter_options]; } -export async function getSubdirectories(baseDir: string, flags: RegenerateFlags): Promise { - const subdirectories: string[] = []; - - async function searchDir(currentDir: string) { - const items = await promises.readdir(currentDir, { withFileTypes: true }); - - const promisesArray = items.map(async (item) => { - const subDirPath = join(currentDir, item.name); - if (item.isDirectory()) { - const mainTspPath = join(subDirPath, "main.tsp"); - const clientTspPath = join(subDirPath, "client.tsp"); - - const mainTspRelativePath = toPosix(relative(baseDir, mainTspPath)); - - if (SKIP_SPECS.some((skipSpec) => mainTspRelativePath.includes(skipSpec))) return; - - const hasMainTsp = await promises - .access(mainTspPath) - .then(() => true) - .catch(() => false); - const hasClientTsp = await promises - .access(clientTspPath) - .then(() => true) - .catch(() => false); - - if (mainTspRelativePath.toLowerCase().includes(flags.name || "")) { - if (mainTspRelativePath.includes("resiliency/srv-driven")) { - subdirectories.push(resolve(subDirPath, "old.tsp")); - } - if (hasClientTsp) { - subdirectories.push(resolve(subDirPath, "client.tsp")); - } else if (hasMainTsp) { - subdirectories.push(resolve(subDirPath, "main.tsp")); - } - } - - // Recursively search in the subdirectory - await searchDir(subDirPath); - } - }); - - await Promise.all(promisesArray); - } +export async function getSubdirectories( + baseDir: string, + flags: RegenerateFlags, +): Promise { + const subdirectories: string[] = []; + + async function searchDir(currentDir: string) { + const items = await promises.readdir(currentDir, { withFileTypes: true }); + + const promisesArray = items.map(async (item) => { + const subDirPath = join(currentDir, item.name); + if (item.isDirectory()) { + const mainTspPath = join(subDirPath, "main.tsp"); + const clientTspPath = join(subDirPath, "client.tsp"); + + const mainTspRelativePath = toPosix(relative(baseDir, mainTspPath)); + + if (SKIP_SPECS.some((skipSpec) => mainTspRelativePath.includes(skipSpec))) return; + + const hasMainTsp = await promises + .access(mainTspPath) + .then(() => true) + .catch(() => false); + const hasClientTsp = await promises + .access(clientTspPath) + .then(() => true) + .catch(() => false); + + if (mainTspRelativePath.toLowerCase().includes(flags.name || "")) { + if (mainTspRelativePath.includes("resiliency/srv-driven")) { + subdirectories.push(resolve(subDirPath, "old.tsp")); + } + if (hasClientTsp) { + subdirectories.push(resolve(subDirPath, "client.tsp")); + } else if (hasMainTsp) { + subdirectories.push(resolve(subDirPath, "main.tsp")); + } + } + + // Recursively search in the subdirectory + await searchDir(subDirPath); + } + }); - await searchDir(baseDir); - return subdirectories; + await Promise.all(promisesArray); + } + + await searchDir(baseDir); + return subdirectories; } -export async function runTaskPool(tasks: Array<() => Promise>, poolLimit: number): Promise { - const executing: Set> = new Set(); +export async function runTaskPool( + tasks: Array<() => Promise>, + poolLimit: number, +): Promise { + const executing: Set> = new Set(); - for (const task of tasks) { - // Start the task and remove from set when done - const p: Promise = task().finally(() => executing.delete(p)); - executing.add(p); + for (const task of tasks) { + // Start the task and remove from set when done + const p: Promise = task().finally(() => executing.delete(p)); + executing.add(p); - // If at capacity, wait for one to complete - if (executing.size >= poolLimit) { - await Promise.race(executing); - } + // If at capacity, wait for one to complete + if (executing.size >= poolLimit) { + await Promise.race(executing); } + } - // Wait for remaining tasks - await Promise.all(executing); + // Wait for remaining tasks + await Promise.all(executing); } -export async function regenerate(flags: RegenerateFlagsInput, config: RegenerateConfig): Promise { - if (flags.flavor === undefined) { - await regenerate({ flavor: "azure", ...flags }, config); - await regenerate({ flavor: "unbranded", ...flags }, config); - } else { - await config.preprocess(flags); - - const flagsResolved: RegenerateFlags = { debug: false, flavor: flags.flavor, ...flags }; - const subdirectoriesForAzure = await getSubdirectories(config.azureHttpSpecs, flagsResolved); - const subdirectoriesForNonAzure = await getSubdirectories(config.httpSpecs, flagsResolved); - const subdirectories = - flags.flavor === "azure" - ? [...subdirectoriesForAzure, ...subdirectoriesForNonAzure] - : subdirectoriesForNonAzure; - const cmdList: TspCommand[] = subdirectories.flatMap((subdirectory) => - config.getCmdList(subdirectory, flagsResolved), - ); - - // Create tasks as functions for the pool - const tasks: Array<() => Promise> = cmdList.map((tspCommand) => { - return () => config.executeCommand(tspCommand); - }); - - // Run tasks with a concurrency limit - // Default: 30 jobs, or use provided value - const poolLimit = flags.jobs ?? 30; - await runTaskPool(tasks, poolLimit); - } +export async function regenerate( + flags: RegenerateFlagsInput, + config: RegenerateConfig, +): Promise { + if (flags.flavor === undefined) { + await regenerate({ flavor: "azure", ...flags }, config); + await regenerate({ flavor: "unbranded", ...flags }, config); + } else { + await config.preprocess(flags); + + const flagsResolved: RegenerateFlags = { debug: false, flavor: flags.flavor, ...flags }; + const subdirectoriesForAzure = await getSubdirectories(config.azureHttpSpecs, flagsResolved); + const subdirectoriesForNonAzure = await getSubdirectories(config.httpSpecs, flagsResolved); + const subdirectories = + flags.flavor === "azure" + ? [...subdirectoriesForAzure, ...subdirectoriesForNonAzure] + : subdirectoriesForNonAzure; + const cmdList: TspCommand[] = subdirectories.flatMap((subdirectory) => + config.getCmdList(subdirectory, flagsResolved), + ); + + // Create tasks as functions for the pool + const tasks: Array<() => Promise> = cmdList.map((tspCommand) => { + return () => config.executeCommand(tspCommand); + }); + + // Run tasks with a concurrency limit + // Default: 30 jobs, or use provided value + const poolLimit = flags.jobs ?? 30; + await runTaskPool(tasks, poolLimit); + } } // Preprocess: create files that should be deleted after regeneration (for testing) export async function preprocess(flavor: string, generatedFolder: string): Promise { - if (flavor === "azure") { - // Use tests/generated// structure (same as output) - const testsGeneratedDir = resolve(generatedFolder, "../tests/generated/azure"); - - const DELETE_CONTENT = "# This file is to be deleted after regeneration"; - const DELETE_FILE = "to_be_deleted.py"; - const entries: { folder: string[]; file: string; content: string }[] = [ - { - folder: ["authentication-api-key", "authentication", "apikey", "_operations"], - file: DELETE_FILE, - content: DELETE_CONTENT, - }, - { - folder: ["generation-subdir", "generation", "subdir", "_generated"], - file: DELETE_FILE, - content: DELETE_CONTENT, - }, - { - folder: ["generation-subdir", "generated_tests"], - file: DELETE_FILE, - content: DELETE_CONTENT, - }, - { - folder: ["generation-subdir", "generation", "subdir"], - file: "to_be_kept.py", - content: "# This file is to be kept after regeneration", - }, - ]; - - await Promise.all( - entries.map(async ({ folder, file, content }) => { - const targetFolder = join(testsGeneratedDir, ...folder); - await promises.mkdir(targetFolder, { recursive: true }); - await promises.writeFile(join(targetFolder, file), content); - }), - ); - } + if (flavor === "azure") { + // Use tests/generated// structure (same as output) + const testsGeneratedDir = resolve(generatedFolder, "../tests/generated/azure"); + + const DELETE_CONTENT = "# This file is to be deleted after regeneration"; + const DELETE_FILE = "to_be_deleted.py"; + const entries: { folder: string[]; file: string; content: string }[] = [ + { + folder: ["authentication-api-key", "authentication", "apikey", "_operations"], + file: DELETE_FILE, + content: DELETE_CONTENT, + }, + { + folder: ["generation-subdir", "generation", "subdir", "_generated"], + file: DELETE_FILE, + content: DELETE_CONTENT, + }, + { + folder: ["generation-subdir", "generated_tests"], + file: DELETE_FILE, + content: DELETE_CONTENT, + }, + { + folder: ["generation-subdir", "generation", "subdir"], + file: "to_be_kept.py", + content: "# This file is to be kept after regeneration", + }, + ]; + + await Promise.all( + entries.map(async ({ folder, file, content }) => { + const targetFolder = join(testsGeneratedDir, ...folder); + await promises.mkdir(targetFolder, { recursive: true }); + await promises.writeFile(join(targetFolder, file), content); + }), + ); + } } diff --git a/packages/typespec-python/tests/mock_api/shared/test_generation_subdir2_for_generated_code.py b/packages/typespec-python/tests/mock_api/shared/test_generation_subdir2_for_generated_code.py index 345defd17b..32bbfc784d 100644 --- a/packages/typespec-python/tests/mock_api/shared/test_generation_subdir2_for_generated_code.py +++ b/packages/typespec-python/tests/mock_api/shared/test_generation_subdir2_for_generated_code.py @@ -30,4 +30,4 @@ def test_v2(client: AddedClient): def test_interface_v2(client: AddedClient): assert client.interface_v2.v2_in_interface( ModelV2(prop="foo", enum_prop=EnumV2.ENUM_MEMBER, union_prop="bar") - ) == ModelV2(prop="foo", enum_prop=EnumV2.ENUM_MEMBER, union_prop="bar") + ) == ModelV2(prop="foo", enum_prop=EnumV2.ENUM_MEMBER, union_prop="bar") \ No newline at end of file diff --git a/packages/typespec-python/tests/mock_api/shared/test_generation_subdir_for_generated_code.py b/packages/typespec-python/tests/mock_api/shared/test_generation_subdir_for_generated_code.py index 661fbaecf2..3750a98f1a 100644 --- a/packages/typespec-python/tests/mock_api/shared/test_generation_subdir_for_generated_code.py +++ b/packages/typespec-python/tests/mock_api/shared/test_generation_subdir_for_generated_code.py @@ -14,4 +14,4 @@ def test_custom_method(): "level": 0, "extension": [{"level": 1, "extension": [{"level": 2}]}, {"level": 1}], } - ) + ) \ No newline at end of file diff --git a/packages/typespec-python/tests/requirements/lint.txt b/packages/typespec-python/tests/requirements/lint.txt index 2a9896f8d7..736a780654 100644 --- a/packages/typespec-python/tests/requirements/lint.txt +++ b/packages/typespec-python/tests/requirements/lint.txt @@ -1,4 +1,4 @@ # Linting dependencies -r base.txt pylint==4.0.4 -black==24.8.0 +black==26.3.1 From 8fd75e76a030a7cf4baef09f93064bf9e72e2be0 Mon Sep 17 00:00:00 2001 From: AutoPrFromHttpClientPython Date: Wed, 15 Apr 2026 20:23:12 +0000 Subject: [PATCH 03/10] Add changelog --- .chronus/changes/py1-2026-3-14-15-3-10.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .chronus/changes/py1-2026-3-14-15-3-10.md diff --git a/.chronus/changes/py1-2026-3-14-15-3-10.md b/.chronus/changes/py1-2026-3-14-15-3-10.md new file mode 100644 index 0000000000..6c12960805 --- /dev/null +++ b/.chronus/changes/py1-2026-3-14-15-3-10.md @@ -0,0 +1,8 @@ +--- +changeKind: internal +packages: + - "@autorest/python" + - "@azure-tools/typespec-python" +--- + +bumping pylint/mypy versions From 9431b9a268fcedebfcfa545c5864c29c584b735e Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 15 Apr 2026 13:41:32 -0700 Subject: [PATCH 04/10] Update pnpm-lock.yaml to match package.json artifact URLs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pnpm-lock.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c872e2fd29..08fe97a593 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ~1.0.2 version: 1.0.2 '@typespec/http-client-python': - specifier: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz - version: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz(y2blksstlsblh3iqmgy3brbone) + specifier: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz + version: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz(y2blksstlsblh3iqmgy3brbone) fs-extra: specifier: ~11.2.0 version: 11.2.0 @@ -82,8 +82,8 @@ importers: packages/typespec-python: dependencies: '@typespec/http-client-python': - specifier: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz - version: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz(y2blksstlsblh3iqmgy3brbone) + specifier: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz + version: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz(y2blksstlsblh3iqmgy3brbone) fs-extra: specifier: ~11.2.0 version: 11.2.0 @@ -1723,8 +1723,8 @@ packages: peerDependencies: '@typespec/compiler': ^1.11.0 - '@typespec/http-client-python@https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz': - resolution: {tarball: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz} + '@typespec/http-client-python@https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz': + resolution: {tarball: https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz} version: 0.28.3 engines: {node: '>=20.0.0'} peerDependencies: @@ -6708,7 +6708,7 @@ snapshots: dependencies: '@typespec/compiler': 1.11.0(@types/node@25.0.10) - '@typespec/http-client-python@https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1ODIzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz(y2blksstlsblh3iqmgy3brbone)': + '@typespec/http-client-python@https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjE1OTE5Ny9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.3.tgz(y2blksstlsblh3iqmgy3brbone)': dependencies: '@azure-tools/typespec-autorest': 0.67.0(7o3sem7p6i3t4jykacdovvl7ii) '@azure-tools/typespec-azure-core': 0.67.0(@typespec/compiler@1.11.0(@types/node@25.0.10))(@typespec/http@1.11.0(@typespec/compiler@1.11.0(@types/node@25.0.10))(@typespec/streams@0.81.0(@typespec/compiler@1.11.0(@types/node@25.0.10))))(@typespec/rest@0.81.0(@typespec/compiler@1.11.0(@types/node@25.0.10))(@typespec/http@1.11.0(@typespec/compiler@1.11.0(@types/node@25.0.10))(@typespec/streams@0.81.0(@typespec/compiler@1.11.0(@types/node@25.0.10))))) From a0d2ba2e420bd449e655b5160088c40f976d9db8 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 15 Apr 2026 13:49:03 -0700 Subject: [PATCH 05/10] Bump black to 26.3.1, reformat, drop Python 3.9 from CI - Bump black 24.8.0 -> 26.3.1 in dev_requirements.txt - Reformat all Python files with black 26.3.1 (28 files) - Drop Python 3.9 from CI matrix (black 26.3.1 requires >=3.10) - Update ci.yml, generated-code-checks-template.yml, preview.yml, publish-dev-release.yml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/ci.yml | 21 +++++++------------ .../generated-code-checks-template.yml | 2 +- eng/pipelines/preview.yml | 4 ++-- eng/pipelines/publish-dev-release.yml | 6 +++--- packages/autorest.python/autorest/__init__.py | 1 - packages/autorest.python/autorest/codegen.py | 1 - .../autorest/jsonrpc/localapi.py | 1 - .../autorest/jsonrpc/server.py | 1 - .../autorest/jsonrpc/stdstream.py | 1 - packages/autorest.python/autorest/m2r.py | 2 +- .../autorest/m4reformatter/__init__.py | 2 +- .../autorest.python/autorest/preprocess.py | 1 + packages/autorest.python/scripts/venvtools.py | 1 - packages/autorest.python/setup.py | 1 - .../AcceptanceTests/asynctests/test_lro.py | 1 - .../azure/legacy/AcceptanceTests/conftest.py | 1 - .../azure/legacy/AcceptanceTests/test_lro.py | 1 - .../AcceptanceTests/asynctests/test_lro.py | 1 - .../AcceptanceTests/conftest.py | 1 - .../AcceptanceTests/test_lro.py | 1 - .../test/unittests/test_m2r.py | 1 - .../AcceptanceTests/asynctests/test_header.py | 2 +- .../AcceptanceTests/asynctests/test_url.py | 4 ++-- .../legacy/AcceptanceTests/conftest.py | 1 - .../legacy/AcceptanceTests/test_header.py | 2 +- .../legacy/AcceptanceTests/test_url.py | 4 ++-- .../AcceptanceTests/asynctests/test_header.py | 2 +- .../AcceptanceTests/asynctests/test_url.py | 4 ++-- .../AcceptanceTests/conftest.py | 1 - .../AcceptanceTests/test_header.py | 2 +- .../AcceptanceTests/test_url.py | 4 ++-- packages/typespec-python/dev_requirements.txt | 2 +- .../eng/scripts/setup/venvtools.py | 1 - 33 files changed, 30 insertions(+), 51 deletions(-) diff --git a/eng/pipelines/ci.yml b/eng/pipelines/ci.yml index 558c78a474..6b47ee6c61 100644 --- a/eng/pipelines/ci.yml +++ b/eng/pipelines/ci.yml @@ -49,20 +49,15 @@ jobs: strategy: matrix: - Linux_Python3.9: + Linux_Python3.10: OSName: "Linux" Pool: ${{ variables.LINUXPOOL }} OSVmImage: ${{ variables.LINUXVMIMAGE}} - PythonVersion: "3.9" - Windows_Python3.9: + PythonVersion: "3.10" + Windows_Python3.10: OSName: "Windows" Pool: ${{ variables.WINDOWSPOOL }} OSVmImage: ${{ variables.WINDOWSVMIMAGE}} - PythonVersion: "3.9" - Linux_Python3.10: - OSName: "Linux" - Pool: ${{ variables.LINUXPOOL }} - OSVmImage: ${{ variables.LINUXVMIMAGE}} PythonVersion: "3.10" Linux_Python3.11: OSName: "Linux" @@ -140,17 +135,17 @@ jobs: strategy: matrix: - Linux_Python3.9: + Linux_Python310: OSName: "Linux" Pool: ${{ variables.LINUXPOOL }} OSVmImage: ${{ variables.LINUXVMIMAGE}} - PythonVersion: "3.9" - Windows_Python3.9: + PythonVersion: "3.10" + Windows_Python310: OSName: "Windows" Pool: ${{ variables.WINDOWSPOOL }} OSVmImage: ${{ variables.WINDOWSVMIMAGE}} - PythonVersion: "3.9" - Linux_Python310: + PythonVersion: "3.10" + Linux_Python311: OSName: "Linux" Pool: ${{ variables.LINUXPOOL }} OSVmImage: ${{ variables.LINUXVMIMAGE}} diff --git a/eng/pipelines/generated-code-checks-template.yml b/eng/pipelines/generated-code-checks-template.yml index 3f0c63e5dd..5128bf1a22 100644 --- a/eng/pipelines/generated-code-checks-template.yml +++ b/eng/pipelines/generated-code-checks-template.yml @@ -10,7 +10,7 @@ steps: - script: npm run test -- --env=lint --flavor=${{ parameters.folderName }} displayName: Lint ${{ parameters.folderName }} - Python $(PythonVersion) workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/${{parameters.package}} - condition: and(eq(variables['PythonVersion'], '3.9'), or(contains('${{ parameters.folderName }}', 'version-tolerant'), eq('${{parameters.package}}', 'typespec-python'))) + condition: and(eq(variables['PythonVersion'], '3.10'), or(contains('${{ parameters.folderName }}', 'version-tolerant'), eq('${{parameters.package}}', 'typespec-python'))) - script: npm run test -- --env=mypy --flavor=${{ parameters.folderName }} displayName: Mypy ${{ parameters.folderName }} - Python $(PythonVersion) diff --git a/eng/pipelines/preview.yml b/eng/pipelines/preview.yml index 4040a14935..a409fefb3e 100644 --- a/eng/pipelines/preview.yml +++ b/eng/pipelines/preview.yml @@ -76,9 +76,9 @@ extends: versionSpec: 3.11 SdkInitializationSteps: - task: UsePythonVersion@0 - displayName: "Use Python 3.9" + displayName: "Use Python 3.10" inputs: - versionSpec: 3.9 + versionSpec: 3.10 - script: | echo "npm install -g @azure-tools/typespec-client-generator-cli" npm install -g @azure-tools/typespec-client-generator-cli diff --git a/eng/pipelines/publish-dev-release.yml b/eng/pipelines/publish-dev-release.yml index 6285827ee6..3dc9241c93 100644 --- a/eng/pipelines/publish-dev-release.yml +++ b/eng/pipelines/publish-dev-release.yml @@ -3,7 +3,7 @@ pr: none variables: NodeVersion: "20.x" - PythonVersion: "3.9" + PythonVersion: "3.10" TestFolder: "$(Build.SourcesDirectory)/test/" pool: @@ -16,9 +16,9 @@ steps: versionSpec: "$(NodeVersion)" - task: UsePythonVersion@0 - displayName: "Use Python 3.9" + displayName: "Use Python 3.10" inputs: - versionSpec: 3.9 + versionSpec: 3.10 - script: | cd $(Build.SourcesDirectory) diff --git a/packages/autorest.python/autorest/__init__.py b/packages/autorest.python/autorest/__init__.py index b71e984d4a..6e0890e4a0 100644 --- a/packages/autorest.python/autorest/__init__.py +++ b/packages/autorest.python/autorest/__init__.py @@ -13,7 +13,6 @@ from pygen import ReaderAndWriter, Plugin, YamlUpdatePlugin, OptionsDict from .jsonrpc import AutorestAPI - _LOGGER = logging.getLogger(__name__) diff --git a/packages/autorest.python/autorest/codegen.py b/packages/autorest.python/autorest/codegen.py index 44491bda99..d34ab9df23 100644 --- a/packages/autorest.python/autorest/codegen.py +++ b/packages/autorest.python/autorest/codegen.py @@ -16,7 +16,6 @@ from .jsonrpc import AutorestAPI from . import PluginAutorest - _LOGGER = logging.getLogger(__name__) diff --git a/packages/autorest.python/autorest/jsonrpc/localapi.py b/packages/autorest.python/autorest/jsonrpc/localapi.py index e3b990233d..5bed10228f 100644 --- a/packages/autorest.python/autorest/jsonrpc/localapi.py +++ b/packages/autorest.python/autorest/jsonrpc/localapi.py @@ -9,7 +9,6 @@ from . import AutorestAPI, Channel - _LOGGER = logging.getLogger(__name__) diff --git a/packages/autorest.python/autorest/jsonrpc/server.py b/packages/autorest.python/autorest/jsonrpc/server.py index 1f4b5e58f1..c250165444 100644 --- a/packages/autorest.python/autorest/jsonrpc/server.py +++ b/packages/autorest.python/autorest/jsonrpc/server.py @@ -14,7 +14,6 @@ from .stdstream import read_message, write_message - _LOGGER = logging.getLogger(__name__) diff --git a/packages/autorest.python/autorest/jsonrpc/stdstream.py b/packages/autorest.python/autorest/jsonrpc/stdstream.py index 0fe3f02c69..440b5aa566 100644 --- a/packages/autorest.python/autorest/jsonrpc/stdstream.py +++ b/packages/autorest.python/autorest/jsonrpc/stdstream.py @@ -14,7 +14,6 @@ from . import AutorestAPI, Channel - _LOGGER = logging.getLogger(__name__) diff --git a/packages/autorest.python/autorest/m2r.py b/packages/autorest.python/autorest/m2r.py index c65134bdf8..576093aca5 100644 --- a/packages/autorest.python/autorest/m2r.py +++ b/packages/autorest.python/autorest/m2r.py @@ -4,6 +4,7 @@ # license information. # -------------------------------------------------------------------------- """An autorest MD to RST plugin.""" + import logging from typing import Any, Dict, Set, Union @@ -12,7 +13,6 @@ from . import YamlUpdatePluginAutorest - _LOGGER = logging.getLogger(__name__) diff --git a/packages/autorest.python/autorest/m4reformatter/__init__.py b/packages/autorest.python/autorest/m4reformatter/__init__.py index e51865b373..9f3a6a11ae 100644 --- a/packages/autorest.python/autorest/m4reformatter/__init__.py +++ b/packages/autorest.python/autorest/m4reformatter/__init__.py @@ -5,6 +5,7 @@ # license information. # -------------------------------------------------------------------------- """The modelerfour reformatter autorest plugin.""" + import re import copy import logging @@ -19,7 +20,6 @@ ) from .. import YamlUpdatePluginAutorest - ORIGINAL_ID_TO_UPDATED_TYPE: Dict[int, Dict[str, Any]] = {} OAUTH_TYPE = "OAuth2" KEY_TYPE = "Key" diff --git a/packages/autorest.python/autorest/preprocess.py b/packages/autorest.python/autorest/preprocess.py index 015a24d2af..a11c27d268 100644 --- a/packages/autorest.python/autorest/preprocess.py +++ b/packages/autorest.python/autorest/preprocess.py @@ -4,6 +4,7 @@ # license information. # -------------------------------------------------------------------------- """The preprocessing autorest plugin.""" + from typing import Dict, Any from pygen.preprocess import PreProcessPlugin from . import YamlUpdatePluginAutorest diff --git a/packages/autorest.python/scripts/venvtools.py b/packages/autorest.python/scripts/venvtools.py index 3b9eb69474..df1388e625 100644 --- a/packages/autorest.python/scripts/venvtools.py +++ b/packages/autorest.python/scripts/venvtools.py @@ -10,7 +10,6 @@ import sys from pathlib import Path - _ROOT_DIR = Path(__file__).parent.parent diff --git a/packages/autorest.python/setup.py b/packages/autorest.python/setup.py index 4552703485..7247beea66 100644 --- a/packages/autorest.python/setup.py +++ b/packages/autorest.python/setup.py @@ -12,7 +12,6 @@ from setuptools import setup, find_packages - # Version extraction inspired from 'requests' with open(os.path.join("autorest", "_version.py"), "r") as fd: version = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]', fd.read(), re.MULTILINE).group(1) diff --git a/packages/autorest.python/test/azure/legacy/AcceptanceTests/asynctests/test_lro.py b/packages/autorest.python/test/azure/legacy/AcceptanceTests/asynctests/test_lro.py index 183605582e..505505e370 100644 --- a/packages/autorest.python/test/azure/legacy/AcceptanceTests/asynctests/test_lro.py +++ b/packages/autorest.python/test/azure/legacy/AcceptanceTests/asynctests/test_lro.py @@ -45,7 +45,6 @@ from lro.aio import AutoRestLongRunningOperationTestService from lro.models import * # pylint: disable=W0614 - try: from urlparse import urlparse except ImportError: diff --git a/packages/autorest.python/test/azure/legacy/AcceptanceTests/conftest.py b/packages/autorest.python/test/azure/legacy/AcceptanceTests/conftest.py index 6b2ca89b0c..b77cbc5999 100644 --- a/packages/autorest.python/test/azure/legacy/AcceptanceTests/conftest.py +++ b/packages/autorest.python/test/azure/legacy/AcceptanceTests/conftest.py @@ -35,7 +35,6 @@ import pytest - cwd = dirname(realpath(__file__)) diff --git a/packages/autorest.python/test/azure/legacy/AcceptanceTests/test_lro.py b/packages/autorest.python/test/azure/legacy/AcceptanceTests/test_lro.py index 2cbb5dda96..08c27eacf3 100644 --- a/packages/autorest.python/test/azure/legacy/AcceptanceTests/test_lro.py +++ b/packages/autorest.python/test/azure/legacy/AcceptanceTests/test_lro.py @@ -44,7 +44,6 @@ from lro import AutoRestLongRunningOperationTestService from lro.models import * # pylint: disable=W0614 - try: from urlparse import urlparse except ImportError: diff --git a/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/asynctests/test_lro.py b/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/asynctests/test_lro.py index 7443b39743..59c3a7d49d 100644 --- a/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/asynctests/test_lro.py +++ b/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/asynctests/test_lro.py @@ -34,7 +34,6 @@ from lroversiontolerant.aio import AutoRestLongRunningOperationTestService - try: from urlparse import urlparse except ImportError: diff --git a/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/conftest.py b/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/conftest.py index 6b2ca89b0c..b77cbc5999 100644 --- a/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/conftest.py +++ b/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/conftest.py @@ -35,7 +35,6 @@ import pytest - cwd = dirname(realpath(__file__)) diff --git a/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/test_lro.py b/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/test_lro.py index b91af61c15..4b30b1dbd8 100644 --- a/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/test_lro.py +++ b/packages/autorest.python/test/azure/version-tolerant/AcceptanceTests/test_lro.py @@ -32,7 +32,6 @@ from lroversiontolerant import AutoRestLongRunningOperationTestService - try: from urlparse import urlparse except ImportError: diff --git a/packages/autorest.python/test/unittests/test_m2r.py b/packages/autorest.python/test/unittests/test_m2r.py index 13d124e7ee..f435f988d5 100644 --- a/packages/autorest.python/test/unittests/test_m2r.py +++ b/packages/autorest.python/test/unittests/test_m2r.py @@ -5,7 +5,6 @@ # -------------------------------------------------------------------------- from autorest import m2r as m2r_autorest - _MD_LINK = "[inline link](https://github.com/Azure/autorest.python)" _RST_LINK = "`inline link `_" diff --git a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_header.py b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_header.py index b25dc4ee0c..c31c80e466 100644 --- a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_header.py +++ b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_header.py @@ -185,7 +185,7 @@ async def test_duration(self, client, value_header): @pytest.mark.asyncio async def test_byte(self, client, value_header): - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") await client.header.param_byte("valid", u_bytes) response = await client.header.response_byte("valid", cls=value_header) diff --git a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_url.py b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_url.py index 2804bc9535..268622282f 100644 --- a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_url.py +++ b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/asynctests/test_url.py @@ -73,7 +73,7 @@ async def test_byte_empty_and_null(self, client): @pytest.mark.asyncio async def test_byte_multi_byte(self, client): - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") await client.paths.byte_multi_byte(u_bytes) @pytest.mark.asyncio @@ -163,7 +163,7 @@ async def test_base64_url(self, client): @pytest.mark.asyncio async def test_queries_byte(self, client): await client.queries.byte_empty() - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") await client.queries.byte_multi_byte(u_bytes) await client.queries.byte_null() diff --git a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/conftest.py b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/conftest.py index 64139e91e4..fdef7f8070 100644 --- a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/conftest.py +++ b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/conftest.py @@ -36,7 +36,6 @@ import pytest - cwd = dirname(realpath(__file__)) diff --git a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_header.py b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_header.py index 01b39b96a4..6c086c6c53 100644 --- a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_header.py +++ b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_header.py @@ -169,7 +169,7 @@ def test_duration(self, client, value_header): assert response == timedelta(days=123, hours=22, minutes=14, seconds=12, milliseconds=11) def test_byte(self, client, value_header): - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") client.header.param_byte("valid", u_bytes) response = client.header.response_byte("valid", cls=value_header) diff --git a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_url.py b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_url.py index 84306c535d..857737ae31 100644 --- a/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_url.py +++ b/packages/autorest.python/test/vanilla/legacy/AcceptanceTests/test_url.py @@ -67,7 +67,7 @@ def test_byte_empty_and_null(self, client): client.paths.byte_null(None) def test_byte_multi_byte(self, client): - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") client.paths.byte_multi_byte(u_bytes) def test_date_null(self, client): @@ -138,7 +138,7 @@ def test_base64_url(self, client): def test_queries_byte(self, client): client.queries.byte_empty() - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") client.queries.byte_multi_byte(u_bytes) client.queries.byte_null() diff --git a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/asynctests/test_header.py b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/asynctests/test_header.py index d53596daf0..5b232bcfa7 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/asynctests/test_header.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/asynctests/test_header.py @@ -182,7 +182,7 @@ async def test_duration(client, value_header): @pytest.mark.asyncio async def test_byte(client, value_header): - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") await client.header.param_byte(scenario="valid", value=u_bytes) response = await client.header.response_byte(scenario="valid", cls=value_header) diff --git a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/asynctests/test_url.py b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/asynctests/test_url.py index 4ed849bf9a..b0668cebc5 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/asynctests/test_url.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/asynctests/test_url.py @@ -61,7 +61,7 @@ async def test_byte_empty_and_null(client): @pytest.mark.asyncio async def test_byte_multi_byte(client): - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") await client.paths.byte_multi_byte(u_bytes) @@ -170,7 +170,7 @@ async def test_base64_url(client): @pytest.mark.asyncio async def test_queries_byte(client): await client.queries.byte_empty() - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") await client.queries.byte_multi_byte(byte_query=u_bytes) await client.queries.byte_null() diff --git a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/conftest.py b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/conftest.py index 64139e91e4..fdef7f8070 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/conftest.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/conftest.py @@ -36,7 +36,6 @@ import pytest - cwd = dirname(realpath(__file__)) diff --git a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_header.py b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_header.py index 407477d4f9..8fb99f6b87 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_header.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_header.py @@ -168,7 +168,7 @@ def test_duration(client, value_header): def test_byte(client, value_header): - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") client.header.param_byte(scenario="valid", value=u_bytes) response = client.header.response_byte(scenario="valid", cls=value_header) diff --git a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_url.py b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_url.py index 6e6652faf5..ab4aab0f1c 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_url.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_url.py @@ -56,7 +56,7 @@ def test_byte_empty_and_null(client): def test_byte_multi_byte(client): - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") client.paths.byte_multi_byte(u_bytes) @@ -146,7 +146,7 @@ def test_base64_url(client): def test_queries_byte(client): client.queries.byte_empty() - u_bytes = bytearray("\u554A\u9F44\u4E02\u72DB\u72DC\uF9F1\uF92C\uF9F1\uFA0C\uFA29", encoding="utf-8") + u_bytes = bytearray("\u554a\u9f44\u4e02\u72db\u72dc\uf9f1\uf92c\uf9f1\ufa0c\ufa29", encoding="utf-8") client.queries.byte_multi_byte(byte_query=u_bytes) client.queries.byte_null() diff --git a/packages/typespec-python/dev_requirements.txt b/packages/typespec-python/dev_requirements.txt index 7f984f3a40..056a6017d9 100644 --- a/packages/typespec-python/dev_requirements.txt +++ b/packages/typespec-python/dev_requirements.txt @@ -7,7 +7,7 @@ colorama==0.4.6 debugpy==1.8.12 pytest==8.3.4 coverage==7.6.1 -black==24.8.0 +black==26.3.1 ptvsd==4.3.2 types-PyYAML==6.0.12.20241230 diff --git a/packages/typespec-python/eng/scripts/setup/venvtools.py b/packages/typespec-python/eng/scripts/setup/venvtools.py index f15abdd525..c733957dc9 100644 --- a/packages/typespec-python/eng/scripts/setup/venvtools.py +++ b/packages/typespec-python/eng/scripts/setup/venvtools.py @@ -8,7 +8,6 @@ import sys from pathlib import Path - _ROOT_DIR = Path(__file__).parent.parent From a0b9ce2f1a5b06406d10657d7810fb227aaaed60 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 15 Apr 2026 13:51:12 -0700 Subject: [PATCH 06/10] Add inline pylint disable for too-many-positional-arguments Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- packages/autorest.python/autorest/m4reformatter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autorest.python/autorest/m4reformatter/__init__.py b/packages/autorest.python/autorest/m4reformatter/__init__.py index 9f3a6a11ae..010e4babd7 100644 --- a/packages/autorest.python/autorest/m4reformatter/__init__.py +++ b/packages/autorest.python/autorest/m4reformatter/__init__.py @@ -748,7 +748,7 @@ def _update_content_type_parameter( param["language"]["default"]["description"] = description return param - def _update_parameters_helper( + def _update_parameters_helper( # pylint: disable=too-many-positional-arguments self, parameters: List[Dict[str, Any]], body_parameter: Optional[Dict[str, Any]], From d24a9b8ef9ceb67065b0fe44cd60bf4bf1501324 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 15 Apr 2026 13:58:12 -0700 Subject: [PATCH 07/10] Fix formatting: Prettier for synced files, black for typespec tests - Prettier-format regenerate-common.ts and package.json - Black 26.3.1 format 3 typespec-python test files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../eng/scripts/regenerate-common.ts | 863 +++++++++--------- packages/typespec-python/package.json | 2 +- ...t_generation_subdir2_for_generated_code.py | 2 +- ...st_generation_subdir_for_generated_code.py | 2 +- .../tests/mock_api/unbranded/conftest.py | 1 - 5 files changed, 424 insertions(+), 446 deletions(-) diff --git a/packages/typespec-python/eng/scripts/regenerate-common.ts b/packages/typespec-python/eng/scripts/regenerate-common.ts index f54fe03466..6f8c0e090f 100644 --- a/packages/typespec-python/eng/scripts/regenerate-common.ts +++ b/packages/typespec-python/eng/scripts/regenerate-common.ts @@ -6,488 +6,467 @@ import { dirname, join, relative, resolve } from "path"; export const SKIP_SPECS: string[] = ["type/file", "service/multiple-services"]; export const SpecialFlags: Record> = { - azure: { - "generate-test": true, - "generate-sample": true, - }, + azure: { + "generate-test": true, + "generate-sample": true, + }, }; // ---- Base emitter options (shared across repos) ---- -export const BASE_AZURE_EMITTER_OPTIONS: Record< - string, - Record | Record[] -> = { - "azure/client-generator-core/access": { - namespace: "specs.azure.clientgenerator.core.access", - }, - "azure/client-generator-core/alternate-type": { - namespace: "specs.azure.clientgenerator.core.alternatetype", - }, - "azure/client-generator-core/api-version": { - namespace: "specs.azure.clientgenerator.core.apiversion", - }, - "azure/client-generator-core/client-initialization/default": { - namespace: "specs.azure.clientgenerator.core.clientinitialization.default", - }, - "azure/client-generator-core/client-initialization/individually": { - namespace: "specs.azure.clientgenerator.core.clientinitialization.individually", - }, - "azure/client-generator-core/client-initialization/individuallyParent": { - namespace: "specs.azure.clientgenerator.core.clientinitialization.individuallyparent", - }, - "azure/client-generator-core/client-location": { - namespace: "specs.azure.clientgenerator.core.clientlocation", - }, - "azure/client-generator-core/deserialize-empty-string-as-null": { - namespace: "specs.azure.clientgenerator.core.emptystring", - }, - "azure/client-generator-core/flatten-property": { - namespace: "specs.azure.clientgenerator.core.flattenproperty", - }, - "azure/client-generator-core/usage": { - namespace: "specs.azure.clientgenerator.core.usage", - }, - "azure/client-generator-core/override": { - namespace: "specs.azure.clientgenerator.core.override", - }, - "azure/client-generator-core/hierarchy-building": { - namespace: "specs.azure.clientgenerator.core.hierarchybuilding", - }, - "azure/core/basic": { - namespace: "specs.azure.core.basic", - }, - "azure/core/lro/rpc": { - namespace: "specs.azure.core.lro.rpc", - }, - "azure/core/lro/standard": { - namespace: "specs.azure.core.lro.standard", - }, - "azure/core/model": { - namespace: "specs.azure.core.model", - }, - "azure/core/page": { - namespace: "specs.azure.core.page", - }, - "azure/core/scalar": { - namespace: "specs.azure.core.scalar", - }, - "azure/core/traits": { - namespace: "specs.azure.core.traits", - }, - "azure/encode/duration": { - namespace: "specs.azure.encode.duration", - }, - "azure/example/basic": { - namespace: "specs.azure.example.basic", - }, - "azure/payload/pageable": { - namespace: "specs.azure.payload.pageable", - }, - "azure/versioning/previewVersion": { - namespace: "specs.azure.versioning.previewversion", - }, - "client/structure/default": { - namespace: "client.structure.service", - }, - "client/structure/multi-client": { - "package-name": "client-structure-multiclient", - namespace: "client.structure.multiclient", - }, - "client/structure/renamed-operation": { - "package-name": "client-structure-renamedoperation", - namespace: "client.structure.renamedoperation", - }, - "client/structure/two-operation-group": { - "package-name": "client-structure-twooperationgroup", - namespace: "client.structure.twooperationgroup", - }, - "client/naming": { - namespace: "client.naming.main", - }, - "client/overload": { - namespace: "client.overload", - }, - "encode/duration": { - namespace: "encode.duration", - }, - "encode/numeric": { - namespace: "encode.numeric", - }, - "parameters/basic": { - namespace: "parameters.basic", - }, - "parameters/spread": { - namespace: "parameters.spread", - }, - "payload/content-negotiation": { - namespace: "payload.contentnegotiation", - }, - "payload/multipart": { - namespace: "payload.multipart", - }, - "serialization/encoded-name/json": { - namespace: "serialization.encodedname.json", - }, - "special-words": { - namespace: "specialwords", - }, - "service/multi-service": { - namespace: "service.multiservice", - }, +export const BASE_AZURE_EMITTER_OPTIONS: Record | Record[]> = { + "azure/client-generator-core/access": { + namespace: "specs.azure.clientgenerator.core.access", + }, + "azure/client-generator-core/alternate-type": { + namespace: "specs.azure.clientgenerator.core.alternatetype", + }, + "azure/client-generator-core/api-version": { + namespace: "specs.azure.clientgenerator.core.apiversion", + }, + "azure/client-generator-core/client-initialization/default": { + namespace: "specs.azure.clientgenerator.core.clientinitialization.default", + }, + "azure/client-generator-core/client-initialization/individually": { + namespace: "specs.azure.clientgenerator.core.clientinitialization.individually", + }, + "azure/client-generator-core/client-initialization/individuallyParent": { + namespace: "specs.azure.clientgenerator.core.clientinitialization.individuallyparent", + }, + "azure/client-generator-core/client-location": { + namespace: "specs.azure.clientgenerator.core.clientlocation", + }, + "azure/client-generator-core/deserialize-empty-string-as-null": { + namespace: "specs.azure.clientgenerator.core.emptystring", + }, + "azure/client-generator-core/flatten-property": { + namespace: "specs.azure.clientgenerator.core.flattenproperty", + }, + "azure/client-generator-core/usage": { + namespace: "specs.azure.clientgenerator.core.usage", + }, + "azure/client-generator-core/override": { + namespace: "specs.azure.clientgenerator.core.override", + }, + "azure/client-generator-core/hierarchy-building": { + namespace: "specs.azure.clientgenerator.core.hierarchybuilding", + }, + "azure/core/basic": { + namespace: "specs.azure.core.basic", + }, + "azure/core/lro/rpc": { + namespace: "specs.azure.core.lro.rpc", + }, + "azure/core/lro/standard": { + namespace: "specs.azure.core.lro.standard", + }, + "azure/core/model": { + namespace: "specs.azure.core.model", + }, + "azure/core/page": { + namespace: "specs.azure.core.page", + }, + "azure/core/scalar": { + namespace: "specs.azure.core.scalar", + }, + "azure/core/traits": { + namespace: "specs.azure.core.traits", + }, + "azure/encode/duration": { + namespace: "specs.azure.encode.duration", + }, + "azure/example/basic": { + namespace: "specs.azure.example.basic", + }, + "azure/payload/pageable": { + namespace: "specs.azure.payload.pageable", + }, + "azure/versioning/previewVersion": { + namespace: "specs.azure.versioning.previewversion", + }, + "client/structure/default": { + namespace: "client.structure.service", + }, + "client/structure/multi-client": { + "package-name": "client-structure-multiclient", + "namespace": "client.structure.multiclient", + }, + "client/structure/renamed-operation": { + "package-name": "client-structure-renamedoperation", + "namespace": "client.structure.renamedoperation", + }, + "client/structure/two-operation-group": { + "package-name": "client-structure-twooperationgroup", + "namespace": "client.structure.twooperationgroup", + }, + "client/naming": { + namespace: "client.naming.main", + }, + "client/overload": { + namespace: "client.overload", + }, + "encode/duration": { + namespace: "encode.duration", + }, + "encode/numeric": { + namespace: "encode.numeric", + }, + "parameters/basic": { + namespace: "parameters.basic", + }, + "parameters/spread": { + namespace: "parameters.spread", + }, + "payload/content-negotiation": { + namespace: "payload.contentnegotiation", + }, + "payload/multipart": { + namespace: "payload.multipart", + }, + "serialization/encoded-name/json": { + namespace: "serialization.encodedname.json", + }, + "special-words": { + namespace: "specialwords", + }, + "service/multi-service": { + namespace: "service.multiservice", + }, }; -export const BASE_EMITTER_OPTIONS: Record< - string, - Record | Record[] -> = { - "resiliency/srv-driven/old.tsp": { - "package-name": "resiliency-srv-driven1", - namespace: "resiliency.srv.driven1", - "package-mode": "azure-dataplane", - "package-pprint-name": "ResiliencySrvDriven1", - }, - "resiliency/srv-driven": { - "package-name": "resiliency-srv-driven2", - namespace: "resiliency.srv.driven2", - "package-mode": "azure-dataplane", - "package-pprint-name": "ResiliencySrvDriven2", - }, - "authentication/api-key": { - "clear-output-folder": "true", - }, - "authentication/http/custom": { - "package-name": "authentication-http-custom", - namespace: "authentication.http.custom", - "package-pprint-name": "Authentication Http Custom", - }, - "authentication/union": [ - { - "package-name": "authentication-union", - namespace: "authentication.union", - }, - { - "package-name": "setuppy-authentication-union", - namespace: "setuppy.authentication.union", - "keep-setup-py": "true", - }, - ], - "type/array": { - "package-name": "typetest-array", - namespace: "typetest.array", - }, - "type/dictionary": { - "package-name": "typetest-dictionary", - namespace: "typetest.dictionary", - }, - "type/enum/extensible": { - "package-name": "typetest-enum-extensible", - namespace: "typetest.enum.extensible", - }, - "type/enum/fixed": { - "package-name": "typetest-enum-fixed", - namespace: "typetest.enum.fixed", - }, - "type/model/empty": { - "package-name": "typetest-model-empty", - namespace: "typetest.model.empty", - }, - "type/model/inheritance/enum-discriminator": { - "package-name": "typetest-model-enumdiscriminator", - namespace: "typetest.model.enumdiscriminator", - }, - "type/model/inheritance/nested-discriminator": { - "package-name": "typetest-model-nesteddiscriminator", - namespace: "typetest.model.nesteddiscriminator", - }, - "type/model/inheritance/not-discriminated": { - "package-name": "typetest-model-notdiscriminated", - namespace: "typetest.model.notdiscriminated", - }, - "type/model/inheritance/single-discriminator": { - "package-name": "typetest-model-singlediscriminator", - namespace: "typetest.model.singlediscriminator", - }, - "type/model/inheritance/recursive": [ - { - "package-name": "typetest-model-recursive", - namespace: "typetest.model.recursive", - }, - { - // basic test for configuration "generation-subdir" - "package-name": "generation-subdir", - namespace: "generation.subdir", - "generation-subdir": "_generated", - "generate-test": "false", - "clear-output-folder": "true", - }, - ], - "type/model/usage": { - "package-name": "typetest-model-usage", - namespace: "typetest.model.usage", - }, - "type/model/visibility": [ - { - "package-name": "typetest-model-visibility", - namespace: "typetest.model.visibility", - }, - { - "package-name": "headasbooleantrue", - namespace: "headasbooleantrue", - "head-as-boolean": "true", - }, - { - "package-name": "headasbooleanfalse", - namespace: "headasbooleanfalse", - "head-as-boolean": "false", - }, - ], - "type/property/nullable": { - "package-name": "typetest-property-nullable", - namespace: "typetest.property.nullable", - }, - "type/property/optionality": { - "package-name": "typetest-property-optional", - namespace: "typetest.property.optional", - }, - "type/property/additional-properties": { - "package-name": "typetest-property-additionalproperties", - namespace: "typetest.property.additionalproperties", - }, - "type/scalar": { - "package-name": "typetest-scalar", - namespace: "typetest.scalar", - }, - "type/property/value-types": { - "package-name": "typetest-property-valuetypes", - namespace: "typetest.property.valuetypes", - }, - "type/union": { - "package-name": "typetest-union", - namespace: "typetest.union", - }, - "type/union/discriminated": { - "package-name": "typetest-discriminatedunion", - namespace: "typetest.discriminatedunion", - }, - "type/file": { - "package-name": "typetest-file", - namespace: "typetest.file", - }, - documentation: { - "package-name": "specs-documentation", - namespace: "specs.documentation", - }, - "versioning/added": [ - { - "package-name": "versioning-added", - namespace: "versioning.added", - }, - // check whether import of _validation.py/_types.py works when "generation-subdir" is configured - { - "package-name": "generation-subdir2", - namespace: "generation.subdir2", - "generate-test": "false", - "generation-subdir": "_generated", - }, - ], +export const BASE_EMITTER_OPTIONS: Record | Record[]> = { + "resiliency/srv-driven/old.tsp": { + "package-name": "resiliency-srv-driven1", + "namespace": "resiliency.srv.driven1", + "package-mode": "azure-dataplane", + "package-pprint-name": "ResiliencySrvDriven1", + }, + "resiliency/srv-driven": { + "package-name": "resiliency-srv-driven2", + "namespace": "resiliency.srv.driven2", + "package-mode": "azure-dataplane", + "package-pprint-name": "ResiliencySrvDriven2", + }, + "authentication/api-key": { + "clear-output-folder": "true", + }, + "authentication/http/custom": { + "package-name": "authentication-http-custom", + "namespace": "authentication.http.custom", + "package-pprint-name": "Authentication Http Custom", + }, + "authentication/union": [ + { + "package-name": "authentication-union", + "namespace": "authentication.union", + }, + { + "package-name": "setuppy-authentication-union", + "namespace": "setuppy.authentication.union", + "keep-setup-py": "true", + }, + ], + "type/array": { + "package-name": "typetest-array", + "namespace": "typetest.array", + }, + "type/dictionary": { + "package-name": "typetest-dictionary", + "namespace": "typetest.dictionary", + }, + "type/enum/extensible": { + "package-name": "typetest-enum-extensible", + "namespace": "typetest.enum.extensible", + }, + "type/enum/fixed": { + "package-name": "typetest-enum-fixed", + "namespace": "typetest.enum.fixed", + }, + "type/model/empty": { + "package-name": "typetest-model-empty", + "namespace": "typetest.model.empty", + }, + "type/model/inheritance/enum-discriminator": { + "package-name": "typetest-model-enumdiscriminator", + "namespace": "typetest.model.enumdiscriminator", + }, + "type/model/inheritance/nested-discriminator": { + "package-name": "typetest-model-nesteddiscriminator", + "namespace": "typetest.model.nesteddiscriminator", + }, + "type/model/inheritance/not-discriminated": { + "package-name": "typetest-model-notdiscriminated", + "namespace": "typetest.model.notdiscriminated", + }, + "type/model/inheritance/single-discriminator": { + "package-name": "typetest-model-singlediscriminator", + "namespace": "typetest.model.singlediscriminator", + }, + "type/model/inheritance/recursive": [ + { + "package-name": "typetest-model-recursive", + "namespace": "typetest.model.recursive", + }, + { + // basic test for configuration "generation-subdir" + "package-name": "generation-subdir", + "namespace": "generation.subdir", + "generation-subdir": "_generated", + "generate-test": "false", + "clear-output-folder": "true", + }, + ], + "type/model/usage": { + "package-name": "typetest-model-usage", + "namespace": "typetest.model.usage", + }, + "type/model/visibility": [ + { + "package-name": "typetest-model-visibility", + "namespace": "typetest.model.visibility", + }, + { + "package-name": "headasbooleantrue", + "namespace": "headasbooleantrue", + "head-as-boolean": "true", + }, + { + "package-name": "headasbooleanfalse", + "namespace": "headasbooleanfalse", + "head-as-boolean": "false", + }, + ], + "type/property/nullable": { + "package-name": "typetest-property-nullable", + "namespace": "typetest.property.nullable", + }, + "type/property/optionality": { + "package-name": "typetest-property-optional", + "namespace": "typetest.property.optional", + }, + "type/property/additional-properties": { + "package-name": "typetest-property-additionalproperties", + "namespace": "typetest.property.additionalproperties", + }, + "type/scalar": { + "package-name": "typetest-scalar", + "namespace": "typetest.scalar", + }, + "type/property/value-types": { + "package-name": "typetest-property-valuetypes", + "namespace": "typetest.property.valuetypes", + }, + "type/union": { + "package-name": "typetest-union", + "namespace": "typetest.union", + }, + "type/union/discriminated": { + "package-name": "typetest-discriminatedunion", + "namespace": "typetest.discriminatedunion", + }, + "type/file": { + "package-name": "typetest-file", + "namespace": "typetest.file", + }, + "documentation": { + "package-name": "specs-documentation", + "namespace": "specs.documentation", + }, + "versioning/added": [ + { + "package-name": "versioning-added", + "namespace": "versioning.added", + }, + // check whether import of _validation.py/_types.py works when "generation-subdir" is configured + { + "package-name": "generation-subdir2", + "namespace": "generation.subdir2", + "generate-test": "false", + "generation-subdir": "_generated", + }, + ], }; // ---- Shared interfaces ---- export interface TspCommand { - outputDir: string; - command: string | string[]; + outputDir: string; + command: string | string[]; } export interface RegenerateFlagsInput { - flavor?: string; - debug?: boolean; - name?: string; - pyodide?: boolean; - jobs?: number; + flavor?: string; + debug?: boolean; + name?: string; + pyodide?: boolean; + jobs?: number; } export interface RegenerateFlags { - flavor: string; - debug: boolean; - name?: string; - pyodide?: boolean; + flavor: string; + debug: boolean; + name?: string; + pyodide?: boolean; } export interface RegenerateConfig { - azureHttpSpecs: string; - httpSpecs: string; - emitterOptions: Record | Record[]>; - azureEmitterOptions: Record | Record[]>; - preprocess: (flags: RegenerateFlagsInput) => Promise; - getCmdList: (spec: string, flags: RegenerateFlags) => TspCommand[]; - executeCommand: (cmd: TspCommand) => Promise; + azureHttpSpecs: string; + httpSpecs: string; + emitterOptions: Record | Record[]>; + azureEmitterOptions: Record | Record[]>; + preprocess: (flags: RegenerateFlagsInput) => Promise; + getCmdList: (spec: string, flags: RegenerateFlags) => TspCommand[]; + executeCommand: (cmd: TspCommand) => Promise; } // ---- Shared utility functions ---- export function toPosix(dir: string): string { - return dir.replace(/\\/g, "/"); + return dir.replace(/\\/g, "/"); } -export function getEmitterOption( - spec: string, - flavor: string, - config: RegenerateConfig, -): Record[] { - const specDir = spec.includes("azure") ? config.azureHttpSpecs : config.httpSpecs; - const relativeSpec = toPosix(relative(specDir, spec)); - const key = relativeSpec.includes("resiliency/srv-driven/old.tsp") - ? relativeSpec - : dirname(relativeSpec); - const emitter_options = config.emitterOptions[key] || - (flavor === "azure" ? config.azureEmitterOptions[key] : [{}]) || [{}]; - return Array.isArray(emitter_options) ? emitter_options : [emitter_options]; +export function getEmitterOption(spec: string, flavor: string, config: RegenerateConfig): Record[] { + const specDir = spec.includes("azure") ? config.azureHttpSpecs : config.httpSpecs; + const relativeSpec = toPosix(relative(specDir, spec)); + const key = relativeSpec.includes("resiliency/srv-driven/old.tsp") ? relativeSpec : dirname(relativeSpec); + const emitter_options = config.emitterOptions[key] || + (flavor === "azure" ? config.azureEmitterOptions[key] : [{}]) || [{}]; + return Array.isArray(emitter_options) ? emitter_options : [emitter_options]; } -export async function getSubdirectories( - baseDir: string, - flags: RegenerateFlags, -): Promise { - const subdirectories: string[] = []; - - async function searchDir(currentDir: string) { - const items = await promises.readdir(currentDir, { withFileTypes: true }); - - const promisesArray = items.map(async (item) => { - const subDirPath = join(currentDir, item.name); - if (item.isDirectory()) { - const mainTspPath = join(subDirPath, "main.tsp"); - const clientTspPath = join(subDirPath, "client.tsp"); - - const mainTspRelativePath = toPosix(relative(baseDir, mainTspPath)); - - if (SKIP_SPECS.some((skipSpec) => mainTspRelativePath.includes(skipSpec))) return; - - const hasMainTsp = await promises - .access(mainTspPath) - .then(() => true) - .catch(() => false); - const hasClientTsp = await promises - .access(clientTspPath) - .then(() => true) - .catch(() => false); - - if (mainTspRelativePath.toLowerCase().includes(flags.name || "")) { - if (mainTspRelativePath.includes("resiliency/srv-driven")) { - subdirectories.push(resolve(subDirPath, "old.tsp")); - } - if (hasClientTsp) { - subdirectories.push(resolve(subDirPath, "client.tsp")); - } else if (hasMainTsp) { - subdirectories.push(resolve(subDirPath, "main.tsp")); - } - } - - // Recursively search in the subdirectory - await searchDir(subDirPath); - } - }); - - await Promise.all(promisesArray); - } +export async function getSubdirectories(baseDir: string, flags: RegenerateFlags): Promise { + const subdirectories: string[] = []; + + async function searchDir(currentDir: string) { + const items = await promises.readdir(currentDir, { withFileTypes: true }); + + const promisesArray = items.map(async (item) => { + const subDirPath = join(currentDir, item.name); + if (item.isDirectory()) { + const mainTspPath = join(subDirPath, "main.tsp"); + const clientTspPath = join(subDirPath, "client.tsp"); + + const mainTspRelativePath = toPosix(relative(baseDir, mainTspPath)); + + if (SKIP_SPECS.some((skipSpec) => mainTspRelativePath.includes(skipSpec))) return; + + const hasMainTsp = await promises + .access(mainTspPath) + .then(() => true) + .catch(() => false); + const hasClientTsp = await promises + .access(clientTspPath) + .then(() => true) + .catch(() => false); + + if (mainTspRelativePath.toLowerCase().includes(flags.name || "")) { + if (mainTspRelativePath.includes("resiliency/srv-driven")) { + subdirectories.push(resolve(subDirPath, "old.tsp")); + } + if (hasClientTsp) { + subdirectories.push(resolve(subDirPath, "client.tsp")); + } else if (hasMainTsp) { + subdirectories.push(resolve(subDirPath, "main.tsp")); + } + } + + // Recursively search in the subdirectory + await searchDir(subDirPath); + } + }); + + await Promise.all(promisesArray); + } - await searchDir(baseDir); - return subdirectories; + await searchDir(baseDir); + return subdirectories; } -export async function runTaskPool( - tasks: Array<() => Promise>, - poolLimit: number, -): Promise { - const executing: Set> = new Set(); +export async function runTaskPool(tasks: Array<() => Promise>, poolLimit: number): Promise { + const executing: Set> = new Set(); - for (const task of tasks) { - // Start the task and remove from set when done - const p: Promise = task().finally(() => executing.delete(p)); - executing.add(p); + for (const task of tasks) { + // Start the task and remove from set when done + const p: Promise = task().finally(() => executing.delete(p)); + executing.add(p); - // If at capacity, wait for one to complete - if (executing.size >= poolLimit) { - await Promise.race(executing); + // If at capacity, wait for one to complete + if (executing.size >= poolLimit) { + await Promise.race(executing); + } } - } - // Wait for remaining tasks - await Promise.all(executing); + // Wait for remaining tasks + await Promise.all(executing); } -export async function regenerate( - flags: RegenerateFlagsInput, - config: RegenerateConfig, -): Promise { - if (flags.flavor === undefined) { - await regenerate({ flavor: "azure", ...flags }, config); - await regenerate({ flavor: "unbranded", ...flags }, config); - } else { - await config.preprocess(flags); - - const flagsResolved: RegenerateFlags = { debug: false, flavor: flags.flavor, ...flags }; - const subdirectoriesForAzure = await getSubdirectories(config.azureHttpSpecs, flagsResolved); - const subdirectoriesForNonAzure = await getSubdirectories(config.httpSpecs, flagsResolved); - const subdirectories = - flags.flavor === "azure" - ? [...subdirectoriesForAzure, ...subdirectoriesForNonAzure] - : subdirectoriesForNonAzure; - const cmdList: TspCommand[] = subdirectories.flatMap((subdirectory) => - config.getCmdList(subdirectory, flagsResolved), - ); - - // Create tasks as functions for the pool - const tasks: Array<() => Promise> = cmdList.map((tspCommand) => { - return () => config.executeCommand(tspCommand); - }); - - // Run tasks with a concurrency limit - // Default: 30 jobs, or use provided value - const poolLimit = flags.jobs ?? 30; - await runTaskPool(tasks, poolLimit); - } +export async function regenerate(flags: RegenerateFlagsInput, config: RegenerateConfig): Promise { + if (flags.flavor === undefined) { + await regenerate({ flavor: "azure", ...flags }, config); + await regenerate({ flavor: "unbranded", ...flags }, config); + } else { + await config.preprocess(flags); + + const flagsResolved: RegenerateFlags = { debug: false, flavor: flags.flavor, ...flags }; + const subdirectoriesForAzure = await getSubdirectories(config.azureHttpSpecs, flagsResolved); + const subdirectoriesForNonAzure = await getSubdirectories(config.httpSpecs, flagsResolved); + const subdirectories = + flags.flavor === "azure" + ? [...subdirectoriesForAzure, ...subdirectoriesForNonAzure] + : subdirectoriesForNonAzure; + const cmdList: TspCommand[] = subdirectories.flatMap((subdirectory) => + config.getCmdList(subdirectory, flagsResolved), + ); + + // Create tasks as functions for the pool + const tasks: Array<() => Promise> = cmdList.map((tspCommand) => { + return () => config.executeCommand(tspCommand); + }); + + // Run tasks with a concurrency limit + // Default: 30 jobs, or use provided value + const poolLimit = flags.jobs ?? 30; + await runTaskPool(tasks, poolLimit); + } } // Preprocess: create files that should be deleted after regeneration (for testing) export async function preprocess(flavor: string, generatedFolder: string): Promise { - if (flavor === "azure") { - // Use tests/generated// structure (same as output) - const testsGeneratedDir = resolve(generatedFolder, "../tests/generated/azure"); - - const DELETE_CONTENT = "# This file is to be deleted after regeneration"; - const DELETE_FILE = "to_be_deleted.py"; - const entries: { folder: string[]; file: string; content: string }[] = [ - { - folder: ["authentication-api-key", "authentication", "apikey", "_operations"], - file: DELETE_FILE, - content: DELETE_CONTENT, - }, - { - folder: ["generation-subdir", "generation", "subdir", "_generated"], - file: DELETE_FILE, - content: DELETE_CONTENT, - }, - { - folder: ["generation-subdir", "generated_tests"], - file: DELETE_FILE, - content: DELETE_CONTENT, - }, - { - folder: ["generation-subdir", "generation", "subdir"], - file: "to_be_kept.py", - content: "# This file is to be kept after regeneration", - }, - ]; - - await Promise.all( - entries.map(async ({ folder, file, content }) => { - const targetFolder = join(testsGeneratedDir, ...folder); - await promises.mkdir(targetFolder, { recursive: true }); - await promises.writeFile(join(targetFolder, file), content); - }), - ); - } + if (flavor === "azure") { + // Use tests/generated// structure (same as output) + const testsGeneratedDir = resolve(generatedFolder, "../tests/generated/azure"); + + const DELETE_CONTENT = "# This file is to be deleted after regeneration"; + const DELETE_FILE = "to_be_deleted.py"; + const entries: { folder: string[]; file: string; content: string }[] = [ + { + folder: ["authentication-api-key", "authentication", "apikey", "_operations"], + file: DELETE_FILE, + content: DELETE_CONTENT, + }, + { + folder: ["generation-subdir", "generation", "subdir", "_generated"], + file: DELETE_FILE, + content: DELETE_CONTENT, + }, + { + folder: ["generation-subdir", "generated_tests"], + file: DELETE_FILE, + content: DELETE_CONTENT, + }, + { + folder: ["generation-subdir", "generation", "subdir"], + file: "to_be_kept.py", + content: "# This file is to be kept after regeneration", + }, + ]; + + await Promise.all( + entries.map(async ({ folder, file, content }) => { + const targetFolder = join(testsGeneratedDir, ...folder); + await promises.mkdir(targetFolder, { recursive: true }); + await promises.writeFile(join(targetFolder, file), content); + }), + ); + } } diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 5c333fb076..ff29fd752b 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -106,4 +106,4 @@ "typescript-eslint": "^8.49.0", "vitest": "^4.0.15" } -} \ No newline at end of file +} diff --git a/packages/typespec-python/tests/mock_api/shared/test_generation_subdir2_for_generated_code.py b/packages/typespec-python/tests/mock_api/shared/test_generation_subdir2_for_generated_code.py index 32bbfc784d..345defd17b 100644 --- a/packages/typespec-python/tests/mock_api/shared/test_generation_subdir2_for_generated_code.py +++ b/packages/typespec-python/tests/mock_api/shared/test_generation_subdir2_for_generated_code.py @@ -30,4 +30,4 @@ def test_v2(client: AddedClient): def test_interface_v2(client: AddedClient): assert client.interface_v2.v2_in_interface( ModelV2(prop="foo", enum_prop=EnumV2.ENUM_MEMBER, union_prop="bar") - ) == ModelV2(prop="foo", enum_prop=EnumV2.ENUM_MEMBER, union_prop="bar") \ No newline at end of file + ) == ModelV2(prop="foo", enum_prop=EnumV2.ENUM_MEMBER, union_prop="bar") diff --git a/packages/typespec-python/tests/mock_api/shared/test_generation_subdir_for_generated_code.py b/packages/typespec-python/tests/mock_api/shared/test_generation_subdir_for_generated_code.py index 3750a98f1a..661fbaecf2 100644 --- a/packages/typespec-python/tests/mock_api/shared/test_generation_subdir_for_generated_code.py +++ b/packages/typespec-python/tests/mock_api/shared/test_generation_subdir_for_generated_code.py @@ -14,4 +14,4 @@ def test_custom_method(): "level": 0, "extension": [{"level": 1, "extension": [{"level": 2}]}, {"level": 1}], } - ) \ No newline at end of file + ) diff --git a/packages/typespec-python/tests/mock_api/unbranded/conftest.py b/packages/typespec-python/tests/mock_api/unbranded/conftest.py index a94535b690..1d69d8bd1e 100644 --- a/packages/typespec-python/tests/mock_api/unbranded/conftest.py +++ b/packages/typespec-python/tests/mock_api/unbranded/conftest.py @@ -10,7 +10,6 @@ import pytest from typing import List - SPECIAL_WORDS = [ "and", "as", From a6f8b1793ad433971129147a87f9b3cdc1bc19ac Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 15 Apr 2026 14:30:22 -0700 Subject: [PATCH 08/10] Regenerate autorest test fixtures, fix duplicate CI matrix key - Regenerate all autorest.python test fixtures with black 26.3.1 - Fix duplicate Linux_Python311 matrix key in Cadl_Python_CI Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/ci.yml | 5 ---- .../azure/mgmt/pyproject/_patch.py | 1 + .../azure/mgmt/pyproject/aio/_patch.py | 1 + .../mgmt/pyproject/aio/operations/_patch.py | 1 + .../azure/mgmt/pyproject/operations/_patch.py | 1 + .../azure-mgmt-test/azure/mgmt/test/_patch.py | 1 + .../azure/mgmt/test/aio/_patch.py | 1 + .../azure/mgmt/test/aio/operations/_patch.py | 1 + .../azure/mgmt/test/operations/_patch.py | 1 + .../test/azure-mgmt-test/setup.py | 1 - .../azure/test/_generated/_patch.py | 1 + .../azure/test/_generated/aio/_patch.py | 1 + .../test/_generated/aio/operations/_patch.py | 1 + .../azure/test/_generated/models/_patch.py | 1 + .../test/_generated/operations/_patch.py | 1 + .../azure/key/credential/sample/_patch.py | 1 + .../azure/key/credential/sample/aio/_patch.py | 1 + .../sample/aio/operations/_patch.py | 1 + .../credential/sample/operations/_patch.py | 1 + .../azure_key_credential/generated/setup.py | 1 - .../generated/azure/basic/sample/_patch.py | 1 + .../azure/basic/sample/aio/_patch.py | 1 + .../basic/sample/aio/operations/_patch.py | 1 + .../azure/basic/sample/operations/_patch.py | 1 + .../specification/basic/generated/setup.py | 1 - .../directives/sample/_operations/_patch.py | 1 + .../azure/directives/sample/_patch.py | 1 + .../sample/aio/_operations/_patch.py | 1 + .../azure/directives/sample/aio/_patch.py | 1 + .../directives/generated/setup.py | 1 - .../generated/azure/mgmt/sample/_patch.py | 1 + .../generated/azure/mgmt/sample/aio/_patch.py | 1 + .../mgmt/sample/aio/operations/_patch.py | 1 + .../azure/mgmt/sample/operations/_patch.py | 1 + .../management/generated/setup.py | 1 - .../AzureBodyDuration/bodyduration/_patch.py | 1 + .../bodyduration/aio/_patch.py | 1 + .../bodyduration/aio/operations/_patch.py | 1 + .../bodyduration/models/_patch.py | 1 + .../bodyduration/operations/_patch.py | 1 + .../AzureBodyDuration/setup.py | 1 - .../azureparametergrouping/_patch.py | 1 + .../azureparametergrouping/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../azureparametergrouping/models/_patch.py | 1 + .../operations/_patch.py | 1 + .../AzureParameterGrouping/setup.py | 1 - .../AzureReport/azurereport/_patch.py | 1 + .../AzureReport/azurereport/aio/_patch.py | 1 + .../azurereport/aio/operations/_patch.py | 1 + .../AzureReport/azurereport/models/_patch.py | 1 + .../azurereport/operations/_patch.py | 1 + .../AcceptanceTests/AzureReport/setup.py | 1 - .../azurespecialproperties/_patch.py | 1 + .../azurespecialproperties/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../azurespecialproperties/models/_patch.py | 1 + .../operations/_patch.py | 1 + .../AcceptanceTests/AzureSpecials/setup.py | 1 - .../CustomBaseUri/custombaseurl/_patch.py | 1 + .../CustomBaseUri/custombaseurl/aio/_patch.py | 1 + .../custombaseurl/aio/operations/_patch.py | 1 + .../custombaseurl/models/_patch.py | 1 + .../custombaseurl/operations/_patch.py | 1 + .../AcceptanceTests/CustomBaseUri/setup.py | 1 - .../custompollerpager/_patch.py | 1 + .../custompollerpager/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../custompollerpager/models/_patch.py | 1 + .../custompollerpager/operations/_patch.py | 1 + .../CustomPollerPager/setup.py | 1 - .../custombaseurlpaging/_patch.py | 1 + .../custombaseurlpaging/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../custombaseurlpaging/models/_patch.py | 1 + .../custombaseurlpaging/operations/_patch.py | 1 + .../AcceptanceTests/CustomUrlPaging/setup.py | 1 - .../AcceptanceTests/Head/head/_patch.py | 1 + .../AcceptanceTests/Head/head/aio/_patch.py | 1 + .../Head/head/aio/operations/_patch.py | 1 + .../Head/head/operations/_patch.py | 1 + .../Expected/AcceptanceTests/Head/setup.py | 1 - .../HeadExceptions/headexceptions/_patch.py | 1 + .../headexceptions/aio/_patch.py | 1 + .../headexceptions/aio/operations/_patch.py | 1 + .../headexceptions/operations/_patch.py | 1 + .../AcceptanceTests/HeadExceptions/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../HeadWithAzureKeyCredentialPolicy/setup.py | 1 - .../AcceptanceTests/Lro/lro/_patch.py | 1 + .../AcceptanceTests/Lro/lro/aio/_patch.py | 1 + .../Lro/lro/aio/operations/_patch.py | 1 + .../AcceptanceTests/Lro/lro/models/_patch.py | 1 + .../Lro/lro/operations/_patch.py | 1 + .../Expected/AcceptanceTests/Lro/setup.py | 1 - .../lrowithparameterizedendpoints/_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../models/_patch.py | 1 + .../operations/_patch.py | 1 + .../LroWithParameterizedEndpoints/setup.py | 1 - .../MixedApiVersion/mixedapiversion/_patch.py | 1 + .../mixedapiversion/aio/_patch.py | 1 + .../mixedapiversion/aio/operations/_patch.py | 1 + .../mixedapiversion/models/_patch.py | 1 + .../mixedapiversion/operations/_patch.py | 1 + .../AcceptanceTests/MixedApiVersion/setup.py | 1 - .../azure/packagemode/batch/head/_patch.py | 1 + .../packagemode/batch/head/aio/_patch.py | 1 + .../batch/head/aio/operations/_patch.py | 1 + .../batch/head/operations/_patch.py | 1 + .../azure/packagemode/batch/paging/_patch.py | 1 + .../packagemode/batch/paging/aio/_patch.py | 1 + .../batch/paging/aio/operations/_patch.py | 1 + .../packagemode/batch/paging/models/_patch.py | 1 + .../batch/paging/operations/_patch.py | 1 + .../azure/packagemode/customize/_patch.py | 1 + .../azure/packagemode/customize/aio/_patch.py | 1 + .../customize/aio/operations/_patch.py | 1 + .../customize/operations/_patch.py | 1 + .../azure/packagemode/dataplane/_patch.py | 1 + .../azure/packagemode/dataplane/aio/_patch.py | 1 + .../dataplane/aio/operations/_patch.py | 1 + .../dataplane/operations/_patch.py | 1 + .../azure/package/mode/_patch.py | 1 + .../azure/package/mode/aio/_patch.py | 1 + .../package/mode/aio/operations/_patch.py | 1 + .../azure/package/mode/operations/_patch.py | 1 + .../AcceptanceTests/Paging/paging/_patch.py | 1 + .../Paging/paging/aio/_patch.py | 1 + .../Paging/paging/aio/operations/_patch.py | 1 + .../Paging/paging/models/_patch.py | 1 + .../Paging/paging/operations/_patch.py | 1 + .../Expected/AcceptanceTests/Paging/setup.py | 1 - .../securityaadswagger/_patch.py | 1 + .../securityaadswagger/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../securityaadswagger/operations/_patch.py | 1 + .../SecurityAadSwagger/setup.py | 1 - .../securitykeyswagger/_patch.py | 1 + .../securitykeyswagger/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../securitykeyswagger/operations/_patch.py | 1 + .../SecurityKeySwagger/setup.py | 1 - .../StorageManagementClient/setup.py | 1 - .../StorageManagementClient/storage/_patch.py | 1 + .../storage/aio/_patch.py | 1 + .../storage/aio/operations/_patch.py | 1 + .../storage/models/_patch.py | 1 + .../storage/operations/_patch.py | 1 + .../SubscriptionIdApiVersion/setup.py | 1 - .../subscriptionidapiversion/_patch.py | 1 + .../subscriptionidapiversion/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../subscriptionidapiversion/models/_patch.py | 1 + .../operations/_patch.py | 1 + .../bodydurationversiontolerant/_patch.py | 1 + .../bodydurationversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../AzureBodyDurationVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../_operations/_patch.py | 1 + .../azurereportversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../azurereportversiontolerant/aio/_patch.py | 1 + .../AzureReportVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../AzureSpecialsVersionTolerant/setup.py | 1 - .../custombaseurlversiontolerant/_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../CustomBaseUriVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../CustomPollerPagerVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../CustomUrlPagingVersionTolerant/setup.py | 1 - .../headexceptionsversiontolerant/_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../HeadExceptionsVersionTolerant/setup.py | 1 - .../headversiontolerant/_patch.py | 1 + .../headversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../headversiontolerant/operations/_patch.py | 1 + .../HeadVersionTolerant/setup.py | 1 - .../lropagingversiontolerant/_patch.py | 1 + .../lropagingversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../LroPagingVersionTolerant/setup.py | 1 - .../lroversiontolerant/_patch.py | 1 + .../lroversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../lroversiontolerant/operations/_patch.py | 1 + .../LroVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../setup.py | 1 - .../pagingversiontolerant/_patch.py | 1 + .../pagingversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../PagingVersionTolerant/setup.py | 1 - .../setup.py | 1 - .../storageversiontolerant/_patch.py | 1 + .../storageversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../_operations/_patch.py | 1 + .../_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../setup.py | 1 - .../_operations/_patch.py | 1 + .../_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../_operations/_patch.py | 1 + .../dpgtestmodelsversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../models/_patch.py | 1 + .../DPGTestModelsVersionTolerant/setup.py | 1 - .../additionalproperties/_patch.py | 12 ++++----- .../additionalproperties/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../additionalproperties/models/_patch.py | 12 ++++----- .../additionalproperties/operations/_patch.py | 12 ++++----- .../AdditionalProperties/setup.py | 1 - .../Anything/anything/_patch.py | 12 ++++----- .../Anything/anything/aio/_patch.py | 12 ++++----- .../anything/aio/operations/_patch.py | 12 ++++----- .../Anything/anything/operations/_patch.py | 12 ++++----- .../AcceptanceTests/Anything/setup.py | 1 - .../BodyArray/bodyarray/_patch.py | 12 ++++----- .../BodyArray/bodyarray/aio/_patch.py | 12 ++++----- .../bodyarray/aio/operations/_patch.py | 12 ++++----- .../BodyArray/bodyarray/models/_patch.py | 12 ++++----- .../BodyArray/bodyarray/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyArray/setup.py | 1 - .../BodyArrayWithNamespaceFolders/setup.py | 1 - .../vanilla/body/array/_patch.py | 12 ++++----- .../vanilla/body/array/aio/_patch.py | 12 ++++----- .../body/array/aio/operations/_patch.py | 12 ++++----- .../vanilla/body/array/models/_patch.py | 12 ++++----- .../vanilla/body/array/operations/_patch.py | 12 ++++----- .../BodyBinary/bodybinary/_patch.py | 12 ++++----- .../BodyBinary/bodybinary/aio/_patch.py | 12 ++++----- .../bodybinary/aio/operations/_patch.py | 12 ++++----- .../BodyBinary/bodybinary/models/_patch.py | 12 ++++----- .../bodybinary/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyBinary/setup.py | 1 - .../BodyBoolean/bodyboolean/_patch.py | 12 ++++----- .../BodyBoolean/bodyboolean/aio/_patch.py | 12 ++++----- .../bodyboolean/aio/operations/_patch.py | 12 ++++----- .../BodyBoolean/bodyboolean/models/_patch.py | 12 ++++----- .../bodyboolean/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyBoolean/setup.py | 1 - .../BodyByte/bodybyte/_patch.py | 12 ++++----- .../BodyByte/bodybyte/aio/_patch.py | 12 ++++----- .../bodybyte/aio/operations/_patch.py | 12 ++++----- .../BodyByte/bodybyte/models/_patch.py | 12 ++++----- .../BodyByte/bodybyte/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyByte/setup.py | 1 - .../bodybytewithpackagename/_patch.py | 12 ++++----- .../bodybytewithpackagename/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../bodybytewithpackagename/models/_patch.py | 12 ++++----- .../operations/_patch.py | 12 ++++----- .../BodyByteWithPackageName/setup.py | 1 - .../BodyComplex/bodycomplex/_patch.py | 12 ++++----- .../BodyComplex/bodycomplex/aio/_patch.py | 12 ++++----- .../bodycomplex/aio/operations/_patch.py | 12 ++++----- .../BodyComplex/bodycomplex/models/_patch.py | 12 ++++----- .../bodycomplex/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyComplex/setup.py | 1 - .../BodyDate/bodydate/_patch.py | 12 ++++----- .../BodyDate/bodydate/aio/_patch.py | 12 ++++----- .../bodydate/aio/operations/_patch.py | 12 ++++----- .../BodyDate/bodydate/models/_patch.py | 12 ++++----- .../BodyDate/bodydate/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyDate/setup.py | 1 - .../BodyDateTime/bodydatetime/_patch.py | 12 ++++----- .../BodyDateTime/bodydatetime/aio/_patch.py | 12 ++++----- .../bodydatetime/aio/operations/_patch.py | 12 ++++----- .../bodydatetime/models/_patch.py | 12 ++++----- .../bodydatetime/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyDateTime/setup.py | 1 - .../bodydatetimerfc1123/_patch.py | 12 ++++----- .../bodydatetimerfc1123/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../bodydatetimerfc1123/models/_patch.py | 12 ++++----- .../bodydatetimerfc1123/operations/_patch.py | 12 ++++----- .../BodyDateTimeRfc1123/setup.py | 1 - .../BodyDictionary/bodydictionary/_patch.py | 12 ++++----- .../bodydictionary/aio/_patch.py | 12 ++++----- .../bodydictionary/aio/operations/_patch.py | 12 ++++----- .../bodydictionary/models/_patch.py | 12 ++++----- .../bodydictionary/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyDictionary/setup.py | 1 - .../BodyDuration/bodyduration/_patch.py | 12 ++++----- .../BodyDuration/bodyduration/aio/_patch.py | 12 ++++----- .../bodyduration/aio/operations/_patch.py | 12 ++++----- .../bodyduration/models/_patch.py | 12 ++++----- .../bodyduration/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyDuration/setup.py | 1 - .../BodyFile/bodyfile/_patch.py | 12 ++++----- .../BodyFile/bodyfile/aio/_patch.py | 12 ++++----- .../bodyfile/aio/operations/_patch.py | 12 ++++----- .../BodyFile/bodyfile/models/_patch.py | 12 ++++----- .../BodyFile/bodyfile/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyFile/setup.py | 1 - .../BodyFormData/bodyformdata/_patch.py | 12 ++++----- .../BodyFormData/bodyformdata/aio/_patch.py | 12 ++++----- .../bodyformdata/aio/operations/_patch.py | 12 ++++----- .../bodyformdata/models/_patch.py | 12 ++++----- .../bodyformdata/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyFormData/setup.py | 1 - .../bodyformurlencodeddata/_patch.py | 12 ++++----- .../bodyformurlencodeddata/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../bodyformurlencodeddata/models/_patch.py | 12 ++++----- .../operations/_patch.py | 12 ++++----- .../BodyFormUrlEncodedData/setup.py | 1 - .../BodyInteger/bodyinteger/_patch.py | 12 ++++----- .../BodyInteger/bodyinteger/aio/_patch.py | 12 ++++----- .../bodyinteger/aio/operations/_patch.py | 12 ++++----- .../BodyInteger/bodyinteger/models/_patch.py | 12 ++++----- .../bodyinteger/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyInteger/setup.py | 1 - .../BodyNumber/bodynumber/_patch.py | 12 ++++----- .../BodyNumber/bodynumber/aio/_patch.py | 12 ++++----- .../bodynumber/aio/operations/_patch.py | 12 ++++----- .../BodyNumber/bodynumber/models/_patch.py | 12 ++++----- .../bodynumber/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyNumber/setup.py | 1 - .../BodyString/bodystring/_patch.py | 25 +++++++++++-------- .../BodyString/bodystring/aio/_patch.py | 12 ++++----- .../bodystring/aio/operations/_patch.py | 12 ++++----- .../BodyString/bodystring/models/_patch.py | 12 ++++----- .../bodystring/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyString/setup.py | 1 - .../BodyTime/bodytime/_patch.py | 12 ++++----- .../BodyTime/bodytime/aio/_patch.py | 12 ++++----- .../bodytime/aio/operations/_patch.py | 12 ++++----- .../BodyTime/bodytime/models/_patch.py | 12 ++++----- .../BodyTime/bodytime/operations/_patch.py | 12 ++++----- .../AcceptanceTests/BodyTime/setup.py | 1 - .../ClientEnum/clientenum/_patch.py | 13 +++++----- .../ClientEnum/clientenum/aio/_patch.py | 13 +++++----- .../clientenum/aio/operations/_patch.py | 13 +++++----- .../ClientEnum/clientenum/models/_patch.py | 13 +++++----- .../clientenum/operations/_patch.py | 13 +++++----- .../AcceptanceTests/ClientEnum/setup.py | 1 - .../Constants/constants/_patch.py | 12 ++++----- .../Constants/constants/aio/_patch.py | 12 ++++----- .../constants/aio/operations/_patch.py | 12 ++++----- .../Constants/constants/models/_patch.py | 12 ++++----- .../Constants/constants/operations/_patch.py | 12 ++++----- .../AcceptanceTests/Constants/setup.py | 1 - .../CustomBaseUri/custombaseurl/_patch.py | 13 +++++----- .../CustomBaseUri/custombaseurl/aio/_patch.py | 13 +++++----- .../custombaseurl/aio/operations/_patch.py | 13 +++++----- .../custombaseurl/models/_patch.py | 13 +++++----- .../custombaseurl/operations/_patch.py | 13 +++++----- .../AcceptanceTests/CustomBaseUri/setup.py | 1 - .../custombaseurlmoreoptions/_patch.py | 13 +++++----- .../custombaseurlmoreoptions/aio/_patch.py | 13 +++++----- .../aio/operations/_patch.py | 13 +++++----- .../custombaseurlmoreoptions/models/_patch.py | 13 +++++----- .../operations/_patch.py | 13 +++++----- .../CustomBaseUriMoreOptions/setup.py | 1 - .../errorwithsecrets/_patch.py | 13 +++++----- .../errorwithsecrets/aio/_patch.py | 13 +++++----- .../errorwithsecrets/aio/operations/_patch.py | 13 +++++----- .../errorwithsecrets/models/_patch.py | 13 +++++----- .../errorwithsecrets/operations/_patch.py | 13 +++++----- .../AcceptanceTests/ErrorWithSecrets/setup.py | 1 - .../extensibleenumsswagger/_patch.py | 12 ++++----- .../extensibleenumsswagger/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../extensibleenumsswagger/models/_patch.py | 12 ++++----- .../operations/_patch.py | 12 ++++----- .../AcceptanceTests/ExtensibleEnums/setup.py | 1 - .../AcceptanceTests/Header/header/_patch.py | 12 ++++----- .../Header/header/aio/_patch.py | 12 ++++----- .../Header/header/aio/operations/_patch.py | 12 ++++----- .../Header/header/models/_patch.py | 12 ++++----- .../Header/header/operations/_patch.py | 12 ++++----- .../Expected/AcceptanceTests/Header/setup.py | 1 - .../Http/httpinfrastructure/_patch.py | 12 ++++----- .../Http/httpinfrastructure/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../Http/httpinfrastructure/models/_patch.py | 12 ++++----- .../httpinfrastructure/operations/_patch.py | 12 ++++----- .../Expected/AcceptanceTests/Http/setup.py | 1 - .../incorrecterrorresponse/_patch.py | 12 ++++----- .../incorrecterrorresponse/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../incorrecterrorresponse/models/_patch.py | 12 ++++----- .../operations/_patch.py | 12 ++++----- .../IncorrectErrorResponse/setup.py | 1 - .../internaloperation/_patch.py | 1 + .../internaloperation/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../internaloperation/models/_patch.py | 1 + .../internaloperation/operations/_patch.py | 1 + .../MediaTypes/mediatypes/_patch.py | 12 ++++----- .../MediaTypes/mediatypes/aio/_patch.py | 12 ++++----- .../mediatypes/aio/operations/_patch.py | 12 ++++----- .../MediaTypes/mediatypes/models/_patch.py | 12 ++++----- .../mediatypes/operations/_patch.py | 12 ++++----- .../AcceptanceTests/MediaTypes/setup.py | 1 - .../MergePatchJson/mergepatchjson/_patch.py | 12 ++++----- .../mergepatchjson/aio/_patch.py | 12 ++++----- .../mergepatchjson/aio/operations/_patch.py | 12 ++++----- .../mergepatchjson/operations/_patch.py | 12 ++++----- .../AcceptanceTests/MergePatchJson/setup.py | 1 - .../ModelFlattening/modelflattening/_patch.py | 12 ++++----- .../modelflattening/aio/_patch.py | 12 ++++----- .../modelflattening/aio/operations/_patch.py | 12 ++++----- .../modelflattening/models/_patch.py | 12 ++++----- .../modelflattening/operations/_patch.py | 12 ++++----- .../AcceptanceTests/ModelFlattening/setup.py | 1 - .../multipleinheritance/_patch.py | 12 ++++----- .../multipleinheritance/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../multipleinheritance/models/_patch.py | 12 ++++----- .../multipleinheritance/operations/_patch.py | 12 ++++----- .../MultipleInheritance/setup.py | 1 - .../NoOperations/nooperations/_patch.py | 12 ++++----- .../nooperations/models/_patch.py | 12 ++++----- .../AcceptanceTests/NoOperations/setup.py | 1 - .../NonStringEnums/nonstringenums/_patch.py | 12 ++++----- .../nonstringenums/aio/_patch.py | 12 ++++----- .../nonstringenums/aio/operations/_patch.py | 12 ++++----- .../nonstringenums/models/_patch.py | 12 ++++----- .../nonstringenums/operations/_patch.py | 12 ++++----- .../AcceptanceTests/NonStringEnums/setup.py | 1 - .../ObjectType/objecttype/_patch.py | 13 +++++----- .../ObjectType/objecttype/aio/_patch.py | 13 +++++----- .../objecttype/aio/operations/_patch.py | 13 +++++----- .../objecttype/operations/_patch.py | 13 +++++----- .../AcceptanceTests/ObjectType/setup.py | 1 - .../packagemode/_patch.py | 1 + .../packagemode/aio/_patch.py | 1 + .../packagemode/aio/operations/_patch.py | 1 + .../packagemode/operations/_patch.py | 1 + .../parameterflattening/_patch.py | 12 ++++----- .../parameterflattening/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../parameterflattening/models/_patch.py | 12 ++++----- .../parameterflattening/operations/_patch.py | 12 ++++----- .../ParameterFlattening/setup.py | 1 - .../parameterizedendpoint/_patch.py | 13 +++++----- .../parameterizedendpoint/aio/_patch.py | 13 +++++----- .../aio/operations/_patch.py | 13 +++++----- .../operations/_patch.py | 13 +++++----- .../ParameterizedEndpoint/setup.py | 1 - .../AcceptanceTests/Report/report/_patch.py | 12 ++++----- .../Report/report/aio/_patch.py | 12 ++++----- .../Report/report/aio/operations/_patch.py | 12 ++++----- .../Report/report/models/_patch.py | 12 ++++----- .../Report/report/operations/_patch.py | 12 ++++----- .../Expected/AcceptanceTests/Report/setup.py | 1 - .../requiredoptional/_patch.py | 12 ++++----- .../requiredoptional/aio/_patch.py | 12 ++++----- .../requiredoptional/aio/operations/_patch.py | 12 ++++----- .../requiredoptional/models/_patch.py | 12 ++++----- .../requiredoptional/operations/_patch.py | 12 ++++----- .../AcceptanceTests/RequiredOptional/setup.py | 1 - .../ReservedWords/reservedwords/_patch.py | 12 ++++----- .../ReservedWords/reservedwords/aio/_patch.py | 12 ++++----- .../reservedwords/aio/operations/_patch.py | 12 ++++----- .../reservedwords/models/_patch.py | 12 ++++----- .../reservedwords/operations/_patch.py | 12 ++++----- .../AcceptanceTests/ReservedWords/setup.py | 1 - .../securityaadswagger/_patch.py | 12 ++++----- .../securityaadswagger/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../securityaadswagger/operations/_patch.py | 12 ++++----- .../SecurityAadSwagger/setup.py | 1 - .../_patch.py | 12 ++++----- .../aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../operations/_patch.py | 12 ++++----- .../SecurityAadSwaggerCredentialFlag/setup.py | 1 - .../securitykeyswagger/_patch.py | 12 ++++----- .../securitykeyswagger/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../securitykeyswagger/operations/_patch.py | 12 ++++----- .../SecurityKeySwagger/setup.py | 1 - .../_patch.py | 12 ++++----- .../aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../operations/_patch.py | 12 ++++----- .../SecurityKeySwaggerCredentialFlag/setup.py | 1 - .../Expected/AcceptanceTests/Url/setup.py | 1 - .../AcceptanceTests/Url/url/_patch.py | 12 ++++----- .../AcceptanceTests/Url/url/aio/_patch.py | 12 ++++----- .../Url/url/aio/operations/_patch.py | 12 ++++----- .../AcceptanceTests/Url/url/models/_patch.py | 12 ++++----- .../Url/url/operations/_patch.py | 12 ++++----- .../UrlMultiCollectionFormat/setup.py | 1 - .../urlmulticollectionformat/_patch.py | 12 ++++----- .../urlmulticollectionformat/aio/_patch.py | 12 ++++----- .../aio/operations/_patch.py | 12 ++++----- .../urlmulticollectionformat/models/_patch.py | 12 ++++----- .../operations/_patch.py | 12 ++++----- .../AcceptanceTests/Validation/setup.py | 1 - .../Validation/validation/_patch.py | 13 +++++----- .../Validation/validation/aio/_patch.py | 13 +++++----- .../validation/aio/operations/_patch.py | 13 +++++----- .../Validation/validation/models/_patch.py | 13 +++++----- .../validation/operations/_patch.py | 13 +++++----- .../Expected/AcceptanceTests/Xml/setup.py | 1 - .../AcceptanceTests/Xml/xmlservice/_patch.py | 13 +++++----- .../Xml/xmlservice/aio/_patch.py | 13 +++++----- .../Xml/xmlservice/aio/operations/_patch.py | 13 +++++----- .../Xml/xmlservice/models/_patch.py | 13 +++++----- .../Xml/xmlservice/operations/_patch.py | 13 +++++----- .../AcceptanceTests/XmsErrorResponse/setup.py | 1 - .../xmserrorresponse/_patch.py | 12 ++++----- .../xmserrorresponse/aio/_patch.py | 12 ++++----- .../xmserrorresponse/aio/operations/_patch.py | 12 ++++----- .../xmserrorresponse/models/_patch.py | 12 ++++----- .../xmserrorresponse/operations/_patch.py | 12 ++++----- .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../_operations/_patch.py | 1 + .../anythingversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../anythingversiontolerant/aio/_patch.py | 1 + .../AnythingVersionTolerant/setup.py | 1 - .../bodyarrayversiontolerant/_patch.py | 1 + .../bodyarrayversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyArrayVersionTolerant/setup.py | 1 - .../bodybinaryversiontolerant/_patch.py | 1 + .../bodybinaryversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyBinaryVersionTolerant/setup.py | 1 - .../bodybooleanversiontolerant/_patch.py | 1 + .../bodybooleanversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyBooleanVersionTolerant/setup.py | 1 - .../bodybyteversiontolerant/_patch.py | 1 + .../bodybyteversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyByteVersionTolerant/setup.py | 1 - .../bodycomplexversiontolerant/_patch.py | 1 + .../bodycomplexversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyComplexVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../bodydatetimeversiontolerant/_patch.py | 1 + .../bodydatetimeversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyDateTimeVersionTolerant/setup.py | 1 - .../bodydateversiontolerant/_patch.py | 1 + .../bodydateversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyDateVersionTolerant/setup.py | 1 - .../bodydictionaryversiontolerant/_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyDictionaryVersionTolerant/setup.py | 1 - .../bodydurationversiontolerant/_patch.py | 1 + .../bodydurationversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyDurationVersionTolerant/setup.py | 1 - .../bodyfileversiontolerant/_patch.py | 1 + .../bodyfileversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyFileVersionTolerant/setup.py | 1 - .../bodyformdataversiontolerant/_patch.py | 1 + .../bodyformdataversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyFormDataVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../bodyintegerversiontolerant/_patch.py | 1 + .../bodyintegerversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyIntegerVersionTolerant/setup.py | 1 - .../bodynumberversiontolerant/_patch.py | 1 + .../bodynumberversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyNumberVersionTolerant/setup.py | 1 - .../bodystringversiontolerant/_patch.py | 1 + .../bodystringversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyStringVersionTolerant/setup.py | 1 - .../bodytimeversiontolerant/_patch.py | 1 + .../bodytimeversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../BodyTimeVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../clientenumversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../clientenumversiontolerant/aio/_patch.py | 1 + .../models/_patch.py | 1 + .../ClientEnumVersionTolerant/setup.py | 1 - .../constantsversiontolerant/_patch.py | 1 + .../constantsversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../ConstantsVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../custombaseurlversiontolerant/_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../CustomBaseUriVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../errorwithsecretsversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../ErrorWithSecretsVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../ExtensibleEnumsVersionTolerant/setup.py | 1 - .../headerversiontolerant/_patch.py | 1 + .../headerversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../HeaderVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../HttpVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../setup.py | 1 - .../_operations/_patch.py | 1 + .../mediatypesversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../mediatypesversiontolerant/aio/_patch.py | 1 + .../MediaTypesVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../mergepatchjsonversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../MergePatchJsonVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../modelflatteningversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../ModelFlatteningVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 - .../_patch.py | 1 - .../aio/_operations/_patch.py | 1 - .../aio/_patch.py | 1 - .../setup.py | 1 - .../anything_client/_operations/_patch.py | 1 + .../anything_client/_patch.py | 1 + .../anything_client/aio/_operations/_patch.py | 1 + .../anything_client/aio/_patch.py | 1 + .../NoNamespaceFlagVersionTolerant/setup.py | 1 - .../nooperationsversiontolerant/_patch.py | 1 + .../NoOperationsVersionTolerant/setup.py | 1 - .../nonstringenumsversiontolerant/_patch.py | 1 - .../aio/_patch.py | 1 - .../aio/operations/_patch.py | 1 - .../operations/_patch.py | 1 - .../NonStringEnumsVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../objecttypeversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../objecttypeversiontolerant/aio/_patch.py | 1 + .../ObjectTypeVersionTolerant/setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../setup.py | 1 - .../_operations/_patch.py | 1 + .../_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../setup.py | 1 - .../_operations/_patch.py | 1 + .../reportversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../reportversiontolerant/aio/_patch.py | 1 + .../ReportVersionTolerant/setup.py | 1 - .../requiredoptionalversiontolerant/_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../RequiredOptionalVersionTolerant/setup.py | 1 - .../reservedwordsversiontolerant/_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../ReservedWordsVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../setup.py | 1 - .../_operations/_patch.py | 1 + .../_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../aio/_patch.py | 1 + .../setup.py | 1 - .../setup.py | 1 - .../_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + .../UrlVersionTolerant/setup.py | 1 - .../urlversiontolerant/_patch.py | 1 + .../urlversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../urlversiontolerant/operations/_patch.py | 1 + .../ValidationVersionTolerant/setup.py | 1 - .../_operations/_patch.py | 1 + .../validationversiontolerant/_patch.py | 1 + .../aio/_operations/_patch.py | 1 + .../validationversiontolerant/aio/_patch.py | 1 + .../XmlVersionTolerant/setup.py | 1 - .../xmlserviceversiontolerant/_patch.py | 1 + .../xmlserviceversiontolerant/aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../models/_patch.py | 1 + .../operations/_patch.py | 1 + .../XmsErrorResponseVersionTolerant/setup.py | 1 - .../xmserrorresponseversiontolerant/_patch.py | 1 + .../aio/_patch.py | 1 + .../aio/operations/_patch.py | 1 + .../operations/_patch.py | 1 + 803 files changed, 1880 insertions(+), 1662 deletions(-) diff --git a/eng/pipelines/ci.yml b/eng/pipelines/ci.yml index 6b47ee6c61..6bbb6e4f6e 100644 --- a/eng/pipelines/ci.yml +++ b/eng/pipelines/ci.yml @@ -145,11 +145,6 @@ jobs: Pool: ${{ variables.WINDOWSPOOL }} OSVmImage: ${{ variables.WINDOWSVMIMAGE}} PythonVersion: "3.10" - Linux_Python311: - OSName: "Linux" - Pool: ${{ variables.LINUXPOOL }} - OSVmImage: ${{ variables.LINUXVMIMAGE}} - PythonVersion: "3.10" Linux_Python311: OSName: "Linux" Pool: ${{ variables.LINUXPOOL }} diff --git a/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/_patch.py b/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/_patch.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/aio/_patch.py b/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/aio/_patch.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/aio/operations/_patch.py b/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/aio/operations/_patch.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/operations/_patch.py b/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/operations/_patch.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-pyproject/test/azure-mgmt-pyproject/azure/mgmt/pyproject/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/_patch.py b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/_patch.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/aio/_patch.py b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/aio/_patch.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/aio/operations/_patch.py b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/aio/operations/_patch.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/operations/_patch.py b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/operations/_patch.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/azure/mgmt/test/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/setup.py b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/setup.py index f84d55c6a2..8ec70db062 100644 --- a/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/setup.py +++ b/packages/autorest.python/samples/specification/azure-mgmt-test/test/azure-mgmt-test/setup.py @@ -11,7 +11,6 @@ import re from setuptools import setup, find_packages - PACKAGE_NAME = "azure-mgmt-test" PACKAGE_PPRINT_NAME = "Test Management" diff --git a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/_patch.py b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/_patch.py index f7dd325103..4559411229 100644 --- a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/_patch.py +++ b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/_patch.py @@ -6,6 +6,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/aio/_patch.py b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/aio/_patch.py index f7dd325103..4559411229 100644 --- a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/aio/_patch.py +++ b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/aio/_patch.py @@ -6,6 +6,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/aio/operations/_patch.py b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/aio/operations/_patch.py index f7dd325103..4559411229 100644 --- a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/aio/operations/_patch.py +++ b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/aio/operations/_patch.py @@ -6,6 +6,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/models/_patch.py b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/models/_patch.py index f7dd325103..4559411229 100644 --- a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/models/_patch.py +++ b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/models/_patch.py @@ -6,6 +6,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/operations/_patch.py b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/operations/_patch.py index f7dd325103..4559411229 100644 --- a/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/operations/_patch.py +++ b/packages/autorest.python/samples/specification/azure-test/test/azure-test/azure/test/_generated/operations/_patch.py @@ -6,6 +6,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/_patch.py b/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/_patch.py +++ b/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/aio/_patch.py b/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/aio/_patch.py +++ b/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/aio/operations/_patch.py b/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/aio/operations/_patch.py +++ b/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/operations/_patch.py b/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/operations/_patch.py +++ b/packages/autorest.python/samples/specification/azure_key_credential/generated/azure/key/credential/sample/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/azure_key_credential/generated/setup.py b/packages/autorest.python/samples/specification/azure_key_credential/generated/setup.py index d6e4e96b8f..cb7577b5b7 100644 --- a/packages/autorest.python/samples/specification/azure_key_credential/generated/setup.py +++ b/packages/autorest.python/samples/specification/azure_key_credential/generated/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "azure-key-credential-sample" version = "0.1.0" diff --git a/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/_patch.py b/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/_patch.py +++ b/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/aio/_patch.py b/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/aio/_patch.py +++ b/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/aio/operations/_patch.py b/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/aio/operations/_patch.py +++ b/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/operations/_patch.py b/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/operations/_patch.py +++ b/packages/autorest.python/samples/specification/basic/generated/azure/basic/sample/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/basic/generated/setup.py b/packages/autorest.python/samples/specification/basic/generated/setup.py index 597610ab53..2a0b62343c 100644 --- a/packages/autorest.python/samples/specification/basic/generated/setup.py +++ b/packages/autorest.python/samples/specification/basic/generated/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "azure-basic-sample" version = "0.1.0" diff --git a/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_operations/_patch.py b/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_operations/_patch.py +++ b/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_patch.py b/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_patch.py +++ b/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_operations/_patch.py b/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_operations/_patch.py +++ b/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_patch.py b/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_patch.py +++ b/packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/directives/generated/setup.py b/packages/autorest.python/samples/specification/directives/generated/setup.py index 4ac09a3c1c..20c122573f 100644 --- a/packages/autorest.python/samples/specification/directives/generated/setup.py +++ b/packages/autorest.python/samples/specification/directives/generated/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "azure-directives-sample" version = "0.1.0" diff --git a/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/_patch.py b/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/_patch.py +++ b/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/aio/_patch.py b/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/aio/_patch.py +++ b/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/aio/operations/_patch.py b/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/aio/operations/_patch.py +++ b/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/operations/_patch.py b/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/operations/_patch.py +++ b/packages/autorest.python/samples/specification/management/generated/azure/mgmt/sample/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/samples/specification/management/generated/setup.py b/packages/autorest.python/samples/specification/management/generated/setup.py index 2af2af850d..bfea5fb2e3 100644 --- a/packages/autorest.python/samples/specification/management/generated/setup.py +++ b/packages/autorest.python/samples/specification/management/generated/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "azure-mgmt-sample" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/bodyduration/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/setup.py index 3902fbc600..f721aeacf6 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureBodyDuration/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestdurationtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/azureparametergrouping/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/setup.py index 03cbb4a0b2..bc6da493da 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureParameterGrouping/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparametergroupingtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/azurereport/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/setup.py index dd6ab92563..94e8de7902 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureReport/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestreportserviceforazure" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/azurespecialproperties/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/setup.py index 44e6524347..5edf72a51f 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/AzureSpecials/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestazurespecialparameterstestclient" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/setup.py index 1bc312dc47..19c691ad4e 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomBaseUri/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterizedhosttestclient" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/custompollerpager/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/setup.py index 56bba34773..a32602c9c4 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomPollerPager/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "custompollerpager" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/custombaseurlpaging/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/setup.py index a241b7d4ea..27ac1b3af3 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/CustomUrlPaging/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterizedhosttestpagingclient" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/head/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/setup.py index f86c4179ad..1a98eeef7b 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Head/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestheadtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/headexceptions/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/setup.py index 8082b2c9d9..c4699b1da5 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadExceptions/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestheadexceptiontestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/headwithazurekeycredentialpolicy/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/setup.py index f86c4179ad..1a98eeef7b 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/HeadWithAzureKeyCredentialPolicy/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestheadtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/lro/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/setup.py index 88e5c20f48..10bd1250e0 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Lro/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestlongrunningoperationtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/lrowithparameterizedendpoints/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/setup.py index ce174315da..08029b7d89 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/LroWithParameterizedEndpoints/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "lrowithparamaterizedendpoints" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/mixedapiversion/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/setup.py index 40652aab19..869e2088be 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/MixedApiVersion/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "mixedapiversion" version = "1.0.0b1" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/head/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/azure/packagemode/batch/paging/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/azure/packagemode/customize/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/azure/packagemode/dataplane/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/azure/package/mode/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/paging/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/setup.py index b44a4d8eef..e3824b83d0 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/Paging/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestpagingtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/setup.py index 15cebfde20..ba732b256f 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityAadSwagger/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestsecurityaad" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/setup.py index de28e02403..357945102b 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SecurityKeySwagger/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestsecuritykey" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/setup.py index 11e5dc4715..f84268cd2a 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "storagemanagementclient" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/StorageManagementClient/storage/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/setup.py index b7bf474666..6bc3274fa7 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "microsoftazuretesturl" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/aio/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/aio/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/aio/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/models/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/models/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/operations/_patch.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/operations/_patch.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/SubscriptionIdApiVersion/subscriptionidapiversion/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/bodydurationversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/setup.py index 3902fbc600..f721aeacf6 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureBodyDurationVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestdurationtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/azureparametergroupingversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/setup.py index c6ae6f64ce..e15ba80b9c 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureParameterGroupingVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparametergroupingtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/_operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/azurereportversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/setup.py index dd6ab92563..94e8de7902 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureReportVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestreportserviceforazure" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/azurespecialpropertiesversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/setup.py index 9784c2389f..62902b5820 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/AzureSpecialsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestazurespecialparameterstestclient" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/setup.py index dbe06a5c65..69ce6d162b 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterizedhosttestclient" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/custompollerpagerversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/setup.py index 210899c7d6..84bc32b8e4 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomPollerPagerVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "custompollerpagerversiontolerant" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/custombaseurlpagingversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/setup.py index a241b7d4ea..27ac1b3af3 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/CustomUrlPagingVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterizedhosttestpagingclient" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/headexceptionsversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/setup.py index 8082b2c9d9..c4699b1da5 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadExceptionsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestheadexceptiontestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/headversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/setup.py index f86c4179ad..1a98eeef7b 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/HeadVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestheadtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/lropagingversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/setup.py index 7f50b8b297..038e045a59 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroPagingVersionTolerant/setup.py @@ -9,7 +9,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "lropagingversiontolerant" version = "1.0.0b1" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/lroversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/setup.py index 88e5c20f48..10bd1250e0 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestlongrunningoperationtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/_operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/lrowithparameterizedendpointsversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/setup.py index ce174315da..08029b7d89 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/LroWithParameterizedEndpointsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "lrowithparamaterizedendpoints" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/pagingversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/setup.py index b44a4d8eef..e3824b83d0 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/PagingVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestpagingtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/setup.py index 11e5dc4715..f84268cd2a 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "storagemanagementclient" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/StorageManagementClientVersionTolerant/storageversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/setup.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/setup.py index b7bf474666..6bc3274fa7 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/setup.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "microsoftazuretesturl" version = "0.1.0" diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/aio/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/operations/_patch.py b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/azure/version-tolerant/Expected/AcceptanceTests/SubscriptionIdApiVersionVersionTolerant/subscriptionidapiversionversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_patch.py index 0937b0ba62..8c9afc8cce 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_patch.py @@ -8,6 +8,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List, Any, Union, cast, IO from azure.core.paging import ItemPaged from azure.core.polling import LROPoller diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/aio/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/aio/_patch.py index 2c1eeb4368..fbb4dd2ff9 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/aio/_patch.py @@ -8,6 +8,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List, Any, Union, cast, IO from azure.core.async_paging import AsyncItemPaged from azure.core.polling import AsyncLROPoller diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/setup.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/setup.py index 9f91dc341c..250a343c31 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/setup.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "dpgcustomizationcustomized" version = "0.1.0" diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/_operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/aio/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/dpgcustomizationinitialversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/setup.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/setup.py index d58c0e29aa..aee8e1e529 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/setup.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationInitialVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "dpgcustomizationinitial" version = "0.1.0" diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/aio/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/dpgservicedriveninitialversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/setup.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/setup.py index 0a9423116f..0a64f49daa 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/setup.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenInitialVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "dpgservicedriveninitial" version = "0.1.0" diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/aio/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/dpgservicedrivenupdateoneversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/setup.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/setup.py index a0e7631966..931d156aeb 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/setup.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGServiceDrivenUpdateOneVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "dpgservicedrivenupdateone" version = "0.1.0" diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/_operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/_operations/_patch.py index ccae2673af..c6d685a398 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List, Any from ..models import Product from ._operations import _DPGClientOperationsMixin as _DPGClientOperationsMixinGenerated diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/_patch.py index fa21522181..12c66bab02 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/_patch.py @@ -8,6 +8,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List from ._client import DPGClient as DPGClientGenerated diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/aio/_operations/_patch.py index 084c07a6d2..b59678a025 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List, Any from ...models import Product from ._operations import _DPGClientOperationsMixin as _DPGClientOperationsMixinGenerated diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/aio/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/aio/_patch.py index fa21522181..12c66bab02 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/aio/_patch.py @@ -8,6 +8,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List from ._client import DPGClient as DPGClientGenerated diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/models/_patch.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/models/_patch.py index 30c0e5dccd..b7c15515bf 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/models/_patch.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/dpgtestmodelsversiontolerant/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List from ._models import Product as ProductGenerated diff --git a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/setup.py b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/setup.py index 95878502fb..4cc602f980 100644 --- a/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/setup.py +++ b/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGTestModelsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "dpgtestmodels" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/additionalproperties/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/setup.py index 708d6ea09f..c3248500f0 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/AdditionalProperties/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "additionalpropertiesclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/anything/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/setup.py index 720471e11a..45f92248a5 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Anything/setup.py @@ -9,7 +9,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "anythingclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/bodyarray/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/setup.py index 5c93b4bc4c..a4646706d2 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArray/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatarrayservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/setup.py index 5c93b4bc4c..a4646706d2 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatarrayservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyArrayWithNamespaceFolders/vanilla/body/array/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/bodybinary/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/setup.py index da6cfdbb37..23083519cf 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBinary/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "binarywithcontenttypeapplicationjson" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/bodyboolean/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/setup.py index 20a8d56b18..327af1e195 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyBoolean/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestbooltestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/bodybyte/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/setup.py index 2786adf6a4..26e40f3179 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByte/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatbyteservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/bodybytewithpackagename/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/setup.py index b4b8269f9d..5c0caf6c68 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyByteWithPackageName/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "packagename" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/bodycomplex/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/setup.py index a8f263a0d6..e9f2c8fff3 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyComplex/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestcomplextestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/bodydate/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/setup.py index d9ba100c0c..54f70b106b 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDate/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestdatetestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/bodydatetime/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/setup.py index 8fcb3ee4d7..19f0fea4d0 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTime/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestdatetimetestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/bodydatetimerfc1123/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/setup.py index 7fa61b2e03..a3a8a2515c 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDateTimeRfc1123/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestrfc1123datetimetestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/bodydictionary/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/setup.py index 91345eef98..5cea2d2dc8 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDictionary/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatdictionaryservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/bodyduration/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/setup.py index 3902fbc600..f721aeacf6 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyDuration/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestdurationtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/bodyfile/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/setup.py index 58522e0d67..26d67cef4f 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFile/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatfileservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/bodyformdata/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/setup.py index e528774182..b0a12262b0 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormData/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatformdataservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/bodyformurlencodeddata/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/setup.py index fe5b2d5b03..6ac8049d97 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyFormUrlEncodedData/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "bodyformsdataurlencoded" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/bodyinteger/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/setup.py index a76d16b262..30a1f48d72 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyInteger/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestintegertestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/bodynumber/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/setup.py index 3e1f1ec633..a60980ca8b 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyNumber/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestnumbertestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/_patch.py index d7c2547654..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/_patch.py @@ -1,17 +1,20 @@ -import importlib -import sys +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- +"""Customize generated code here. +Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize +""" -class PatchAddedModel(object): - pass +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): - try: - models = sys.modules["bodystring.models"] - except KeyError: - models = importlib.import_module("bodystring.models") - setattr(models, "PatchAddedModel", PatchAddedModel) + """Do not remove from this file. - -__all__ = [] + `patch_sdk` is a last resort escape hatch that allows you to do customizations + you can't accomplish using the techniques described in + https://aka.ms/azsdk/python/dpcodegen/python/customize + """ diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/bodystring/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/setup.py index 20d8244540..d655a7e291 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyString/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/bodytime/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/setup.py index 2773de29cf..bb8c19db37 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/BodyTime/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autoresttimetestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/aio/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/aio/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/aio/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/aio/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/models/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/models/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/clientenum/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/setup.py index 62507af3e2..0abf28e31a 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ClientEnum/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "clientwithenum" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/constants/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/setup.py index 48fe9cf124..37fc4bc01e 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Constants/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerconstantservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/aio/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/models/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/models/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/custombaseurl/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/setup.py index 1bc312dc47..19c691ad4e 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUri/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterizedhosttestclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/aio/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/aio/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/aio/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/aio/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/models/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/models/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/custombaseurlmoreoptions/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/setup.py index aab082215c..4f100126f9 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/CustomBaseUriMoreOptions/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterizedcustomhosttestclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/aio/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/aio/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/aio/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/aio/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/models/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/models/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/errorwithsecrets/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/setup.py index c016a61946..7bffd139d9 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ErrorWithSecrets/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "errorwithsecrets" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/extensibleenumsswagger/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/setup.py index 41041f3e24..25a2b681ee 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ExtensibleEnums/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "petstoreinc" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/header/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/setup.py index 7220cd67e2..1ebd98cd0b 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Header/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatheaderservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/httpinfrastructure/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/setup.py index f80fec31ad..5d1704d787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Http/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autoresthttpinfrastructuretestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/incorrecterrorresponse/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/setup.py index 414044f4ee..f0685714c5 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/IncorrectErrorResponse/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "incorrectreturnederrormodel" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/internaloperation/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/mediatypes/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/setup.py index 17f9c4b725..0476a6dc33 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MediaTypes/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "mediatypesclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/mergepatchjson/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/setup.py index 24682ccbd2..c1d6be027e 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MergePatchJson/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "mergepatchjsonclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/modelflattening/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/setup.py index 96e4ed7ae3..ecc3ce5ed4 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ModelFlattening/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestresourceflatteningtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/multipleinheritance/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/setup.py index 65ce30c147..106241853f 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/MultipleInheritance/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "multipleinheritanceserviceclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/nooperations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/nooperations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/nooperations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/nooperations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/nooperations/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/nooperations/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/nooperations/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/nooperations/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/setup.py index 6bb683a96d..649479281f 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NoOperations/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "nooperationsserviceclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/nonstringenums/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/setup.py index 930e6407d7..ac7b760933 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/NonStringEnums/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "nonstringenumsclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/aio/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/aio/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/aio/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/aio/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/objecttype/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/setup.py index 61ca91f962..01c7500f35 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ObjectType/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "objecttypeclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/packagemode/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/parameterflattening/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/setup.py index 0dbf2cb1c5..ecc852cb59 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterFlattening/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterflattening" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/aio/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/aio/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/aio/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/aio/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/parameterizedendpoint/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/setup.py index 428c21c8f5..c1f03fe870 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ParameterizedEndpoint/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "parmaterizedendpointclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/report/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/setup.py index 66d07493d2..1267837c19 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Report/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestreportservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/requiredoptional/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/setup.py index 56cb9592bf..8cbe267822 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/RequiredOptional/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestrequiredoptionaltestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/reservedwords/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/setup.py index d78c7dee39..22425592a4 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/ReservedWords/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "reservedwordsclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/securityaadswagger/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/setup.py index a8f2d21906..f669b17405 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwagger/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestsecurityaad" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/securityaadswaggercredentialflag/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/setup.py index fe10133159..951f8b03ac 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityAadSwaggerCredentialFlag/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "securityaadswaggercredentialflag" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/securitykeyswagger/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/setup.py index f5cdf90696..4dc440cb84 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwagger/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestsecuritykey" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/securitykeyswaggercredentialflag/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/setup.py index 226a03bd88..7e1a5dd9ef 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/SecurityKeySwaggerCredentialFlag/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "securitykeyswaggercredentialflag" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/setup.py index 24d721ea86..c6cb0a4f54 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autoresturltestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Url/url/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/setup.py index c0aa591889..fec5875a95 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autoresturlmutlicollectionformattestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/UrlMultiCollectionFormat/urlmulticollectionformat/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/setup.py index 1a96b55390..2f433f54c4 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestvalidationtest" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/aio/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/aio/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/aio/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/aio/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/models/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/models/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Validation/validation/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/setup.py index 9b979ba721..fc400ae560 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatxmlservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/aio/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/aio/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/aio/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/aio/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/models/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/models/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/operations/_patch.py index 49900f6ab1..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/Xml/xmlservice/operations/_patch.py @@ -1,15 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ - +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/setup.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/setup.py index 015677976b..5b4ca51162 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/setup.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "xmserrorresponseextensions" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/aio/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/aio/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/aio/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/aio/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/aio/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/models/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/models/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/models/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/models/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/operations/_patch.py b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/operations/_patch.py index f7dd325103..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/XmsErrorResponse/xmserrorresponse/operations/_patch.py @@ -1,14 +1,14 @@ -# ------------------------------------ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. -# ------------------------------------ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------- """Customize generated code here. Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ -from typing import List -__all__: List[str] = [] # Add all objects you want publicly available to users at this package level +__all__: list[str] = [] # Add all objects you want publicly available to users at this package level def patch_sdk(): diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/additionalpropertiesversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/setup.py index 708d6ea09f..c3248500f0 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AdditionalPropertiesVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "additionalpropertiesclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/anythingversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/setup.py index 720471e11a..45f92248a5 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/AnythingVersionTolerant/setup.py @@ -9,7 +9,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "anythingclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/bodyarrayversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/setup.py index 5c93b4bc4c..a4646706d2 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyArrayVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatarrayservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/bodybinaryversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/setup.py index da6cfdbb37..23083519cf 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBinaryVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "binarywithcontenttypeapplicationjson" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/bodybooleanversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/setup.py index 20a8d56b18..327af1e195 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyBooleanVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestbooltestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/bodybyteversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/setup.py index 2786adf6a4..26e40f3179 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyByteVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatbyteservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/bodycomplexversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/setup.py index 6c68252543..0bd95369e9 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyComplexVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestcomplextestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/bodydatetimerfc1123versiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/setup.py index 7fa61b2e03..a3a8a2515c 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeRfc1123VersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestrfc1123datetimetestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/bodydatetimeversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/setup.py index 8fcb3ee4d7..19f0fea4d0 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateTimeVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestdatetimetestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/bodydateversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/setup.py index d9ba100c0c..54f70b106b 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDateVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestdatetestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/bodydictionaryversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/setup.py index 91345eef98..5cea2d2dc8 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDictionaryVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatdictionaryservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/bodydurationversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/setup.py index 3902fbc600..f721aeacf6 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyDurationVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestdurationtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/bodyfileversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/setup.py index 58522e0d67..26d67cef4f 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFileVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatfileservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/aio/operations/_patch.py index a798b79c11..5114b98490 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import Any, AsyncIterator, Dict, List from azure.core.tracing.decorator_async import distributed_trace_async diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/operations/_patch.py index 38f241075b..a7a8f9035e 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/bodyformdataversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import Any, Dict, List, Iterator, cast, Union from azure.core.tracing.decorator import distributed_trace diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/setup.py index e528774182..b0a12262b0 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormDataVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatformdataservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/aio/operations/_patch.py index b3c2e6c388..84c86b1f37 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import Any, Dict, List from azure.core.tracing.decorator_async import distributed_trace_async diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/operations/_patch.py index 9fabf920f0..8c8edd6337 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/bodyformurlencodeddataversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import Any, Dict, List, cast from azure.core.exceptions import ( diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/setup.py index fe5b2d5b03..6ac8049d97 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyFormUrlEncodedDataVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "bodyformsdataurlencoded" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/bodyintegerversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/setup.py index a76d16b262..30a1f48d72 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyIntegerVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestintegertestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/bodynumberversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/setup.py index 3e1f1ec633..a60980ca8b 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyNumberVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestnumbertestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/bodystringversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/setup.py index 20d8244540..d655a7e291 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyStringVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/bodytimeversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/setup.py index 2773de29cf..bb8c19db37 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/BodyTimeVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autoresttimetestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/models/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/models/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/clientenumversiontolerant/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/setup.py index 62507af3e2..0abf28e31a 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ClientEnumVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "clientwithenum" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/constantsversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/setup.py index 48fe9cf124..37fc4bc01e 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ConstantsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerconstantservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/custombaseurlmoreoptionsversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/setup.py index aab082215c..4f100126f9 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriMoreOptionsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterizedcustomhosttestclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/custombaseurlversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/setup.py index dbe06a5c65..69ce6d162b 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/CustomBaseUriVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterizedhosttestclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/errorwithsecretsversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/setup.py index c016a61946..7bffd139d9 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ErrorWithSecretsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "errorwithsecrets" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/extensibleenumsswaggerversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/setup.py index 41041f3e24..25a2b681ee 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ExtensibleEnumsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "petstoreinc" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/headerversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/setup.py index 7220cd67e2..1ebd98cd0b 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HeaderVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatheaderservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/httpinfrastructureversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/setup.py index f80fec31ad..5d1704d787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/HttpVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autoresthttpinfrastructuretestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/incorrecterrorresponseversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/setup.py index 414044f4ee..f0685714c5 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/IncorrectErrorResponseVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "incorrectreturnederrormodel" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/_operations/_patch.py index 4dbaa2e54e..25002d0fc3 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/_operations/_patch.py @@ -8,6 +8,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List, Any, IO, Optional, cast, Union, Tuple, Dict from azure.core.exceptions import ( diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/_patch.py index 6ae03df5da..59fe287650 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List, Any, overload, IO, Optional, cast, Union, Tuple, Dict from azure.core.exceptions import ( diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/aio/_patch.py index f81908ba59..f21d2b1d4e 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/mediatypesversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List, Any, overload, IO, Optional, Union from azure.core.tracing.decorator_async import distributed_trace_async diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/setup.py index 17f9c4b725..0476a6dc33 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MediaTypesVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "mediatypesclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/mergepatchjsonversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/setup.py index 24682ccbd2..c1d6be027e 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MergePatchJsonVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "mergepatchjsonclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/modelflatteningversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/setup.py index 96e4ed7ae3..ecc3ce5ed4 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ModelFlatteningVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestresourceflatteningtestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/multipleinheritanceversiontolerant/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/setup.py index 65ce30c147..106241853f 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/MultipleInheritanceVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "multipleinheritanceserviceclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/anything_client/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/setup.py index 4b44e53f1b..0fb68ebbb7 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoNamespaceFlagVersionTolerant/setup.py @@ -9,7 +9,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "nonamespaceflag" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoOperationsVersionTolerant/nooperationsversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoOperationsVersionTolerant/nooperationsversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoOperationsVersionTolerant/nooperationsversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoOperationsVersionTolerant/nooperationsversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoOperationsVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoOperationsVersionTolerant/setup.py index 6bb683a96d..649479281f 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoOperationsVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NoOperationsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "nooperationsserviceclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/nonstringenumsversiontolerant/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/setup.py index 930e6407d7..ac7b760933 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/NonStringEnumsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "nonstringenumsclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/objecttypeversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/setup.py index 61ca91f962..01c7500f35 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ObjectTypeVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "objecttypeclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/parameterflatteningversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/setup.py index 0dbf2cb1c5..ecc852cb59 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterFlatteningVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestparameterflattening" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/parameterizedendpointversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/setup.py index 428c21c8f5..c1f03fe870 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ParameterizedEndpointVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "parmaterizedendpointclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/reportversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/setup.py index 66d07493d2..1267837c19 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReportVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestreportservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/requiredoptionalversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/setup.py index 4aaefeaddd..303c9ff2a4 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/RequiredOptionalVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestrequiredoptionaltestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/_patch.py index 250034244e..2c0cb76a90 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import Any, Dict, List, cast from azure.core.exceptions import ( diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/aio/_patch.py index 74a8d05671..3c0436306d 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import Any, Dict, List from azure.core.tracing.decorator_async import distributed_trace_async diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/reservedwordsversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/setup.py index d78c7dee39..22425592a4 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ReservedWordsVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "reservedwordsclient" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/securityaadswaggerversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/setup.py index a8f2d21906..f669b17405 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityAadSwaggerVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestsecurityaad" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/securitykeyswaggerversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/setup.py index f5cdf90696..4dc440cb84 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/SecurityKeySwaggerVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestsecuritykey" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/setup.py index c0aa591889..fec5875a95 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autoresturlmutlicollectionformattestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlMultiCollectionFormatVersionTolerant/urlmulticollectionformatversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/setup.py index 0d2b4a6ea1..db630a0f85 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autoresturltestservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/UrlVersionTolerant/urlversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/setup.py index 33fc7a81e6..3b2e232937 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestvalidationtest" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/aio/_operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/aio/_operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/aio/_operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/ValidationVersionTolerant/validationversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/setup.py index 9b979ba721..fc400ae560 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "autorestswaggerbatxmlservice" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/models/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/models/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/models/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmlVersionTolerant/xmlserviceversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/setup.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/setup.py index 015677976b..5b4ca51162 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/setup.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/setup.py @@ -8,7 +8,6 @@ from setuptools import setup, find_packages - PACKAGE_NAME = "xmserrorresponseextensions" version = "0.1.0" diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/aio/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/aio/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/aio/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/aio/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/aio/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/aio/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/operations/_patch.py b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/operations/_patch.py index 49900f6ab1..47e75e8787 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/operations/_patch.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/Expected/AcceptanceTests/XmsErrorResponseVersionTolerant/xmserrorresponseversiontolerant/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level From e45a3d17f63a97bb4aa902f4c42b4cf24a129ac9 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 15 Apr 2026 15:53:02 -0700 Subject: [PATCH 09/10] Fix black 26.3.1 blank line formatting in PackageModeCustomize setup.py Black 26.3.1 normalizes two blank lines after top-level imports to one. Update both the custom jinja2 template and the generated setup.py to match black 26.3.1 output, fixing the CI regeneration diff check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../Expected/AcceptanceTests/PackageModeCustomize/setup.py | 1 - .../specification/packagemodecustomize/template/setup.py.jinja2 | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/setup.py b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/setup.py index cb8f06f5f8..8f76f6d604 100644 --- a/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/setup.py +++ b/packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeCustomize/setup.py @@ -11,7 +11,6 @@ import re from setuptools import setup, find_packages - PACKAGE_NAME = "azure-packagemode-customize" PACKAGE_PPRINT_NAME = "Azure Customized Package Mode" diff --git a/packages/autorest.python/test/azure/legacy/specification/packagemodecustomize/template/setup.py.jinja2 b/packages/autorest.python/test/azure/legacy/specification/packagemodecustomize/template/setup.py.jinja2 index 88b7d90d44..3d792eedbe 100644 --- a/packages/autorest.python/test/azure/legacy/specification/packagemodecustomize/template/setup.py.jinja2 +++ b/packages/autorest.python/test/azure/legacy/specification/packagemodecustomize/template/setup.py.jinja2 @@ -11,7 +11,6 @@ import os import re from setuptools import setup, find_packages - PACKAGE_NAME = "azure-packagemode-customize" PACKAGE_PPRINT_NAME = "Azure Customized Package Mode" From dbe4bbb451d90dd6b446cb0a0a91a6f259e17991 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Wed, 15 Apr 2026 16:23:24 -0700 Subject: [PATCH 10/10] Fix black 26.3.1 formatting in typespec-python generated tests Black 26.3.1 removes extra blank lines after imports and docstrings. Run black with line-length=120 on all generated test files to match what the TypeSpec emitter produces with the new black version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../authentication/apikey/_operations/_patch.py | 1 + .../azure/authentication-api-key/authentication/apikey/_patch.py | 1 + .../authentication/apikey/aio/_operations/_patch.py | 1 + .../authentication-api-key/authentication/apikey/aio/_patch.py | 1 + .../authentication/apikey/models/_patch.py | 1 + .../authentication/http/custom/_operations/_patch.py | 1 + .../authentication/http/custom/_patch.py | 1 + .../authentication/http/custom/aio/_operations/_patch.py | 1 + .../authentication/http/custom/aio/_patch.py | 1 + .../authentication/http/custom/models/_patch.py | 1 + .../authentication/noauth/union/_operations/_patch.py | 1 - .../authentication/noauth/union/_patch.py | 1 - .../authentication/noauth/union/aio/_operations/_patch.py | 1 - .../authentication/noauth/union/aio/_patch.py | 1 - .../authentication/oauth2/_operations/_patch.py | 1 + .../azure/authentication-oauth2/authentication/oauth2/_patch.py | 1 + .../authentication/oauth2/aio/_operations/_patch.py | 1 + .../authentication-oauth2/authentication/oauth2/aio/_patch.py | 1 + .../authentication-oauth2/authentication/oauth2/models/_patch.py | 1 + .../authentication/union/_operations/_patch.py | 1 + .../azure/authentication-union/authentication/union/_patch.py | 1 + .../authentication/union/aio/_operations/_patch.py | 1 + .../authentication-union/authentication/union/aio/_patch.py | 1 + .../specs/azure/clientgenerator/core/access/_patch.py | 1 + .../specs/azure/clientgenerator/core/access/aio/_patch.py | 1 + .../azure/clientgenerator/core/access/aio/operations/_patch.py | 1 + .../specs/azure/clientgenerator/core/access/models/_patch.py | 1 + .../specs/azure/clientgenerator/core/access/operations/_patch.py | 1 + .../specs/azure/clientgenerator/core/alternatetype/_patch.py | 1 - .../specs/azure/clientgenerator/core/alternatetype/aio/_patch.py | 1 - .../clientgenerator/core/alternatetype/aio/operations/_patch.py | 1 - .../azure/clientgenerator/core/alternatetype/models/_patch.py | 1 + .../clientgenerator/core/alternatetype/operations/_patch.py | 1 - .../alternateapiversion/service/header/_operations/_patch.py | 1 + .../client/alternateapiversion/service/header/_patch.py | 1 + .../alternateapiversion/service/header/aio/_operations/_patch.py | 1 + .../client/alternateapiversion/service/header/aio/_patch.py | 1 + .../alternateapiversion/service/path/_operations/_patch.py | 1 - .../client/alternateapiversion/service/path/_patch.py | 1 - .../alternateapiversion/service/path/aio/_operations/_patch.py | 1 - .../client/alternateapiversion/service/path/aio/_patch.py | 1 - .../alternateapiversion/service/query/_operations/_patch.py | 1 - .../client/alternateapiversion/service/query/_patch.py | 1 + .../alternateapiversion/service/query/aio/_operations/_patch.py | 1 + .../client/alternateapiversion/service/query/aio/_patch.py | 1 + .../core/clientdefaultvalue/_operations/_patch.py | 1 - .../azure/clientgenerator/core/clientdefaultvalue/_patch.py | 1 - .../core/clientdefaultvalue/aio/_operations/_patch.py | 1 - .../azure/clientgenerator/core/clientdefaultvalue/aio/_patch.py | 1 - .../clientgenerator/core/clientdefaultvalue/models/_patch.py | 1 - .../core/clientinitialization/default/_operations/_patch.py | 1 - .../clientgenerator/core/clientinitialization/default/_patch.py | 1 - .../core/clientinitialization/default/aio/_operations/_patch.py | 1 - .../core/clientinitialization/default/aio/_patch.py | 1 - .../core/clientinitialization/default/models/_patch.py | 1 - .../core/clientinitialization/individually/_operations/_patch.py | 1 - .../core/clientinitialization/individually/_patch.py | 1 - .../clientinitialization/individually/aio/_operations/_patch.py | 1 - .../core/clientinitialization/individually/aio/_patch.py | 1 - .../core/clientinitialization/individually/models/_patch.py | 1 - .../core/clientinitialization/individuallyparent/_patch.py | 1 - .../core/clientinitialization/individuallyparent/aio/_patch.py | 1 - .../individuallyparent/aio/operations/_patch.py | 1 - .../clientinitialization/individuallyparent/models/_patch.py | 1 - .../clientinitialization/individuallyparent/operations/_patch.py | 1 - .../azure/clientgenerator/core/clientinitialization/_patch.py | 1 + .../clientgenerator/core/clientinitialization/aio/_patch.py | 1 + .../core/clientinitialization/aio/operations/_patch.py | 1 + .../clientgenerator/core/clientinitialization/models/_patch.py | 1 + .../core/clientinitialization/operations/_patch.py | 1 + .../clientgenerator/core/clientlocation/parameter/_patch.py | 1 - .../clientgenerator/core/clientlocation/parameter/aio/_patch.py | 1 - .../core/clientlocation/parameter/aio/operations/_patch.py | 1 - .../core/clientlocation/parameter/models/_patch.py | 1 - .../core/clientlocation/parameter/operations/_patch.py | 1 - .../clientgenerator/core/clientlocation/subclient/_patch.py | 1 - .../clientgenerator/core/clientlocation/subclient/aio/_patch.py | 1 - .../core/clientlocation/subclient/aio/operations/_patch.py | 1 - .../core/clientlocation/subclient/operations/_patch.py | 1 - .../clientgenerator/core/clientlocation/newsubclient/_patch.py | 1 - .../core/clientlocation/newsubclient/aio/_patch.py | 1 - .../core/clientlocation/newsubclient/aio/operations/_patch.py | 1 - .../core/clientlocation/newsubclient/operations/_patch.py | 1 - .../clientgenerator/core/clientlocation/rootclient/_patch.py | 1 - .../clientgenerator/core/clientlocation/rootclient/aio/_patch.py | 1 - .../core/clientlocation/rootclient/aio/operations/_patch.py | 1 - .../core/clientlocation/rootclient/operations/_patch.py | 1 - .../azure/clientgenerator/core/emptystring/_operations/_patch.py | 1 + .../specs/azure/clientgenerator/core/emptystring/_patch.py | 1 + .../clientgenerator/core/emptystring/aio/_operations/_patch.py | 1 + .../specs/azure/clientgenerator/core/emptystring/aio/_patch.py | 1 + .../azure/clientgenerator/core/emptystring/models/_patch.py | 1 + .../clientgenerator/core/flattenproperty/_operations/_patch.py | 1 + .../specs/azure/clientgenerator/core/flattenproperty/_patch.py | 1 + .../core/flattenproperty/aio/_operations/_patch.py | 1 + .../azure/clientgenerator/core/flattenproperty/aio/_patch.py | 1 + .../azure/clientgenerator/core/flattenproperty/models/_patch.py | 1 + .../specs/azure/clientgenerator/core/hierarchybuilding/_patch.py | 1 + .../azure/clientgenerator/core/hierarchybuilding/aio/_patch.py | 1 + .../core/hierarchybuilding/aio/operations/_patch.py | 1 + .../clientgenerator/core/hierarchybuilding/models/_patch.py | 1 + .../clientgenerator/core/hierarchybuilding/operations/_patch.py | 1 + .../clientgenerator/core/nextlinkverb/_operations/_patch.py | 1 - .../specs/azure/clientgenerator/core/nextlinkverb/_patch.py | 1 - .../clientgenerator/core/nextlinkverb/aio/_operations/_patch.py | 1 - .../specs/azure/clientgenerator/core/nextlinkverb/aio/_patch.py | 1 - .../azure/clientgenerator/core/nextlinkverb/models/_patch.py | 1 - .../specs/azure/clientgenerator/core/override/_patch.py | 1 - .../specs/azure/clientgenerator/core/override/aio/_patch.py | 1 - .../azure/clientgenerator/core/override/aio/operations/_patch.py | 1 - .../specs/azure/clientgenerator/core/override/models/_patch.py | 1 - .../azure/clientgenerator/core/override/operations/_patch.py | 1 - .../specs/azure/clientgenerator/core/usage/_patch.py | 1 + .../specs/azure/clientgenerator/core/usage/aio/_patch.py | 1 + .../azure/clientgenerator/core/usage/aio/operations/_patch.py | 1 + .../specs/azure/clientgenerator/core/usage/models/_patch.py | 1 + .../specs/azure/clientgenerator/core/usage/operations/_patch.py | 1 + .../specs/azure/core/basic/_operations/_patch.py | 1 + .../azure/azure-core-basic/specs/azure/core/basic/_patch.py | 1 + .../specs/azure/core/basic/aio/_operations/_patch.py | 1 + .../azure/azure-core-basic/specs/azure/core/basic/aio/_patch.py | 1 + .../azure-core-basic/specs/azure/core/basic/models/_patch.py | 1 + .../specs/azure/core/lro/rpc/_operations/_patch.py | 1 + .../azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_patch.py | 1 + .../specs/azure/core/lro/rpc/aio/_operations/_patch.py | 1 + .../azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_patch.py | 1 + .../azure-core-lro-rpc/specs/azure/core/lro/rpc/models/_patch.py | 1 + .../specs/azure/core/lro/standard/_operations/_patch.py | 1 - .../specs/azure/core/lro/standard/_patch.py | 1 - .../specs/azure/core/lro/standard/aio/_operations/_patch.py | 1 - .../specs/azure/core/lro/standard/aio/_patch.py | 1 - .../specs/azure/core/lro/standard/models/_patch.py | 1 - .../azure/azure-core-model/specs/azure/core/model/_patch.py | 1 + .../azure/azure-core-model/specs/azure/core/model/aio/_patch.py | 1 + .../specs/azure/core/model/aio/operations/_patch.py | 1 + .../azure-core-model/specs/azure/core/model/models/_patch.py | 1 + .../azure-core-model/specs/azure/core/model/operations/_patch.py | 1 + .../azure/azure-core-page/specs/azure/core/page/_patch.py | 1 + .../azure/azure-core-page/specs/azure/core/page/aio/_patch.py | 1 + .../specs/azure/core/page/aio/operations/_patch.py | 1 + .../azure/azure-core-page/specs/azure/core/page/models/_patch.py | 1 + .../azure-core-page/specs/azure/core/page/operations/_patch.py | 1 + .../azure/azure-core-scalar/specs/azure/core/scalar/_patch.py | 1 + .../azure-core-scalar/specs/azure/core/scalar/aio/_patch.py | 1 + .../specs/azure/core/scalar/aio/operations/_patch.py | 1 + .../azure-core-scalar/specs/azure/core/scalar/models/_patch.py | 1 + .../specs/azure/core/scalar/operations/_patch.py | 1 + .../specs/azure/core/traits/_operations/_patch.py | 1 + .../azure/azure-core-traits/specs/azure/core/traits/_patch.py | 1 + .../specs/azure/core/traits/aio/_operations/_patch.py | 1 + .../azure-core-traits/specs/azure/core/traits/aio/_patch.py | 1 + .../azure-core-traits/specs/azure/core/traits/models/_patch.py | 1 + .../specs/azure/encode/duration/_operations/_patch.py | 1 + .../azure-encode-duration/specs/azure/encode/duration/_patch.py | 1 + .../specs/azure/encode/duration/aio/_operations/_patch.py | 1 + .../specs/azure/encode/duration/aio/_patch.py | 1 + .../specs/azure/encode/duration/models/_patch.py | 1 + .../specs/azure/example/basic/_operations/_patch.py | 1 + .../azure-example-basic/specs/azure/example/basic/_patch.py | 1 + .../specs/azure/example/basic/aio/_operations/_patch.py | 1 + .../azure-example-basic/specs/azure/example/basic/aio/_patch.py | 1 + .../specs/azure/example/basic/models/_patch.py | 1 + .../specs/azure/payload/pageable/_operations/_patch.py | 1 + .../specs/azure/payload/pageable/_patch.py | 1 + .../specs/azure/payload/pageable/aio/_operations/_patch.py | 1 + .../specs/azure/payload/pageable/aio/_patch.py | 1 + .../specs/azure/payload/pageable/models/_patch.py | 1 + .../azure/resourcemanager/commonproperties/_patch.py | 1 + .../azure/resourcemanager/commonproperties/aio/_patch.py | 1 + .../resourcemanager/commonproperties/aio/operations/_patch.py | 1 + .../azure/resourcemanager/commonproperties/models/_patch.py | 1 + .../azure/resourcemanager/commonproperties/operations/_patch.py | 1 + .../azure/resourcemanager/largeheader/_patch.py | 1 + .../azure/resourcemanager/largeheader/aio/_patch.py | 1 + .../azure/resourcemanager/largeheader/aio/operations/_patch.py | 1 + .../azure/resourcemanager/largeheader/models/_patch.py | 1 + .../azure/resourcemanager/largeheader/operations/_patch.py | 1 + .../azure/resourcemanager/methodsubscriptionid/_patch.py | 1 - .../azure/resourcemanager/methodsubscriptionid/aio/_patch.py | 1 - .../methodsubscriptionid/aio/operations/_patch.py | 1 - .../azure/resourcemanager/methodsubscriptionid/models/_patch.py | 1 - .../resourcemanager/methodsubscriptionid/operations/_patch.py | 1 - .../resourcemanager/multiservicesharedmodels/combined/_patch.py | 1 - .../multiservicesharedmodels/combined/aio/_patch.py | 1 - .../multiservicesharedmodels/combined/aio/operations/_patch.py | 1 - .../multiservicesharedmodels/combined/models/_patch.py | 1 - .../multiservicesharedmodels/combined/operations/_patch.py | 1 - .../azure/resourcemanager/multiservice/combined/_patch.py | 1 - .../azure/resourcemanager/multiservice/combined/aio/_patch.py | 1 - .../multiservice/combined/aio/operations/_patch.py | 1 - .../azure/resourcemanager/multiservice/combined/models/_patch.py | 1 - .../resourcemanager/multiservice/combined/operations/_patch.py | 1 - .../azure/resourcemanager/nonresource/_patch.py | 1 + .../azure/resourcemanager/nonresource/aio/_patch.py | 1 + .../azure/resourcemanager/nonresource/aio/operations/_patch.py | 1 + .../azure/resourcemanager/nonresource/models/_patch.py | 1 + .../azure/resourcemanager/nonresource/operations/_patch.py | 1 + .../azure/resourcemanager/operationtemplates/_patch.py | 1 + .../azure/resourcemanager/operationtemplates/aio/_patch.py | 1 + .../resourcemanager/operationtemplates/aio/operations/_patch.py | 1 + .../azure/resourcemanager/operationtemplates/models/_patch.py | 1 + .../resourcemanager/operationtemplates/operations/_patch.py | 1 + .../azure/resourcemanager/resources/_patch.py | 1 + .../azure/resourcemanager/resources/aio/_patch.py | 1 + .../azure/resourcemanager/resources/aio/operations/_patch.py | 1 + .../azure/resourcemanager/resources/models/_patch.py | 1 + .../azure/resourcemanager/resources/operations/_patch.py | 1 + .../specialheaders/xmsclientrequestid/_operations/_patch.py | 1 + .../azure/specialheaders/xmsclientrequestid/_patch.py | 1 + .../specialheaders/xmsclientrequestid/aio/_operations/_patch.py | 1 + .../azure/specialheaders/xmsclientrequestid/aio/_patch.py | 1 + .../specs/azure/versioning/previewversion/_operations/_patch.py | 1 - .../specs/azure/versioning/previewversion/_patch.py | 1 - .../azure/versioning/previewversion/aio/_operations/_patch.py | 1 - .../specs/azure/versioning/previewversion/aio/_patch.py | 1 - .../specs/azure/versioning/previewversion/models/_patch.py | 1 - .../client/clientnamespace/_operations/_patch.py | 1 - .../azure/client-namespace/client/clientnamespace/_patch.py | 1 - .../client/clientnamespace/aio/_operations/_patch.py | 1 - .../azure/client-namespace/client/clientnamespace/aio/_patch.py | 1 - .../client/clientnamespace/first/models/_patch.py | 1 - .../client/clientnamespace/second/_operations/_patch.py | 1 - .../client-namespace/client/clientnamespace/second/_patch.py | 1 - .../client/clientnamespace/second/aio/_operations/_patch.py | 1 - .../client-namespace/client/clientnamespace/second/aio/_patch.py | 1 - .../client/clientnamespace/second/models/_patch.py | 1 - .../client/clientnamespace/second/sub/models/_patch.py | 1 - .../client/naming/enumconflict/_patch.py | 1 + .../client/naming/enumconflict/aio/_patch.py | 1 + .../client/naming/enumconflict/aio/operations/_patch.py | 1 + .../client/naming/enumconflict/firstnamespace/models/_patch.py | 1 + .../client/naming/enumconflict/operations/_patch.py | 1 + .../client/naming/enumconflict/secondnamespace/models/_patch.py | 1 + .../generated/azure/client-naming/client/naming/main/_patch.py | 1 - .../azure/client-naming/client/naming/main/aio/_patch.py | 1 - .../client-naming/client/naming/main/aio/operations/_patch.py | 1 - .../azure/client-naming/client/naming/main/models/_patch.py | 1 - .../azure/client-naming/client/naming/main/operations/_patch.py | 1 - .../azure/client-overload/client/overload/_operations/_patch.py | 1 + .../generated/azure/client-overload/client/overload/_patch.py | 1 + .../client-overload/client/overload/aio/_operations/_patch.py | 1 + .../azure/client-overload/client/overload/aio/_patch.py | 1 + .../azure/client-overload/client/overload/models/_patch.py | 1 + .../client/structure/clientoperationgroup/_operations/_patch.py | 1 - .../client/structure/clientoperationgroup/_patch.py | 1 - .../structure/clientoperationgroup/aio/_operations/_patch.py | 1 - .../client/structure/clientoperationgroup/aio/_patch.py | 1 - .../structure/clientoperationgroup/aio/operations/_patch.py | 1 - .../client/structure/clientoperationgroup/models/_patch.py | 1 - .../client/structure/clientoperationgroup/operations/_patch.py | 1 - .../client-structure-default/client/structure/service/_patch.py | 1 + .../client/structure/service/aio/_patch.py | 1 + .../client/structure/service/aio/operations/_patch.py | 1 + .../client/structure/service/models/_patch.py | 1 + .../client/structure/service/operations/_patch.py | 1 + .../client/structure/multiclient/_operations/_patch.py | 1 + .../client/structure/multiclient/_patch.py | 1 + .../client/structure/multiclient/aio/_operations/_patch.py | 1 + .../client/structure/multiclient/aio/_patch.py | 1 + .../client/structure/multiclient/models/_patch.py | 1 + .../client/structure/renamedoperation/_operations/_patch.py | 1 - .../client/structure/renamedoperation/_patch.py | 1 + .../client/structure/renamedoperation/aio/_operations/_patch.py | 1 - .../client/structure/renamedoperation/aio/_patch.py | 1 + .../client/structure/renamedoperation/aio/operations/_patch.py | 1 + .../client/structure/renamedoperation/models/_patch.py | 1 + .../client/structure/renamedoperation/operations/_patch.py | 1 + .../client/structure/twooperationgroup/_operations/_patch.py | 1 - .../client/structure/twooperationgroup/_patch.py | 1 + .../client/structure/twooperationgroup/aio/_operations/_patch.py | 1 - .../client/structure/twooperationgroup/aio/_patch.py | 1 + .../client/structure/twooperationgroup/aio/operations/_patch.py | 1 + .../client/structure/twooperationgroup/models/_patch.py | 1 + .../client/structure/twooperationgroup/operations/_patch.py | 1 + .../tests/generated/azure/encode-array/encode/array/_patch.py | 1 - .../generated/azure/encode-array/encode/array/aio/_patch.py | 1 - .../generated/azure/encode-array/encode/array/models/_patch.py | 1 - .../encode-array/encode/array/property/aio/operations/_patch.py | 1 - .../encode-array/encode/array/property/operations/_patch.py | 1 - .../tests/generated/azure/encode-bytes/encode/bytes/_patch.py | 1 - .../generated/azure/encode-bytes/encode/bytes/aio/_patch.py | 1 - .../encode-bytes/encode/bytes/header/aio/operations/_patch.py | 1 - .../azure/encode-bytes/encode/bytes/header/operations/_patch.py | 1 - .../generated/azure/encode-bytes/encode/bytes/models/_patch.py | 1 - .../encode-bytes/encode/bytes/property/aio/operations/_patch.py | 1 - .../encode-bytes/encode/bytes/property/operations/_patch.py | 1 - .../encode-bytes/encode/bytes/query/aio/operations/_patch.py | 1 - .../azure/encode-bytes/encode/bytes/query/operations/_patch.py | 1 - .../encode/bytes/requestbody/aio/operations/_patch.py | 1 - .../encode-bytes/encode/bytes/requestbody/operations/_patch.py | 1 - .../encode/bytes/responsebody/aio/operations/_patch.py | 1 - .../encode-bytes/encode/bytes/responsebody/operations/_patch.py | 1 - .../generated/azure/encode-datetime/encode/datetime/_patch.py | 1 + .../azure/encode-datetime/encode/datetime/aio/_patch.py | 1 + .../encode/datetime/header/aio/operations/_patch.py | 1 + .../encode-datetime/encode/datetime/header/operations/_patch.py | 1 + .../azure/encode-datetime/encode/datetime/models/_patch.py | 1 + .../encode/datetime/property/aio/operations/_patch.py | 1 + .../encode/datetime/property/operations/_patch.py | 1 + .../encode/datetime/query/aio/operations/_patch.py | 1 + .../encode-datetime/encode/datetime/query/operations/_patch.py | 1 + .../encode/datetime/responseheader/aio/operations/_patch.py | 1 + .../encode/datetime/responseheader/operations/_patch.py | 1 + .../generated/azure/encode-duration/encode/duration/_patch.py | 1 + .../azure/encode-duration/encode/duration/aio/_patch.py | 1 + .../encode-duration/encode/duration/aio/operations/_patch.py | 1 + .../azure/encode-duration/encode/duration/models/_patch.py | 1 + .../azure/encode-duration/encode/duration/operations/_patch.py | 1 + .../generated/azure/encode-numeric/encode/numeric/_patch.py | 1 + .../generated/azure/encode-numeric/encode/numeric/aio/_patch.py | 1 + .../azure/encode-numeric/encode/numeric/aio/operations/_patch.py | 1 + .../azure/encode-numeric/encode/numeric/models/_patch.py | 1 + .../azure/encode-numeric/encode/numeric/operations/_patch.py | 1 + .../generation/subdir/_generated/_operations/_patch.py | 1 + .../generation-subdir/generation/subdir/_generated/_patch.py | 1 + .../generation/subdir/_generated/aio/_operations/_patch.py | 1 + .../generation-subdir/generation/subdir/_generated/aio/_patch.py | 1 + .../generation/subdir/_generated/models/_patch.py | 1 + .../generation-subdir2/generation/subdir2/_generated/_patch.py | 1 - .../generation/subdir2/_generated/aio/_patch.py | 1 - .../generation/subdir2/_generated/aio/operations/_patch.py | 1 - .../generation/subdir2/_generated/models/_patch.py | 1 - .../generation/subdir2/_generated/operations/_patch.py | 1 - .../headasbooleanfalse/headasbooleanfalse/_operations/_patch.py | 1 + .../azure/headasbooleanfalse/headasbooleanfalse/_patch.py | 1 + .../headasbooleanfalse/aio/_operations/_patch.py | 1 + .../azure/headasbooleanfalse/headasbooleanfalse/aio/_patch.py | 1 + .../azure/headasbooleanfalse/headasbooleanfalse/models/_patch.py | 1 + .../headasbooleantrue/headasbooleantrue/_operations/_patch.py | 1 + .../azure/headasbooleantrue/headasbooleantrue/_patch.py | 1 + .../headasbooleantrue/aio/_operations/_patch.py | 1 + .../azure/headasbooleantrue/headasbooleantrue/aio/_patch.py | 1 + .../azure/headasbooleantrue/headasbooleantrue/models/_patch.py | 1 + .../generated/azure/parameters-basic/parameters/basic/_patch.py | 1 + .../azure/parameters-basic/parameters/basic/aio/_patch.py | 1 + .../parameters-basic/parameters/basic/aio/operations/_patch.py | 1 + .../azure/parameters-basic/parameters/basic/models/_patch.py | 1 + .../azure/parameters-basic/parameters/basic/operations/_patch.py | 1 + .../parameters/bodyoptionality/_operations/_patch.py | 1 + .../parameters/bodyoptionality/_patch.py | 1 + .../parameters/bodyoptionality/aio/_operations/_patch.py | 1 + .../parameters/bodyoptionality/aio/_patch.py | 1 + .../parameters/bodyoptionality/models/_patch.py | 1 + .../bodyoptionality/optionalexplicit/aio/operations/_patch.py | 1 + .../bodyoptionality/optionalexplicit/operations/_patch.py | 1 + .../parameters/collectionformat/_patch.py | 1 + .../parameters/collectionformat/aio/_patch.py | 1 + .../parameters/collectionformat/header/aio/operations/_patch.py | 1 + .../parameters/collectionformat/header/operations/_patch.py | 1 + .../parameters/collectionformat/query/aio/operations/_patch.py | 1 + .../parameters/collectionformat/query/operations/_patch.py | 1 + .../azure/parameters-path/parameters/path/_operations/_patch.py | 1 + .../generated/azure/parameters-path/parameters/path/_patch.py | 1 + .../parameters-path/parameters/path/aio/_operations/_patch.py | 1 + .../azure/parameters-path/parameters/path/aio/_patch.py | 1 + .../generated/azure/parameters-query/parameters/query/_patch.py | 1 - .../azure/parameters-query/parameters/query/aio/_patch.py | 1 - .../parameters-query/parameters/query/aio/operations/_patch.py | 1 - .../azure/parameters-query/parameters/query/operations/_patch.py | 1 - .../azure/parameters-spread/parameters/spread/_patch.py | 1 + .../azure/parameters-spread/parameters/spread/aio/_patch.py | 1 + .../parameters-spread/parameters/spread/aio/operations/_patch.py | 1 + .../azure/parameters-spread/parameters/spread/models/_patch.py | 1 + .../parameters-spread/parameters/spread/operations/_patch.py | 1 + .../payload/contentnegotiation/_patch.py | 1 + .../payload/contentnegotiation/aio/_patch.py | 1 + .../payload/contentnegotiation/aio/operations/_patch.py | 1 + .../payload/contentnegotiation/models/_patch.py | 1 + .../payload/contentnegotiation/operations/_patch.py | 1 + .../payload/jsonmergepatch/_operations/_patch.py | 1 + .../payload-json-merge-patch/payload/jsonmergepatch/_patch.py | 1 + .../payload/jsonmergepatch/aio/_operations/_patch.py | 1 + .../payload/jsonmergepatch/aio/_patch.py | 1 + .../payload/jsonmergepatch/models/_patch.py | 1 + .../azure/payload-media-type/payload/mediatype/_patch.py | 1 + .../azure/payload-media-type/payload/mediatype/aio/_patch.py | 1 + .../payload/mediatype/stringbody/aio/operations/_patch.py | 1 + .../payload/mediatype/stringbody/operations/_patch.py | 1 + .../azure/payload-multipart/payload/multipart/_patch.py | 1 + .../azure/payload-multipart/payload/multipart/_utils/utils.py | 1 - .../azure/payload-multipart/payload/multipart/aio/_patch.py | 1 + .../payload-multipart/payload/multipart/aio/operations/_patch.py | 1 + .../azure/payload-multipart/payload/multipart/models/_patch.py | 1 + .../payload-multipart/payload/multipart/operations/_patch.py | 1 + .../payload-pageable/payload/pageable/_operations/_patch.py | 1 - .../generated/azure/payload-pageable/payload/pageable/_patch.py | 1 + .../payload-pageable/payload/pageable/aio/_operations/_patch.py | 1 - .../azure/payload-pageable/payload/pageable/aio/_patch.py | 1 + .../azure/payload-pageable/payload/pageable/models/_patch.py | 1 + .../payload/pageable/pagesize/aio/operations/_patch.py | 1 - .../payload/pageable/pagesize/operations/_patch.py | 1 - .../pageable/serverdrivenpagination/aio/operations/_patch.py | 1 + .../alternateinitialverb/aio/operations/_patch.py | 1 - .../serverdrivenpagination/alternateinitialverb/models/_patch.py | 1 - .../alternateinitialverb/operations/_patch.py | 1 - .../continuationtoken/aio/operations/_patch.py | 1 + .../serverdrivenpagination/continuationtoken/models/_patch.py | 1 + .../continuationtoken/operations/_patch.py | 1 + .../payload/pageable/serverdrivenpagination/models/_patch.py | 1 + .../payload/pageable/serverdrivenpagination/operations/_patch.py | 1 + .../payload/pageable/xmlpagination/aio/operations/_patch.py | 1 - .../payload/pageable/xmlpagination/operations/_patch.py | 1 - .../tests/generated/azure/payload-xml/payload/xml/_patch.py | 1 + .../tests/generated/azure/payload-xml/payload/xml/aio/_patch.py | 1 + .../azure/payload-xml/payload/xml/aio/operations/_patch.py | 1 + .../generated/azure/payload-xml/payload/xml/models/_patch.py | 1 + .../generated/azure/payload-xml/payload/xml/operations/_patch.py | 1 + .../resiliency/srv/driven1/_operations/_patch.py | 1 + .../resiliency-srv-driven1/resiliency/srv/driven1/_patch.py | 1 + .../resiliency/srv/driven1/aio/_operations/_patch.py | 1 + .../resiliency-srv-driven1/resiliency/srv/driven1/aio/_patch.py | 1 + .../resiliency/srv/driven2/_operations/_patch.py | 1 + .../resiliency-srv-driven2/resiliency/srv/driven2/_patch.py | 1 + .../resiliency/srv/driven2/aio/_operations/_patch.py | 1 + .../resiliency-srv-driven2/resiliency/srv/driven2/aio/_patch.py | 1 + .../response/statuscoderange/_operations/_patch.py | 1 + .../response/statuscoderange/_patch.py | 1 + .../response/statuscoderange/aio/_operations/_patch.py | 1 + .../response/statuscoderange/aio/_patch.py | 1 + .../response/statuscoderange/models/_patch.py | 1 + .../tests/generated/azure/routes/routes/_patch.py | 1 + .../tests/generated/azure/routes/routes/aio/_patch.py | 1 + .../tests/generated/azure/routes/routes/aio/operations/_patch.py | 1 + .../tests/generated/azure/routes/routes/operations/_patch.py | 1 + .../azure/routes/routes/pathparameters/aio/operations/_patch.py | 1 + .../pathparameters/labelexpansion/aio/operations/_patch.py | 1 + .../labelexpansion/explode/aio/operations/_patch.py | 1 + .../pathparameters/labelexpansion/explode/operations/_patch.py | 1 + .../routes/pathparameters/labelexpansion/operations/_patch.py | 1 + .../labelexpansion/standard/aio/operations/_patch.py | 1 + .../pathparameters/labelexpansion/standard/operations/_patch.py | 1 + .../pathparameters/matrixexpansion/aio/operations/_patch.py | 1 + .../matrixexpansion/explode/aio/operations/_patch.py | 1 + .../pathparameters/matrixexpansion/explode/operations/_patch.py | 1 + .../routes/pathparameters/matrixexpansion/operations/_patch.py | 1 + .../matrixexpansion/standard/aio/operations/_patch.py | 1 + .../pathparameters/matrixexpansion/standard/operations/_patch.py | 1 + .../azure/routes/routes/pathparameters/operations/_patch.py | 1 + .../routes/pathparameters/pathexpansion/aio/operations/_patch.py | 1 + .../pathexpansion/explode/aio/operations/_patch.py | 1 + .../pathparameters/pathexpansion/explode/operations/_patch.py | 1 + .../routes/pathparameters/pathexpansion/operations/_patch.py | 1 + .../pathexpansion/standard/aio/operations/_patch.py | 1 + .../pathparameters/pathexpansion/standard/operations/_patch.py | 1 + .../pathparameters/reservedexpansion/aio/operations/_patch.py | 1 + .../routes/pathparameters/reservedexpansion/operations/_patch.py | 1 + .../pathparameters/simpleexpansion/aio/operations/_patch.py | 1 + .../simpleexpansion/explode/aio/operations/_patch.py | 1 + .../pathparameters/simpleexpansion/explode/operations/_patch.py | 1 + .../routes/pathparameters/simpleexpansion/operations/_patch.py | 1 + .../simpleexpansion/standard/aio/operations/_patch.py | 1 + .../pathparameters/simpleexpansion/standard/operations/_patch.py | 1 + .../azure/routes/routes/queryparameters/aio/operations/_patch.py | 1 + .../azure/routes/routes/queryparameters/operations/_patch.py | 1 + .../queryparameters/querycontinuation/aio/operations/_patch.py | 1 + .../querycontinuation/explode/aio/operations/_patch.py | 1 + .../querycontinuation/explode/operations/_patch.py | 1 + .../queryparameters/querycontinuation/operations/_patch.py | 1 + .../querycontinuation/standard/aio/operations/_patch.py | 1 + .../querycontinuation/standard/operations/_patch.py | 1 + .../queryparameters/queryexpansion/aio/operations/_patch.py | 1 + .../queryexpansion/explode/aio/operations/_patch.py | 1 + .../queryparameters/queryexpansion/explode/operations/_patch.py | 1 + .../routes/queryparameters/queryexpansion/operations/_patch.py | 1 + .../queryexpansion/standard/aio/operations/_patch.py | 1 + .../queryparameters/queryexpansion/standard/operations/_patch.py | 1 + .../serialization/encodedname/json/_patch.py | 1 + .../serialization/encodedname/json/aio/_patch.py | 1 + .../serialization/encodedname/json/aio/operations/_patch.py | 1 + .../serialization/encodedname/json/models/_patch.py | 1 + .../serialization/encodedname/json/operations/_patch.py | 1 + .../server/endpoint/notdefined/_operations/_patch.py | 1 + .../server/endpoint/notdefined/_patch.py | 1 + .../server/endpoint/notdefined/aio/_operations/_patch.py | 1 + .../server/endpoint/notdefined/aio/_patch.py | 1 + .../server/path/multiple/_operations/_patch.py | 1 - .../azure/server-path-multiple/server/path/multiple/_patch.py | 1 - .../server/path/multiple/aio/_operations/_patch.py | 1 - .../server-path-multiple/server/path/multiple/aio/_patch.py | 1 - .../server-path-multiple/server/path/multiple/models/_patch.py | 1 - .../server-path-single/server/path/single/_operations/_patch.py | 1 + .../azure/server-path-single/server/path/single/_patch.py | 1 + .../server/path/single/aio/_operations/_patch.py | 1 + .../azure/server-path-single/server/path/single/aio/_patch.py | 1 + .../server/versions/notversioned/_operations/_patch.py | 1 + .../server/versions/notversioned/_patch.py | 1 + .../server/versions/notversioned/aio/_operations/_patch.py | 1 + .../server/versions/notversioned/aio/_patch.py | 1 + .../server/versions/versioned/_operations/_patch.py | 1 + .../server/versions/versioned/_patch.py | 1 + .../server/versions/versioned/aio/_operations/_patch.py | 1 + .../server/versions/versioned/aio/_patch.py | 1 + .../azure/service-multi-service/service/multiservice/_patch.py | 1 - .../service-multi-service/service/multiservice/aio/_patch.py | 1 - .../service/multiservice/aio/operations/_patch.py | 1 - .../service-multi-service/service/multiservice/models/_patch.py | 1 - .../service/multiservice/operations/_patch.py | 1 - .../service/multipleservices/servicea/_patch.py | 1 - .../service/multipleservices/servicea/aio/_patch.py | 1 - .../service/multipleservices/servicea/aio/operations/_patch.py | 1 - .../service/multipleservices/servicea/models/_patch.py | 1 - .../service/multipleservices/servicea/operations/_patch.py | 1 - .../servicea/subnamespace/aio/operations/_patch.py | 1 - .../multipleservices/servicea/subnamespace/operations/_patch.py | 1 - .../service/multipleservices/serviceb/_patch.py | 1 - .../service/multipleservices/serviceb/aio/_patch.py | 1 - .../service/multipleservices/serviceb/aio/operations/_patch.py | 1 - .../service/multipleservices/serviceb/models/_patch.py | 1 - .../service/multipleservices/serviceb/operations/_patch.py | 1 - .../serviceb/subnamespace/aio/operations/_patch.py | 1 - .../multipleservices/serviceb/subnamespace/operations/_patch.py | 1 - .../tests/generated/azure/setuppy-authentication-union/setup.py | 1 - .../setuppy/authentication/union/_operations/_patch.py | 1 + .../setuppy/authentication/union/_patch.py | 1 + .../setuppy/authentication/union/aio/_operations/_patch.py | 1 + .../setuppy/authentication/union/aio/_patch.py | 1 + .../specialheaders/conditionalrequest/_operations/_patch.py | 1 + .../specialheaders/conditionalrequest/_patch.py | 1 + .../specialheaders/conditionalrequest/aio/_operations/_patch.py | 1 + .../specialheaders/conditionalrequest/aio/_patch.py | 1 + .../specialheaders/repeatability/_operations/_patch.py | 1 + .../specialheaders/repeatability/_patch.py | 1 + .../specialheaders/repeatability/aio/_operations/_patch.py | 1 + .../specialheaders/repeatability/aio/_patch.py | 1 + .../tests/generated/azure/special-words/specialwords/_patch.py | 1 + .../generated/azure/special-words/specialwords/aio/_patch.py | 1 + .../azure/special-words/specialwords/aio/operations/_patch.py | 1 + .../generated/azure/special-words/specialwords/models/_patch.py | 1 + .../azure/special-words/specialwords/operations/_patch.py | 1 + .../azure/specs-documentation/specs/documentation/_patch.py | 1 - .../azure/specs-documentation/specs/documentation/aio/_patch.py | 1 - .../specs/documentation/aio/operations/_patch.py | 1 - .../specs-documentation/specs/documentation/models/_patch.py | 1 - .../specs-documentation/specs/documentation/operations/_patch.py | 1 - .../generated/azure/streaming-jsonl/streaming/jsonl/_patch.py | 1 + .../azure/streaming-jsonl/streaming/jsonl/aio/_patch.py | 1 + .../streaming/jsonl/basic/aio/operations/_patch.py | 1 + .../azure/streaming-jsonl/streaming/jsonl/basic/models/_patch.py | 1 - .../streaming-jsonl/streaming/jsonl/basic/operations/_patch.py | 1 + .../generated/azure/typetest-array/typetest/array/_patch.py | 1 + .../generated/azure/typetest-array/typetest/array/aio/_patch.py | 1 + .../azure/typetest-array/typetest/array/aio/operations/_patch.py | 1 + .../azure/typetest-array/typetest/array/models/_patch.py | 1 + .../azure/typetest-array/typetest/array/operations/_patch.py | 1 + .../azure/typetest-dictionary/typetest/dictionary/_patch.py | 1 + .../azure/typetest-dictionary/typetest/dictionary/aio/_patch.py | 1 + .../typetest/dictionary/aio/operations/_patch.py | 1 + .../typetest-dictionary/typetest/dictionary/models/_patch.py | 1 + .../typetest-dictionary/typetest/dictionary/operations/_patch.py | 1 + .../typetest/discriminatedunion/_patch.py | 1 - .../typetest/discriminatedunion/aio/_patch.py | 1 - .../typetest/discriminatedunion/aio/operations/_patch.py | 1 - .../typetest/discriminatedunion/models/_patch.py | 1 - .../typetest/discriminatedunion/operations/_patch.py | 1 - .../typetest-enum-extensible/typetest/enum/extensible/_patch.py | 1 + .../typetest/enum/extensible/aio/_patch.py | 1 + .../typetest/enum/extensible/aio/operations/_patch.py | 1 + .../typetest/enum/extensible/models/_patch.py | 1 + .../typetest/enum/extensible/operations/_patch.py | 1 + .../azure/typetest-enum-fixed/typetest/enum/fixed/_patch.py | 1 + .../azure/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py | 1 + .../typetest/enum/fixed/aio/operations/_patch.py | 1 + .../typetest-enum-fixed/typetest/enum/fixed/models/_patch.py | 1 + .../typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py | 1 + .../typetest/model/empty/_operations/_patch.py | 1 + .../azure/typetest-model-empty/typetest/model/empty/_patch.py | 1 + .../typetest/model/empty/aio/_operations/_patch.py | 1 + .../typetest-model-empty/typetest/model/empty/aio/_patch.py | 1 + .../typetest-model-empty/typetest/model/empty/models/_patch.py | 1 + .../typetest/model/enumdiscriminator/_operations/_patch.py | 1 - .../typetest/model/enumdiscriminator/_patch.py | 1 - .../typetest/model/enumdiscriminator/aio/_operations/_patch.py | 1 - .../typetest/model/enumdiscriminator/aio/_patch.py | 1 - .../typetest/model/enumdiscriminator/models/_patch.py | 1 - .../typetest/model/nesteddiscriminator/_operations/_patch.py | 1 + .../typetest/model/nesteddiscriminator/_patch.py | 1 + .../typetest/model/nesteddiscriminator/aio/_operations/_patch.py | 1 + .../typetest/model/nesteddiscriminator/aio/_patch.py | 1 + .../typetest/model/nesteddiscriminator/models/_patch.py | 1 + .../typetest/model/notdiscriminated/_operations/_patch.py | 1 + .../typetest/model/notdiscriminated/_patch.py | 1 + .../typetest/model/notdiscriminated/aio/_operations/_patch.py | 1 + .../typetest/model/notdiscriminated/aio/_patch.py | 1 + .../typetest/model/notdiscriminated/models/_patch.py | 1 + .../typetest/model/recursive/_operations/_patch.py | 1 + .../typetest-model-recursive/typetest/model/recursive/_patch.py | 1 + .../typetest/model/recursive/aio/_operations/_patch.py | 1 + .../typetest/model/recursive/aio/_patch.py | 1 + .../typetest/model/recursive/models/_patch.py | 1 + .../typetest/model/singlediscriminator/_operations/_patch.py | 1 + .../typetest/model/singlediscriminator/_patch.py | 1 + .../typetest/model/singlediscriminator/aio/_operations/_patch.py | 1 + .../typetest/model/singlediscriminator/aio/_patch.py | 1 + .../typetest/model/singlediscriminator/models/_patch.py | 1 + .../typetest/model/usage/_operations/_patch.py | 1 + .../azure/typetest-model-usage/typetest/model/usage/_patch.py | 1 + .../typetest/model/usage/aio/_operations/_patch.py | 1 + .../typetest-model-usage/typetest/model/usage/aio/_patch.py | 1 + .../typetest-model-usage/typetest/model/usage/models/_patch.py | 1 + .../typetest/model/visibility/_operations/_patch.py | 1 + .../typetest/model/visibility/_patch.py | 1 + .../typetest/model/visibility/aio/_operations/_patch.py | 1 + .../typetest/model/visibility/aio/_patch.py | 1 + .../typetest/model/visibility/models/_patch.py | 1 + .../typetest/property/additionalproperties/_patch.py | 1 + .../typetest/property/additionalproperties/aio/_patch.py | 1 + .../property/additionalproperties/aio/operations/_patch.py | 1 + .../typetest/property/additionalproperties/models/_patch.py | 1 + .../typetest/property/additionalproperties/operations/_patch.py | 1 + .../typetest/property/nullable/_patch.py | 1 + .../typetest/property/nullable/aio/_patch.py | 1 + .../typetest/property/nullable/aio/operations/_patch.py | 1 + .../typetest/property/nullable/models/_patch.py | 1 + .../typetest/property/nullable/operations/_patch.py | 1 + .../typetest/property/optional/_patch.py | 1 + .../typetest/property/optional/aio/_patch.py | 1 + .../typetest/property/optional/aio/operations/_patch.py | 1 + .../typetest/property/optional/models/_patch.py | 1 + .../typetest/property/optional/operations/_patch.py | 1 + .../typetest/property/valuetypes/_patch.py | 1 + .../typetest/property/valuetypes/aio/_patch.py | 1 + .../typetest/property/valuetypes/aio/operations/_patch.py | 1 + .../typetest/property/valuetypes/models/_patch.py | 1 + .../typetest/property/valuetypes/operations/_patch.py | 1 + .../generated/azure/typetest-scalar/typetest/scalar/_patch.py | 1 + .../azure/typetest-scalar/typetest/scalar/aio/_patch.py | 1 + .../typetest-scalar/typetest/scalar/aio/operations/_patch.py | 1 + .../azure/typetest-scalar/typetest/scalar/operations/_patch.py | 1 + .../generated/azure/typetest-union/typetest/union/_patch.py | 1 - .../generated/azure/typetest-union/typetest/union/aio/_patch.py | 1 - .../azure/typetest-union/typetest/union/aio/operations/_patch.py | 1 - .../azure/typetest-union/typetest/union/models/_patch.py | 1 - .../azure/typetest-union/typetest/union/operations/_patch.py | 1 - .../generated/azure/versioning-added/versioning/added/_patch.py | 1 + .../azure/versioning-added/versioning/added/aio/_patch.py | 1 + .../versioning-added/versioning/added/aio/operations/_patch.py | 1 + .../azure/versioning-added/versioning/added/models/_patch.py | 1 + .../azure/versioning-added/versioning/added/operations/_patch.py | 1 + .../versioning/madeoptional/_operations/_patch.py | 1 + .../versioning-madeoptional/versioning/madeoptional/_patch.py | 1 + .../versioning/madeoptional/aio/_operations/_patch.py | 1 + .../versioning/madeoptional/aio/_patch.py | 1 + .../versioning/madeoptional/models/_patch.py | 1 + .../versioning-removed/versioning/removed/_operations/_patch.py | 1 + .../azure/versioning-removed/versioning/removed/_patch.py | 1 + .../versioning/removed/aio/_operations/_patch.py | 1 + .../azure/versioning-removed/versioning/removed/aio/_patch.py | 1 + .../azure/versioning-removed/versioning/removed/models/_patch.py | 1 + .../versioning-renamedfrom/versioning/renamedfrom/_patch.py | 1 + .../versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py | 1 + .../versioning/renamedfrom/aio/operations/_patch.py | 1 + .../versioning/renamedfrom/models/_patch.py | 1 + .../versioning/renamedfrom/operations/_patch.py | 1 + .../versioning/returntypechangedfrom/_operations/_patch.py | 1 + .../versioning/returntypechangedfrom/_patch.py | 1 + .../versioning/returntypechangedfrom/aio/_operations/_patch.py | 1 + .../versioning/returntypechangedfrom/aio/_patch.py | 1 + .../versioning/returntypechangedfrom/models/_patch.py | 1 + .../versioning/typechangedfrom/_operations/_patch.py | 1 + .../versioning/typechangedfrom/_patch.py | 1 + .../versioning/typechangedfrom/aio/_operations/_patch.py | 1 + .../versioning/typechangedfrom/aio/_patch.py | 1 + .../versioning/typechangedfrom/models/_patch.py | 1 + .../authentication/apikey/_operations/_patch.py | 1 + .../authentication-api-key/authentication/apikey/_patch.py | 1 + .../authentication/apikey/aio/_operations/_patch.py | 1 + .../authentication-api-key/authentication/apikey/aio/_patch.py | 1 + .../authentication/apikey/models/_patch.py | 1 + .../authentication/http/custom/_operations/_patch.py | 1 + .../authentication/http/custom/_patch.py | 1 + .../authentication/http/custom/aio/_operations/_patch.py | 1 + .../authentication/http/custom/aio/_patch.py | 1 + .../authentication/http/custom/models/_patch.py | 1 + .../authentication/noauth/union/_operations/_patch.py | 1 - .../authentication/noauth/union/_patch.py | 1 - .../authentication/noauth/union/aio/_operations/_patch.py | 1 - .../authentication/noauth/union/aio/_patch.py | 1 - .../authentication/oauth2/_operations/_patch.py | 1 + .../authentication-oauth2/authentication/oauth2/_patch.py | 1 + .../authentication/oauth2/aio/_operations/_patch.py | 1 + .../authentication-oauth2/authentication/oauth2/aio/_patch.py | 1 + .../authentication-oauth2/authentication/oauth2/models/_patch.py | 1 + .../authentication/union/_operations/_patch.py | 1 + .../authentication-union/authentication/union/_patch.py | 1 + .../authentication/union/aio/_operations/_patch.py | 1 + .../authentication-union/authentication/union/aio/_patch.py | 1 + .../generated/unbranded/encode-array/encode/array/_patch.py | 1 - .../generated/unbranded/encode-array/encode/array/aio/_patch.py | 1 - .../unbranded/encode-array/encode/array/models/_patch.py | 1 - .../encode-array/encode/array/property/aio/operations/_patch.py | 1 - .../encode-array/encode/array/property/operations/_patch.py | 1 - .../generated/unbranded/encode-bytes/encode/bytes/_patch.py | 1 + .../generated/unbranded/encode-bytes/encode/bytes/aio/_patch.py | 1 + .../encode-bytes/encode/bytes/header/aio/operations/_patch.py | 1 + .../encode-bytes/encode/bytes/header/operations/_patch.py | 1 + .../unbranded/encode-bytes/encode/bytes/models/_patch.py | 1 + .../encode-bytes/encode/bytes/property/aio/operations/_patch.py | 1 + .../encode-bytes/encode/bytes/property/operations/_patch.py | 1 + .../encode-bytes/encode/bytes/query/aio/operations/_patch.py | 1 + .../encode-bytes/encode/bytes/query/operations/_patch.py | 1 + .../encode/bytes/requestbody/aio/operations/_patch.py | 1 + .../encode-bytes/encode/bytes/requestbody/operations/_patch.py | 1 + .../encode/bytes/responsebody/aio/operations/_patch.py | 1 + .../encode-bytes/encode/bytes/responsebody/operations/_patch.py | 1 + .../unbranded/encode-datetime/encode/datetime/_patch.py | 1 + .../unbranded/encode-datetime/encode/datetime/aio/_patch.py | 1 + .../encode/datetime/header/aio/operations/_patch.py | 1 + .../encode-datetime/encode/datetime/header/operations/_patch.py | 1 + .../unbranded/encode-datetime/encode/datetime/models/_patch.py | 1 + .../encode/datetime/property/aio/operations/_patch.py | 1 + .../encode/datetime/property/operations/_patch.py | 1 + .../encode/datetime/query/aio/operations/_patch.py | 1 + .../encode-datetime/encode/datetime/query/operations/_patch.py | 1 + .../encode/datetime/responseheader/aio/operations/_patch.py | 1 + .../encode/datetime/responseheader/operations/_patch.py | 1 + .../unbranded/encode-duration/encode/duration/_patch.py | 1 + .../unbranded/encode-duration/encode/duration/aio/_patch.py | 1 + .../encode/duration/header/aio/operations/_patch.py | 1 + .../encode-duration/encode/duration/header/operations/_patch.py | 1 + .../encode/duration/property/aio/operations/_patch.py | 1 + .../encode-duration/encode/duration/property/models/_patch.py | 1 + .../encode/duration/property/operations/_patch.py | 1 + .../encode/duration/query/aio/operations/_patch.py | 1 + .../encode-duration/encode/duration/query/operations/_patch.py | 1 + .../generated/unbranded/encode-numeric/encode/numeric/_patch.py | 1 + .../unbranded/encode-numeric/encode/numeric/aio/_patch.py | 1 + .../encode/numeric/property/aio/operations/_patch.py | 1 + .../encode-numeric/encode/numeric/property/models/_patch.py | 1 + .../encode-numeric/encode/numeric/property/operations/_patch.py | 1 + .../generation/subdir/_generated/_operations/_patch.py | 1 + .../generation-subdir/generation/subdir/_generated/_patch.py | 1 + .../generation/subdir/_generated/aio/_operations/_patch.py | 1 + .../generation-subdir/generation/subdir/_generated/aio/_patch.py | 1 + .../generation/subdir/_generated/models/_patch.py | 1 + .../generation-subdir2/generation/subdir2/_generated/_patch.py | 1 - .../generation/subdir2/_generated/aio/_patch.py | 1 - .../generation/subdir2/_generated/aio/operations/_patch.py | 1 - .../generation/subdir2/_generated/models/_patch.py | 1 - .../generation/subdir2/_generated/operations/_patch.py | 1 - .../headasbooleanfalse/headasbooleanfalse/_operations/_patch.py | 1 + .../unbranded/headasbooleanfalse/headasbooleanfalse/_patch.py | 1 + .../headasbooleanfalse/aio/_operations/_patch.py | 1 + .../headasbooleanfalse/headasbooleanfalse/aio/_patch.py | 1 + .../headasbooleanfalse/headasbooleanfalse/models/_patch.py | 1 + .../headasbooleantrue/headasbooleantrue/_operations/_patch.py | 1 + .../unbranded/headasbooleantrue/headasbooleantrue/_patch.py | 1 + .../headasbooleantrue/aio/_operations/_patch.py | 1 + .../unbranded/headasbooleantrue/headasbooleantrue/aio/_patch.py | 1 + .../headasbooleantrue/headasbooleantrue/models/_patch.py | 1 + .../unbranded/parameters-basic/parameters/basic/_patch.py | 1 + .../unbranded/parameters-basic/parameters/basic/aio/_patch.py | 1 + .../parameters/basic/explicitbody/aio/operations/_patch.py | 1 + .../parameters/basic/explicitbody/models/_patch.py | 1 + .../parameters/basic/explicitbody/operations/_patch.py | 1 + .../parameters/basic/implicitbody/aio/operations/_patch.py | 1 + .../parameters/basic/implicitbody/operations/_patch.py | 1 + .../parameters/bodyoptionality/_operations/_patch.py | 1 + .../parameters/bodyoptionality/_patch.py | 1 + .../parameters/bodyoptionality/aio/_operations/_patch.py | 1 + .../parameters/bodyoptionality/aio/_patch.py | 1 + .../parameters/bodyoptionality/models/_patch.py | 1 + .../bodyoptionality/optionalexplicit/aio/operations/_patch.py | 1 + .../bodyoptionality/optionalexplicit/operations/_patch.py | 1 + .../parameters/collectionformat/_patch.py | 1 + .../parameters/collectionformat/aio/_patch.py | 1 + .../parameters/collectionformat/header/aio/operations/_patch.py | 1 + .../parameters/collectionformat/header/operations/_patch.py | 1 + .../parameters/collectionformat/query/aio/operations/_patch.py | 1 + .../parameters/collectionformat/query/operations/_patch.py | 1 + .../parameters-path/parameters/path/_operations/_patch.py | 1 + .../unbranded/parameters-path/parameters/path/_patch.py | 1 + .../parameters-path/parameters/path/aio/_operations/_patch.py | 1 + .../unbranded/parameters-path/parameters/path/aio/_patch.py | 1 + .../unbranded/parameters-query/parameters/query/_patch.py | 1 - .../unbranded/parameters-query/parameters/query/aio/_patch.py | 1 - .../parameters-query/parameters/query/aio/operations/_patch.py | 1 - .../parameters-query/parameters/query/operations/_patch.py | 1 - .../unbranded/parameters-spread/parameters/spread/_patch.py | 1 + .../unbranded/parameters-spread/parameters/spread/aio/_patch.py | 1 + .../parameters/spread/alias/aio/operations/_patch.py | 1 + .../parameters/spread/alias/operations/_patch.py | 1 + .../parameters/spread/model/aio/operations/_patch.py | 1 + .../parameters-spread/parameters/spread/model/models/_patch.py | 1 + .../parameters/spread/model/operations/_patch.py | 1 + .../payload/contentnegotiation/_patch.py | 1 + .../payload/contentnegotiation/aio/_patch.py | 1 + .../contentnegotiation/differentbody/aio/operations/_patch.py | 1 + .../payload/contentnegotiation/differentbody/models/_patch.py | 1 + .../contentnegotiation/differentbody/operations/_patch.py | 1 + .../payload/contentnegotiation/samebody/aio/operations/_patch.py | 1 + .../payload/contentnegotiation/samebody/operations/_patch.py | 1 + .../payload/jsonmergepatch/_operations/_patch.py | 1 + .../payload-json-merge-patch/payload/jsonmergepatch/_patch.py | 1 + .../payload/jsonmergepatch/aio/_operations/_patch.py | 1 + .../payload/jsonmergepatch/aio/_patch.py | 1 + .../payload/jsonmergepatch/models/_patch.py | 1 + .../unbranded/payload-media-type/payload/mediatype/_patch.py | 1 + .../unbranded/payload-media-type/payload/mediatype/aio/_patch.py | 1 + .../payload/mediatype/stringbody/aio/operations/_patch.py | 1 + .../payload/mediatype/stringbody/operations/_patch.py | 1 + .../unbranded/payload-multipart/payload/multipart/_patch.py | 1 + .../payload-multipart/payload/multipart/_utils/utils.py | 1 - .../unbranded/payload-multipart/payload/multipart/aio/_patch.py | 1 + .../payload/multipart/formdata/aio/operations/_patch.py | 1 + .../payload/multipart/formdata/file/aio/operations/_patch.py | 1 - .../payload/multipart/formdata/file/models/_patch.py | 1 - .../payload/multipart/formdata/file/operations/_patch.py | 1 - .../multipart/formdata/httpparts/aio/operations/_patch.py | 1 + .../formdata/httpparts/contenttype/aio/operations/_patch.py | 1 + .../formdata/httpparts/contenttype/operations/_patch.py | 1 + .../formdata/httpparts/nonstring/aio/operations/_patch.py | 1 + .../multipart/formdata/httpparts/nonstring/models/_patch.py | 1 + .../multipart/formdata/httpparts/nonstring/operations/_patch.py | 1 + .../payload/multipart/formdata/httpparts/operations/_patch.py | 1 + .../payload/multipart/formdata/models/_patch.py | 1 + .../payload/multipart/formdata/operations/_patch.py | 1 + .../payload-multipart/payload/multipart/models/_patch.py | 1 + .../payload-pageable/payload/pageable/_operations/_patch.py | 1 - .../unbranded/payload-pageable/payload/pageable/_patch.py | 1 + .../payload-pageable/payload/pageable/aio/_operations/_patch.py | 1 - .../unbranded/payload-pageable/payload/pageable/aio/_patch.py | 1 + .../unbranded/payload-pageable/payload/pageable/models/_patch.py | 1 + .../payload/pageable/pagesize/aio/operations/_patch.py | 1 - .../payload/pageable/pagesize/operations/_patch.py | 1 - .../pageable/serverdrivenpagination/aio/operations/_patch.py | 1 + .../alternateinitialverb/aio/operations/_patch.py | 1 - .../serverdrivenpagination/alternateinitialverb/models/_patch.py | 1 - .../alternateinitialverb/operations/_patch.py | 1 - .../continuationtoken/aio/operations/_patch.py | 1 + .../serverdrivenpagination/continuationtoken/models/_patch.py | 1 + .../continuationtoken/operations/_patch.py | 1 + .../payload/pageable/serverdrivenpagination/models/_patch.py | 1 + .../payload/pageable/serverdrivenpagination/operations/_patch.py | 1 + .../payload/pageable/xmlpagination/aio/operations/_patch.py | 1 - .../payload/pageable/xmlpagination/operations/_patch.py | 1 - .../tests/generated/unbranded/payload-xml/payload/xml/_patch.py | 1 + .../generated/unbranded/payload-xml/payload/xml/aio/_patch.py | 1 + .../unbranded/payload-xml/payload/xml/aio/operations/_patch.py | 1 + .../generated/unbranded/payload-xml/payload/xml/models/_patch.py | 1 + .../unbranded/payload-xml/payload/xml/operations/_patch.py | 1 + .../response/statuscoderange/_operations/_patch.py | 1 + .../response/statuscoderange/_patch.py | 1 + .../response/statuscoderange/aio/_operations/_patch.py | 1 + .../response/statuscoderange/aio/_patch.py | 1 + .../response/statuscoderange/models/_patch.py | 1 + .../tests/generated/unbranded/routes/routes/_patch.py | 1 + .../tests/generated/unbranded/routes/routes/aio/_patch.py | 1 + .../generated/unbranded/routes/routes/aio/operations/_patch.py | 1 + .../tests/generated/unbranded/routes/routes/operations/_patch.py | 1 + .../routes/routes/pathparameters/aio/operations/_patch.py | 1 + .../pathparameters/labelexpansion/aio/operations/_patch.py | 1 + .../labelexpansion/explode/aio/operations/_patch.py | 1 + .../pathparameters/labelexpansion/explode/operations/_patch.py | 1 + .../routes/pathparameters/labelexpansion/operations/_patch.py | 1 + .../labelexpansion/standard/aio/operations/_patch.py | 1 + .../pathparameters/labelexpansion/standard/operations/_patch.py | 1 + .../pathparameters/matrixexpansion/aio/operations/_patch.py | 1 + .../matrixexpansion/explode/aio/operations/_patch.py | 1 + .../pathparameters/matrixexpansion/explode/operations/_patch.py | 1 + .../routes/pathparameters/matrixexpansion/operations/_patch.py | 1 + .../matrixexpansion/standard/aio/operations/_patch.py | 1 + .../pathparameters/matrixexpansion/standard/operations/_patch.py | 1 + .../unbranded/routes/routes/pathparameters/operations/_patch.py | 1 + .../routes/pathparameters/pathexpansion/aio/operations/_patch.py | 1 + .../pathexpansion/explode/aio/operations/_patch.py | 1 + .../pathparameters/pathexpansion/explode/operations/_patch.py | 1 + .../routes/pathparameters/pathexpansion/operations/_patch.py | 1 + .../pathexpansion/standard/aio/operations/_patch.py | 1 + .../pathparameters/pathexpansion/standard/operations/_patch.py | 1 + .../pathparameters/reservedexpansion/aio/operations/_patch.py | 1 + .../routes/pathparameters/reservedexpansion/operations/_patch.py | 1 + .../pathparameters/simpleexpansion/aio/operations/_patch.py | 1 + .../simpleexpansion/explode/aio/operations/_patch.py | 1 + .../pathparameters/simpleexpansion/explode/operations/_patch.py | 1 + .../routes/pathparameters/simpleexpansion/operations/_patch.py | 1 + .../simpleexpansion/standard/aio/operations/_patch.py | 1 + .../pathparameters/simpleexpansion/standard/operations/_patch.py | 1 + .../routes/routes/queryparameters/aio/operations/_patch.py | 1 + .../unbranded/routes/routes/queryparameters/operations/_patch.py | 1 + .../queryparameters/querycontinuation/aio/operations/_patch.py | 1 + .../querycontinuation/explode/aio/operations/_patch.py | 1 + .../querycontinuation/explode/operations/_patch.py | 1 + .../queryparameters/querycontinuation/operations/_patch.py | 1 + .../querycontinuation/standard/aio/operations/_patch.py | 1 + .../querycontinuation/standard/operations/_patch.py | 1 + .../queryparameters/queryexpansion/aio/operations/_patch.py | 1 + .../queryexpansion/explode/aio/operations/_patch.py | 1 + .../queryparameters/queryexpansion/explode/operations/_patch.py | 1 + .../routes/queryparameters/queryexpansion/operations/_patch.py | 1 + .../queryexpansion/standard/aio/operations/_patch.py | 1 + .../queryparameters/queryexpansion/standard/operations/_patch.py | 1 + .../serialization/encodedname/json/_patch.py | 1 + .../serialization/encodedname/json/aio/_patch.py | 1 + .../encodedname/json/property/aio/operations/_patch.py | 1 + .../serialization/encodedname/json/property/models/_patch.py | 1 + .../serialization/encodedname/json/property/operations/_patch.py | 1 + .../server/endpoint/notdefined/_operations/_patch.py | 1 + .../server/endpoint/notdefined/_patch.py | 1 + .../server/endpoint/notdefined/aio/_operations/_patch.py | 1 + .../server/endpoint/notdefined/aio/_patch.py | 1 + .../server/path/multiple/_operations/_patch.py | 1 + .../server-path-multiple/server/path/multiple/_patch.py | 1 + .../server/path/multiple/aio/_operations/_patch.py | 1 + .../server-path-multiple/server/path/multiple/aio/_patch.py | 1 + .../server-path-multiple/server/path/multiple/models/_patch.py | 1 + .../server-path-single/server/path/single/_operations/_patch.py | 1 + .../unbranded/server-path-single/server/path/single/_patch.py | 1 + .../server/path/single/aio/_operations/_patch.py | 1 + .../server-path-single/server/path/single/aio/_patch.py | 1 + .../server/versions/notversioned/_operations/_patch.py | 1 + .../server/versions/notversioned/_patch.py | 1 + .../server/versions/notversioned/aio/_operations/_patch.py | 1 + .../server/versions/notversioned/aio/_patch.py | 1 + .../server/versions/versioned/_operations/_patch.py | 1 + .../server/versions/versioned/_patch.py | 1 + .../server/versions/versioned/aio/_operations/_patch.py | 1 + .../server/versions/versioned/aio/_patch.py | 1 + .../generated/unbranded/setuppy-authentication-union/setup.py | 1 - .../setuppy/authentication/union/_operations/_patch.py | 1 + .../setuppy/authentication/union/_patch.py | 1 + .../setuppy/authentication/union/aio/_operations/_patch.py | 1 + .../setuppy/authentication/union/aio/_patch.py | 1 + .../specialheaders/conditionalrequest/_operations/_patch.py | 1 + .../specialheaders/conditionalrequest/_patch.py | 1 + .../specialheaders/conditionalrequest/aio/_operations/_patch.py | 1 + .../specialheaders/conditionalrequest/aio/_patch.py | 1 + .../specialheaders/repeatability/_operations/_patch.py | 1 + .../specialheaders/repeatability/_patch.py | 1 + .../specialheaders/repeatability/aio/_operations/_patch.py | 1 + .../specialheaders/repeatability/aio/_patch.py | 1 + .../generated/unbranded/special-words/specialwords/_patch.py | 1 + .../generated/unbranded/special-words/specialwords/aio/_patch.py | 1 + .../special-words/specialwords/aio/operations/_patch.py | 1 + .../specialwords/extensiblestrings/aio/operations/_patch.py | 1 - .../specialwords/extensiblestrings/models/_patch.py | 1 - .../specialwords/extensiblestrings/operations/_patch.py | 1 - .../specialwords/modelproperties/aio/operations/_patch.py | 1 + .../special-words/specialwords/modelproperties/models/_patch.py | 1 + .../specialwords/modelproperties/operations/_patch.py | 1 + .../special-words/specialwords/models/aio/operations/_patch.py | 1 + .../unbranded/special-words/specialwords/models/models/_patch.py | 1 + .../special-words/specialwords/models/operations/_patch.py | 1 + .../unbranded/special-words/specialwords/operations/_patch.py | 1 + .../unbranded/specs-documentation/specs/documentation/_patch.py | 1 - .../specs-documentation/specs/documentation/aio/_patch.py | 1 - .../specs/documentation/aio/operations/_patch.py | 1 - .../specs-documentation/specs/documentation/models/_patch.py | 1 - .../specs-documentation/specs/documentation/operations/_patch.py | 1 - .../unbranded/streaming-jsonl/streaming/jsonl/_patch.py | 1 + .../unbranded/streaming-jsonl/streaming/jsonl/aio/_patch.py | 1 + .../streaming/jsonl/basic/aio/operations/_patch.py | 1 + .../streaming-jsonl/streaming/jsonl/basic/models/_patch.py | 1 - .../streaming-jsonl/streaming/jsonl/basic/operations/_patch.py | 1 + .../generated/unbranded/typetest-array/typetest/array/_patch.py | 1 + .../unbranded/typetest-array/typetest/array/aio/_patch.py | 1 + .../typetest-array/typetest/array/aio/operations/_patch.py | 1 + .../unbranded/typetest-array/typetest/array/models/_patch.py | 1 + .../unbranded/typetest-array/typetest/array/operations/_patch.py | 1 + .../unbranded/typetest-dictionary/typetest/dictionary/_patch.py | 1 + .../typetest-dictionary/typetest/dictionary/aio/_patch.py | 1 + .../typetest/dictionary/aio/operations/_patch.py | 1 + .../typetest-dictionary/typetest/dictionary/models/_patch.py | 1 + .../typetest-dictionary/typetest/dictionary/operations/_patch.py | 1 + .../typetest/discriminatedunion/_patch.py | 1 - .../typetest/discriminatedunion/aio/_patch.py | 1 - .../typetest/discriminatedunion/aio/operations/_patch.py | 1 - .../typetest/discriminatedunion/models/_patch.py | 1 - .../typetest/discriminatedunion/operations/_patch.py | 1 - .../typetest-enum-extensible/typetest/enum/extensible/_patch.py | 1 + .../typetest/enum/extensible/aio/_patch.py | 1 + .../typetest/enum/extensible/aio/operations/_patch.py | 1 + .../typetest/enum/extensible/models/_patch.py | 1 + .../typetest/enum/extensible/operations/_patch.py | 1 + .../unbranded/typetest-enum-fixed/typetest/enum/fixed/_patch.py | 1 + .../typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py | 1 + .../typetest/enum/fixed/aio/operations/_patch.py | 1 + .../typetest-enum-fixed/typetest/enum/fixed/models/_patch.py | 1 + .../typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py | 1 + .../typetest/model/empty/_operations/_patch.py | 1 + .../typetest-model-empty/typetest/model/empty/_patch.py | 1 + .../typetest/model/empty/aio/_operations/_patch.py | 1 + .../typetest-model-empty/typetest/model/empty/aio/_patch.py | 1 + .../typetest-model-empty/typetest/model/empty/models/_patch.py | 1 + .../typetest/model/enumdiscriminator/_operations/_patch.py | 1 + .../typetest/model/enumdiscriminator/_patch.py | 1 + .../typetest/model/enumdiscriminator/aio/_operations/_patch.py | 1 + .../typetest/model/enumdiscriminator/aio/_patch.py | 1 + .../typetest/model/enumdiscriminator/models/_patch.py | 1 + .../typetest/model/nesteddiscriminator/_operations/_patch.py | 1 + .../typetest/model/nesteddiscriminator/_patch.py | 1 + .../typetest/model/nesteddiscriminator/aio/_operations/_patch.py | 1 + .../typetest/model/nesteddiscriminator/aio/_patch.py | 1 + .../typetest/model/nesteddiscriminator/models/_patch.py | 1 + .../typetest/model/notdiscriminated/_operations/_patch.py | 1 + .../typetest/model/notdiscriminated/_patch.py | 1 + .../typetest/model/notdiscriminated/aio/_operations/_patch.py | 1 + .../typetest/model/notdiscriminated/aio/_patch.py | 1 + .../typetest/model/notdiscriminated/models/_patch.py | 1 + .../typetest/model/recursive/_operations/_patch.py | 1 + .../typetest-model-recursive/typetest/model/recursive/_patch.py | 1 + .../typetest/model/recursive/aio/_operations/_patch.py | 1 + .../typetest/model/recursive/aio/_patch.py | 1 + .../typetest/model/recursive/models/_patch.py | 1 + .../typetest/model/singlediscriminator/_operations/_patch.py | 1 + .../typetest/model/singlediscriminator/_patch.py | 1 + .../typetest/model/singlediscriminator/aio/_operations/_patch.py | 1 + .../typetest/model/singlediscriminator/aio/_patch.py | 1 + .../typetest/model/singlediscriminator/models/_patch.py | 1 + .../typetest/model/usage/_operations/_patch.py | 1 + .../typetest-model-usage/typetest/model/usage/_patch.py | 1 + .../typetest/model/usage/aio/_operations/_patch.py | 1 + .../typetest-model-usage/typetest/model/usage/aio/_patch.py | 1 + .../typetest-model-usage/typetest/model/usage/models/_patch.py | 1 + .../typetest/model/visibility/_operations/_patch.py | 1 + .../typetest/model/visibility/_patch.py | 1 + .../typetest/model/visibility/aio/_operations/_patch.py | 1 + .../typetest/model/visibility/aio/_patch.py | 1 + .../typetest/model/visibility/models/_patch.py | 1 + .../typetest/property/additionalproperties/_patch.py | 1 + .../typetest/property/additionalproperties/aio/_patch.py | 1 + .../property/additionalproperties/aio/operations/_patch.py | 1 + .../typetest/property/additionalproperties/models/_patch.py | 1 + .../typetest/property/additionalproperties/operations/_patch.py | 1 + .../typetest/property/nullable/_patch.py | 1 + .../typetest/property/nullable/aio/_patch.py | 1 + .../typetest/property/nullable/aio/operations/_patch.py | 1 + .../typetest/property/nullable/models/_patch.py | 1 + .../typetest/property/nullable/operations/_patch.py | 1 + .../typetest/property/optional/_patch.py | 1 + .../typetest/property/optional/aio/_patch.py | 1 + .../typetest/property/optional/aio/operations/_patch.py | 1 + .../typetest/property/optional/models/_patch.py | 1 + .../typetest/property/optional/operations/_patch.py | 1 + .../typetest/property/valuetypes/_patch.py | 1 + .../typetest/property/valuetypes/aio/_patch.py | 1 + .../typetest/property/valuetypes/aio/operations/_patch.py | 1 + .../typetest/property/valuetypes/models/_patch.py | 1 + .../typetest/property/valuetypes/operations/_patch.py | 1 + .../unbranded/typetest-scalar/typetest/scalar/_patch.py | 1 + .../unbranded/typetest-scalar/typetest/scalar/aio/_patch.py | 1 + .../typetest-scalar/typetest/scalar/aio/operations/_patch.py | 1 + .../typetest-scalar/typetest/scalar/operations/_patch.py | 1 + .../generated/unbranded/typetest-union/typetest/union/_patch.py | 1 + .../unbranded/typetest-union/typetest/union/aio/_patch.py | 1 + .../typetest-union/typetest/union/aio/operations/_patch.py | 1 + .../unbranded/typetest-union/typetest/union/models/_patch.py | 1 + .../unbranded/typetest-union/typetest/union/operations/_patch.py | 1 + .../unbranded/versioning-added/versioning/added/_patch.py | 1 + .../unbranded/versioning-added/versioning/added/aio/_patch.py | 1 + .../versioning-added/versioning/added/aio/operations/_patch.py | 1 + .../unbranded/versioning-added/versioning/added/models/_patch.py | 1 + .../versioning-added/versioning/added/operations/_patch.py | 1 + .../versioning/madeoptional/_operations/_patch.py | 1 + .../versioning-madeoptional/versioning/madeoptional/_patch.py | 1 + .../versioning/madeoptional/aio/_operations/_patch.py | 1 + .../versioning/madeoptional/aio/_patch.py | 1 + .../versioning/madeoptional/models/_patch.py | 1 + .../versioning-removed/versioning/removed/_operations/_patch.py | 1 + .../unbranded/versioning-removed/versioning/removed/_patch.py | 1 + .../versioning/removed/aio/_operations/_patch.py | 1 + .../versioning-removed/versioning/removed/aio/_patch.py | 1 + .../versioning-removed/versioning/removed/models/_patch.py | 1 + .../versioning-renamedfrom/versioning/renamedfrom/_patch.py | 1 + .../versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py | 1 + .../versioning/renamedfrom/aio/operations/_patch.py | 1 + .../versioning/renamedfrom/models/_patch.py | 1 + .../versioning/renamedfrom/operations/_patch.py | 1 + .../versioning/returntypechangedfrom/_operations/_patch.py | 1 + .../versioning/returntypechangedfrom/_patch.py | 1 + .../versioning/returntypechangedfrom/aio/_operations/_patch.py | 1 + .../versioning/returntypechangedfrom/aio/_patch.py | 1 + .../versioning/returntypechangedfrom/models/_patch.py | 1 + .../versioning/typechangedfrom/_operations/_patch.py | 1 + .../versioning/typechangedfrom/_patch.py | 1 + .../versioning/typechangedfrom/aio/_operations/_patch.py | 1 + .../versioning/typechangedfrom/aio/_patch.py | 1 + .../versioning/typechangedfrom/models/_patch.py | 1 + 1077 files changed, 836 insertions(+), 241 deletions(-) diff --git a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/_operations/_patch.py index fc4fac79b3..8391c35e9d 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List from ._operations import _ApiKeyClientOperationsMixin as Generated diff --git a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/aio/_operations/_patch.py index fc4fac79b3..8391c35e9d 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List from ._operations import _ApiKeyClientOperationsMixin as Generated diff --git a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/aio/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/models/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-api-key/authentication/apikey/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/aio/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/models/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-http-custom/authentication/http/custom/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/aio/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-noauth-union/authentication/noauth/union/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/aio/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/models/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-oauth2/authentication/oauth2/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/aio/_patch.py b/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/authentication-union/authentication/union/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-access/specs/azure/clientgenerator/core/access/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/models/_patch.py index fa513da4c0..565fc9249b 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import Type import geojson from .._utils.model_base import TYPE_HANDLER_REGISTRY diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-header/client/alternateapiversion/service/header/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-path/client/alternateapiversion/service/path/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-api-version-query/client/alternateapiversion/service/query/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-default-value/specs/azure/clientgenerator/core/clientdefaultvalue/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-default/specs/azure/clientgenerator/core/clientinitialization/default/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individually/specs/azure/clientgenerator/core/clientinitialization/individually/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization-individuallyparent/specs/azure/clientgenerator/core/clientinitialization/individuallyparent/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-initialization/specs/azure/clientgenerator/core/clientinitialization/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-method-parameter-to-client/specs/azure/clientgenerator/core/clientlocation/parameter/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-existing-sub-client/specs/azure/clientgenerator/core/clientlocation/subclient/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-new-sub-client/specs/azure/clientgenerator/core/clientlocation/newsubclient/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-client-location-move-to-root-client/specs/azure/clientgenerator/core/clientlocation/rootclient/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-deserialize-empty-string-as-null/specs/azure/clientgenerator/core/emptystring/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-flatten-property/specs/azure/clientgenerator/core/flattenproperty/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-hierarchy-building/specs/azure/clientgenerator/core/hierarchybuilding/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-next-link-verb/specs/azure/clientgenerator/core/nextlinkverb/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-override/specs/azure/clientgenerator/core/override/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-client-generator-core-usage/specs/azure/clientgenerator/core/usage/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-basic/specs/azure/core/basic/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-rpc/specs/azure/core/lro/rpc/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-lro-standard/specs/azure/core/lro/standard/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-model/specs/azure/core/model/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-page/specs/azure/core/page/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-scalar/specs/azure/core/scalar/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-core-traits/specs/azure/core/traits/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/_patch.py b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-encode-duration/specs/azure/encode/duration/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/_patch.py b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-example-basic/specs/azure/example/basic/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/_patch.py b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-payload-pageable/specs/azure/payload/pageable/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-common-properties/azure/resourcemanager/commonproperties/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-large-header/azure/resourcemanager/largeheader/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-method-subscription-id/azure/resourcemanager/methodsubscriptionid/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service-shared-models/azure/resourcemanager/multiservicesharedmodels/combined/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-multi-service/azure/resourcemanager/multiservice/combined/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-non-resource/azure/resourcemanager/nonresource/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-operation-templates/azure/resourcemanager/operationtemplates/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-resource-manager-resources/azure/resourcemanager/resources/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/_patch.py b/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-special-headers-client-request-id/azure/specialheaders/xmsclientrequestid/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/_patch.py b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/aio/_patch.py b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/models/_patch.py b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/azure-versioning-previewversion/specs/azure/versioning/previewversion/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/first/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/first/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/first/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/first/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/sub/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/sub/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/sub/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-namespace/client/clientnamespace/second/sub/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/firstnamespace/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/firstnamespace/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/firstnamespace/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/firstnamespace/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/secondnamespace/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/secondnamespace/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/secondnamespace/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming-enum-conflict/client/naming/enumconflict/secondnamespace/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-naming/client/naming/main/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/_patch.py b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-overload/client/overload/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-overload/client/overload/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-clientoperationgroup/client/structure/clientoperationgroup/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-default/client/structure/service/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-multiclient/client/structure/multiclient/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-renamedoperation/client/structure/renamedoperation/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/models/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/operations/_patch.py b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/client-structure-twooperationgroup/client/structure/twooperationgroup/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/_patch.py b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/aio/_patch.py b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/models/_patch.py b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/property/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/property/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/property/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/property/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-array/encode/array/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-array/encode/array/property/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/aio/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/header/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/header/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/header/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/header/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/header/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/header/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/header/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/header/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/models/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/property/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/property/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/property/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/property/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/property/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/query/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/query/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/query/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/query/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/query/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/requestbody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/requestbody/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/requestbody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/requestbody/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/requestbody/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/requestbody/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/requestbody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/requestbody/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/responsebody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/responsebody/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/responsebody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/responsebody/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/responsebody/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/responsebody/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/responsebody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-bytes/encode/bytes/responsebody/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/aio/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/header/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/header/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/header/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/header/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/header/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/header/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/header/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/header/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/models/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/property/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/property/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/property/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/property/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/property/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/query/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/query/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/query/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/query/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/query/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/responseheader/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/responseheader/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/responseheader/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/responseheader/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/responseheader/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/responseheader/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/responseheader/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-datetime/encode/datetime/responseheader/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/_patch.py b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/aio/_patch.py b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/models/_patch.py b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-duration/encode/duration/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/_patch.py b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/aio/_patch.py b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/models/_patch.py b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/operations/_patch.py b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/encode-numeric/encode/numeric/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/aio/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/models/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir/generation/subdir/_generated/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/aio/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/models/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/operations/_patch.py b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/generation-subdir2/generation/subdir2/_generated/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/aio/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/models/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleanfalse/headasbooleanfalse/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/aio/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/models/_patch.py b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/headasbooleantrue/headasbooleantrue/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/aio/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/models/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-basic/parameters/basic/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/aio/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/models/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/aio/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/header/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/header/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/header/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/header/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/header/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/header/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/header/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/header/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/query/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/query/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/query/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/query/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-collection-format/parameters/collectionformat/query/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/aio/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-path/parameters/path/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/aio/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-query/parameters/query/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/aio/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/models/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/operations/_patch.py b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/parameters-spread/parameters/spread/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/_patch.py b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/aio/_patch.py b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/models/_patch.py b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-content-negotiation/payload/contentnegotiation/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/_patch.py b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/aio/_patch.py b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/models/_patch.py b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-json-merge-patch/payload/jsonmergepatch/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/_patch.py b/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/aio/_patch.py b/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/stringbody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/stringbody/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/stringbody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/stringbody/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/stringbody/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/stringbody/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/stringbody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-media-type/payload/mediatype/stringbody/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/_patch.py b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/_utils/utils.py b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/_utils/utils.py index bd821750f4..707b7d8fac 100644 --- a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/_utils/utils.py +++ b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/_utils/utils.py @@ -10,7 +10,6 @@ from .._utils.model_base import Model, SdkJSONEncoder - # file-like tuple could be `(filename, IO (or bytes))` or `(filename, IO (or bytes), content_type)` FileContent = Union[str, bytes, IO[str], IO[bytes]] diff --git a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/aio/_patch.py b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/models/_patch.py b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-multipart/payload/multipart/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/aio/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/models/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/pagesize/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/pagesize/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/pagesize/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/pagesize/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/pagesize/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/pagesize/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/pagesize/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/pagesize/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/models/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/models/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/models/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/serverdrivenpagination/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/xmlpagination/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/xmlpagination/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/xmlpagination/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/xmlpagination/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/xmlpagination/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/xmlpagination/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/xmlpagination/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-pageable/payload/pageable/xmlpagination/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/_patch.py b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/aio/_patch.py b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/models/_patch.py b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/operations/_patch.py b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/payload-xml/payload/xml/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/_patch.py b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/_patch.py +++ b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/aio/_patch.py b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven1/resiliency/srv/driven1/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/_patch.py b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/_patch.py +++ b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/aio/_patch.py b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/resiliency-srv-driven2/resiliency/srv/driven2/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/_patch.py b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/_patch.py +++ b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/aio/_patch.py b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/models/_patch.py b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/response-status-code-range/response/statuscoderange/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/aio/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/explode/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/explode/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/explode/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/explode/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/standard/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/standard/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/standard/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/labelexpansion/standard/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/explode/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/explode/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/explode/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/explode/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/standard/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/standard/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/standard/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/matrixexpansion/standard/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/explode/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/explode/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/explode/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/explode/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/standard/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/standard/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/standard/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/pathexpansion/standard/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/reservedexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/reservedexpansion/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/reservedexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/reservedexpansion/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/reservedexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/reservedexpansion/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/reservedexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/reservedexpansion/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/explode/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/explode/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/explode/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/explode/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/standard/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/standard/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/standard/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/pathparameters/simpleexpansion/standard/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/explode/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/explode/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/explode/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/explode/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/explode/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/standard/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/standard/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/standard/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/standard/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/querycontinuation/standard/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/explode/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/explode/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/explode/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/explode/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/standard/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/standard/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/standard/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/routes/routes/queryparameters/queryexpansion/standard/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/_patch.py b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/_patch.py +++ b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/aio/_patch.py b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/models/_patch.py b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/operations/_patch.py b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/serialization-encoded-name-json/serialization/encodedname/json/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/_patch.py b/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/aio/_patch.py b/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-endpoint-not-defined/server/endpoint/notdefined/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/aio/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/models/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-multiple/server/path/multiple/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/aio/_patch.py b/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-path-single/server/path/single/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/_patch.py b/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/aio/_patch.py b/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-versions-not-versioned/server/versions/notversioned/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/_patch.py b/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/aio/_patch.py b/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/server-versions-versioned/server/versions/versioned/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/_patch.py b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/aio/_patch.py b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/models/_patch.py b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multi-service/service/multiservice/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/aio/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/models/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/subnamespace/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/subnamespace/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/subnamespace/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/subnamespace/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/subnamespace/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/subnamespace/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/subnamespace/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/servicea/subnamespace/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/aio/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/models/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/subnamespace/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/subnamespace/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/subnamespace/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/subnamespace/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/subnamespace/operations/_patch.py b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/subnamespace/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/subnamespace/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/service-multiple-services/service/multipleservices/serviceb/subnamespace/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setup.py b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setup.py index 617246b295..2d112fc7b5 100644 --- a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setup.py +++ b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setup.py @@ -11,7 +11,6 @@ import re from setuptools import setup, find_packages - PACKAGE_NAME = "setuppy-authentication-union" PACKAGE_PPRINT_NAME = "Setuppy Authentication Union" PACKAGE_NAMESPACE = "setuppy.authentication.union" diff --git a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/_patch.py b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/_patch.py +++ b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/aio/_patch.py b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/setuppy-authentication-union/setuppy/authentication/union/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/_patch.py b/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_patch.py b/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/_patch.py b/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/aio/_patch.py b/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-headers-repeatability/specialheaders/repeatability/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-words/specialwords/_patch.py b/packages/typespec-python/tests/generated/azure/special-words/specialwords/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-words/specialwords/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-words/specialwords/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-words/specialwords/aio/_patch.py b/packages/typespec-python/tests/generated/azure/special-words/specialwords/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-words/specialwords/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-words/specialwords/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-words/specialwords/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/special-words/specialwords/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-words/specialwords/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-words/specialwords/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-words/specialwords/models/_patch.py b/packages/typespec-python/tests/generated/azure/special-words/specialwords/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-words/specialwords/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-words/specialwords/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/special-words/specialwords/operations/_patch.py b/packages/typespec-python/tests/generated/azure/special-words/specialwords/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/special-words/specialwords/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/special-words/specialwords/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/_patch.py b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/_patch.py +++ b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/aio/_patch.py b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/models/_patch.py b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/operations/_patch.py b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/specs-documentation/specs/documentation/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/_patch.py b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/_patch.py +++ b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/aio/_patch.py b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/models/_patch.py b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/operations/_patch.py b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/streaming-jsonl/streaming/jsonl/basic/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-array/typetest/array/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-dictionary/typetest/dictionary/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-discriminatedunion/typetest/discriminatedunion/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-extensible/typetest/enum/extensible/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-empty/typetest/model/empty/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-notdiscriminated/typetest/model/notdiscriminated/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-recursive/typetest/model/recursive/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-singlediscriminator/typetest/model/singlediscriminator/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-usage/typetest/model/usage/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-model-visibility/typetest/model/visibility/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-additionalproperties/typetest/property/additionalproperties/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-nullable/typetest/property/nullable/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-optional/typetest/property/optional/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-property-valuetypes/typetest/property/valuetypes/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-scalar/typetest/scalar/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/aio/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/aio/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/aio/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/aio/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/aio/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/models/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/models/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/models/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/operations/_patch.py b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/operations/_patch.py index 87676c65a8..ea76578835 100644 --- a/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/typetest-union/typetest/union/operations/_patch.py @@ -8,7 +8,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/aio/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/models/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-added/versioning/added/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/aio/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/models/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-madeoptional/versioning/madeoptional/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/aio/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/models/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-removed/versioning/removed/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/aio/operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/aio/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/aio/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/models/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-renamedfrom/versioning/renamedfrom/operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/models/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-returntypechangedfrom/versioning/returntypechangedfrom/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/aio/_operations/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/aio/_operations/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/aio/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/aio/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/aio/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/aio/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/models/_patch.py b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/models/_patch.py index 8bcb627aa4..b6400f50d7 100644 --- a/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/models/_patch.py +++ b/packages/typespec-python/tests/generated/azure/versioning-typechangedfrom/versioning/typechangedfrom/models/_patch.py @@ -7,6 +7,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/_operations/_patch.py index fc4fac79b3..8391c35e9d 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List from ._operations import _ApiKeyClientOperationsMixin as Generated diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/aio/_operations/_patch.py index fc4fac79b3..8391c35e9d 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List from ._operations import _ApiKeyClientOperationsMixin as Generated diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-api-key/authentication/apikey/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-http-custom/authentication/http/custom/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/_operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/_operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/aio/_operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/aio/_operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/aio/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-noauth-union/authentication/noauth/union/aio/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-oauth2/authentication/oauth2/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/authentication-union/authentication/union/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/aio/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/aio/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/models/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/models/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/property/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/property/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/property/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/property/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-array/encode/array/property/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/header/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/header/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/header/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/header/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/header/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/header/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/header/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/header/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/property/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/property/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/property/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/property/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/property/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/query/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/query/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/query/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/query/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/query/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/requestbody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/requestbody/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/requestbody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/requestbody/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/requestbody/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/requestbody/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/requestbody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/requestbody/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/responsebody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/responsebody/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/responsebody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/responsebody/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/responsebody/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/responsebody/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/responsebody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-bytes/encode/bytes/responsebody/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/header/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/header/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/header/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/header/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/header/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/header/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/header/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/header/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/property/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/property/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/property/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/property/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/property/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/query/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/query/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/query/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/query/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/query/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/responseheader/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/responseheader/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/responseheader/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/responseheader/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/responseheader/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/responseheader/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/responseheader/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-datetime/encode/datetime/responseheader/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/header/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/header/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/header/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/header/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/header/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/header/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/header/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/header/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/property/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/query/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/query/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/query/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/query/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-duration/encode/duration/query/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/encode-numeric/encode/numeric/property/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir/generation/subdir/_generated/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/aio/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/aio/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/models/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/models/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/generation-subdir2/generation/subdir2/_generated/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleanfalse/headasbooleanfalse/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/headasbooleantrue/headasbooleantrue/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/explicitbody/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/implicitbody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/implicitbody/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/implicitbody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/implicitbody/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/implicitbody/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/implicitbody/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/implicitbody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-basic/parameters/basic/implicitbody/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-body-optionality/parameters/bodyoptionality/optionalexplicit/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/header/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/header/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/header/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/header/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/header/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/header/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/header/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/header/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/query/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/query/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/query/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/query/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-collection-format/parameters/collectionformat/query/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-path/parameters/path/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/aio/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/aio/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-query/parameters/query/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/alias/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/alias/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/alias/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/alias/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/alias/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/alias/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/alias/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/alias/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/parameters-spread/parameters/spread/model/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/differentbody/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/samebody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/samebody/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/samebody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/samebody/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/samebody/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/samebody/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/samebody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-content-negotiation/payload/contentnegotiation/samebody/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-json-merge-patch/payload/jsonmergepatch/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/stringbody/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/stringbody/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/stringbody/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/stringbody/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/stringbody/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/stringbody/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/stringbody/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-media-type/payload/mediatype/stringbody/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/_utils/utils.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/_utils/utils.py index ac0302f596..4df01ac7bf 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/_utils/utils.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/_utils/utils.py @@ -3,7 +3,6 @@ from .._utils.model_base import Model, SdkJSONEncoder - # file-like tuple could be `(filename, IO (or bytes))` or `(filename, IO (or bytes), content_type)` FileContent = Union[str, bytes, IO[str], IO[bytes]] diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/models/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/models/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/file/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/contenttype/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/contenttype/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/contenttype/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/contenttype/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/contenttype/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/contenttype/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/contenttype/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/contenttype/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/nonstring/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/httpparts/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/formdata/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-multipart/payload/multipart/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/_operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/_operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/aio/_operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/aio/_operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/pagesize/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/pagesize/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/pagesize/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/pagesize/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/pagesize/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/pagesize/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/pagesize/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/pagesize/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/models/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/models/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/alternateinitialverb/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/continuationtoken/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/serverdrivenpagination/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/xmlpagination/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/xmlpagination/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/xmlpagination/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/xmlpagination/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/xmlpagination/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/xmlpagination/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/xmlpagination/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-pageable/payload/pageable/xmlpagination/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/payload-xml/payload/xml/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/_patch.py b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/response-status-code-range/response/statuscoderange/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/explode/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/explode/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/explode/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/explode/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/standard/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/standard/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/standard/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/labelexpansion/standard/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/explode/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/explode/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/explode/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/explode/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/standard/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/standard/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/standard/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/matrixexpansion/standard/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/explode/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/explode/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/explode/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/explode/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/standard/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/standard/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/standard/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/pathexpansion/standard/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/reservedexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/reservedexpansion/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/reservedexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/reservedexpansion/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/reservedexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/reservedexpansion/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/reservedexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/reservedexpansion/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/explode/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/explode/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/explode/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/explode/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/standard/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/standard/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/standard/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/pathparameters/simpleexpansion/standard/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/explode/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/explode/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/explode/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/explode/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/explode/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/standard/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/standard/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/standard/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/standard/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/querycontinuation/standard/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/explode/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/explode/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/explode/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/explode/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/explode/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/explode/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/explode/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/explode/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/standard/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/standard/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/standard/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/standard/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/standard/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/standard/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/standard/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/routes/routes/queryparameters/queryexpansion/standard/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/_patch.py b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/serialization-encoded-name-json/serialization/encodedname/json/property/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-endpoint-not-defined/server/endpoint/notdefined/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-multiple/server/path/multiple/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-path-single/server/path/single/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-versions-not-versioned/server/versions/notversioned/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/server-versions-versioned/server/versions/versioned/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setup.py b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setup.py index f18e1fd4ca..f373360287 100644 --- a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setup.py +++ b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setup.py @@ -5,7 +5,6 @@ import re from setuptools import setup, find_packages - PACKAGE_NAME = "setuppy-authentication-union" PACKAGE_PPRINT_NAME = "Setuppy Authentication Union" PACKAGE_NAMESPACE = "setuppy.authentication.union" diff --git a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/_patch.py b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/setuppy-authentication-union/setuppy/authentication/union/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-headers-conditional-request/specialheaders/conditionalrequest/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-headers-repeatability/specialheaders/repeatability/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/models/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/models/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/extensiblestrings/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/modelproperties/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/models/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/special-words/specialwords/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/_patch.py b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/aio/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/aio/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/models/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/models/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/specs-documentation/specs/documentation/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/_patch.py b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/models/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/models/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/streaming-jsonl/streaming/jsonl/basic/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-array/typetest/array/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-dictionary/typetest/dictionary/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/aio/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/aio/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/aio/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/aio/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/models/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/models/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/operations/_patch.py index bbe39eaf69..b208fb11fb 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-discriminatedunion/typetest/discriminatedunion/operations/_patch.py @@ -5,7 +5,6 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ - __all__: list[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-extensible/typetest/enum/extensible/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-enum-fixed/typetest/enum/fixed/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-empty/typetest/model/empty/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-enumdiscriminator/typetest/model/enumdiscriminator/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-nesteddiscriminator/typetest/model/nesteddiscriminator/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-notdiscriminated/typetest/model/notdiscriminated/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-recursive/typetest/model/recursive/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-singlediscriminator/typetest/model/singlediscriminator/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-usage/typetest/model/usage/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-model-visibility/typetest/model/visibility/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-additionalproperties/typetest/property/additionalproperties/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-nullable/typetest/property/nullable/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-optional/typetest/property/optional/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-property-valuetypes/typetest/property/valuetypes/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-scalar/typetest/scalar/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/typetest-union/typetest/union/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-added/versioning/added/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-madeoptional/versioning/madeoptional/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-removed/versioning/removed/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/aio/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/aio/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/aio/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/aio/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-renamedfrom/versioning/renamedfrom/operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-returntypechangedfrom/versioning/returntypechangedfrom/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/aio/_operations/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/aio/_operations/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/aio/_operations/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/aio/_operations/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/aio/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/aio/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/aio/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/aio/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level diff --git a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/models/_patch.py b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/models/_patch.py index 894b28a174..e9ae928351 100644 --- a/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/models/_patch.py +++ b/packages/typespec-python/tests/generated/unbranded/versioning-typechangedfrom/versioning/typechangedfrom/models/_patch.py @@ -4,6 +4,7 @@ Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize """ + from typing import List __all__: List[str] = [] # Add all objects you want publicly available to users at this package level