Skip to content

Commit

Permalink
CodeGen from PR 27323 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 134b0f0427ad90c79b57133272cb08f505cad12e into fb83daece86912e370f97922641e71eb073e60d0
  • Loading branch information
SDKAuto committed Jan 10, 2024
1 parent 58413e0 commit 10e959c
Show file tree
Hide file tree
Showing 20 changed files with 313 additions and 1,410 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## 1.2.0-beta.1 (2024-01-10)
### Features Added

- New enum type `TargetType` with values `TargetTypeAfterStageWait`, `TargetTypeGroup`, `TargetTypeMember`, `TargetTypeStage`
- New function `*UpdateRunsClient.Skip(context.Context, string, string, string, SkipProperties, *UpdateRunsClientSkipOptions) (UpdateRunsClientSkipResponse, error)`
- New struct `SkipProperties`
- New struct `SkipRequest`


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armcontainerservicefleet.NewClientFactory(<subscription ID
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.NewFleetsClient()
client := clientFactory.NewFleetMembersClient()
```

## 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/678aeba91061a67e9af8b9aaf41f85b8aea06c7c/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/678aeba91061a67e9af8b9aaf41f85b8aea06c7c/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.1.0
tag: package-2023-10
module-version: 1.2.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.

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

Loading

0 comments on commit 10e959c

Please sign in to comment.