Skip to content

Commit

Permalink
CodeGen from PR 28210 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge c56b406bf0ccbd2cfef7682b0fd5061437f92042 into c45a7f47c1901149828eb8a33c74898c554659c0
  • Loading branch information
SDKAuto committed Mar 12, 2024
1 parent 55a305c commit ded767c
Show file tree
Hide file tree
Showing 56 changed files with 1,802 additions and 7,096 deletions.
40 changes: 40 additions & 0 deletions sdk/resourcemanager/datafactory/armdatafactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Release History

## 7.0.0 (2024-03-12)
### Breaking Changes

- Type of `AzureFunctionActivityTypeProperties.Headers` has been changed from `map[string]*string` to `map[string]any`
- Type of `WebActivityTypeProperties.Headers` has been changed from `map[string]*string` to `map[string]any`

### Features Added

- New enum type `ExpressionV2Type` with values `ExpressionV2TypeBinary`, `ExpressionV2TypeConstant`, `ExpressionV2TypeField`, `ExpressionV2TypeUnary`
- New enum type `GoogleBigQueryV2AuthenticationType` with values `GoogleBigQueryV2AuthenticationTypeServiceAuthentication`, `GoogleBigQueryV2AuthenticationTypeUserAuthentication`
- New enum type `ServiceNowV2AuthenticationType` with values `ServiceNowV2AuthenticationTypeBasic`, `ServiceNowV2AuthenticationTypeOAuth2`
- New function `*GoogleBigQueryV2LinkedService.GetLinkedService() *LinkedService`
- New function `*GoogleBigQueryV2ObjectDataset.GetDataset() *Dataset`
- New function `*GoogleBigQueryV2Source.GetCopySource() *CopySource`
- New function `*GoogleBigQueryV2Source.GetTabularSource() *TabularSource`
- New function `*PostgreSQLV2LinkedService.GetLinkedService() *LinkedService`
- New function `*PostgreSQLV2Source.GetCopySource() *CopySource`
- New function `*PostgreSQLV2Source.GetTabularSource() *TabularSource`
- New function `*PostgreSQLV2TableDataset.GetDataset() *Dataset`
- New function `*ServiceNowV2LinkedService.GetLinkedService() *LinkedService`
- New function `*ServiceNowV2ObjectDataset.GetDataset() *Dataset`
- New function `*ServiceNowV2Source.GetCopySource() *CopySource`
- New function `*ServiceNowV2Source.GetTabularSource() *TabularSource`
- New struct `ExpressionV2`
- New struct `GoogleBigQueryV2DatasetTypeProperties`
- New struct `GoogleBigQueryV2LinkedService`
- New struct `GoogleBigQueryV2LinkedServiceTypeProperties`
- New struct `GoogleBigQueryV2ObjectDataset`
- New struct `GoogleBigQueryV2Source`
- New struct `PostgreSQLV2LinkedService`
- New struct `PostgreSQLV2LinkedServiceTypeProperties`
- New struct `PostgreSQLV2Source`
- New struct `PostgreSQLV2TableDataset`
- New struct `PostgreSQLV2TableDatasetTypeProperties`
- New struct `ServiceNowV2LinkedService`
- New struct `ServiceNowV2LinkedServiceTypeProperties`
- New struct `ServiceNowV2ObjectDataset`
- New struct `ServiceNowV2Source`


## 6.0.0 (2024-02-23)
### 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/v6)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v6)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v7)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v7)

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/v6
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v7
```

## 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/6051d2b126f5b1e4b623cde8edfa3e25cf730685/specification/datafactory/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/6051d2b126f5b1e4b623cde8edfa3e25cf730685/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: 6.0.0
tag: package-2018-06
module-version: 7.0.0
```
Loading

0 comments on commit ded767c

Please sign in to comment.