Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
This commit is contained in:
Amulya Varote 2021-12-02 01:07:23 -08:00 committed by Amulya Varote
parent f0b6ac5864
commit fb40e614a0
1 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,10 @@ with DaprClient() as client:
secret = client.get_bulk_secret(store_name=DAPR_STORE_NAME)
logging.info('Result for bulk secret: ')
logging.info(sorted(secret.secrets.items()))
<<<<<<< HEAD
=======
>>>>>>> 03751403 (Modified based on the review comments - 1)
```
{{% /codetab %}}