Skip to content

Commit

Permalink
Fix Python conf for AnomalyDectector (#10818)
Browse files Browse the repository at this point in the history
* Fix Python conf for AnomalyDectector

* AI namespace
  • Loading branch information
lmazuel authored Sep 16, 2020
1 parent 0ac9e06 commit c71c7ee
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ add-credentials: true
credential-default-policy-type: AzureKeyCredentialPolicy
credential-key-header-name: Ocp-Apim-Subscription-Key
payload-flattening-threshold: 1
namespace: azure.cognitiveservices.anomalydetector
package-name: azure-cognitiveservices-anomalydetector
namespace: azure.ai.anomalydetector
package-name: azure-ai-anomalydetector
package-version: 0.2.0
clear-output-folder: true
```
``` yaml $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/cognitiveservices/azure-cognitiveservices-anomalydetector/azure/cognitiveservices/anomalydetector
output-folder: $(python-sdks-folder)/anomalydetector/azure-ai-anomalydetector/azure/ai/anomalydetector
```
``` yaml $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/cognitiveservices/azure-cognitiveservices-anomalydetector
output-folder: $(python-sdks-folder)/anomalydetector/azure-ai-anomalydetector
```

0 comments on commit c71c7ee

Please sign in to comment.