parent
5050bee3bf
commit
f7841a89b4
@ -5,6 +5,7 @@
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
- Updated `CreateCertificateOperation.PollUntilDone()` (returned from `StartCreateCertificate()`) to return the operation status instead of the newly created certificate.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ CertificateCreateOptions options
|
||||
// start the create process
|
||||
auto response = certificateClient.StartCreateCertificate(certificateName, options);
|
||||
// wait for complete to get the certificate
|
||||
auto certificate = response.PollUntilDone(defaultWait).Value;
|
||||
auto pollResponse = response.PollUntilDone(defaultWait).Value;
|
||||
```
|
||||
|
||||
## Getting properties of Certificates
|
||||
|
||||
Loading…
Reference in New Issue
Block a user