Daniel Rodríguez
b832d302a7
[Identity] Update after Hotfix 1.5.2: Enabling insecure connection requests on the Arc MSI ( #17394 )
...
* [Identity] Update after Hotfix 1.5.2: Enabling insecure connection requests on the Arc MSI
* missing changelog entry in 2.0.0-beta.6
* Update sdk/identity/identity/CHANGELOG.md
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2021-09-01 20:24:17 -04:00
Azure SDK Bot
b02bb87a33
Make "Setup Versioning Properties" cancellable ( #17418 )
...
Co-authored-by: Mike Harder <mharder@microsoft.com>
2021-09-01 17:12:58 -07:00
Maor Leger
c954579423
[core] - fix core-http release date ( #17417 )
...
When I first ran the prepare-release script I didn't override the date. I ran it again providing a date but it did not update the
changelog for some reason. I later missed it in the PR.
So, updating the date to tomorrow!
2021-09-01 23:31:49 +00:00
Jose Manuel Heredia Hidalgo
4fbd5ef5cd
[Rest clients] Explicitly set pipeline policies ( #17015 )
...
* Explicitly set pipeline policies
* Extract createPipelineFromOptions
* Update core-client versions
* Address PR comments
* Add missing license header
* Expect exponential retry policy
* moved pipeline options
* Update changelog
2021-09-01 16:26:26 -07:00
Jose Manuel Heredia Hidalgo
90c6423dc5
[core-rest-pipeline] Allow number and boolean as input headers ( #17358 )
...
* Allow number and boolean as input headers
* Address PR comments
* Address PR Comments
2021-09-01 15:44:29 -07:00
Deyaaeldeen Almahallawi
855ff18195
upgrade buffer to v6 ( #17414 )
2021-09-01 18:16:24 -04:00
Daniel Rodríguez
e332906c84
[Identity] Simplest possible credential sample ( #17411 )
...
This PR comes after the feedback here: https://github.com/Azure/azure-sdk-for-js/pull/16687
Since there’s a very simple way to satisfy the `TokenCredential` interface, we can help users who want to provide their custom credentials by pointing them to this approach through our docs. Here’s an idea of how we can phrase these docs :)
Feedback appreciated 👍
2021-09-01 21:18:03 +00:00
Maor Leger
fa72157bff
[core] Prepare release for core-http and core-rest-pipeline ( #17403 )
2021-09-01 13:36:55 -07:00
Harsha Nalluru
3591d5f045
[Recorder] Fix types in the published package ( #17409 )
...
* typings to types
* update version
2021-09-01 19:49:21 +00:00
Azure SDK Bot
01ee023e50
Increment version for monitor releases ( #16270 )
...
Increment package version after release of azure-monitor-opentelemetry-exporter
2021-09-01 19:27:00 +00:00
Azure SDK Bot
a5a5795bb4
Increment version for storage releases ( #16630 )
2021-09-01 10:50:57 -07:00
Azure SDK Bot
5107d08c50
Increment package version after release of azure-communication-network-traversal ( #16479 )
...
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2021-09-01 10:49:40 -07:00
praveenkuttappan
073d5739ad
Fix Log error ( #17382 )
2021-09-01 13:30:29 -04:00
Azure SDK Bot
6d9c588eb9
Increment package version after release of azure-communication-common ( #16522 )
2021-09-01 10:24:20 -07:00
Maor Leger
bdd46de978
[sample] - remove unnecessary OTel exports in Bundling.md sample ( #17400 )
...
Resolves #7313
2021-09-01 10:22:13 -07:00
Maor Leger
a3ca3b4c8e
[KeyVault] - Prepare release for keyvault certificates and secrets September release ( #17404 )
2021-09-01 09:55:52 -07:00
Azure SDK Bot
2f07b26455
Post release automated changes for cosmosdb releases ( #17401 )
...
Post release automated changes for azure-cosmos
2021-09-01 16:17:50 +00:00
Zachary Foster
04ca8a122d
[Cosmos] Adds challengeCallbacks to bearerTokenAuthPolicy ( #17289 )
...
* Adds challengeCallbacks to bearerTokenAuthPolicy
* Format
* 1.2.0
* Remove unused import
* Remove unused auth header in auth.ts and fix clientcontext token
* Adds changelog entry
* note Batch for patch operation since we note bulk
2021-09-01 11:05:16 -04:00
OnO
0bb5958f8c
fix spelling error in AccountSASPermissions.ts ( #15263 )
2021-08-31 17:39:34 -07:00
Kevin
38c1b14b84
Fix spelling errors in ConnectionMode.ts ( #15190 )
2021-08-31 17:35:41 -07:00
Maor Leger
bc68409220
[KeyVault] - Regenerate secrets and certificates using 7.3-preview ( #17389 )
...
## What
- Regenerate certificates and secrets against the 7.3-preview swagger
- Update certificate and secrets package versions to beta of next minor
## Why
Although there are no changes in these packages, we should still offer support and default to the latest swagger version
which will be 7.3.
Since we'll be GAing in October, it makes sense to have a beta in September.
2021-08-31 17:24:16 -07:00
Zachary Foster
aeafc4b6e4
[Cosmos] Adds JSONPatch to item ( #16264 )
...
* working patch test
* Adds patch functionality
* Fix lint
* Fix lint and export warning
* remove unused dec
* Fix engine
* Remove partitionKeyValue from item
* fix replace copypasta
* Adds version
* Add patch to batch/bulk with tests and fix patch operation type
* .only
* Include missing types from index
* Fixes changelog
2021-08-31 19:01:02 -04:00
Jiao Di (MSFT)
00b46e74aa
Fix Monitor Query Readme Issue ( #17376 )
2021-08-31 15:05:52 -07:00
Daniel Rodríguez
4e28766607
[Identity] Fixed silent requests after reusing persistence cache ( #17324 )
...
Updated `@azure/msal-node` and `@azure/msal-node-extensions`, which fixed an issue that caused silent authentication to fail on requests with previously cached (and valid) tokens.
Fixes #14701
Fixes #15833
2021-08-31 20:41:08 +00:00
Daniel Rodríguez
b6eae92ed2
[Identity] Updated the DefaultAzureCredential graph ( #17304 )
2021-08-31 16:12:41 -04:00
Deyaaeldeen Almahallawi
cf3c4b9cb7
[Schema Registry] Trim down Schema Properties ( #17360 )
...
* [Schema Registry] Trim down Schema Properties
* update avro text
2021-08-31 19:51:55 +00:00
Daniel Rodríguez
1caf872697
[Identity] Revert selected credential ( #17322 )
...
* Revert "[Identity] Exposing the selected credential on ChainedTokenCredential (#16683 )"
This reverts commit 535e026e7a
.
* changelog update
2021-08-31 15:04:59 -04:00
Azure SDK Bot
4a6277fac0
Post release automated changes for web-pubsub releases ( #17374 )
...
Post release automated changes for azure-arm-webpubsub
2021-08-31 18:59:47 +00:00
Jiao Di (MSFT)
648b2ebd99
Fix Event Grid Readme Issue ( #17377 )
2021-08-31 09:29:03 -07:00
praveenkuttappan
d70ebc9b12
Do not fail cleanup tags when a package is published for the first time ( #17338 )
2021-08-31 10:46:14 -04:00
praveenkuttappan
46ed1e76b2
Remove rush update recheck automation ( #17349 )
2021-08-31 10:44:43 -04:00
colawwj
636659dcb1
authorization-track2 ( #17380 )
2021-08-31 17:52:44 +08:00
colawwj
cfd3565fcc
compute-tack2 ( #17051 )
...
* compute-tack2
* update
2021-08-31 17:52:35 +08:00
EmmaZhu-MSFT
b0162164f1
[storage]Clean up ESLint errors for storage packages. ( #16969 )
...
* Clean up ESLint errors for storage packages.
* Fix one more ESLint error.
* Resolve reviewing comments
* Remove padStart implementation for IE.
2021-08-31 13:09:53 +08:00
EmmaZhu-MSFT
aaec5b9aa0
Resolve API review comments: ( #17118 )
...
Not expose ListFilesIncludeType which is only internal used.
Refine member name
2021-08-31 09:54:13 +08:00
Azure SDK Bot
c4b6126b54
Sync eng/common directory with azure-sdk-tools for PR 1953 ( #17355 )
...
* Add random elements to default base name
* Fix principal
* tab
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
2021-08-30 17:45:57 -07:00
Azure SDK Bot
9fcaef60d5
Skip eng common workflow enforcer for private repos ( #17351 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-08-30 17:21:09 -07:00
Scott Addie
dafbac1608
Clarify LogsQueryClient query parameter description ( #17356 )
2021-08-30 17:16:51 -07:00
Deyaaeldeen Almahallawi
5aeb275294
[Schema Registry Avro] Align public API ( #17350 )
...
* [Schema Registry Avro] Align public API
* update api review
2021-08-30 19:48:26 -04:00
KarishmaGhiya
71ba6b0850
remove qs ( #17328 )
2021-08-30 13:53:59 -07:00
Deyaaeldeen Almahallawi
6ff03729d1
[core-paging] update changelog ( #17340 )
...
* [core-paging] update changelog
* fix files list
2021-08-30 15:38:56 -04:00
Ramya Rao
0a917741ab
Update version of execa being used ( #17320 )
...
This PR updates the version of `execa` being used
Fixes https://github.com/Azure/azure-sdk-for-js/issues/17093
The only breaking change of concern is listed https://github.com/sindresorhus/execa/releases/tag/v4.0.0 where it is documented that the `error.message` now contains more information. In this PR, we move to use `error.shortMessage` instead
2021-08-30 19:34:25 +00:00
Jose Manuel Heredia Hidalgo
dc6d4243ce
Bubble up system error code for the retry policy to evaluate the actual code ( #17292 )
2021-08-30 11:11:52 -07:00
Azure SDK Bot
30d50cb50f
Automatic rush update --full ( #17335 )
2021-08-30 14:07:54 -04:00
Maor Leger
2e23b80604
[core] - Ignore spanOptions in core-tracing tests ( #17336 )
...
We have a few tests that ensure core-tracing remains compatible with core-auth's OperationTracingOptions.
Since `spanOptions` is now effectively deprecated we can safely ignore that as well, but we need to specifically ignore
it in our test because of the versioning mismatch in nightly builds.
Fixes the nightly build (see https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1067749 )
2021-08-30 09:06:58 -07:00
Azure SDK Bot
900c09ea92
Sync eng/common directory with azure-sdk-tools for PR 1943 ( #17319 )
...
* Bug fix: Storing .env file for bicep file at service dir
* Styling
Co-authored-by: Albert Cheng <albertcheng@microsoft.com>
2021-08-27 16:07:20 -07:00
Jeremy Meng
2074482b0f
Upgrade dev dependency @types/tunnel to ^0.0.3 ( #17317 )
...
It appears not used by cosmos so removing it from cosmos's devDependencies list.
Resolves #17111
2021-08-27 22:09:13 +00:00
Jeremy Meng
0c1a11da1f
Upgrade `form-data` to v4 ( #17318 )
...
Even though it's a major version change, discussion at
https://github.com/form-data/form-data/compare/v3.0.1...v4.0.0
suggests that there are no actual breaking changes.
2021-08-27 11:35:02 -10:00
Jeremy Meng
eeae1e5a6a
[ContainerRegistry] Update cloud configuration API ( #16992 )
...
We are moving from an `authenticationScope` string to an `audience`
extensible enum on `ContainerRegistryClientOptions`. We introduce the
`KnownContainerRegistryAudience` enum to hold the possible values, or
allow the customer to provide a different value if needed.
In addition, we require the `audience` value to be set in client
options to instantiate any instance of `ContainerRegistryClient`. This
allows us to postpone setting a default value for audience until after
the library's first GA.
See relevant .NET PR at
https://github.com/Azure/azure-sdk-for-net/pull/23141 .
This resolves https://github.com/azure/azure-sdk-for-js/issues/16127 .
2021-08-27 11:33:58 -10:00
Azure SDK Bot
974a68525f
Automatic rush update --recheck ( #17117 )
2021-08-27 14:05:41 -07:00