Skip to content

Commit

Permalink
CodeGen from PR 26774 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d5d728d4f43956b8bc26145288103a424e522c40 into 0207d128404678e875b8d8c7e8684faea8adfcd7
  • Loading branch information
SDKAuto committed Jan 16, 2024
1 parent 4422a47 commit c9f49e0
Show file tree
Hide file tree
Showing 36 changed files with 662 additions and 14,244 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release History

## 4.7.0-beta.2 (2024-01-16)
### Breaking Changes

- Struct `GuardrailsProfile` has been removed
- Field `GuardrailsProfile` of struct `ManagedClusterProperties` has been removed

### Features Added

- New enum type `SafeguardsSupport` with values `SafeguardsSupportPreview`, `SafeguardsSupportStable`
- New function `*ManagedClustersClient.GetSafeguardsVersions(context.Context, string, string, *ManagedClustersClientGetSafeguardsVersionsOptions) (ManagedClustersClientGetSafeguardsVersionsResponse, error)`
- New function `*ManagedClustersClient.NewListSafeguardsVersionsPager(string, *ManagedClustersClientListSafeguardsVersionsOptions) *runtime.Pager[ManagedClustersClientListSafeguardsVersionsResponse]`
- New struct `SafeguardsAvailableVersion`
- New struct `SafeguardsAvailableVersionsList`
- New struct `SafeguardsAvailableVersionsProperties`
- New struct `SafeguardsProfile`
- New field `EnableSecureBoot`, `EnableVTPM` in struct `AgentPoolSecurityProfile`
- New field `SafeguardsProfile` in struct `ManagedClusterProperties`


## 4.7.0-beta.1 (2023-12-22)
### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armcontainerservice.NewClientFactory(<subscription ID>, cr
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewSnapshotsClient()
client := clientFactory.NewAgentPoolsClient()
```

## Fakes
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9f49e0

Please sign in to comment.