* Remove InitRequest helper method
* Rename KeyVaultPipeline to KeyVaultProtocolClient along with headers.
* Move the KeyVaultProtocolClient into private imlpementation detail of
Keys.
* Update doc comments.
* Stop building keyvault common for now since it contains no sources.
* Don't generate keyvault common docs since there are no files.
* Stop building azure-security-keyvault-common as part of CI.
* Use forward declaration to avoid exposing private/src headers from
public headers.
* Simplify after the merge from main.
* Removed the /internal/ directory in Keyvault Keys and move headers to
private that don't need to be public.
* Clang format.
* Move CryptographyProvider and RCC into private headers as well.
* Fix clang formatting.
* Remove InitRequest helper method
* Rename KeyVaultPipeline to KeyVaultProtocolClient along with headers.
* Move the KeyVaultProtocolClient into private imlpementation detail of
Keys.
* Update doc comments.
* Stop building keyvault common for now since it contains no sources.
* Don't generate keyvault common docs since there are no files.
* Stop building azure-security-keyvault-common as part of CI.
* Adding BackupKeyResult struct wrapper as a return type model for
BackupKey.
* Update sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/backup_key_result.hpp
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
* Add missing key vault keys cryptography headers to the simplified header.
* Fix sort order according to clang format, which seems to differ from Windows dir file system command.
* Avoid inheriting from an internal base class for KeyVault PagedResponse Options and expose fields directly
* fix for compilation
Co-authored-by: Victor Vazquez <vhvb1989@gmail.com>
Explicitly add '/*' '!/*/' to the list of paths so we include
the files in the root of the repo.
Added some extra command logging so we can easily repro locally without
needing to find the code that ran.
Update to '/eng' so that we only get paths that start with eng instead
of every path that has eng as a folder.
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
* add some more uts for create
* format
* remove unused include
* Update sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_transport_adapter_test.hpp
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
* put back include, it doesn't work otherwise
* format
* Revert "format"
This reverts commit afefd264868ededefe8ad715dd1674a333fd1176.
* Revert "put back include, it doesn't work otherwise"
This reverts commit 54f05fe8d2b63f089e76931c5592b64e80f98b5e.
* Revert "Update sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_transport_adapter_test.hpp"
This reverts commit 8ce4f0b3a2e893be69afdfc710c060fe76c5493a.
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
* Support building and deploying bicep templates
* Add bicep powershell install aka link to deployment error message
* Write bicep compiled arm templates to temp directory
* Simplify bicep building code/function usage
* Use bicep location for compiled arm templates, and remove them on success
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* fix bug: transactional MD5 hash was treated as blob MD5 hash when downloading a range of blob
* CL
* fix build error
* add test case for 200 download
* f
* Update change log headers based on guideline update
Updates based on https://github.com/Azure/azure-sdk/pull/3103
- Renamed "Key Bugs Fixed" to "Bugs Fixed"
- Renamed "Fixed" to "Other Changes"
Added a warning in validation if at lease one of the recommended
headers aren't used.
* Update eng/common/scripts/ChangeLog-Operations.ps1
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>