File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
specification/cognitiveservices/AnomalyDetector Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ parameters :
2+ " python-sdk-folder " :
3+ default : " {project-root}/azure-sdk-for-python/"
4+ " service-directory-name " :
5+ default : " anomalydetector"
16emit : [
27 " @azure-tools/typespec-autorest" ,
38]
@@ -8,10 +13,11 @@ options:
813 output-file : openapi.json
914 emitter-output-dir : " {project-root}/../data-plane/AnomalyDetector/stable"
1015 " @azure-tools/typespec-python " :
11- " basic-setup-py " : true
12- " package-version " : 3.0.0b6
13- " package-name " : azure-ai-anomalydetector
14- # "output-path":
16+ " package-pprint-name " : " \" Cognitive Services Anomaly Detector\" "
17+ " package-mode " : " dataplane"
18+ " package-version " : 3.0.0
19+ " package-name " : " azure-ai-anomalydetector"
20+ " emitter-output-dir " : " {python-sdk-folder}/sdk/{service-directory-name}/{package-name}"
1521 # Uncomment this line and add "@azure-tools/typespec-java" to your package.json to generate Java code
1622 " @azure-tools/typespec-java " :
1723 namespace : com.azure.ai.anomalydetector
You can’t perform that action at this time.
0 commit comments