* add support for non public scope for secret client credential
* improve function comments
* update tests with good url
* update secret url tests
* update logic to no-throw
* use class
* Update sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
* format
* fix
* remove default scope
* move patch out of Core to use package-per-client patch
* update includes
* Update sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
* update patch
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
* playback tests
* two running tests
* more tests and some redaction
* formatting
* formatting
* fix bb and remove unused includes
* macos
* annoying issues
* offline client
* format
* pr comment
* reset the env to original after the client is gone.
* oops
* testing
* formats
* remove default resource for secrets, not needed
* code coverage
* build issue
* first set of changes
* another set
* add new constructor
* format files, remove pedantinc ;
* factory
* format
* expect_death not behaving as expected
* fix doc warnings
* get rid of bad merge
* fix doc warnings
* get rid of bad merge
* fix doc warnings
* get rid of bad merge
* code complete
* fix doc warnings
* get rid of bad merge
* fix doc warnings
* get rid of bad merge
* fix doc warnings
* get rid of bad merge
* test
* also restore
* new line
* fix doc warnings
* get rid of bad merge
* fix doc warnings
* get rid of bad merge
* fix doc warnings
* get rid of bad merge
* fixes for PR and build issues
* add header for linux build
* fix UT for mac
* remove offending issues
* rename from data to response
* added overload
* response -> result
* remove overload
* fix doc warnings
* working
* update the tag serialization
* get rid of files that were not supposed to be edited
* add convenience method
* fix doc warnings
* get rid of bad merge
* fix doc warnings
* get rid of bad merge
* fix doc warnings
* get rid of bad merge
* updates for merge
* PR comments
* Progress stream reader
* format
* Update sdk/core/azure-core/src/io/body_stream.cpp
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* PR comments
* remove
* one more comment
* replaced if null with azure_assert
* moved from pointer to reference
* first pass
* src builds
* new line
* huzaaaaa
* readme
* strating point
* get progress, need to deserialize now
* serializer
* some more
* tests
* more tests
* some refactor
* start
* comment and formatting
* set secret serializer
* added serializer ut
* add headers
* working again
* add cmake
* cleanup relative paths
* couple of updates
* clang
* working as expected
* remove pedantic ;
* include
* pr comments
* clang format
* trigger
* trigger 2
* PR comments
* name value swap
* updates from merge
* pre PR
* format
* remove hpp from list
* remove unused #include
* put back hpp file
* put the methods in a namespace
* PR comments
* some more comments
* fixes
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* Progress stream reader
* format
* Update sdk/core/azure-core/src/io/body_stream.cpp
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* PR comments
* remove
* one more comment
* replaced if null with azure_assert
* moved from pointer to reference
* first pass
* src builds
* new line
* huzaaaaa
* readme
* strating point
* get progress, need to deserialize now
* serializer
* some more
* tests
* more tests
* some refactor
* start
* comment and formatting
* working again
* couple of updates
* clang
* remove pedantic ;
* include
* pr comments
* clang format
* trigger
* trigger 2
* PR comments
* name value swap
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
The issue came from a missformatted json file , the fix is straight forward ,
The number of commits can be ignored, the merge is squashed,
the operations i performed were : \
git checkout pipeline
git pull upstream main
git push
^^^^^
Enumerating objects: 1, done.
Counting objects: 100% (1/1), done.
Writing objects: 100% (1/1), 276 bytes | 276.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/gearama/azure-sdk-for-cpp.git
85b8e3f..032f2b3 pipeline -> pipeline
* Progress stream reader
* format
* Update sdk/core/azure-core/src/io/body_stream.cpp
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* PR comments
* fix doc warnings
* remove
* one more comment
* replaced if null with azure_assert
* moved from pointer to reference
* first pass
* src builds
* new line
* huzaaaaa
* maybe
* add resource for tests
* readme
* formatting
* build break url
* put proper link
* darn link
* comments from PR
* update to use gtest_main
* fix vcpkg build break
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* Consolidate keyvault options and model files into single headers.
* Consolidate cryptography client model headers into a single header.
* Fix up merge conflict
* Consolidate LROs into one, and fixup PagedResponse name.
* Fix up clang formatting and match cpp file name with hpp.
* Fix clang formatting.
* Move LROs and PagedResponse types into models as well.
* Move encrypt and decrypt parameter types into cryptography model header
file.
* Fix clang format, reodering of headers.
* Update to match recent changes.
* Update CL
* Progress stream reader
* format
* Update sdk/core/azure-core/src/io/body_stream.cpp
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* PR comments
* fix doc warnings
* remove
* one more comment
* replaced if null with azure_assert
* moved from pointer to reference
* first pass
* src builds
* new line
* huzaaaaa
* maybe
* add resource for tests
* readme
* formatting
* build break url
* put proper link
* darn link
* comments from PR
* update to use gtest_main
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* Progress stream reader
* format
* Update sdk/core/azure-core/src/io/body_stream.cpp
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* PR comments
* fix doc warnings
* remove
* one more comment
* replaced if null with azure_assert
* moved from pointer to reference
* first pass
* src builds
* new line
* huzaaaaa
* readme
* formatting
* build break url
* put proper link
* darn link
* comments from PR
* update to use gtest_main
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* update polling timeout to 5 min
* update all polling intervals
* disable purge testing until it is again supported by service
* update live tests
* update test to avoid checking number of keys
* fix test - look keys in deleted keys
* max timeout