Граф коммитов

111 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Meng 83e13d88f9 [engsys] upgrade `eslint` dev dependency version to ^8.0.0 for rest packages
***NO_CI***
2022-05-20 13:21:30 -07:00
Jeremy Meng c86700356f
[engsys] upgrade rollup dev dependencies version (#21647)
for packages that has their own rollup configurations to match what's used in dev-tool.

- rollup to v2.60.2
- rollup-plugin-sourcemaps to v0.6.3
- @rollup/plugin-node-resolve to v13.0.6
2022-04-28 09:59:30 -07:00
Azure SDK Bot c76126f3da
Post release automated changes for synapse releases (#21519)
Post release automated changes for azure-arm-synapse
2022-04-21 00:26:02 +00:00
praveenkuttappan 84329dd2e8 Pin API-extrator to 7.18.11 2022-04-20 15:32:34 -07:00
colawwj 5b5d787833
synapse-release (#21502) 2022-04-20 16:17:25 +08:00
Jeremy Meng 191e4ce330 [EngSys] prepare for upgrading TypeScript to v4.6
Before upgrading we want to address the breaking change of catch variable now
defaulting to `unkown` by explicitly specify `: any` for implicit `any` catch
variables in our code base.

This commit applies the result of running the following codemod (credit: Maor)

```ts
import { API, FileInfo } from "jscodeshift";
export default function transformer(file: FileInfo, api: API) {
  const j = api.jscodeshift;
  const code = j(file.source);
  code
    .find(j.CatchClause)
    .filter(({ node }) => {
      return node.param && node.param.type == "Identifier" && !node.param.typeAnnotation;
    })
    .forEach(({ node }) => {
      if (node.param.type == "Identifier") {
        node.param.typeAnnotation = j.tsTypeAnnotation(j.tsAnyKeyword());
      }
    });
  return code.toSource();
}
```
2022-04-19 12:11:57 -07:00
Azure SDK Bot 2d1cc036fc
Post release automated changes for synapse releases (#21440)
Post release automated changes for azure-synapse-artifacts
2022-04-17 14:46:48 +00:00
Mary Gao 27e4955950
Syanpse April release (#21277)
* Support the skipURLEncode option at query parameter

* Support the skipUrlEncoding option at query parameter level

* Fix the format errors

* Update the synapse april release

* Revert encoding change

* Update Synapse April release

* Update changelog in Aril release
2022-04-13 13:15:02 +08:00
Jose Manuel Heredia Hidalgo 9907a42257
Regenerate RLC broken samples (#21098) 2022-03-29 20:16:04 -07:00
Will Temple af2317e3c3 Use azure-samples 2022-03-24 14:03:30 -04:00
Will Temple da364c71ce [samples] Moved sample package names to namespace @azure-samples 2022-03-24 13:35:48 -04:00
Azure SDK Bot 01732b5cc0
Post release automated changes for synapse releases (#20825)
Post release automated changes for azure-synapse-artifacts
2022-03-14 21:24:13 +00:00
Mary Gao 1007ebbd0e
Update release date (#20823) 2022-03-14 17:09:11 +08:00
Mary Gao dd5eb5f2fc
Update package.json (#20708) 2022-03-09 08:12:34 +08:00
Mary Gao 4efd527bdd
Update Synapse data plane SDK Mar. release (#20639)
* Update Synapse data plane SDK Mar. release

* Update api doc

* Remove ArtifactsClientContext and update CHANGELOG

* Update changelog

* Update release date
2022-03-06 11:22:51 +00:00
Jose Manuel Heredia Hidalgo c893d2b4fb
Fix Synapse CI (#20593) 2022-03-01 12:49:43 -08:00
colawwj 921810a62b
Separate ci.yml and ci.mgmt.yml (#20354) 2022-02-18 10:28:11 +08:00
Harsha Nalluru 26a75099e8
TestProxy CI variable defaults to true (#20304)
* TestProxy - get rid of it

* default: true
2022-02-10 11:43:36 -08:00
Harsha Nalluru c9dcb43446
[Recorder] `configureClientOptions` method on the recorder (#20175)
* configureClientOptions core-v2

* configureClientOptions

* & Record<string, unknown>

* Replicate https://github.com/Azure/azure-sdk-for-js/pull/19920 for core-client-rest

* formatting

* Replicate https://github.com/Azure/azure-sdk-for-js/pull/19920 for core-client-rest

* format

* attestation test fixes

* format

* more format

* format

* more recorder.configureClientOptions

* migration guide

* more format

* mixed-reality update

* attestation simplification

* more fixes

* changelogs and gettingstarted docs

* format

* format

* changelog

* tables ci - test-proxy variable

* env.SAS_CONNECTION_STRING test fix

* sort imports
2022-02-07 16:42:10 -08:00
Jose Manuel Heredia Hidalgo 326fe440b0
[Artifacts] Update Synapse Artifacts to new recorder (#20124)
* Update Synapse Artifacts to new recorder

* Update karma

* fix recorder.start()

* Re-record

Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
2022-02-01 12:40:47 -08:00
Jose Manuel Heredia Hidalgo 55a93fb4d5
[Synapse Access Control] Migrating to the new Recorder (#20153)
* Migrate to new recorder

* Update recordings

* CI Config
2022-01-31 17:16:19 -06:00
Will Temple 212f4f4456 Squashed commit of the following:
commit dcb5df3fc8
Merge: 356a32c63 6739271b8
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 28 17:22:23 2022 -0500

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit 356a32c63f
Merge: 6527b2813 b88c0bae2
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 28 16:51:32 2022 -0500

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit 6527b2813f
Merge: db7197b84 55ad30951
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 28 16:13:56 2022 -0500

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit db7197b84b
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 28 11:03:50 2022 -0500

    Enable communication-phone-numbers browser tests

commit 9336dc195f
Merge: 097c9d2bc 7ea04a838
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 27 16:17:54 2022 -0500

    Merge branch 'witemple-msft/rollup2' of github.com:Azure/azure-sdk-for-js into witemple-msft/rollup2

commit 097c9d2bc5
Merge: a022f51bd 9ef90e433
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 27 16:17:29 2022 -0500

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit 7ea04a8388
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 26 17:00:14 2022 -0500

    Update common/tools/dev-tool/src/config/rollup.base.config.ts

    Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>

commit a022f51bde
Merge: 64599af3a c7024562e
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 26 16:42:10 2022 -0500

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit 64599af3a3
Merge: bdd4bcac1 0c4d2af1f
Author: Will Temple <witemple@microsoft.com>
Date:   Tue Jan 25 17:29:58 2022 -0500

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit bdd4bcac15
Merge: e834674c9 97b77df56
Author: Will Temple <witemple@microsoft.com>
Date:   Tue Jan 25 11:26:58 2022 -0800

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit e834674c93
Author: Will Temple <witemple@microsoft.com>
Date:   Tue Jan 25 11:19:29 2022 -0800

    fixed schema-registry-avro

commit 26425ecf4c
Author: Will Temple <witemple@microsoft.com>
Date:   Mon Jan 24 12:53:58 2022 -0800

    Remove util dependency from monitor-query

commit 50beb01555
Author: Will Temple <witemple@microsoft.com>
Date:   Mon Jan 24 14:36:30 2022 -0500

    Removed dangling 'util' dependency

commit d28baf05e5
Author: Will Temple <witemple@microsoft.com>
Date:   Mon Jan 24 12:38:56 2022 -0500

    Make warning inhibitors work on Windows

commit 5c4c828a10
Author: Will Temple <witemple@microsoft.com>
Date:   Mon Jan 24 08:31:07 2022 -0800

    Fixed recorder build:test

commit 81a9d6d65b
Merge: cc7f21248 2144ad4eb
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 15:16:24 2022 -0800

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit cc7f212480
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 15:16:08 2022 -0800

    iot-device-update-rest: migrated

commit 88212d2d80
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 14:13:51 2022 -0800

    keyvault-keys: disable node polyfill

commit 3c1302b09a
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 14:10:17 2022 -0800

    keyvault-admin: disabled browser node polyfill

commit 818cf063c2
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 13:35:29 2022 -0800

    Add basePath configuration to shared script config, inhibit empty warnings from node-resolve

commit 8d187890fe
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 12:15:58 2022 -0800

    Removed errant rollup.config.js entries

commit d4833d4914
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 11:47:45 2022 -0800

    Remove my launch config

commit e63d4e5163
Merge: 37cb4bcf5 d9fe26483
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 11:45:31 2022 -0800

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit 37cb4bcf56
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 21 11:44:20 2022 -0800

    Added shim plugin for source maps

commit 98579cc73f
Merge: 9132065dc e3db6c418
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 20 09:44:42 2022 -0800

    Merge remote-tracking branch 'upstream/main' into witemple-msft/rollup2

commit 9132065dc2
Author: Will Temple <witemple@microsoft.com>
Date:   Fri Jan 14 14:39:32 2022 -0500

    Changed weird regex to path.split.join

commit 9c20ebb570
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 13 17:25:21 2022 -0500

    Removed communication-chat browser test config, as it's not needed

commit 2a8364d387
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 13 17:06:02 2022 -0500

    Deleted rollup.config.js for packages on the shared script.

commit 3fc9575933
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 13 17:01:31 2022 -0500

    template: removed rollup

commit 85d7050081
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 13 16:54:55 2022 -0500

    synapse: silence rollup output

commit ae9f7a6acb
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 13 16:30:53 2022 -0500

    Some updates to the bundle command

commit 11cee51f6a
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 13 16:30:33 2022 -0500

    Migrate more packages to shared rollup script

commit 0c4d89c8f4
Merge: f1ccb033a 78f849db7
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 13 13:00:13 2022 -0500

    Merge remote-tracking branch 'upstream/main' into dev-tool/rollup2

commit f1ccb033ab
Author: Will Temple <witemple@microsoft.com>
Date:   Thu Jan 13 12:11:27 2022 -0500

    [dev-tool] Add rollup-plugin-polyfill-node

commit 1a8ec9b1a2
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 19:07:43 2022 -0500

    preferBuiltins: false for browser

commit fe81f4ce0c
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 18:20:38 2022 -0500

    arm-compute: fix new warning

commit a75eca0064
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 16:20:54 2022 -0500

    Fixed build error in dev-tool

commit d890a897fd
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 16:18:36 2022 -0500

    Resoved merge conflict

commit a64fa41b34
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 16:12:16 2022 -0500

    Remove mixed rollup commands, leaving only rollup.test.config.js

commit f159571fd0
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 14:43:55 2022 -0500

    Remove all rollup dependencies

commit 65170145b1
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 14:11:28 2022 -0500

    Remove ordinary rollup commands.

commit f43cc70494
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 12:48:19 2022 -0500

    Removed configs that opt-out of browser bundles

commit 24357be603
Merge: 86250f0ab 20df85cb7
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 12:31:49 2022 -0500

    Merge remote-tracking branch 'upstream/main' into dev-tool/rollup2

commit 86250f0ab2
Merge: 26c241e6a 8dcc09499
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Jan 12 12:27:43 2022 -0500

    Merge remote-tracking branch 'upstream/main' into dev-tool/rollup2

commit 26c241e6ac
Merge: a0a98eeba 12b194101
Author: Will Temple <witemple@microsoft.com>
Date:   Tue Dec 14 18:37:30 2021 -0500

    Merge remote-tracking branch 'upstream/main' into dev-tool/rollup2

commit a0a98eeba2
Author: Will Temple <witemple@microsoft.com>
Date:   Tue Dec 14 17:39:12 2021 -0500

    Make consistent

commit c8f6ffeb3f
Author: Will Temple <witemple@microsoft.com>
Date:   Tue Dec 14 17:29:05 2021 -0500

    Migrate template

commit d56bcc5e4b
Author: Will Temple <witemple@microsoft.com>
Date:   Wed Dec 8 11:46:16 2021 -0500

    [dev-tool] Add "bundle" command
2022-01-28 17:26:28 -05:00
Jeremy Meng 6faa0c8ce2
[synapse-monitoring] Fix packaging issue (#19864)
* the path of "module" field is incorrect
* the ESM output folder should be `dist-esm` as specified in tsconfig.json

While on this I also updated the compilation target to `es6`, and removed the
`openTelemetryCommonJs()` that is no longer needed.
2022-01-14 18:09:41 -08:00
Azure SDK Bot d399e84762
Post release automated changes for azure-arm-synapse (#19845) 2022-01-14 12:27:37 +08:00
colawwj 6022417317
synapse-track2 (#19822)
* synapse-track2

* add back the comment

Co-authored-by: qiaozha <qiaozha@microsoft.com>
2022-01-14 11:07:38 +08:00
Azure SDK Bot 72d087e652
Post release automated changes for azure-synapse-artifacts (#19811) 2022-01-13 18:08:41 -06:00
Jose Manuel Heredia Hidalgo 8c914aac86
[Tables] Prepare for January release (#19783)
* Add MetastoreOperations

* Prepare for Jan release

* Fix changelog dates

* Update release day
2022-01-12 13:54:04 -06:00
Jose Manuel Heredia Hidalgo 27d6188a9a
[Synapse] January release (#19782)
* Add MetastoreOperations

* Fix changelog date
2022-01-11 17:06:57 -06:00
Jonathan Cárdenas 40ff1befe8
Update prettier dev-dependency to v2.5.1 in rest packages (#19529)
* Upgrade prettier to 2.5.1

* Format purview files

* Upgrade prettier version in synapse
2022-01-03 13:15:31 -06:00
Ramya Rao f8299f622a
Update Identity dependency to v2 from v2 beta (#19351)
A handful of packages were still using v2 beta of the identity package. This PR updates such cases to use `^2.01` instead
2021-12-14 18:59:00 +00:00
Ramya Rao 91e3627b7f
Update mocha-junit-reporter (#19309)
* Update mocha-junit-reporter

* rush update
2021-12-14 09:05:13 -08:00
Ramya Rao 5deb6ced31
Remove the docs script from packages (#19307)
As discussed in #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
2021-12-14 01:30:46 +00:00
Ramya Rao 6c12ef4659
Update nyc to v15 (#19248)
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 #19232
2021-12-13 23:43:51 +00:00
Azure SDK Bot 2c18f7a7ed
Post release automated changes for synapse releases (#18616)
Post release automated changes for azure-synapse-artifacts
2021-11-11 18:14:55 +00:00
Jose Manuel Heredia Hidalgo 9d15652ed6
Regenerate Synapse Artifacts (#18591) 2021-11-09 17:02:27 -08:00
Jose Manuel Heredia Hidalgo 73a07d9e53
Make identity dependencies consistent across RLCs (#18539)
Last PR some had 2.0.0 and some 2.0.1. Updating so all of them depend on ^2.0.1
2021-11-04 19:08:55 +00:00
Jose Manuel Heredia Hidalgo df05347d65
[Synapse] Initial Rest Client work for Synapse Access Control (#18289)
* Initial Rest Client work for Synapse Access Control

* Update ci pipeline

* Update tests

* Update pagination helper and test

* Add samples

* Fix Access Control rest

* Update broken links

* Fix format in agrifood
2021-11-04 09:50:56 -07:00
Ramya Rao 8f40cf08d9
Move Identity dependency from v2 beta to v2 GA (#18470) 2021-11-01 15:31:25 -07:00
Azure SDK Bot 6464b0efa4
Post release automated changes for synapse releases (#18056)
* Post release automated changes for azure-synapse-spark

* Post release automated changes for azure-synapse-artifacts
2021-10-15 13:08:08 -07:00
Jiao Di (MSFT) 55dc5736f4
update to latest (#18144) 2021-10-15 11:15:30 -07:00
Jiao Di (MSFT) cdbe548db5
Fix Synapse AccessControl Readme Issue (#18143)
* Fix Synapse AccessControl Readme Issue

* Update run_test.ts

Co-authored-by: Tong Xu (MSFT) <57166602+v-xuto@users.noreply.github.com>
2021-10-15 11:15:13 -07:00
Jose Manuel Heredia Hidalgo 284ec8ade7
[Synapse Spark] Regenerate with latest release tag package-spark-2020-12-01 (#17980)
* Regenerate with latest release tag package-spark-2020-12-01

* Update changelog
2021-10-05 15:45:31 -05:00
Jose Manuel Heredia Hidalgo d8f499aa43
[Synapse Artifacts] Re generate for October Release (#17981)
* Update synapse artifacts

* Undo recording changes

* Update changelog

* update recordings

* Update changelog

* Remove .deb file
2021-10-05 15:09:57 -05:00
Maor Leger 9dc6167cf1
Update API Extractor for all packages (#17917)
## What

- Update API Extractor to the latest version (currently 7.18.11)
- Regenerate all API reviews by building all the packages

## Why

This is something we keep bumping into. First, we needed to upgrade API Extractor to allow us to re-export directly from
`@opentelemetry/api`. Then, it looks like we needed this to upgrade TypeScript to 4.4. 

We are way behind on this version, and it's time to upgrade.

## Callouts

How noisy is this?! Here's what's happening - somewhere around 7.9 I think API Extractor improved the way it detects name
collisions with predefined globals. Things like KeyType, Response, etc. 

If there's a clash, the generated API markdown file will rename <Item> to <Item_2> to make the name collision explicit.

Talking to folks on the team, and the poor souls that will be doing API Review approvals, we agreed that doing the upgrade
in one fell swoop is the way to go. 

Resolves #9410
2021-09-30 08:07:26 -07:00
colawwj 45de594e60
update-reade.md (#17744) 2021-09-18 16:36:39 +08:00
Jeremy Meng 13861173b6
Upgrade dev dependency ts-node to ^10.0.0 (#17323) 2021-09-10 15:38:24 -07:00
Azure SDK Bot 127625e329
Post release automated changes for synapse releases (#17508)
Post release automated changes for azure-synapse-managed-private-endpoints
2021-09-10 17:05:46 +00:00
Jose Manuel Heredia Hidalgo 1d460cc0b3
[Synapse] Re-generate Managed Private Endpoints (#17441)
Re-generate with swagger `2020-12-01`
2021-09-07 19:47:19 +00:00
Harsha Nalluru 8dbbedd71a
[Recorder] Adding a note in the readme to release publicly and rename the package(everywhere) (#17127)
* Adding a note in the readme to release publicly

* rename `@azure/test-utils-recorder` to `@azure-tools/test-recorder`

* lock file

* delete recorder new file
2021-08-26 21:22:27 +00:00
Daniel Rodríguez ea06d10dd3
[Identity] Incrementing the package version (#16908)
* [Identity] Incrementing the package version

* setting samples to the last released version of Identity

* upgraded non-samples to 2.0.0-beta.6

* found a fix for the CI issue
2021-08-18 19:11:14 -04:00