Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add azure-ai-anomalydetector to error code 5 ignored list #13131

Merged
merged 3 commits into from
Aug 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ known_content_issues:
- ['sdk/synapse/azure-synapse-spark/README.md', '#4554']
- ['sdk/synapse/azure-synapse-artifacts/README.md', '#4554']
- ['sdk/synapse/azure-synapse-nspkg/README.md', '#4554']
- ['sdk/anomalydetector/azure-ai-anomalydetector/README.md', '#4554']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @mitchdenny added this in PR #13141 at the bottom of the list so it is now in the list twice.

- ['sdk/applicationinsights/azure-applicationinsights/README.md', '#4554']
- ['sdk/batch/azure-batch/README.md', '#4554']
- ['sdk/cognitiveservices/azure-cognitiveservices-anomalydetector/README.md', '#4554']
Expand Down
1 change: 1 addition & 0 deletions eng/tox/allowed_pylint_failures.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@
"azure-synapse-spark",
"azure-synapse-accesscontrol",
"azure-synapse-nspkg",
"azure-ai-anomalydetector",
]
3 changes: 2 additions & 1 deletion scripts/devops_tasks/common_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"azure-servicefabric",
"nspkg",
"azure-keyvault",
"azure-synapse"
"azure-synapse",
"azure-ai-anomalydetector",
]
META_PACKAGES = ["azure", "azure-mgmt", "azure-keyvault"]
REGRESSION_EXCLUDED_PACKAGES = [
Expand Down
1 change: 1 addition & 0 deletions sdk/anomalydetector/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ extends:
Artifacts:
- name: azure_ai_anomalydetector
safeName: azureaianomalydetector

3 changes: 2 additions & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ opentelemetry-api==0.10b0
#override azure-synapse-accesscontrol azure-core>=1.6.0,<2.0.0
#override azure-synapse-spark azure-core>=1.6.0,<2.0.0
#override azure-synapse-artifacts azure-core>=1.6.0,<2.0.0
#override azure-data-tables msrest>=0.6.10
#override azure-data-tables msrest>=0.6.10
#override azure-ai-anomalydetector azure-core>=1.6.0,<2.0.0