Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/kusto/armkusto/2.1.0 (#21768)
Browse files Browse the repository at this point in the history
* [Release] sdk/resourcemanager/kusto/armkusto/2.1.0 generation from spec commit: 9ec0fcc278aa2128c4fbb2b8a1aa93432d72cce0

* update assets.json
  • Loading branch information
Alancere authored Oct 24, 2023
1 parent f98e5e3 commit 0bd6d02
Show file tree
Hide file tree
Showing 46 changed files with 2,496 additions and 1,173 deletions.
24 changes: 24 additions & 0 deletions sdk/resourcemanager/kusto/armkusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release History

## 2.1.0 (2023-10-27)
### Features Added

- New value `LanguageExtensionImageNamePython3108DL`, `LanguageExtensionImageNamePythonCustomImage` added to enum type `LanguageExtensionImageName`
- New enum type `Language` with values `LanguagePython`
- New enum type `VnetState` with values `VnetStateDisabled`, `VnetStateEnabled`
- New function `*ClientFactory.NewSandboxCustomImagesClient() *SandboxCustomImagesClient`
- New function `NewSandboxCustomImagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SandboxCustomImagesClient, error)`
- New function `*SandboxCustomImagesClient.CheckNameAvailability(context.Context, string, string, SandboxCustomImagesCheckNameRequest, *SandboxCustomImagesClientCheckNameAvailabilityOptions) (SandboxCustomImagesClientCheckNameAvailabilityResponse, error)`
- New function `*SandboxCustomImagesClient.BeginCreateOrUpdate(context.Context, string, string, string, SandboxCustomImage, *SandboxCustomImagesClientBeginCreateOrUpdateOptions) (*runtime.Poller[SandboxCustomImagesClientCreateOrUpdateResponse], error)`
- New function `*SandboxCustomImagesClient.BeginDelete(context.Context, string, string, string, *SandboxCustomImagesClientBeginDeleteOptions) (*runtime.Poller[SandboxCustomImagesClientDeleteResponse], error)`
- New function `*SandboxCustomImagesClient.Get(context.Context, string, string, string, *SandboxCustomImagesClientGetOptions) (SandboxCustomImagesClientGetResponse, error)`
- New function `*SandboxCustomImagesClient.NewListByClusterPager(string, string, *SandboxCustomImagesClientListByClusterOptions) *runtime.Pager[SandboxCustomImagesClientListByClusterResponse]`
- New function `*SandboxCustomImagesClient.BeginUpdate(context.Context, string, string, string, SandboxCustomImage, *SandboxCustomImagesClientBeginUpdateOptions) (*runtime.Poller[SandboxCustomImagesClientUpdateResponse], error)`
- New struct `SandboxCustomImage`
- New struct `SandboxCustomImageProperties`
- New struct `SandboxCustomImagesCheckNameRequest`
- New struct `SandboxCustomImagesListResult`
- New field `Zones` in struct `ClusterUpdate`
- New field `IPAddress` in struct `EndpointDetail`
- New field `LanguageExtensionCustomImageName` in struct `LanguageExtension`
- New field `State` in struct `VirtualNetworkConfiguration`


## 2.0.0 (2023-07-28)
### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/kusto/armkusto/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "go",
"TagPrefix": "go/resourcemanager/kusto/armkusto",
"Tag": "go/resourcemanager/kusto/armkusto_c6301bfad4"
"Tag": "go/resourcemanager/kusto/armkusto_d6a93043cf"
}

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.

8 changes: 4 additions & 4 deletions sdk/resourcemanager/kusto/armkusto/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/310a0100f5b020c1900c527a6aa70d21992f078a/specification/azure-kusto/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/310a0100f5b020c1900c527a6aa70d21992f078a/specification/azure-kusto/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/9ec0fcc278aa2128c4fbb2b8a1aa93432d72cce0/specification/azure-kusto/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/9ec0fcc278aa2128c4fbb2b8a1aa93432d72cce0/specification/azure-kusto/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0
tag: package-2023-05
module-version: 2.1.0
tag: package-2023-08
```
Loading

0 comments on commit 0bd6d02

Please sign in to comment.