You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/keyvault/azure_security_keyvault_certificates/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
### Breaking Changes
8
8
9
+
- Removed the `CertificateClientExt` trait for `CertificateClient`. The `begin_create_certificate` and `resume_certificate_operation` methods are implemented for `CertificateClient` with the same method signatures.
/// Resumes the [`CertificateClientExt::begin_create_certificate`] operation by returning a [`Poller<CertificateOperation>`] already in progress or completed.
88
-
///
89
-
/// Gets the creation operation associated with a specified certificate. This operation requires the certificates/get permission.
90
-
///
91
-
/// # Arguments
92
-
///
93
-
/// * `certificate_name` - The name of the certificate.
94
-
/// * `options` - Optional parameters for the request.
@@ -235,7 +156,66 @@ impl CertificateClientExt for CertificateClient {
235
156
))
236
157
}
237
158
238
-
fnresume_certificate_operation(
159
+
/// Resumes the [`CertificateClient::begin_create_certificate`] operation by returning a [`Poller<CertificateOperation>`] already in progress or completed.
160
+
///
161
+
/// Gets the creation operation associated with a specified certificate. This operation requires the certificates/get permission.
162
+
///
163
+
/// # Arguments
164
+
///
165
+
/// * `certificate_name` - The name of the certificate.
166
+
/// * `options` - Optional parameters for the request.
/// Options to be passed to [`CertificateClientExt::resume_certificate_operation()`](crate::clients::CertificateClientExt::resume_certificate_operation())
43
+
/// Options to be passed to [`CertificateClient::resume_certificate_operation()`](crate::clients::CertificateClient::resume_certificate_operation())
0 commit comments