Skip to content

Commit 158a7d6

Browse files
author
SDKAuto
committed
CodeGen from PR 24260 in Azure/azure-rest-api-specs
Merge 092352bf48a3cda6767582d236f94152b1a001d9 into 1842aeb0932153d455bf40e02be7b9e83013dfbc
1 parent b15d169 commit 158a7d6

17 files changed

+325
-5880
lines changed

sdk/resourcemanager/streamanalytics/armstreamanalytics/CHANGELOG.md

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

3+
## 2.0.0 (2023-06-10)
4+
### Breaking Changes
5+
6+
- Type of `OutputProperties.SizeWindow` has been changed from `*float32` to `*int32`
7+
8+
### Features Added
9+
10+
- New function `*FileReferenceInputDataSource.GetReferenceInputDataSource() *ReferenceInputDataSource`
11+
- New function `*GatewayMessageBusOutputDataSource.GetOutputDataSource() *OutputDataSource`
12+
- New function `*GatewayMessageBusStreamInputDataSource.GetStreamInputDataSource() *StreamInputDataSource`
13+
- New struct `FileReferenceInputDataSource`
14+
- New struct `FileReferenceInputDataSourceProperties`
15+
- New struct `GatewayMessageBusOutputDataSource`
16+
- New struct `GatewayMessageBusOutputDataSourceProperties`
17+
- New struct `GatewayMessageBusSourceProperties`
18+
- New struct `GatewayMessageBusStreamInputDataSource`
19+
- New struct `GatewayMessageBusStreamInputDataSourceProperties`
20+
- New field `BlobPathPrefix` in struct `BlobOutputDataSourceProperties`
21+
22+
323
## 1.1.1 (2023-04-14)
424
### Bug Fixes
525

sdk/resourcemanager/streamanalytics/armstreamanalytics/autorest.md

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

sdk/resourcemanager/streamanalytics/armstreamanalytics/clusters_client_example_test.go

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

sdk/resourcemanager/streamanalytics/armstreamanalytics/constants.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/streamanalytics/armstreamanalytics/functions_client_example_test.go

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

sdk/resourcemanager/streamanalytics/armstreamanalytics/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/streamanalytics/armstreamanalytics
1+
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/streamanalytics/armstreamanalytics/v2
22

33
go 1.18
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.2
87
github.com/Azure/azure-sdk-for-go/sdk/internal v1.2.0
98
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v1.1.2
9+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.0.0
1010
github.com/stretchr/testify v1.7.0
1111
)
1212

1313
require (
14-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.0.0 // indirect
14+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.2 // indirect
1515
github.com/AzureAD/microsoft-authentication-library-for-go v0.9.0 // indirect
1616
github.com/davecgh/go-spew v1.1.1 // indirect
1717
github.com/dnaeon/go-vcr v1.1.0 // indirect

0 commit comments

Comments
 (0)