tests-upgrade/tests-emitter/HealthDataAIServices.Management/tspconfig.yaml (97 lines of code) (raw):

parameters: "service-dir": default: "sdk/healthdataaiservices" emit: - "@azure-tools/typespec-autorest" options: "@azure-tools/typespec-autorest": azure-resource-provider-folder: "resource-manager" use-read-only-status-schema: true emitter-output-dir: "{project-root}/.." output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/openapi.json" new-line: lf "@azure-tools/typespec-csharp": package-dir: "Azure.ResourceManager.HealthDataAIServices" flavor: azure namespace: "{package-dir}" service-name: "Health Data AI Services" "@azure-tools/typespec-python": package-dir: "azure-mgmt-healthdataaiservices" flavor: "azure" package-name: "{package-dir}" generate-test: true generate-sample: true "@azure-tools/typespec-java": package-dir: "azure-resourcemanager-healthdataaiservices" flavor: "azure" namespace: "com.azure.resourcemanager.healthdataaiservices" service-name: "Health Data AI Services" "@azure-tools/typespec-ts": azureSdkForJs: true isModularLibrary: true generateMetadata: true hierarchyClient: false experimentalExtensibleEnums: true enableOperationGroup: true package-dir: "arm-healthdataaiservices" emitter-output-dir: "{project-root}/{service-dir}/{package-dir}" flavor: "azure" packageDetails: name: "@azure/arm-healthdataaiservices" "@azure-tools/typespec-go": service-dir: "sdk/resourcemanager/healthdataaiservices" package-dir: "armhealthdataaiservices" module: "github.com/Azure/azure-sdk-for-go/{service-dir}/{package-dir}" fix-const-stuttering: true flavor: "azure" generate-examples: true generate-fakes: true head-as-boolean: true inject-spans: true remove-unreferenced-types: true "@azure-tools/typespec-powershell": service-dir: "src" package-dir: "HealthDataAIServices/HealthDataAIServices.Autorest" clear-output-folder: true remove-lro-headers: false azure: true module-version: 0.1.0 skip-model-cmdlets: false help-link-prefix: https://learn.microsoft.com/powershell/module/ metadata: authors: Microsoft Corporation owners: Microsoft Corporation description: 'Microsoft Azure PowerShell: HealthDataAIServices cmdlets' copyright: Microsoft Corporation. All rights reserved. tags: Azure ResourceManager ARM PSModule Sphere companyName: Microsoft Corporation requireLicenseAcceptance: true licenseUri: https://aka.ms/azps-license projectUri: https://github.com/Azure/azure-powershell prefix: 'Az' subject-prefix: 'HealthDataAIServices' service-name: HealthDataAIServices module-name: "{prefix}.{service-name}" namespace: "Microsoft.Azure.PowerShell.Cmdlets.{service-name}" use-namespace-folders: false # output-folder: "{output-dir}" exclude-tableview-properties: - Id - Type directive: - where: subject: Operation hide: true - where: parameter-name: SubscriptionId set: default: script: '(Get-AzContext).Subscription.Id' - where: variant: ^(Create|Update)(?!.*?Expanded|ViaJsonString|ViaJsonFilePath) remove: true - where: verb: Set hide: true linter: extends: - "@azure-tools/typespec-azure-rulesets/resource-manager"