azure-sdk-for-cpp/sdk/keyvault/tools/cleanup
Larry Osterman b303a70eaa
Stop disabling security warnings in get_env.hpp; Fixed all incorrect … (#4655)
* Disable deprecation warnings in cmakelists.txt to avoid introducing new concepts; removed unnecessary uses of get_env.hpp

* Removed use of GetEnvHelper from AMQP samples

* Removed special case for get_env.hpp
2023-06-01 12:50:45 -07:00
..
src Stop disabling security warnings in get_env.hpp; Fixed all incorrect … (#4655) 2023-06-01 12:50:45 -07:00
CMakeLists.txt move cleanup tool. (#4307) 2023-02-01 17:37:49 -08:00
LICENSE move cleanup tool. (#4307) 2023-02-01 17:37:49 -08:00
README.md move cleanup tool. (#4307) 2023-02-01 17:37:49 -08:00

Get Environment Variable for Samples

This is an tool that helps cleanup key vault resources. It lists and then starts the delete process on keys secrets and certificates. Once that is done it will call purge on the deleted resources. While on large number of resources present in the key vault it might take a while , and be slower than deleting and recreating a key vault resource, it helps not having to reconfigure and update the connection settings.