Skip to content

Commit

Permalink
CodeGen from PR 28122 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 9907c72961ad7d28ddee07d5942213865c952a26 into b43974e07d3204c4b6f8396627f5430994a7f7c9
  • Loading branch information
SDKAuto committed Mar 7, 2024
1 parent 2beacd9 commit 764eff1
Show file tree
Hide file tree
Showing 58 changed files with 1,810 additions and 7,113 deletions.
48 changes: 48 additions & 0 deletions sdk/resourcemanager/datafactory/armdatafactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Release History

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

- Function `*CredentialOperationsClient.CreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, ManagedIdentityCredentialResource, *CredentialOperationsClientCreateOrUpdateOptions)` to `(context.Context, string, string, string, CredentialResource, *CredentialOperationsClientCreateOrUpdateOptions)`
- Type of `CredentialListResponse.Value` has been changed from `[]*ManagedIdentityCredentialResource` to `[]*CredentialResource`
- Struct `ManagedIdentityCredentialResource` has been removed
- Struct `ManagedIdentityTypeProperties` has been removed
- Field `ManagedIdentityCredentialResource` of struct `CredentialOperationsClientCreateOrUpdateResponse` has been removed
- Field `ManagedIdentityCredentialResource` of struct `CredentialOperationsClientGetResponse` has been removed
- Field `TypeProperties` of struct `ManagedIdentityCredential` has been removed

### 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 `CredentialResource`
- 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`
- New anonymous field `CredentialResource` in struct `CredentialOperationsClientCreateOrUpdateResponse`
- New anonymous field `CredentialResource` in struct `CredentialOperationsClientGetResponse`


## 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 764eff1

Please sign in to comment.