Skip to content

Commit 2c3784c

Browse files
author
SDKAuto
committed
CodeGen from PR 22409 in Azure/azure-rest-api-specs
Merge dbaa1ebff8bdc64662cea99133943c7233481dda into 978a2092b92d3bf5ea6e8506125889e56aa9f639
1 parent 55a305c commit 2c3784c

File tree

103 files changed

+606
-13804
lines changed

Some content is hidden

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

103 files changed

+606
-13804
lines changed

sdk/resourcemanager/synapse/armsynapse/CHANGELOG.md

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

3+
## 0.9.0 (2024-03-12)
4+
### Breaking Changes
5+
6+
- Function `*SQLPoolsClient.Rename` has been removed
7+
- Struct `ResourceMoveDefinition` has been removed
8+
9+
### Features Added
10+
11+
- Type of `WorkspaceProperties.ExtraProperties` has been changed from `map[string]any` to `any`
12+
- New function `*OperationsClient.GetWorkspacePerSubscriptionQuota(context.Context, string, *OperationsClientGetWorkspacePerSubscriptionQuotaOptions) (OperationsClientGetWorkspacePerSubscriptionQuotaResponse, error)`
13+
- New struct `WorkspaceUsageQuotaResponse`
14+
- New field `OSType`, `TargetFramework` in struct `SelfHostedIntegrationRuntimeStatusTypeProperties`
15+
16+
317
## 0.8.0 (2023-11-24)
418
### Features Added
519

sdk/resourcemanager/synapse/armsynapse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ clientFactory, err := armsynapse.NewClientFactory(<subscription ID>, cred, &opti
5757
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.
5858

5959
```go
60-
client := clientFactory.NewKustoPoolDataConnectionsClient()
60+
client := clientFactory.NewAzureADOnlyAuthenticationsClient()
6161
```
6262

6363
## Fakes

sdk/resourcemanager/synapse/armsynapse/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f/specification/synapse/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f/specification/synapse/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/synapse/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/synapse/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 0.8.0
11+
module-version: 0.9.0
1212

1313
```

sdk/resourcemanager/synapse/armsynapse/azureadonlyauthentications_client_example_test.go

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

0 commit comments

Comments
 (0)