Skip to content

Commit 0d5b6ee

Browse files
author
SDKAuto
committed
CodeGen from PR 34032 in Azure/azure-rest-api-specs
Merge c05749c07658b43406ee1632c47ff96074aa5137 into 4689e75cdeaa04dbeead0237b72cae8dc8dbba4d
1 parent 75bcd8f commit 0d5b6ee

29 files changed

+504
-127
lines changed

sdk/security/keyvault/azcertificates/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Release History
22

3+
## 1.4.0-beta.2 (2025-04-23)
4+
### Breaking Changes
5+
6+
- Type of `Certificate.ID` has been changed from `*ID` to `*string`
7+
- Type of `Certificate.KID` has been changed from `*ID` to `*string`
8+
- Type of `Certificate.SID` has been changed from `*ID` to `*string`
9+
- Type of `CertificateAttributes.RecoveryLevel` has been changed from `*string` to `*DeletionRecoveryLevel`
10+
- Type of `CertificateOperation.Error` has been changed from `*ErrorInfo` to `*Error`
11+
- Type of `CertificateOperation.ID` has been changed from `*ID` to `*string`
12+
- Type of `CertificatePolicy.ID` has been changed from `*ID` to `*string`
13+
- Type of `CertificateProperties.ID` has been changed from `*ID` to `*string`
14+
- Type of `DeletedCertificate.ID` has been changed from `*ID` to `*string`
15+
- Type of `DeletedCertificate.KID` has been changed from `*ID` to `*string`
16+
- Type of `DeletedCertificate.SID` has been changed from `*ID` to `*string`
17+
- Type of `DeletedCertificateProperties.ID` has been changed from `*ID` to `*string`
18+
- Field `CertificatePropertiesListResult` of struct `ListCertificatePropertiesResponse` has been removed
19+
20+
### Features Added
21+
22+
- New enum type `DeletionRecoveryLevel` with values `DeletionRecoveryLevelCustomizedRecoverable`, `DeletionRecoveryLevelCustomizedRecoverableProtectedSubscription`, `DeletionRecoveryLevelCustomizedRecoverablePurgeable`, `DeletionRecoveryLevelPurgeable`, `DeletionRecoveryLevelRecoverable`, `DeletionRecoveryLevelRecoverableProtectedSubscription`, `DeletionRecoveryLevelRecoverablePurgeable`
23+
- New struct `CertificateListResultWithPending`
24+
- New struct `Error`
25+
- New field `Maxresults` in struct `ListCertificatePropertiesOptions`
26+
- New anonymous field `CertificateListResultWithPending` in struct `ListCertificatePropertiesResponse`
27+
- New field `Maxresults` in struct `ListCertificatePropertiesVersionsOptions`
28+
- New field `Maxresults` in struct `ListDeletedCertificatePropertiesOptions`
29+
- New field `Maxresults` in struct `ListIssuerPropertiesOptions`
30+
31+
332
## 1.4.0-beta.2 (Unreleased)
433

534
### Features Added

sdk/security/keyvault/azcertificates/build.go

Lines changed: 0 additions & 8 deletions
This file was deleted.

sdk/security/keyvault/azcertificates/client.go

Lines changed: 24 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/security/keyvault/azcertificates/constants.go

Lines changed: 54 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/security/keyvault/azcertificates/models.go

Lines changed: 34 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)