|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 6.5.0 (2025-03-27) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New enum type `GalleryScriptParameterType` with values `GalleryScriptParameterTypeBoolean`, `GalleryScriptParameterTypeDouble`, `GalleryScriptParameterTypeEnum`, `GalleryScriptParameterTypeInt`, `GalleryScriptParameterTypeString` |
| 7 | +- New function `*ClientFactory.NewGalleryScriptVersionsClient() *GalleryScriptVersionsClient` |
| 8 | +- New function `*ClientFactory.NewGalleryScriptsClient() *GalleryScriptsClient` |
| 9 | +- New function `NewGalleryScriptVersionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GalleryScriptVersionsClient, error)` |
| 10 | +- New function `*GalleryScriptVersionsClient.BeginCreateOrUpdate(context.Context, string, string, string, string, GalleryScriptVersion, *GalleryScriptVersionsClientBeginCreateOrUpdateOptions) (*runtime.Poller[GalleryScriptVersionsClientCreateOrUpdateResponse], error)` |
| 11 | +- New function `*GalleryScriptVersionsClient.BeginDelete(context.Context, string, string, string, string, *GalleryScriptVersionsClientBeginDeleteOptions) (*runtime.Poller[GalleryScriptVersionsClientDeleteResponse], error)` |
| 12 | +- New function `*GalleryScriptVersionsClient.Get(context.Context, string, string, string, string, *GalleryScriptVersionsClientGetOptions) (GalleryScriptVersionsClientGetResponse, error)` |
| 13 | +- New function `*GalleryScriptVersionsClient.NewListByGalleryScriptPager(string, string, string, *GalleryScriptVersionsClientListByGalleryScriptOptions) *runtime.Pager[GalleryScriptVersionsClientListByGalleryScriptResponse]` |
| 14 | +- New function `*GalleryScriptVersionsClient.BeginUpdate(context.Context, string, string, string, string, GalleryScriptVersionUpdate, *GalleryScriptVersionsClientBeginUpdateOptions) (*runtime.Poller[GalleryScriptVersionsClientUpdateResponse], error)` |
| 15 | +- New function `NewGalleryScriptsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GalleryScriptsClient, error)` |
| 16 | +- New function `*GalleryScriptsClient.BeginCreateOrUpdate(context.Context, string, string, string, GalleryScript, *GalleryScriptsClientBeginCreateOrUpdateOptions) (*runtime.Poller[GalleryScriptsClientCreateOrUpdateResponse], error)` |
| 17 | +- New function `*GalleryScriptsClient.BeginDelete(context.Context, string, string, string, *GalleryScriptsClientBeginDeleteOptions) (*runtime.Poller[GalleryScriptsClientDeleteResponse], error)` |
| 18 | +- New function `*GalleryScriptsClient.Get(context.Context, string, string, string, *GalleryScriptsClientGetOptions) (GalleryScriptsClientGetResponse, error)` |
| 19 | +- New function `*GalleryScriptsClient.NewListByGalleryPager(string, string, *GalleryScriptsClientListByGalleryOptions) *runtime.Pager[GalleryScriptsClientListByGalleryResponse]` |
| 20 | +- New function `*GalleryScriptsClient.BeginUpdate(context.Context, string, string, string, GalleryScriptUpdate, *GalleryScriptsClientBeginUpdateOptions) (*runtime.Poller[GalleryScriptsClientUpdateResponse], error)` |
| 21 | +- New struct `GalleryScript` |
| 22 | +- New struct `GalleryScriptList` |
| 23 | +- New struct `GalleryScriptParameter` |
| 24 | +- New struct `GalleryScriptProperties` |
| 25 | +- New struct `GalleryScriptUpdate` |
| 26 | +- New struct `GalleryScriptVersion` |
| 27 | +- New struct `GalleryScriptVersionList` |
| 28 | +- New struct `GalleryScriptVersionProperties` |
| 29 | +- New struct `GalleryScriptVersionPublishingProfile` |
| 30 | +- New struct `GalleryScriptVersionSafetyProfile` |
| 31 | +- New struct `GalleryScriptVersionUpdate` |
| 32 | +- New struct `GenericGalleryParameter` |
| 33 | +- New struct `ScriptSource` |
| 34 | + |
| 35 | + |
3 | 36 | ## 6.4.0 (2025-03-28)
|
4 | 37 | ### Features Added
|
5 | 38 |
|
|
0 commit comments