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

842 Коммитов

Автор SHA1 Сообщение Дата
Daniel Rodríguez 615505158c
Update lib/serviceClient.ts
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2021-08-18 15:31:57 -04:00
Daniel Rodríguez 09ec30790c
Update Changelog.md
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2021-08-18 15:31:49 -04:00
Daniel Rodríguez 7224651161 addressed feedback: constant to outer scope, manager wording and a conditional improvement 2021-08-18 17:55:39 +00:00
Daniel Rodríguez c13b5d03cc
Update Changelog.md
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2021-08-18 01:40:15 -04:00
Daniel Rodríguez caaba1f2f3 better comments 2021-08-18 01:17:13 +00:00
Daniel Rodríguez 5149f99bd9 better comments 2021-08-18 01:13:49 +00:00
Daniel Rodríguez 0257ff13d4 using the endpoints without .core 2021-08-18 00:55:22 +00:00
Daniel Rodríguez 3d3deab1ad
Update Changelog.md
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2021-08-13 20:48:28 -04:00
Daniel Rodríguez e3f3cdb769 added another test 2021-08-14 00:26:53 +00:00
Daniel Rodríguez 26a5d1506c fixed the related test 2021-08-14 00:19:21 +00:00
Daniel Rodríguez 5ed7aca14c only applying baseUri as the scope if it matches an Azure management cloud 2021-08-14 00:12:21 +00:00
Daniel Rodríguez dd32d332cf changelog date increase 2021-07-29 23:47:16 +00:00
Daniel Rodríguez 8bce5e58c9 Merge branch 'fix/azure-sdk-for-js-issues-15945' of https://github.com/sadasant/ms-rest-js into fix/azure-sdk-for-js-issues-15945 2021-07-29 23:43:27 +00:00
Daniel Rodríguez d1dd132d27 better test 2021-07-29 23:43:08 +00:00
Daniel Rodríguez 1d4884b2dc
Update lib/serviceClient.ts
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2021-07-29 19:20:23 -04:00
Daniel Rodríguez 5bfb35146f added a test 2021-07-29 21:24:46 +00:00
Daniel Rodríguez ca175f52fe
Update Changelog.md
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2021-07-29 16:37:09 -04:00
Daniel Rodríguez 557e53794a version to 2.6.0, better documentation 2021-07-28 16:25:09 +00:00
Daniel Rodríguez 9f57b8ded3 assigning baseUri based on the options 2021-07-27 23:34:29 +00:00
Daniel Rodríguez c0c10f4b8d version update 2021-07-27 20:15:36 +00:00
Daniel Rodríguez 1d2efa51cd suggestion from Christopher Radek 2021-07-27 19:48:35 +00:00
Daniel Rodríguez 3d22a0bd84 draft for how to dynamically set the scope on the service credential if a token credential is passed 2021-07-26 23:11:12 +00:00
Deyaaeldeen Almahallawi 702088850b
Merge pull request #456 from Azure/upgrade-uuid
Upgrade uuid dependency to v8
2021-07-12 13:34:24 -07:00
deyaaeldeen 6516290b39 edit 2021-07-12 19:59:01 +00:00
deyaaeldeen 32a52f9259 update version 2021-07-12 19:56:59 +00:00
deyaaeldeen d178d1b443 Upgrade uuid dependency to v8 2021-07-12 19:44:29 +00:00
Jeremy Meng de6aa51576
Merge pull request #454 from jeremymeng/update-code-owners
Update CODEOWNERS
2021-06-15 17:04:36 -07:00
Jeremy Meng dc8099db20 Update CODEOWNERS 2021-06-15 21:59:27 +00:00
Deyaaeldeen Almahallawi f0c9dad782
Merge pull request #453 from jeremymeng/passwordless-proxysettings
Allow password-less proxySettings
2021-06-15 15:54:52 -04:00
Jeremy Meng 83c3a0b619 Update version number to 2.5.2 2021-06-15 17:21:53 +00:00
Jeremy Meng ce25202b91 Allow password-less proxySettings
It turns out that in some enterprise customer the proxy auth settings include a
username, but not a password: microsoft/AzureStorageExplorer#4430

This change allows password-less auth settings to be passed to the underlying agent.

It's unclear whether it's a real scenario when a proxy auth has a password, but
not username so this PR doesn't consider this scenario.
2021-06-15 00:41:22 +00:00
Deyaaeldeen Almahallawi 062829a397
Merge pull request #451 from mgranell/bug/arrays-in-deserializer-lose-attributes
Copy attributes back post de-serializing array
2021-06-10 14:27:30 -04:00
Martin Granell f68822e596 Updated based on review 2021-06-08 08:17:15 +10:00
Martin Granell 1923b9fd76 Updated msRestVersion constant 2021-06-06 16:47:42 +10:00
Martin Granell 9d42c278f8 Updated version and changelog 2021-06-06 16:44:44 +10:00
Martin Granell b2e7d90eab Fix tslint issue 2021-06-06 16:31:37 +10:00
Martin Granell 2315bfb63c Copy attributes back post de-serializing array 2021-06-06 16:26:04 +10:00
Jeremy Meng ef37d563d7
Merge pull request #438 from paulfaid/master
Specify redirect behaviour for indivual requests
2021-05-10 10:15:39 -07:00
Jeremy Meng c880adf5dd
Update release date in Changelog.md 2021-05-10 10:02:26 -07:00
Paul Faid b149ed938a Improve comment 2021-05-09 15:11:14 +12:00
Paul Faid 93ad3341fc Merge remote-tracking branch 'upstream/master',
# Conflicts:
#	lib/util/constants.ts
#	package.json
2021-05-09 15:10:02 +12:00
Jeremy Meng e62e826d2c
Merge pull request #448 from maorleger/use-self
Use self instead of window when referring to the global object
2021-05-05 10:14:40 -07:00
Maor Leger bae8216f47 update package version 2021-05-05 09:43:37 -07:00
Maor Leger 07c6d3a306 use today's date in changelog 2021-05-05 09:42:55 -07:00
Maor Leger 66936c323e changelog 2021-05-05 09:25:53 -07:00
Maor Leger 4313ac44a1 Use self instead of window 2021-05-05 09:23:58 -07:00
Paul Faid c47191b425 Port redirect policy changes from azure-sdk-for-js 2021-05-01 09:08:20 +12:00
Paul Faid 6281ac6a12 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	lib/util/constants.ts
#	package.json
2021-05-01 08:54:42 +12:00
Jeremy Meng 1850bd8a7e
Merge pull request #446 from ramya-rao-a/expose-cred-adapter
Expose AzureIdentityCredentialAdapter in the public API
2021-04-19 10:27:37 -07:00
Jeremy Meng bd0170d582 Update version in constants.ts 2021-04-19 16:47:14 +00:00