Skip to content

Commit

Permalink
CodeGen from PR 31523 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 258a334c8b6fcc6677fc4cd4f0f520536c64c7ad into 74695171c408e136fa629451d23d98aac98e3981
  • Loading branch information
SDKAuto committed Nov 19, 2024
1 parent 5b99014 commit 429c931
Show file tree
Hide file tree
Showing 46 changed files with 2,813 additions and 2,052 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Release History

## 3.0.0-beta.1 (2024-11-19)
### Breaking Changes

- Type of `KustomizationPatchDefinition.PostBuild` has been changed from `*PostBuildDefinition` to `*PostBuildPatchDefinition`

### Features Added

- New value `SourceKindTypeOCIRepository` added to enum type `SourceKindType`
- New enum type `OperationType` with values `OperationTypeCopy`, `OperationTypeExtract`
- New struct `LayerSelectorDefinition`
- New struct `LayerSelectorPatchDefinition`
- New struct `MatchOidcIdentityDefinition`
- New struct `MatchOidcIdentityPatchDefinition`
- New struct `OCIRepositoryDefinition`
- New struct `OCIRepositoryPatchDefinition`
- New struct `OCIRepositoryRefDefinition`
- New struct `OCIRepositoryRefPatchDefinition`
- New struct `PostBuildPatchDefinition`
- New struct `SubstituteFromPatchDefinition`
- New struct `TLSConfigDefinition`
- New struct `TLSConfigPatchDefinition`
- New struct `VerifyDefinition`
- New struct `VerifyPatchDefinition`
- New field `OciRepository` in struct `FluxConfigurationPatchProperties`
- New field `OciRepository` in struct `FluxConfigurationProperties`


## 2.2.0 (2023-11-24)
### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Kubernetes Configuration module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armkubernetesconfiguration/v2
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armkubernetesconfiguration/v3
```

## Authorization
Expand Down Expand Up @@ -55,7 +55,7 @@ clientFactory, err := armkubernetesconfiguration.NewClientFactory(<subscription
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.NewSourceControlConfigurationsClient()
client := clientFactory.NewExtensionsClient()
```

## Fakes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/80c21c17b4a7aa57f637ee594f7cfd653255a7e0/specification/kubernetesconfiguration/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/80c21c17b4a7aa57f637ee594f7cfd653255a7e0/specification/kubernetesconfiguration/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/kubernetesconfiguration/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/kubernetesconfiguration/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.2.0
tag: package-2023-05
module-version: 3.0.0-beta.1
```

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

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

Loading

0 comments on commit 429c931

Please sign in to comment.