Update changelog for auth/azure v0.16.2 (#23059)

* update changelog for azure v0.16.2

* Add retry docs
This commit is contained in:
Jason O'Donnell
2023-09-13 17:23:01 -04:00
committed by GitHub
parent 500cf21d0d
commit 27d647f97a
2 changed files with 7 additions and 0 deletions

3
changelog/23059.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:improvement
auth/azure: Added Azure API configurable retry options
```

View File

@@ -41,6 +41,10 @@ virtual machine.
This value can also be provided with the `AZURE_CLIENT_ID` environment variable.
- `client_secret` `(string: '')` - The client secret for credentials to query the Azure APIs.
This value can also be provided with the `AZURE_CLIENT_SECRET` environment variable.
- `max_retries` `(int: 3)` - The maximum number of attempts a failed operation will be
retried before producing an error.
- `max_retry_delay` `(string: '60s')` - The maximum delay, in seconds, allowed before retrying an operation.
- `retry_delay` `(string: '4s')` - The initial amount of delay, in seconds, to use before retrying an operation. Increases exponentially.
### Sample payload