Skip to content

[AutoPR @azure/cognitiveservices-anomalydetector] add multidimentional RCA API#6759

Draft
openapi-sdkautomation[bot] wants to merge 1281 commits intofeature/v4from
sdkAuto/16924/@azure_cognitiveservices-anomalydetector
Draft

[AutoPR @azure/cognitiveservices-anomalydetector] add multidimentional RCA API#6759
openapi-sdkautomation[bot] wants to merge 1281 commits intofeature/v4from
sdkAuto/16924/@azure_cognitiveservices-anomalydetector

Conversation

@openapi-sdkautomation
Copy link
Copy Markdown

Create to sync Azure/azure-rest-api-specs#16924

Installation Instructions

You can install the package @azure/cognitiveservices-anomalydetector of this PR using the following command:

Direct Download

The generated package can be directly downloaded from here:

deyaaeldeen and others added 30 commits November 13, 2021 00:46
* [event-hubs] EventHubsBufferedProducerClient skeleton (Azure#17761)

* temp transfer

* [event-hubs] initial EventHubBufferedProducerClient skeleton

* Change default value of BufferedCloseOptions.flush to true instead of false

* Reorder doc comment content for EventHubBufferedProducerClient

* remove eslint exception for @azure/azure-sdk/ts-naming-options in EventHubBufferedProducerClientOptions

* add enqueueEvent (singular) method

* update API view

* [WIP][event-hubs] EventHubBufferedProducerClient implementation (Azure#18106)

* transfer

* [mock-hub] fix issue where calling stop() would not remove existing idle connection timeout watchers

* [event-hubs] reduce repetition in hubruntime.spec.ts tests

* Add support for flush,eventSuccess and eventError handlers, and backpressure to EventHubBufferedProducerClient

* add documentation and update API to align with .NET

* [Buffered Event Hubs Producer] Implements Parition Key to Partition ID mapping (Azure#18331)

* [Buffered Event Hubs Producer] Implements Parition Key to Partition ID mapping

* fix the implementation

* factor out the hashing logic

* remove unused import

* the test pass but the implementation needs to be simplified

* simplified implementation

* address feedback

* address feedback

* fix format

* address feedback

Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
* [Event Hubs] Prepare release

* remove empty sections
* Node doesn't support some samples for smoke test

* [search-documents] reprocessed samples with exp. generator

Co-authored-by: Will Temple <will@wtemple.net>
* add llc quickstart guideline

* update format

* add documentation about ci.yml

* update to resolve some comments

* update to resolve some comments

* update to resolve comments

* updates term

* update format

* update format
* Improve devops logging for link checker

* Update eng/common/scripts/Verify-Links.ps1

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
…zure#18686)

* Build and test predefined set of packages only in identity pipelines
* Create new pipeline for cosmos management package
Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
* arm-cosmosdb-track2

* updaet

* update ci.yml

* update

* re run

* update

* update
Post release automated changes for azure-arm-cosmosdb
* eventgrid-track2

* update

* update
Azure#18667 damaged this file, and this PR restores it. The cosmosdb data-plane CI currently cannot run.
…Azure#18690)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* fix cosmos samples

* add Families.json

* samples 'strict' mode fix

* add assets folder

* fixes on the strict mode issues

* update assets path in samples-dev

* add generated samples via dev tool

* fix PR comments

* upgrade @azure/identity to identity v2

* fix lint issues

* [cosmosdb] Experimental sample generation

Co-authored-by: Will Temple <witemple@microsoft.com>
…eased (Azure#18705)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Co-authored-by: Heath Stewart <heaths@microsoft.com>
* Update dev dependencies

* Rush update
* change-playback-mode-for-track2

* update
Post release automated changes for azure-arm-eventgrid
* apimanagement-track2

* update

* update test
* Update program brief testing to be more robust

* update live test recordings

* update code owners to automatically pull in the right reviewers in future PRs

* fix lint errors

* fix formatting
bzhang0 and others added 29 commits December 10, 2021 12:42
## What

- Migrate keyvault to use the shared rollup config
- Teach the shared config to handle `<package>-common`  shared-source pattern
- Suppress `this has been rewritten to undefined` errors for OpenTelemetry
- Replace usages of `assert` with `chai`

## Why

We're migrating packages over to the shared config, and this handles Key Vault packages. 

Key Vault is the first migrated package that includes the shared-source keyvault-common pattern, and as such it does not conform to the file structure rollup config expects. So we
need to teach it to be a little smarter.

Finally, OTel's codebase emits the spreadArray helper ` var __spreadArray = (this && this.__spreadArray) || ...` which causes Rollup to be unhappy as the top-level `this` is 
undefined. In **this** case (couldn't resist) it's harmless and can be suppressed.

Finally, we are removing assert entirely so it doesn't make sense to add it to the namedExports collection - insteadI am just replacing it with `chai` wherever I encounter it.

Resolves Azure#13410
* load the env file by default

* changelog

* fix up

* mapping

* env redeclare

* update index
* Replace password with placeholder in compute_example

* Replace key vaules with placeholder

* Replace client secret with place holder

* Exclude tests that verify SAS token generation.

The generated values are not real secrets.

* sanitize communication tokens
* Add migration guide for storage packages

* Resolve comments

* Resolve reviewing comments

* Resolve review comments
## What

- Patch service-bus and event-hubs' rollup config with custom plugins that are required for test runs
- Replace `assert` with `chai`

## Why

We tried to use the shared rollup config across packages but unfortunately service-bus event-hubs are and will likely remain a special case due to the various dependencies it pulls in. We identified a few fixable issues but there are some
that will not be easily resolved.

So, working with Will we decided a reasonable compromise is to use the shared config but patch the plugins so that they
match what they were before the recent changes.

In passing, I am also removing any imports of the `assert` module as that has been removed and the tests are failing. So 
this should fix that as well.
* new-generator-for-recoveryservices-track2

* GA
)

Post release automated changes for azure-arm-streamanalytics
* mediaservice-tack2-ga

* GA

* update
Post release automated changes for azure-arm-mediaservices
* new-generator-for-apimanagement-track2

* GA
* new-generator-for-appplatform-track2

* GA
Post release automated changes for azure-arm-appplatform
Post release automated changes for azure-arm-apimanagement
* web-track2-ga

* update
* Automate filing issues for any external package dependency and deprecation
Update main based on the `master` branch accidentally created.

The history in `master` goes to August 20th and then has a sudden break until two commits, one in October 20th, and another one on December 6th. I’m assuming commits before October 20th are not needed, since otherwise I would have expected us to need this update a lot earlier.

This PR includes changes from:

- Azure@d4428c6
- Azure@b063605
Followed the migration guide to move Identity to the samples v2: https://github.com/Azure/azure-sdk-for-js/wiki/Samples-v2-Migration-Guide

**Important:** Added the `dependencyOverrides` in order to require `@azure/keyvault-keys` on the samples, since Identity can’t depend on `@azure/keyvault-keys` (it would get recursive).

Fixes Azure#14474
* Remove event-processor-host from ci.yml

* Remove sdk-type to treat EPH as track 1
This PR makes the following updates regarding the `nyc` dependency
- Update to v15 from v14 across all packages
- Updates to `@azure/monitor-opentelemetry-exporter` as it failed to run the tests with the updated nyc. 
     - Update the test scripts to use the js files in the dist-esm folder like all other packages instead of using the ts-node plugin.
     - Update one of the tests for `@azure/monitor-opentelemetry-exporter` to use the right path for package.json file now that the tests are being run from the dist-esm folder.

Random set of live tests were triggered from this PR to ensure that nyc works as expected.
The failure for data-tables is an unrelated service side issue

Resolves Azure#19232
As discussed in Azure#17076, we no longer have the need for the `docs` script in each of our packages. This PR removes this script and the related dev dependency on typedoc
Merge 42c5bd8a6a0c7946a2922c2afd31650363c4346a into 925e8285703ddd461588d8f5fbf14bd97c286fab
@openapi-sdkautomation openapi-sdkautomation Bot force-pushed the sdkAuto/16924/@azure_cognitiveservices-anomalydetector branch from 777aecd to 155ef6f Compare December 14, 2021 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.