|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.0.0 (2022-11-09) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `*AppliancesClient.ListClusterCustomerUserCredential` has been removed |
| 7 | +- Struct `ApplianceListClusterCustomerUserCredentialResults` has been removed |
| 8 | +- Struct `AppliancesClientListClusterCustomerUserCredentialOptions` has been removed |
| 9 | +- Struct `AppliancesClientListClusterCustomerUserCredentialResponse` has been removed |
| 10 | + |
| 11 | +### Features Added |
| 12 | + |
| 13 | +- New const `SSHKeyTypeScopedAccessKey` |
| 14 | +- New const `StatusImageDeprovisioning` |
| 15 | +- New const `StatusImageProvisioned` |
| 16 | +- New const `StatusImageDownloaded` |
| 17 | +- New const `StatusImageProvisioning` |
| 18 | +- New const `StatusUpgradingKVAIO` |
| 19 | +- New const `ArtifactTypeLogsArtifactType` |
| 20 | +- New const `SSHKeyTypeLogsKey` |
| 21 | +- New const `StatusImagePending` |
| 22 | +- New const `StatusWaitingForKVAIO` |
| 23 | +- New const `SSHKeyTypeManagementCAKey` |
| 24 | +- New const `StatusImageUnknown` |
| 25 | +- New const `StatusImageDownloading` |
| 26 | +- New type alias `ArtifactType` |
| 27 | +- New function `*AppliancesClient.ListKeys(context.Context, string, string, *AppliancesClientListKeysOptions) (AppliancesClientListKeysResponse, error)` |
| 28 | +- New function `*AppliancesClient.GetTelemetryConfig(context.Context, *AppliancesClientGetTelemetryConfigOptions) (AppliancesClientGetTelemetryConfigResponse, error)` |
| 29 | +- New function `PossibleArtifactTypeValues() []ArtifactType` |
| 30 | +- New struct `ApplianceGetTelemetryConfigResult` |
| 31 | +- New struct `ApplianceListKeysResults` |
| 32 | +- New struct `AppliancesClientGetTelemetryConfigOptions` |
| 33 | +- New struct `AppliancesClientGetTelemetryConfigResponse` |
| 34 | +- New struct `AppliancesClientListKeysOptions` |
| 35 | +- New struct `AppliancesClientListKeysResponse` |
| 36 | +- New struct `ArtifactProfile` |
| 37 | +- New field `SystemData` in struct `Resource` |
| 38 | +- New field `SystemData` in struct `TrackedResource` |
| 39 | +- New field `Certificate` in struct `SSHKey` |
| 40 | +- New field `CreationTimeStamp` in struct `SSHKey` |
| 41 | +- New field `ExpirationTimeStamp` in struct `SSHKey` |
| 42 | + |
| 43 | + |
3 | 44 | ## 0.2.0 (2022-06-28)
|
4 | 45 | ### Features Added
|
5 | 46 |
|
|
0 commit comments