|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 5.0.0 (2025-04-27) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Struct `UserCreatedAcrAccount` has been removed |
| 7 | +- Struct `UserCreatedStorageAccount` has been removed |
| 8 | +- Field `UserCreatedAcrAccount` of struct `AcrDetails` has been removed |
| 9 | +- Field `UserCreatedStorageAccount` of struct `StorageAccountDetails` has been removed |
| 10 | + |
| 11 | +### Features Added |
| 12 | + |
| 13 | +- New value `ConnectionCategoryElasticsearch`, `ConnectionCategoryManagedOnlineEndpoint`, `ConnectionCategoryPinecone` added to enum type `ConnectionCategory` |
| 14 | +- New value `RuleStatusDeleting`, `RuleStatusFailed`, `RuleStatusProvisioning` added to enum type `RuleStatus` |
| 15 | +- New enum type `FirewallSKU` with values `FirewallSKUBasic`, `FirewallSKUStandard` |
| 16 | +- New enum type `ManagedNetworkKind` with values `ManagedNetworkKindV1`, `ManagedNetworkKindV2` |
| 17 | +- New function `*WorkspaceConnectionsClient.Update(context.Context, string, string, string, *WorkspaceConnectionsClientUpdateOptions) (WorkspaceConnectionsClientUpdateResponse, error)` |
| 18 | +- New struct `ManagedResourceGroupAssignedIdentities` |
| 19 | +- New struct `ManagedResourceGroupSettings` |
| 20 | +- New struct `WorkspaceConnectionUpdateParameter` |
| 21 | +- New field `ErrorInformation`, `ParentRuleNames` in struct `FqdnOutboundRule` |
| 22 | +- New field `StartupRoute` in struct `InferenceContainerProperties` |
| 23 | +- New field `StartupProbe` in struct `KubernetesOnlineDeployment` |
| 24 | +- New field `FirewallPublicIPAddress`, `FirewallSKU`, `ManagedNetworkKind` in struct `ManagedNetworkSettings` |
| 25 | +- New field `StartupProbe` in struct `ManagedOnlineDeployment` |
| 26 | +- New field `StartupProbe` in struct `OnlineDeploymentProperties` |
| 27 | +- New field `ErrorInformation`, `ParentRuleNames` in struct `OutboundRule` |
| 28 | +- New field `ErrorInformation`, `ParentRuleNames` in struct `PrivateEndpointOutboundRule` |
| 29 | +- New field `ManagedResourceGroupSettings` in struct `RegistryProperties` |
| 30 | +- New field `ErrorInformation`, `ParentRuleNames` in struct `ServiceTagOutboundRule` |
| 31 | +- New field `IncludeAll` in struct `WorkspaceConnectionsClientListOptions` |
| 32 | + |
| 33 | + |
3 | 34 | ## 4.0.0 (2024-08-23) |
4 | 35 | ### Breaking Changes |
5 | 36 |
|
|
0 commit comments