Victor Vazquez
0bde2ad3f8
Define env from each service ci ( #3184 )
...
use env vars by service config
2021-12-14 17:23:44 -08:00
Anton Kolesnyk
07d20e78e3
Exclude uncoverable lines from code coverage ( #3179 )
...
* Use code coverage annotations in places that never can be covered
* Comments
* Increment goal
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-12-14 15:25:48 -08:00
Victor Vazquez
7301f348b0
Recordings for identity ( #3156 )
...
Adding test recordings for Identity
2021-12-14 21:42:08 +00:00
Anton Kolesnyk
a2b2b74080
Add a few simple unit tests to boost coverage ( #3163 )
2021-12-13 14:50:30 -08:00
Anton Kolesnyk
12a2ca31bc
Fix DateTime::Parse validation for dates past year 9999 due to adjustments ( #3177 )
2021-12-13 12:55:00 -08:00
Anton Kolesnyk
d4ffa7dbc1
Remove static curl transport ( #3178 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-12-10 15:53:17 -08:00
Ahson Khan
894cd75198
Update vcpkg and dependencies to the newer commit sha from 11-10-2021, after last SDK release ( #3154 )
...
* Update vcpkg to the newest published tag
* Update to latest commit sha from 12-02-2021
* Update to a commit sha from 11-10-2021, after last SDK release
* Treat third-party dependencies as system to avoid triggering warnings in code we don't control
2021-12-08 12:13:57 -08:00
Victor Vazquez
50e984f35c
Recording for Key Vault Keys ( #3146 )
...
* test recordings for KeyVault Keys
2021-12-06 20:58:33 +00:00
Anton Kolesnyk
98d9664dc9
Boost code coverage by adding tests ( #3123 )
...
* Boost code coverage by adding tests
* Increase Code Coverage min bar goals
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-12-02 08:43:07 -08:00
Anton Kolesnyk
b57bb33400
Fix unit tests on Mac ( #3143 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-11-30 11:20:03 -08:00
JinmingHu
1b814a8757
restructure storage samples ( #3113 )
...
* restructure storage samples
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Victor Vazquez <victor.vazquez@microsoft.com>
* u
* u2
* fix link
* clang-format
Co-authored-by: Victor Vazquez <victor.vazquez@microsoft.com>
2021-11-19 09:59:34 +08:00
Anton Kolesnyk
a831b4b3f6
Exclude test, samples, and 3rd party code from code coverage ( #3120 )
...
* Exclude test, samples, and 3rd party code from code coverage
* Update min coverage requirement to a true one
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-11-18 13:06:12 -08:00
Victor Vazquez
ea9c1efe86
Run service samples on CI gate with ubuntu ( #3105 )
...
* samples on ubuntu-default
2021-11-18 10:47:18 -08:00
Anton Kolesnyk
764b839dec
Make AZURE_ASSERT and related macros internal ( #3059 )
2021-11-17 18:31:37 -08:00
JinmingHu
52adaaa057
fix a bug in generated xml code ( #3114 )
2021-11-18 10:16:10 +08:00
Anton Kolesnyk
5e0f1c9ac8
Do not initialize statics in inline functions ( #3111 )
...
* Do not initialize statics in inline functions
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-11-17 13:17:41 -08:00
JinmingHu
f9157c8763
New API: CopyFromUri, which copies a blob synchronously ( #3098 )
...
* sync copy blob
* CL
* Update sdk/storage/azure-storage-blobs/CHANGELOG.md
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
* Update sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
* Update sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2021-11-17 10:07:40 +08:00
Victor Vazquez
1f07a30133
Move Key Vault samples from certificates and secrets to same structure as Keys ( #3108 )
...
* move samples for certificates and secrets to same structure as Keys
* remove links until changes are merged
2021-11-16 15:28:42 -08:00
Victor Vazquez
ffafda0634
Require Azure Core 1.3.1 for KeyVault packages ( #3101 )
...
* Use core version which forces HTTP 1.1
* missing json
* Update vcpkg.json
* Update vcpkg.json
2021-11-15 13:35:54 -08:00
Azure SDK Bot
d6ab84df9a
Increment package version after release of azure-security-keyvault-certificates ( #3090 )
2021-11-09 17:29:51 -08:00
Anton Kolesnyk
1e01a161cb
Remove LICENSE file duplicates ( #3085 )
...
* Remove `LICENSE` file duplicates
* Update hyperlinks
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-11-09 15:55:14 -08:00
George Arama
dff8443c07
[GEARAMA]: Changelog for KeyVault Certificates ( #3080 )
...
* Changelog
* PR comments
* add date
* oops
* PR comments
2021-11-09 10:18:13 -08:00
Anton Kolesnyk
6aa6ed9747
Update repo links (master => main) ( #3084 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-11-08 20:27:47 -08:00
Anton Kolesnyk
767b03401e
Remove en-us from links in code comments ( #3083 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-11-08 20:27:32 -08:00
Daniel Jurek
198327e16c
Reduce incidence of build storms ( #3079 )
...
* Narrower build trigger matrix, introduce batching so changes to main don't trigger builds for every checkin if there are other builds running, expand core to test everything in CI
* Wire up CtestExcludeRegex
* Improvements including scoping to exclude storage tests
* Use correct trigger settings for storage
2021-11-08 15:01:50 -08:00
Azure SDK Bot
f84c8d2af7
Increment package version after release of azure-core ( #3073 )
2021-11-08 08:43:45 -08:00
Azure SDK Bot
1b19e0e269
Increment package version after release of azure-storage-queues ( #3078 )
2021-11-08 06:39:32 +00:00
JinmingHu
0a9796cb2d
Storage Nov Release ( #3076 )
2021-11-08 13:37:38 +08:00
JinmingHu
b6489259ce
Storage Nov release ( #3074 )
2021-11-08 04:29:12 +00:00
JinmingHu
db85b15f6a
Rename some model types for Queue service ( #3028 )
...
* QueueServiceProperties
* QueueProperties
* more
* clangformat
* CL
* Update sdk/storage/azure-storage-queues/CHANGELOG.md
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
* f
* typo
* f
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2021-11-08 11:57:09 +08:00
George Arama
781c696522
[GEARAMA]: Update issuer restore issuer name ( #3064 )
...
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* investigateTestFail
* undo stuffs
* add issuer name back to update issuer.
* test
2021-11-05 16:51:22 -07:00
Victor Vazquez
7e7979d7f7
Cl for release 1.3.1 ( #3070 )
2021-11-05 15:31:33 -07:00
Ahson Khan
1d7b6bb485
Fix up build error by adding missing parenthesis in tests ( #3071 )
...
* Fix up build error by adding missing parenthesis in tests
* Because static lib curl tests were disabled we need to lower the threshold
2021-11-05 15:30:59 -07:00
Anton Kolesnyk
ae612c5db5
Fixed linking error when Azure SDK is being built as DLL. ( #3069 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Victor Vazquez <victor.vazquez@microsoft.com>
2021-11-05 14:25:11 -07:00
Ahson Khan
ad87699a2e
Disable unit tests for staticLibCurl since they are failing on Mac ( #3068 )
2021-11-05 14:18:10 -07:00
Azure SDK Bot
7926ec8c3c
Increment package version after release of azure-core ( #3058 )
2021-11-05 14:08:33 -07:00
George Arama
34fe4dcfb9
[GEARAMA]: Final set of updates from archboard review of KeyVault certificates ( #3050 )
...
* investigateTestFail
* undo stuffs
* couple more comments
* key_usage fix
* put back stuff
* remove name
* bb
* undo stuffs
* couple more comments
* key_usage fix
* put back stuff
* remove name
* bb
* bbfix
* merge issues
2021-11-04 17:54:28 -07:00
Ahson Khan
e498d6a165
Update cspell.json entry for contributor names within azure core changelog. ( #3049 )
...
* Update cspell.json entry for contributor names within azure core changelog.
* Remove in-line exception
2021-11-04 15:31:04 -07:00
George Arama
79eda8d184
[GEARAMA]: Updates from archboard review of KeyVault certificates ( #3029 )
...
* some more udpates
* Url suffix
* remove unused constructor
* name in issuer get props
* policy no policy
* for pr
* investigateTestFail
* undo stuffs
* build issues
* fixes for PR
* put back the names
* samples and readmes
* last changes, regned the recordings
2021-11-04 15:20:47 -07:00
Victor Vazquez
46f6c21124
Revert "Changelog ( #3044 )" ( #3054 )
...
This reverts commit 8148444413 .
2021-11-04 14:05:48 -07:00
George Arama
8148444413
Changelog ( #3044 )
...
* investigateTestFail
* undo stuffs
* couple more comments
* changelog
2021-11-04 13:59:31 -07:00
Victor Vazquez
4614b80d22
cl ( #3047 )
2021-11-04 18:52:50 +00:00
George Arama
35e6706f73
Tests again ( #3030 )
...
* investigateTestFail
* undo stuffs
* repro
* az log level
* =vv
* remove deletes at end of tests
* oh boy
* timeout increase
* make test to 20s for retry
* revert global changes
* final changes
* revert yml changes
2021-11-04 11:22:39 -07:00
George Arama
dc8c6b2dcc
Vcpkg ( #3041 )
...
* investigateTestFail
* undo stuffs
* fix vcpkg file
2021-11-04 11:22:28 -07:00
JinmingHu
14d700eda2
Changelog for #2968 ( #3039 )
2021-11-04 10:29:12 -07:00
Victor Vazquez
2ce1b65601
use relative instead of source as the source can change ( #3034 )
2021-11-04 00:37:43 +00:00
George Arama
8792280695
Lro ( #3018 )
...
* LRO
* qfe
* investigateTestFail
* undo stuffs
* PR feedback
* one more issue
2021-11-03 16:56:33 -07:00
Victor Vazquez
50b89caaa5
hide Request general ctor ( #3033 )
2021-11-03 16:09:07 -07:00
Victor Vazquez
fb03127d05
Use ms for connection timeout ( #3001 )
...
* move the static transport adapter to private impl
* use MS for connection timeout
* update
* fix the value
2021-11-03 23:08:35 +00:00
Daniel Jurek
413b4b7665
Add coverage enforcement ( #2992 )
...
* Add coverage enforcement
* Add spelling exception for mspremier
* Use previous build coverage data, enforce 3% variance, use Skip.CoverageEnforcement feature flag
* Use version 8 of quality checks
* Remove forceCoverageImprovement, it doesn't allow 0% improvements (e.g. doc changes, etc.)
* branch -> branches
* Configure coverage thresholds per-service
* Use fixed coverage
* Review feedback
* Per-service coverage plumbing
* Flip branch and line coverage requirements for KV to accurately reflect current baseline
2021-11-03 10:56:32 -07:00