tests-upgrade/tests-emitter/Pinecone.VectorDb.Management/tspconfig.yaml (55 lines of code) (raw):

emit: - "@azure-tools/typespec-autorest" options: "@azure-tools/typespec-autorest": use-read-only-status-schema: true emitter-output-dir: "{project-root}/.." azure-resource-provider-folder: "resource-manager" output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/openapi.json" examples-dir: "{project-root}/examples" "@azure-tools/typespec-powershell": service-dir: "src" package-dir: "Pinecone/Pinecone.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: Pinecone 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: 'Pinecone' service-name: Pinecone 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"