Ahson Khan
2b5435d57c
Update keyvault codeowners to reduce noise to signal ratio ( #2791 )
...
Trying to reduce the noise to signal ratio and manage GitHub notifications to when I am explicitly tagged for relevant reviews and conversations, rather than during day-to-day keyvault code churn and features.
2021-08-25 00:57:04 +00:00
Anton Kolesnyk
7332432efd
Re-add vcpkg version constraints ( #2781 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-08-24 16:10:07 -07:00
Victor Vazquez
49636a2f93
ignore result of function to compile on G++ 5 ( #2784 )
...
* ignore result of function
* changelog
* Add g++5 to CI legs
* use inline config for g++ 5
* update flag
* set default values for variables
* fix format
2021-08-24 15:55:46 -07:00
Victor Vazquez
28d7a22fbd
support cmake version 3.12 for Azure core ( #2787 )
...
* support cmake version 3.12 for Azure core
2021-08-24 15:17:06 -07:00
Azure SDK Bot
93d1f83ee7
Sync eng/common directory with azure-sdk-tools for PR 1918 ( #2768 )
...
* Stress test deployment script resiliency fixes
* Use PSModule-Helpers to install powershell-yaml
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-08-24 14:18:21 -07:00
Anton Kolesnyk
f1ae8a9cdf
Rename exceptions message parameter to whatArg ( #2782 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-08-23 18:41:16 -07:00
Victor Vazquez
d66081c01f
use package version for telemetry ( #2780 )
2021-08-23 11:04:14 -07:00
George Arama
27dc6bba32
Api view feedback ( #2773 )
...
* first set
* some more
* final set
* formats
* remove friend structs serializers
2021-08-20 15:42:47 -07:00
Victor Vazquez
8fe306e15f
missing include ( #2778 )
2021-08-20 15:41:48 -07:00
George Arama
66422c2841
some updates ( #2760 )
...
* some updates
* keyvault->key vault
* Update sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/sample2-backup-restore.md
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
* Update sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/sample2-backup-restore.md
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
* Update sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/sample1-basic-operations.md
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
* final updates
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
2021-08-20 12:43:43 -07:00
Daniel Jurek
ae4a41cfbd
Use Clang 11 in Ubuntu 20 ( #2776 )
...
* More logging, faster matrix
* Verbose makefile
* Add code that is expected to cause failure
* Use clang with Ubuntu 20
* Install clang-format-11 in another step
* Revert "Add code that is expected to cause failure"
This reverts commit 7ff7201e1b81e17c168b7598f0d23c489b5e6f43.
* Remove cmake args, add build args -j
2021-08-19 17:14:08 -07:00
Azure SDK Bot
e69a11ca4d
Remove old unused update changelog script ( #2775 )
...
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-08-19 13:03:59 -07:00
Victor Vazquez
beb4a94cb4
adding GetUrl to key vault clients ( #2761 )
...
* adding GetUrl to key vault clients
* format
2021-08-19 10:23:30 -07:00
Azure SDK Bot
8db9c0b223
Fix query batch processing ( #2769 )
...
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-08-18 14:22:20 -07:00
Azure SDK Bot
8a2c551230
Sync eng/common directory with azure-sdk-tools for PR 1912 ( #2767 )
...
* Attempt to purge all vaults, managed HSMs
Reverts #1910 . Vaults and managed HSMs are automatically purged on their purge date. The point was to purge them daily to preserve capacity. The default purge date is +90 days.
* Add timeout and more logging
* Pass required -Resource
* Fix log message
* Ensure the $Resource is correctly captured
Added comment to new code explaining why, since ScriptBlock.GetNewClosure() is not working as expected.
* Add -ErrorAction to Receive-Job
Worked without terminating when run locally, but failed on the first error in the AzDO agent.
* Use $using:r instead of creating ScriptBlock
More idiomatic for passing ScriptBlocks to jobs.
* Resolve PR feedback
* Change default DeleteAfterHours to 120
Resolves #1917
* Use the Az cmdlets built-in -AsJob
Co-authored-by: Heath Stewart <heaths@microsoft.com>
2021-08-18 13:23:31 -07:00
JinmingHu
f72c86cc11
Use std::chrono::seconds for time duration in Queue ( #2766 )
...
* Use std::chrono::seconds for time duration in Queue
* add include header
* add const val
2021-08-18 11:50:02 +08:00
JinmingHu
b27cabf20f
queue sample ( #2758 )
2021-08-18 09:57:47 +08:00
Azure SDK Bot
43c5ce5470
Removing C:\Git\azure-sdk-tools\eng\common\scripts\FilterPoliCheckResults.ps1 as it was no longer used ( #2762 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-08-17 16:46:39 -07:00
Azure SDK Bot
0bc420af0a
Enable API review approval check for Java spring packages ( #2759 )
...
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2021-08-17 09:50:47 -07:00
George Arama
512ae655b2
Samples & readmes ( #2744 )
...
* samples
* readme1
* rename misnamed type, readmes
* readmes, first pass, no links
* undo some uneeded changes
* PR comments
2021-08-16 19:41:56 -07:00
JinmingHu
68100a543c
Disable storage queue vcpkg ( #2749 )
2021-08-17 09:45:40 +08:00
Azure SDK Bot
ff367d641a
Sync eng/common directory with azure-sdk-tools for PR 1909 ( #2757 )
...
* add test-proxy invocations to eng/common folder
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2021-08-16 16:19:39 -07:00
Azure SDK Bot
b62de00276
Prevent wildcard expansion in git sparse checkout add ( #2745 )
...
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-08-16 10:00:54 -07:00
Azure SDK Bot
8d0e4dfd1c
Add support for 'files' configuration ( #2746 )
...
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2021-08-16 08:43:11 -07:00
JinmingHu
4a224e9e8d
Storage Queue Service ( #2671 )
...
* Queue clinet interface
* clang-format
* impl
* queue impl
* ut
* fix Create()
* remove unused options
* fix ut
* fix
* more test cases
* fix build errors
* fix build error
* update status code check in generated protocol layer code
* CreateQueueResult.Created should be false on 204
* queue message encoding option
* add some doc
* clang-format
* more doc
* queue sas
* disable some test case
* Revert "queue message encoding option"
This reverts commit a3e6fb1e40e04f4fa3090598066dbb16a4938b85.
* Some API change
* update some docs
* clang-format
* CL
* update vcpkg portfile to be consistent
* queues.hpp
* clang-format
* add file doxygen
* account sas queue ut
2021-08-16 12:25:39 +08:00
Azure SDK Bot
45e48d3be5
Fix resource clean-up script ( #2747 )
...
- Fix rg.Name to rg.ResourceGroupName
- Add more verbose logging for better debugging
- Handle deleted resource groups when gathering puragable resource
- Remove coerce now that we are collecting in functions
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-08-13 16:03:04 -07:00
Azure SDK Bot
08e13c2a3b
Add Rest Method checks to Prepare-Release ( #2748 )
...
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-08-13 15:22:38 -07:00
Azure SDK Bot
531c7df24d
Sync eng/common directory with azure-sdk-tools for PR 1876 ( #2742 )
...
* rebase
* Resolve conflict
Co-authored-by: Albert Cheng <albertcheng@microsoft.com>
2021-08-13 11:08:31 -07:00
Azure SDK Bot
c92b095088
Sync eng/common directory with azure-sdk-tools for PR 1894 ( #2743 )
...
* Purge Key Vaults after deleting resource group
* Resolve PR feedback
* Purge Key Vaults and Managed HSMs
* Clean up all purgeable KVs and MHSMs
* Ignore null/empty purgeable resources
* Resolve PR feedback
* Resolve PR feedback
* Fix logging, process each item when collection piped
Co-authored-by: Heath Stewart <heaths@microsoft.com>
2021-08-12 19:50:53 -07:00
JinmingHu
a9507ae88d
Fix build error on some platforms ( #2734 )
...
* Move uuid impl to .cpp file
* CL
2021-08-13 07:50:25 +08:00
Anton Kolesnyk
a9281f2808
Remove vcpkg version constraints for Key Vault Keys ( #2736 )
...
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-08-12 11:35:08 -07:00
Victor Vazquez
b3cfe0148e
Playback test impl ( #2737 )
...
* checkpoint
* playback working
* formant
2021-08-12 10:58:21 -07:00
Azure SDK Bot
33e56e1bbf
Sync eng/common directory with azure-sdk-tools for PR 1866 ( #2728 )
...
* Deploy for stress tests at resource group scope
* Automatically compile bicep files in stress test deploy script
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-08-11 16:37:00 -04:00
Azure SDK Bot
e5c60f913c
Increment version for storage releases ( #2733 )
...
* Increment package version after release of azure-storage-common
* Increment package version after release of azure-storage-blobs
* Increment package version after release of azure-storage-files-datalake
* Increment package version after release of azure-storage-files-shares
2021-08-11 01:26:35 +00:00
JinmingHu
8fcc1df085
Update Changelog for storage 12.1.0 release ( #2731 )
2021-08-10 16:01:00 -07:00
Azure SDK Bot
1b05f98891
Increment package version after release of azure-security-keyvault-keys ( #2729 )
2021-08-10 22:42:58 +00:00
Azure SDK Bot
f3aa048ffd
Increment package version after release of azure-identity ( #2727 )
2021-08-10 15:22:25 -07:00
George Arama
00439b26f9
Remove Extraneous prefixes ( #2722 )
...
* KeyvaultSecret
* deletedsecret
* KeyVaultRestoreDeletedSecretOperation
* KeyVaultDeleteSecretOperation
* paged requests
* KeyvaultSecretProperties
* secretserializer
* serializers
2021-08-10 11:18:27 -07:00
Anton Kolesnyk
3e0088bc34
Identity 1.1.0 GA release ( #2719 )
...
* Identity 1.1.0 GA release
* Reiterate over all changes since last GA
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-08-10 11:00:52 -07:00
Victor Vazquez
abdfcaeb94
changelog for release ( #2724 )
2021-08-10 10:58:30 -07:00
Victor Vazquez
b0cb94702c
supresss gtest warning from test pw ( #2726 )
2021-08-10 17:58:22 +00:00
JinmingHu
d65724b6dc
storage 12.1.0 release ( #2714 )
...
* storage 12.1.0 release
* a
* 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-08-10 13:05:10 +00:00
Victor Vazquez
0c041c9bfa
Add core-test recording-playback ( #2685 )
...
Recording feature
2021-08-09 15:38:57 -07:00
George Arama
b91dce9deb
Paged requests ( #2711 )
...
* now we need to deserialize
* GETs+tests
* Delete+tests
* new line
* build issues
* size_t
* comments
* file format
* PR comments
* format
2021-08-09 13:24:54 -07:00
Azure SDK Bot
4e1cdb985d
Increment package version after release of azure-core ( #2715 )
2021-08-09 13:20:01 -07:00
Anton Kolesnyk
6bf52bdbde
Update vcpkg version dependencies ( #2718 )
2021-08-09 13:15:27 -07:00
George Arama
650a74ca62
Start delete secret ( #2695 )
...
* first stab
* hmmmm
* working
* forgot include
* cleanup
* remove pragma
* PR comments
* pedantic semicolon
* PR comments
2021-08-09 12:34:45 -07:00
Victor Vazquez
2b63bc6536
changelog for 1.2.0 release ( #2713 )
2021-08-05 20:47:51 -07:00
Victor Vazquez
83295c69ed
Re implement keyvault keys ( #2705 )
...
* updated-create-key with no protocol client
2021-08-05 23:20:29 +00:00
George Arama
697f45a454
PurgeDeletedSecret ( #2696 )
...
* working
* comment
2021-08-05 10:26:57 -07:00