Skip to content

Commit

Permalink
CodeGen from PR 31774 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2f0b5dbc05f0b95f35d359102de9e2e73b949cc1 into a5e15ea76b123c1fed61c2b3464688edb8d84788
  • Loading branch information
SDKAuto committed Jan 8, 2025
1 parent d49f4e0 commit fe44be7
Show file tree
Hide file tree
Showing 101 changed files with 582 additions and 13,808 deletions.
17 changes: 17 additions & 0 deletions sdk/resourcemanager/synapse/armsynapse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

## 0.9.0 (2025-01-08)
### Breaking Changes

- Function `*SQLPoolsClient.Rename` has been removed
- Struct `ResourceMoveDefinition` has been removed

### Features Added

- Type of `WorkspaceProperties.ExtraProperties` has been changed from `map[string]any` to `any`
- New enum type `SelfContainedInteractiveAuthoringState` with values `SelfContainedInteractiveAuthoringStateFalse`, `SelfContainedInteractiveAuthoringStateTrue`
- New struct `CopyComputeScaleProperties`
- New struct `PipelineExternalComputeScaleProperties`
- New field `CopyComputeScaleProperties`, `PipelineExternalComputeScaleProperties` in struct `IntegrationRuntimeComputeProperties`
- New field `OSType`, `SelfContainedInteractiveAuthoringEnabled`, `TargetFramework` in struct `SelfHostedIntegrationRuntimeStatusTypeProperties`
- New field `SelfContainedInteractiveAuthoringEnabled` in struct `SelfHostedIntegrationRuntimeTypeProperties`


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

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/synapse/armsynapse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ clientFactory, err := armsynapse.NewClientFactory(<subscription ID>, cred, &opti
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.NewKustoPoolDataConnectionsClient()
client := clientFactory.NewAzureADOnlyAuthenticationsClient()
```

## Fakes
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/630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f/specification/synapse/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f/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.8.0
module-version: 0.9.0

```

This file was deleted.

Loading

0 comments on commit fe44be7

Please sign in to comment.