Skip to content

Commit 489cbc1

Browse files
author
SDKAuto
committed
CodeGen from PR 22352 in Azure/azure-rest-api-specs
Merge 10310544ab8d8e62841fd2dd00796975f8166097 into c1eb413a93f5acbf812953db7e6bb39ab24ffc0b
1 parent 5053f65 commit 489cbc1

File tree

101 files changed

+2474
-6501
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+2474
-6501
lines changed

sdk/resourcemanager/automation/armautomation/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Release History
22

3+
## 0.8.0 (2023-02-02)
4+
### Breaking Changes
5+
6+
- Function `*DscConfigurationClient.UpdateWithJSON` parameter(s) have been changed from `(context.Context, string, string, string, DscConfigurationUpdateParameters, *DscConfigurationClientUpdateWithJSONOptions)` to `(context.Context, string, string, string, *DscConfigurationClientUpdateWithJSONOptions)`
7+
- Function `*DscConfigurationClient.UpdateWithText` parameter(s) have been changed from `(context.Context, string, string, string, string, *DscConfigurationClientUpdateWithTextOptions)` to `(context.Context, string, string, string, *DscConfigurationClientUpdateWithTextOptions)`
8+
- Type of `Identity.UserAssignedIdentities` has been changed from `map[string]*ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties` to `map[string]*UserAssignedIdentitiesProperties`
9+
- Struct `ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties` has been removed
10+
- Field `Value` of struct `DscConfigurationClientGetContentResponse` has been removed
11+
12+
### Features Added
13+
14+
- New function `NewPython3PackageClient(string, azcore.TokenCredential, *arm.ClientOptions) (*Python3PackageClient, error)`
15+
- New function `*Python3PackageClient.CreateOrUpdate(context.Context, string, string, string, PythonPackageCreateParameters, *Python3PackageClientCreateOrUpdateOptions) (Python3PackageClientCreateOrUpdateResponse, error)`
16+
- New function `*Python3PackageClient.Delete(context.Context, string, string, string, *Python3PackageClientDeleteOptions) (Python3PackageClientDeleteResponse, error)`
17+
- New function `*Python3PackageClient.Get(context.Context, string, string, string, *Python3PackageClientGetOptions) (Python3PackageClientGetResponse, error)`
18+
- New function `*Python3PackageClient.NewListByAutomationAccountPager(string, string, *Python3PackageClientListByAutomationAccountOptions) *runtime.Pager[Python3PackageClientListByAutomationAccountResponse]`
19+
- New function `*Python3PackageClient.Update(context.Context, string, string, string, PythonPackageUpdateParameters, *Python3PackageClientUpdateOptions) (Python3PackageClientUpdateResponse, error)`
20+
- New struct `Dimension`
21+
- New struct `LogSpecification`
22+
- New struct `MetricSpecification`
23+
- New struct `OperationPropertiesFormat`
24+
- New struct `OperationPropertiesFormatServiceSpecification`
25+
- New struct `Python3PackageClient`
26+
- New struct `Python3PackageClientListByAutomationAccountResponse`
27+
- New struct `UserAssignedIdentitiesProperties`
28+
- New field `Parameters` in struct `DscConfigurationClientUpdateWithJSONOptions`
29+
- New field `Parameters` in struct `DscConfigurationClientUpdateWithTextOptions`
30+
- New field `Origin` in struct `Operation`
31+
- New field `Properties` in struct `Operation`
32+
- New field `Description` in struct `OperationDisplay`
33+
34+
335
## 0.7.0 (2022-07-12)
436
### Breaking Changes
537

sdk/resourcemanager/automation/armautomation/account_client.go

Lines changed: 40 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/automation/armautomation/activity_client.go

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/automation/armautomation/activity_client_example_test.go

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)