specification/appcomplianceautomation/AppComplianceAutomation.Management/tspconfig.yaml (31 lines of code) (raw):

parameters: "service-dir": default: "sdk/appcomplianceautomation" "dependencies": default: "" 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" emit-common-types-schema: "never" # `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}/appcomplianceautomation.json" "@azure-tools/typespec-ts": is-modular-library: true experimental-extensible-enums: true flavor: azure package-dir: "arm-appcomplianceautomation" package-details: name: "@azure/arm-appcomplianceautomation" "@azure-tools/typespec-python": package-dir: "azure-mgmt-appcomplianceautomation" namespace: "azure.mgmt.appcomplianceautomation" flavor: "azure" generate-test: true generate-sample: true # "@azure-tools/typespec-java": # flavor: azure # package-dir: "azure-resourcemanager-appcomplianceautomation" # namespace: "com.azure.resourcemanager.appcomplianceautomation" # service-name: "App Compliance Automation" # examples-directory: "{project-root}/examples" linter: extends: - "@azure-tools/typespec-azure-rulesets/resource-manager"