Skip to content

Commit

Permalink
CodeGen from PR 29702 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 242058ffbf874202b7cfac5938f2d8989b3bd4e2 into ab064e0047ec560a700d6b501097d99471ad817b
  • Loading branch information
SDKAuto committed Jul 8, 2024
1 parent ebde238 commit 6137504
Show file tree
Hide file tree
Showing 54 changed files with 215 additions and 6,944 deletions.
17 changes: 17 additions & 0 deletions sdk/resourcemanager/datafactory/armdatafactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

## 9.0.0 (2024-07-08)
### Breaking Changes

- Type of `AzureTableStorageLinkedService.TypeProperties` has been changed from `*AzureStorageLinkedServiceTypeProperties` to `*AzureTableStorageLinkedServiceTypeProperties`

### Features Added

- New value `SQLServerAuthenticationTypeUserAssignedManagedIdentity` added to enum type `SQLServerAuthenticationType`
- New struct `AzureTableStorageLinkedServiceTypeProperties`
- New struct `ContinuationSettingsReference`
- New field `ContinuationSettings` in struct `ExecuteDataFlowActivityTypeProperties`
- New field `ContinuationSettings` in struct `ExecutePowerQueryActivityTypeProperties`
- New field `Credential` in struct `SQLServerLinkedServiceTypeProperties`
- New field `StorageIntegration` in struct `SnowflakeExportCopyCommand`
- New field `StorageIntegration` in struct `SnowflakeImportCopyCommand`


## 8.0.0 (2024-06-05)
### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions sdk/resourcemanager/datafactory/armdatafactory/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Data Factory Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v8)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v8)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v9)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v9)

The `armdatafactory` module provides operations for working with Azure Data Factory.

Expand All @@ -20,7 +20,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Data Factory module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v8
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v9
```

## Authorization
Expand Down

This file was deleted.

7 changes: 3 additions & 4 deletions sdk/resourcemanager/datafactory/armdatafactory/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/f6f50c6388fd5836fa142384641b8353a99874ef/specification/datafactory/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/f6f50c6388fd5836fa142384641b8353a99874ef/specification/datafactory/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datafactory/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datafactory/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 8.0.0
tag: package-2018-06
module-version: 9.0.0
```
Loading

0 comments on commit 6137504

Please sign in to comment.