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

8391 Коммитов

Автор SHA1 Сообщение Дата
KarishmaGhiya 4f6c5f7d03
Doc settings Update (#14733) 2021-04-07 11:16:34 -07:00
Hector Hernandez 72f82fa4b2
Adding permanent redirect support for Azure Monitor OT Exporter (#14759)
* Adding permanent redirect support for Azure Monitor OT Exporter

* Lint

* Typo

* Fix
2021-04-07 11:04:22 -07:00
Richard Park b8672bb5d5
[service-bus] Add support for sending AmqpAnnotatedMessage (and control destination section of body) (#14703)
Adding in support to send AmqpAnnotatedMessage and also to control where the body is encoded in the sent message (via the `bodyType`) field.
2021-04-07 06:50:49 +00:00
Azure SDK Bot bd4aa435c2
Increment version for identity releases (#14774)
Increment package version after release of azure-identity
2021-04-07 03:16:25 +00:00
Mike Harder b2e23e3f62
Revert "Make tag as optional (#14427)" (#14766)
- #14427 appears to cause all packages to be published with no tags.
- This reverts commit 74a61620d0.
2021-04-06 17:31:06 -07:00
Azure SDK Bot c269edf2e0
Increment package version after release of azure-container-registry (#14765) 2021-04-07 00:09:43 +00:00
Jose Manuel Heredia Hidalgo 03592a92ef
[synapse-artifacts] Update SynapseArtifacts with latest Swagger changes (#14669)
* Updates for Latest Swagger Changes

* Format

* Update changelog and constants file

* Format

* Add acceptance tests

* Update sdk/synapse/synapse-artifacts/package.json

Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>

Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
2021-04-06 16:31:31 -07:00
Jeremy Meng 7ffc0f6242
[ContainerRegistry] Fix README (#14761)
- enable NPM package link
- hide SDK API docs link as they are not yet available
- add comments on endpoint format
- remove byPage() from example
- Remove sentence from template
2021-04-06 23:03:54 +00:00
Maor Leger 4639212b1e
[KeyVault] - Update setup script to include additional role assignments for MHSM (#14743)
## What

- Adds `Managed HSM Crypto Officer` and `Managed HSM Crypto User` role assignments to test user when deploying MHSM.

## Why

Recent RBAC changes for MHSM recently went live which impact how existing permissions are defined. In order to access key operations the Administrator role is no longer sufficient. To keep our tests running we need to add the Crypto Officer and Crypto User role assignments to our test application after the managed HSM is activated.
2021-04-06 15:33:03 -07:00
Maor Leger eae6e139e9
Increment package version after release of azure-keyvault-admin (#14754)
Increment package version after release of azure-keyvault-admin
2021-04-06 15:25:59 -07:00
Daniel Rodríguez 44f048ec09
[Identity] 2.0.0-beta.2 release date (#14734)
This PR sets up the release date for Identity 2.0.0-beta.2
2021-04-06 21:20:53 +00:00
Daniel Rodríguez 502925b648
[Identity] Error name alignment (#14690)
This PR renames errors `CredentialUnavailable` to `CredentialUnavailableError`, and `AuthenticationRequired` to `AuthenticationRequiredError`, to improve the readability of these exported classes.

I couldn't find any instance of any of our packages using these error names (other than within Identity itself).

Fixes #14662
2021-04-06 20:51:48 +00:00
Azure SDK Bot 7ca03aa8ab
Increment version for keyvault releases (#14746)
* Increment package version after release of azure-keyvault-keys
* Increment package version after release of azure-keyvault-secrets
* Increment package version after release of azure-keyvault-certificates
2021-04-06 20:34:10 +00:00
Jose Manuel Heredia Hidalgo 4bd620afe1
[Tables] Update changelog for April 2021 release (#14712)
* Update changelog

* Format

* Update sdk/tables/data-tables/CHANGELOG.md
2021-04-06 13:11:40 -07:00
Vishnu Reddy caeae0cd16
Update readme.md to use @azure/identity for authentication (#14717)
close #13295 

Updated README to use `@azure/identity` for authentication rather than `@azure/ms-rest-nodeauth` and `@azure/ms-rest-browserauth`. Made some other miscellaneous tweaks as well to match more closely to the template README.
2021-04-06 20:10:58 +00:00
Jeremy Meng adf852caef
[ContainerRegistry] README and CHANGELOG for beta.1 (#14736)
* [ContainerRegistry] README and CHANGELOG for beta.1

* README feedback

* Update release date in CHANGELOG
2021-04-06 12:49:03 -07:00
Azure SDK Bot b8492c7b0d
Increment version for eventhub releases (#14748)
Increment package version after release of azure-event-hubs
2021-04-06 19:37:17 +00:00
Deyaaeldeen Almahallawi 2466897251
[Text Analytics] Improve README.md (#14663) 2021-04-06 13:26:40 -04:00
Sarangan Rajamanickam d31aa59523
Code changes to add muli api support (#14706)
* Code changes to add muli api support

* Format

* Add Version Check

* Format

* Move ApiVersion to options bag
2021-04-05 22:49:37 -07:00
Jeremy Meng c9bcb27089
[ContainerRegistry] Add live tests (#14652)
- use management lib to import images
- sanitize tokens
- add recordings
2021-04-05 21:28:27 -07:00
Will Temple c6549b2978
[ai-form-recognizer] Doc improvements. (#14721) 2021-04-05 21:07:06 -07:00
Orlando Watson 5202cd79aa
[communication][phone-numbers] combine purchase and release tests (#14608) 2021-04-05 18:11:17 -07:00
chradek 44ee2cf331
[event-hubs] prepare for 5.5.0 release (#14730) 2021-04-05 18:07:32 -07:00
Maor Leger e7fac2bff5
[KeyVault] - remote calls in hybrid mode if local crypto errors (#14719)
## What

- If we can remote, and a local crypto operation fails, then we remote the call.

## Why

- In hybrid mode we want to be able to continue supporting crypto operations even if for unknown reasons the local provider fails. This ensures that we can defer to the remote provider if possible. 
- In local-only mode, we surface the original error to be handled by user code.

Resolves #14713
2021-04-05 16:58:12 -07:00
Will Temple fadd5b9eb5
[ai-form-recognizer] Rework samples for 3.1.0-beta.3 (#14689)
* [ai-form-recognizer] Migrate to samples v2

* Move test-assets to assets

* Remove dirname based path computation

* Backport fix for stronglyTypedRecognizedForm to samples/v3

* Fix aka.ms links for FR data types

* Remove old typescript samples

* Use newer invoice sample document

* Rework samples and tag with metadata

* Added package.json metadata

* Fixed a tense inconsistency

* Disable generation of docs.ms metadata until GA.

* Fixed links in sample READMEs

* [min/max] Changed asset path from test-assets to assets

* addressed feedback
2021-04-05 15:47:01 -07:00
JoshuaLai 85c2873fba
[Communication] - autorest - update swagger to point to readme (#14722)
* [autorest] updating autorest to point to readme

* [autorest] clean up formatting

* [autorest] adding in new property --disable-async-iterators
2021-04-05 15:42:42 -07:00
Hector Hernandez 1308d1d29e
Updating OpenTelemetry dependencies for Azure Monitor Exporter (#14696)
* Updating OpenTelemetry dependencies for Azure Monitor Exporter

* Lint

* Common versions

* Lint
2021-04-05 14:33:35 -07:00
Richard Park 2fe92a1cb5
[service-bus] AdminClient: ForwardTo wasn't applying on update due to bad property ordering in XML (#14692)
The ordering of properties in the XML requests to the Service Bus ATOM API is significant and changing it can have side effects.

In this instance, the ordering issues caused us to appear to have setup forwarding properly for a queue but forwarding was NOT actually enabled. Our previous testing missed this because this data actually round-trips properly through the API but it doesn't trigger whatever actual setting needs to happen to cause forwarding to happen.

This PR reconciles our queue, topic and subscription entities ordering against the .net layer, which acts as the de-facto authority.

Fixes #14539
2021-04-05 19:45:27 +00:00
Ramya Rao 0b57dbb2c2
[Communication] Fix errs from linter rule no-useless-escape (#14685)
Fixes the linter errors around the rule `no-useless-escape` in the communication packages

Related to #13723
2021-04-05 18:49:20 +00:00
Ramya Rao b48a3bc86a
[Communication Chat] Fix missing return type linter errs (#14683)
Fixes the linter errors around missing return types in communication chat package

Related to https://github.com/Azure/azure-sdk-for-js/issues/13723
2021-04-05 18:48:40 +00:00
Vishnu Reddy aa911710c4
[Digital Twins Core] add nycrc to enable code coverage in live test pipeline (#14709)
close #13586 
![image](https://user-images.githubusercontent.com/30186564/113598544-20cf1a80-95f2-11eb-9125-cee345f4228d.png)
2021-04-05 18:13:08 +00:00
Azure SDK Bot b6b492d855
Use single quotes for matrix generator command line arguments (#14667)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-04-05 09:55:13 -07:00
Ben Broderick Phillips f4cf4198c0
Use base platform matrix for CI tests (#14647)
* Rename common test job files to be consistent with other repos

* Move ci tests into their own file and call via matrix generation job

* Use common platform matrix for ci tests
2021-04-05 12:49:49 -04:00
Daniel Rodríguez 612b34865f
[Identity] AuthenticationRecord API alignment (#14630)
* [Identity] AuthenticationRecord API alignment

* CHANGELOG

* Scott feedback: do not export version
2021-04-05 12:12:18 -04:00
Daniel Rodríguez 887eb013a7
[Identity] Removed PersistentCredentialOptions (#14691)
This PR removes the interface `PersistentCredentialOptions` (introduced in `2.0.0-beta.1`) and instead inlined the options for the persistent cache feature in the options of individual credentials.

Fixes #14502
2021-04-03 01:04:40 +00:00
Sarangan Rajamanickam bb074b39ee
Update Version value in Search SDK (#14694) 2021-04-02 17:17:33 -07:00
KarishmaGhiya 7f1faa75a4
Perf tests metrics advisor (#14288) 2021-04-02 15:44:08 -07:00
Harsha Nalluru 811cfaeccf
[App Config] FeatureFlag and SecretReference support (#14342)
Reference: https://github.com/Azure/azure-sdk-for-net/pull/18487/
This PR adds the 
- [x] FeatureFlag support
- [x] SecretReference support
- [x] Tests for both
- [x] Samples for both
- [x] Changelog 
- [x] Links to the samples in the readme
2021-04-02 22:05:08 +00:00
Ramya Rao a5c6043bf4
[Identity] Add pointer to examples upfront (#14688)
In #14646, we removed the details on different credentials from the top part of the readme. Adding pointer to the new examples file instead. This is very useful instead of making the user scroll to the bottom
2021-04-02 21:49:24 +00:00
Sarangan Rajamanickam 61fcbd4b6f
Search Code Changes for April Release (#14620)
* Search Code Changes for April Release

* Updated Version, Changelog & Regened to latest SHA

* Update Perf Test Dependency
2021-04-02 13:57:06 -07:00
Maor Leger 9b42d343e7
[Identity] - Add examples doc and update README (#14646)
## What

- Adds a doc containing multiple snippets for various Identity scenarios
- Adds references to this doc in the README when discussing the credential classes
- Deletes ClientSideUserAuthentication in favor of AzureIdentityExamples

## Why

- While these aren't runnable, these little snippets can provide a good starting point for the various options you can use for credentials. The reference from the README will help folks dig deeper into topics they're interested in
- I noticed that the new doc covers a lot of the same topics that the ClientSideUserAuthentication does so we can centralize

Resolves #14396
2021-04-02 20:53:29 +00:00
Will Temple da64e0760d
Remove and ignore tsdoc-metadata.json (#14681) 2021-04-02 13:08:33 -07:00
Jeremy Meng 079a52ce1c
[ContainerRegistry] add AAD support and remove Basic Auth support (#14595)
- Add a private copy of CAE support for container registry
- Add AAD support
- Remove basic auth support
2021-04-02 12:12:01 -07:00
chradek aad8e1c1bc
Remove testhub utility package (#14678)
* Remove testhub CLI utility from repo

* update pnpm-lock.yaml

* remove vestigal traces of testhub
2021-04-02 11:44:19 -07:00
chradek f3520b933c
[eventhubs-checkpointstore-blob] fixes eslint errors (#14677)
Resolves #10777 by addressing the last outstanding item.

With this change, `@azure/eventhubs-checkpointstore-blob` now no longer has eslint errors.
2021-04-02 17:22:46 +00:00
Maor Leger ad31d2a8ed
[KeyVault] - Remove LocalSupportedAlgorithmName (#14676)
This PR removes LocalSupportedAlgorithmName. It is no longer used internally and not needed for customers, so this removes it from the public API and the codebase.
2021-04-02 17:22:30 +00:00
Will Temple e833b14afe
[dev-tool] Allow relative-path imports in sample files. (#14665) 2021-04-02 09:33:32 -07:00
Maor Leger a4e1d3fa8e
[KeyVault] - Update release date for all packages (#14624)
In preparation for next week's release, update the release dates and put the previous versions
in the correct sorted order.
2021-04-02 14:55:19 +00:00
Maor Leger b37db39165
[KeyVault] - Ensure we restore the request body correctly (#14666)
This PR fixes an issue where the original request body is not restored in the event a downstream policy throws and we retry.

This is a small change, and while we plan to migrate to core CAE in the near future this fixes a potential bug in the current release.

Fixes #14590
2021-04-02 00:10:39 +00:00
Jeremy Meng ddc02edba8
[ContainerRegistry] Migrate to core v2 code gen (#14594)
- run core v2 codegen
- react to changes in generated code
2021-04-01 16:11:09 -07:00