Victor Vazquez
17b91ffe59
update uint32_t to int32_t ( #2399 )
2021-06-07 19:36:14 +00:00
Victor Vazquez
ecdadddc23
Update keyvault internal private header location ( #2405 )
...
* Move keyvault common headers to the right directory
2021-06-07 10:20:19 -07:00
JinmingHu
15adb632a1
Fix potential overflow of casting ( #2379 )
...
* fix potential overflow during integer cast
* more
* clang-format
* fix
2021-06-07 10:50:38 +08:00
Azure SDK Bot
7f21263cc9
Use generate matrix job name parameter as display name ( #2404 )
...
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-06-04 16:26:13 -07:00
Azure SDK Bot
63a0116197
Fetch specific branch name only in git-branch-push script ( #2374 )
...
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-06-04 16:11:15 -07:00
Ahson Khan
af79bf2e72
Update Azure Core Changelog for the upcoming GA release. ( #2391 )
...
* Update Azure Core Changelog for the upcoming GA release.
* update version
* Add a bug fix section.
* Update CHANGELOG.md
Co-authored-by: Victor Vazquez <vhvb1989@gmail.com>
2021-06-04 11:38:03 -07:00
Anton Kolesnyk
a66f8366a5
Identity: Switch to release version, update changelog (no changes since Beta) ( #2397 )
...
* Identity: Switch to release version, update changelog (no changes since Beta)
* Add date and 'no changes' phrase
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-06-04 11:37:31 -07:00
Ahson Khan
2ba8d68bcf
Add a section to help users understand key SDK and core concepts with samples. ( #2394 )
...
* Add a section to help users understand key SDK concepts with samples.
* Update code snippets based on recent core changes.
* Re-order the key concepts from priority, fix a typo.
* Address PR feedback.
* Use auto in one more place where the type isn't important.
* Move the comment to be above the corresponding line of code.
* Add a GetEndPointUrl method signature.
* Address feedback and wordsmithing.
* Add breif impl using env vars.
2021-06-04 11:35:06 -07:00
Victor Vazquez
8f8c4e55ce
update uint64 to int64_t ( #2398 )
2021-06-03 21:47:37 -07:00
Victor Vazquez
05ef02de90
add multithread build to macOS ( #2400 )
2021-06-03 21:44:45 -07:00
Anton Kolesnyk
53d93578d3
Put a comment on static usage guidance ( #2393 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-06-03 19:09:01 -07:00
Daniel Jurek
f1426392b4
Set template version 1.0.0 ( #2395 )
2021-06-03 18:24:24 -07:00
Azure SDK Bot
e279c9220b
Add the ability to check for open pull request to a different repo. ( #2396 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-06-03 15:51:40 -07:00
Anton Kolesnyk
75a17b00a6
Doxygen PR follow-up ( #2390 )
2021-06-03 12:41:05 -07:00
Anton Kolesnyk
cdcdac5c58
Docs: link to root Getting Started section from Key Vault Keys' readme ( #2387 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-06-03 10:59:16 -07:00
Anton Kolesnyk
7a4ebdf73d
Docs: link to root Getting Started section from Core's readme ( #2386 )
...
* Docs: link to root Getting Started section from Core's readme
* Update sdk/core/azure-core/README.md
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-06-03 10:59:09 -07:00
Anton Kolesnyk
e8f8a01e69
Docs: link to root Getting Started section from Storage's readme ( #2388 )
...
* Docs: link to root Getting Started section from Storage's readme
* Move section
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-06-03 10:58:58 -07:00
Anton Kolesnyk
3b9d29c068
Core: Doxygen: Constructors, destructors, operators, and context parameter ( #2378 )
...
* Core: Doxygen: Constructors, destructors, operators, and context parameter.
* '; otherwise, `false`.'
* Clang format
* Fix spelling
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-06-03 10:57:37 -07:00
Daniel Jurek
cdda8104a7
Fix docs version dropdown ( #2389 )
...
* Populate dropdown with correct URL
* Use correct version evaulation
* Remove extra code to insert current version in cases where hosting locally
2021-06-03 08:25:47 -07:00
JinmingHu
1b132190ee
unify message format of exception/assertion ( #2382 )
...
* unify exception message
* unify format of assertion message
2021-06-03 10:46:28 +08:00
JinmingHu
af52a49bbe
move some headers to internal directory ( #2381 )
...
* move some headers to internal
* move some headers to internal
* fix build error
* fix more
2021-06-03 10:42:57 +08:00
JinmingHu
c8a525ec74
update storage samples ( #2380 )
...
* update storage samples
* use CreateIfNotExists
2021-06-03 09:39:22 +08:00
JinmingHu
fe7b88194a
remove IfUnmodifiedSince from SetDataLakeFileSystemMetadataOptions ( #2383 )
...
* remove IfUnmodifiedSince from SetDataLakeFileSystemMetadataOptions
* cl
2021-06-03 09:36:38 +08:00
JinmingHu
06cc8980f4
Add sample for transactional checksum ( #2384 )
2021-06-03 09:36:14 +08:00
Anton Kolesnyk
bae5f553a2
Expand docs docs for RetryOptions ( #2385 )
...
* Better docs for RetryOptions
* Update sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2021-06-02 17:58:29 -07:00
JinmingHu
4b6b2a40fa
use int32_t for retry count ( #2377 )
2021-06-02 15:48:35 -07:00
Victor Vazquez
9fd5806c14
remove move from const ( #2375 )
2021-06-02 09:37:35 -07:00
Azure SDK Bot
dfd2933a66
Sync eng/common directory with azure-sdk-tools for PR 1611 ( #2349 )
...
* Add API status check
* Revert temp change
* Update as per review comments
* Removed blank line
* Review comments to use az cli
* Changes to move az cli commands to caller script and other review comments
* Skip languages that's not supported in APIView
* Fix bug in language mapping
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2021-06-01 14:22:44 -04:00
Victor Vazquez
32944b61a7
remove extra const ( #2371 )
2021-06-01 10:07:18 -07:00
Victor Vazquez
141878670f
update variable to compile ( #2373 )
2021-06-01 10:03:51 -07:00
Victor Vazquez
da252f76f7
remove duplicated headers and update tests ( #2369 )
2021-06-01 10:02:55 -07:00
JinmingHu
38bd273d23
fix read consistency issue ( #2364 )
2021-05-30 10:36:49 +08:00
Anton Kolesnyk
15c525d387
Fix empty rethrows, update some catches to catch all ( #2362 )
...
* Fix empty rethrows, update some catches to catch all
* AZURE_UNREACHABLE_CODE()
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
2021-05-28 09:24:42 -07:00
Anton Kolesnyk
a742608406
Catch as const whenever possible ( #2361 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-05-28 01:52:59 -07:00
Anton Kolesnyk
78703658a2
Fix throw new ( #2360 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-05-28 01:52:39 -07:00
Anton Kolesnyk
cb862f56b5
Add x-ms-request-id to a default list of unredacted log headers ( #2359 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-05-28 01:51:53 -07:00
Victor Vazquez
9e7fa34c34
Keyvault readme update ( #2350 )
...
* progress
* update keyvault keys readme
* Apply suggestions from code review
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
2021-05-28 06:52:52 +00:00
JinmingHu
e39d189d30
Use wide-char version of CreateFile API ( #2343 )
...
* Use wide-char version of CreateFile API
* fix
* fix
2021-05-28 11:01:26 +08:00
Azure SDK Bot
5e071a07d7
Enable Caching of PS Modules ( #2363 )
...
- Remove copied AzPowershell utilities
- Add latest AZ module path already on hosted agents to PSModulePath
- Rename setup-az-modules template setup-environments to reflect what is is doing
- Add support for Caching the current user PS Module folder
- Add support for install-module if not already present in module folder
- Organize the live test clean-up script to be in the standard location
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-05-27 19:04:12 -04:00
JinmingHu
3f56fac50c
fix a crash issue when copying a RequestFailedException with null RawResponse #2358
2021-05-27 10:33:36 -07:00
Victor Vazquez
3596685e80
disable warning from Functional header ( #2352 )
...
* update the correct warning
2021-05-26 22:50:58 +00:00
Azure SDK Bot
97ba448859
Sync eng/common directory with azure-sdk-tools for PR 1635 ( #2353 )
...
* Update common engineering system for docs onboarding
* Add updates from review feedback
* Space nit
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2021-05-26 18:15:25 -04:00
JinmingHu
8257ce32da
Fix the grammar of storage docs ( #2348 )
2021-05-26 08:30:37 -07:00
JinmingHu
2787785d0f
use EXPECT_EQ(x, y) instead of EXPECT_TRUE or EXPECT_FALSE ( #2347 )
2021-05-26 08:29:39 -07:00
Azure SDK Bot
55cd432693
Add Get-ChangeLogEntriesFromContent ( #2345 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-05-25 20:03:58 -04:00
Victor Vazquez
73d5ba0d2d
Doc changes for HTTP and removing the "More" link ( #2332 )
...
* update docs from classes
* remove more link from classes part II
* http docs
* Update sdk/core/azure-core/inc/azure/core/http/http.hpp
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
* Update cmake-modules/AzureDoxygen.cmake
* doc updates
* update RFC
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
2021-05-25 14:02:14 -07:00
Azure SDK Bot
0feac90f09
Sync eng/common directory with azure-sdk-tools for PR 1627 ( #2344 )
...
* Refactor sparse checkout template: idempotency and no yaml loops
* Add logging, re-organize sparse checkout script
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-05-25 16:53:57 -04:00
Victor Vazquez
88dc1ac8cf
adding Test file sufix to all tests ( #2337 )
...
* azure core
* perf
* identity
* keyvault
* storage
2021-05-25 11:15:30 -07:00
JinmingHu
0876ff4fd5
Add samples ( #2342 )
2021-05-25 11:08:17 -07:00
Victor Vazquez
fcf75f80d1
update storage download perf test - Take connection string from env ( #2247 )
...
* update storage download perf test
* format
* allow getEnv() for msvc
* Add size option
* format
* Download to buffer
* Apply suggestions from code review
* use member for the buffer
Co-authored-by: Mike Harder <mharder@microsoft.com>
2021-05-21 17:00:38 -07:00