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

parameters: "service-dir": default: "sdk/kubernetesruntime" swagger-repo-dir: default: "{project-root}/swagger" emit: - "@azure-tools/typespec-autorest" options: "@azure-tools/typespec-autorest": emitter-output-dir: "{project-root}/.." azure-resource-provider-folder: resource-manager # `arm-resource-flattening` is only used for back-compat for specs existed on July 2024. All new service spec should NOT use this flag arm-resource-flattening: true output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/kubernetesruntime.json" use-read-only-status-schema: true "@azure-tools/typespec-csharp": package-dir: "Azure.ResourceManager.ContainerOrchestratorRuntime" flavor: azure clear-output-folder: true use-write-core: true namespace: "{package-dir}" "@azure-tools/typespec-python": package-dir: "azure-mgmt-containerorchestratorruntime" package-name: "{package-dir}" flavor: "azure" generate-test: true generate-sample: true "@azure-tools/typespec-ts": azureSdkForJs: true isModularLibrary: true generateMetadata: true hierarchyClient: false experimentalExtensibleEnums: true enableOperationGroup: true package-dir: "arm-containerorchestratorruntime" flavor: "azure" packageDetails: name: "@azure/arm-containerorchestratorruntime" "@azure-tools/typespec-java": package-dir: "azure-resourcemanager-containerorchestratorruntime" namespace: "com.azure.resourcemanager.containerorchestratorruntime" service-name: "Container Orchestrator Runtime" flavor: "azure" "@azure-tools/typespec-powershell": service-dir: "src" package-dir: "ContainerOrchestratorRuntime/ContainerOrchestratorRuntime.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: ContainerOrchestratorRuntime 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: 'ContainerOrchestratorRuntime' service-name: ContainerOrchestratorRuntime 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"