Skip to content

Commit

Permalink
CodeGen from PR 21749 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2d11ab7cfdac1bd0bd4ada9c3dec83f81072eab7 into 63adf8a58565b729f70895b65aa7d1333b22d15f
  • Loading branch information
SDKAuto committed Dec 8, 2022
1 parent 94de68c commit 1723a90
Show file tree
Hide file tree
Showing 159 changed files with 13,255 additions and 10,956 deletions.
46 changes: 46 additions & 0 deletions sdk/resourcemanager/synapse/armsynapse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Release History

## 0.6.0 (2022-12-08)
### Breaking Changes

- Type of `ManagedIdentitySQLControlSettingsModelPropertiesGrantSQLControlToManagedIdentity.DesiredState` has been changed from `*ManagedIdentitySQLControlSettingsModelPropertiesGrantSQLControlToManagedIdentityDesiredState` to `*DesiredState`
- Type of `ManagedIdentitySQLControlSettingsModelPropertiesGrantSQLControlToManagedIdentity.ActualState` has been changed from `*ManagedIdentitySQLControlSettingsModelPropertiesGrantSQLControlToManagedIdentityActualState` to `*ActualState`
- Type alias `ManagedIdentitySQLControlSettingsModelPropertiesGrantSQLControlToManagedIdentityActualState` has been removed
- Type alias `ManagedIdentitySQLControlSettingsModelPropertiesGrantSQLControlToManagedIdentityDesiredState` has been removed
- Operation `*SQLPoolOperationResultsClient.GetLocationHeaderResult` has been changed to LRO, use `*SQLPoolOperationResultsClient.BeginGetLocationHeaderResult` instead.
- Operation `*SQLPoolsClient.Update` has been changed to LRO, use `*SQLPoolsClient.BeginUpdate` instead.
- Field `Interface` of struct `BigDataPoolsClientDeleteResponse` has been removed
- Field `Interface` of struct `IPFirewallRulesClientDeleteResponse` has been removed
- Field `Interface` of struct `SQLPoolsClientDeleteResponse` has been removed
- Field `Interface` of struct `SQLPoolsClientPauseResponse` has been removed
- Field `Interface` of struct `SQLPoolsClientResumeResponse` has been removed
- Field `Interface` of struct `WorkspacesClientDeleteResponse` has been removed

### Features Added

- New type alias `ActualState` with values `ActualStateDisabled`, `ActualStateDisabling`, `ActualStateEnabled`, `ActualStateEnabling`, `ActualStateUnknown`
- New type alias `DesiredState` with values `DesiredStateDisabled`, `DesiredStateEnabled`
- New type alias `WorkspaceStatus` with values `WorkspaceStatusFailed`, `WorkspaceStatusInProgress`, `WorkspaceStatusSucceeded`
- New function `NewGetClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GetClient, error)`
- New function `*GetClient.IntegrationRuntimeStart(context.Context, string, string, string, string, *GetClientIntegrationRuntimeStartOptions) (GetClientIntegrationRuntimeStartResponse, error)`
- New function `NewKustoPoolPrivateLinkResourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*KustoPoolPrivateLinkResourcesClient, error)`
- New function `*KustoPoolPrivateLinkResourcesClient.NewListPager(string, string, string, *KustoPoolPrivateLinkResourcesClientListOptions) *runtime.Pager[KustoPoolPrivateLinkResourcesClientListResponse]`
- New struct `ErrorResponseAutoGenerated`
- New struct `GetClient`
- New struct `IntegrationRuntimeOperationStatus`
- New struct `KustoPoolPrivateLinkResources`
- New struct `KustoPoolPrivateLinkResourcesClient`
- New struct `KustoPoolPrivateLinkResourcesClientListResponse`
- New struct `PrivateLinkResources`
- New struct `PrivateLinkResourcesProperties`
- New field `IsAutotuneEnabled` in struct `BigDataPoolResourceProperties`
- New anonymous field `BigDataPoolResourceInfo` in struct `BigDataPoolsClientDeleteResponse`
- New field `AADObjectID` in struct `ClusterPrincipalProperties`
- New field `AADObjectID` in struct `DatabasePrincipalProperties`
- New anonymous field `IPFirewallRuleInfo` in struct `IPFirewallRulesClientDeleteResponse`
- New anonymous field `SQLPool` in struct `SQLPoolOperationResultsClientGetLocationHeaderResultResponse`
- New anonymous field `SQLPool` in struct `SQLPoolsClientDeleteResponse`
- New anonymous field `SQLPool` in struct `SQLPoolsClientPauseResponse`
- New anonymous field `SQLPool` in struct `SQLPoolsClientResumeResponse`
- New field `ConfigMergeRule` in struct `SparkConfigurationInfo`
- New anonymous field `Workspace` in struct `WorkspacesClientDeleteResponse`


## 0.5.0 (2022-05-17)

The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/synapse/armsynapse` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 0.5.0, which contains breaking changes.
Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/synapse/armsynapse/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/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/synapse/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/synapse/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/synapse/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/synapse/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.5.0
module-version: 0.6.0

```

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.

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.

123 changes: 123 additions & 0 deletions sdk/resourcemanager/synapse/armsynapse/get_client.go

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

Loading

0 comments on commit 1723a90

Please sign in to comment.