forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 19368 in Azure/azure-rest-api-specs
Merge 34c7ed9ccb97070fadaa1019a690a5b2b65c959c into 74ed6778513041716e8cf8c72e3f06c1371a3e18
- Loading branch information
SDKAuto
committed
Jun 10, 2022
1 parent
f120cae
commit 2ea0bc3
Showing
10 changed files
with
5,881 additions
and
412 deletions.
There are no files selected for viewing
686 changes: 679 additions & 7 deletions
686
services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"commit": "cd8f049ce47372fd5955c2dfd11daf4a02050fe3", | ||
"commit": "c66b8b6cd03ecce7f4d869a82c4f4704d1db7aff", | ||
"readme": "/_/azure-rest-api-specs/specification/datafactory/resource-manager/readme.md", | ||
"tag": "package-2018-06", | ||
"use": "@microsoft.azure/[email protected]", | ||
|
11 changes: 11 additions & 0 deletions
11
services/datafactory/mgmt/2018-06-01/datafactory/datafactoryapi/interfaces.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
450 changes: 450 additions & 0 deletions
450
services/datafactory/mgmt/2018-06-01/datafactory/globalparameters.go
Large diffs are not rendered by default.
Oops, something went wrong.
4,650 changes: 4,345 additions & 305 deletions
4,650
services/datafactory/mgmt/2018-06-01/datafactory/models.go
Large diffs are not rendered by default.
Oops, something went wrong.
112 changes: 111 additions & 1 deletion
112
services/preview/datafactory/mgmt/2017-09-01-preview/datafactory/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,112 @@ | ||
# Change History | ||
# Unreleased | ||
|
||
## Breaking Changes | ||
|
||
### Removed Constants | ||
|
||
1. IntegrationRuntimeState.Initial | ||
1. IntegrationRuntimeState.Limited | ||
1. IntegrationRuntimeState.NeedRegistration | ||
1. IntegrationRuntimeState.Offline | ||
1. IntegrationRuntimeState.Stopping | ||
1. ManagedIntegrationRuntimeNodeStatus.ManagedIntegrationRuntimeNodeStatusAvailable | ||
1. ManagedIntegrationRuntimeNodeStatus.ManagedIntegrationRuntimeNodeStatusRecycling | ||
1. ManagedIntegrationRuntimeNodeStatus.ManagedIntegrationRuntimeNodeStatusStarting | ||
1. ManagedIntegrationRuntimeNodeStatus.ManagedIntegrationRuntimeNodeStatusUnavailable | ||
1. TriggerRuntimeState.TriggerRuntimeStateDisabled | ||
1. TriggerRuntimeState.TriggerRuntimeStateStarted | ||
1. TriggerRuntimeState.TriggerRuntimeStateStopped | ||
|
||
### Signature Changes | ||
|
||
#### Const Types | ||
|
||
1. Online changed type from IntegrationRuntimeState to DynamicsDeploymentType | ||
1. Started changed type from IntegrationRuntimeState to TriggerRuntimeState | ||
1. Starting changed type from IntegrationRuntimeState to ManagedIntegrationRuntimeNodeStatus | ||
1. Stopped changed type from IntegrationRuntimeState to TriggerRuntimeState | ||
|
||
#### Struct Fields | ||
|
||
1. AzureSearchIndexSink.WriteBehavior changed type from interface{} to AzureSearchIndexWriteBehaviorType | ||
1. CassandraSource.ConsistencyLevel changed type from interface{} to CassandraSourceReadConsistencyLevels | ||
1. DatasetDeflateCompression.Level changed type from interface{} to DatasetCompressionLevel | ||
1. DatasetGZipCompression.Level changed type from interface{} to DatasetCompressionLevel | ||
1. DatasetZipDeflateCompression.Level changed type from interface{} to DatasetCompressionLevel | ||
1. DynamicsLinkedServiceTypeProperties.AuthenticationType changed type from interface{} to DynamicsAuthenticationType | ||
1. DynamicsLinkedServiceTypeProperties.DeploymentType changed type from interface{} to DynamicsDeploymentType | ||
1. DynamicsSink.WriteBehavior changed type from interface{} to *string | ||
1. PolybaseSettings.RejectType changed type from interface{} to PolybaseSettingsRejectType | ||
1. SalesforceSink.WriteBehavior changed type from interface{} to SalesforceSinkWriteBehavior | ||
1. SalesforceSource.ReadBehavior changed type from interface{} to SalesforceSourceReadBehavior | ||
1. SapCloudForCustomerSink.WriteBehavior changed type from interface{} to SapCloudForCustomerSinkWriteBehavior | ||
1. StoredProcedureParameter.Type changed type from interface{} to StoredProcedureParameterType | ||
|
||
## Additive Changes | ||
|
||
### New Constants | ||
|
||
1. AzureSearchIndexWriteBehaviorType.Merge | ||
1. AzureSearchIndexWriteBehaviorType.Upload | ||
1. CassandraSourceReadConsistencyLevels.ALL | ||
1. CassandraSourceReadConsistencyLevels.EACHQUORUM | ||
1. CassandraSourceReadConsistencyLevels.LOCALONE | ||
1. CassandraSourceReadConsistencyLevels.LOCALQUORUM | ||
1. CassandraSourceReadConsistencyLevels.LOCALSERIAL | ||
1. CassandraSourceReadConsistencyLevels.ONE | ||
1. CassandraSourceReadConsistencyLevels.QUORUM | ||
1. CassandraSourceReadConsistencyLevels.SERIAL | ||
1. CassandraSourceReadConsistencyLevels.THREE | ||
1. CassandraSourceReadConsistencyLevels.TWO | ||
1. DatasetCompressionLevel.Fastest | ||
1. DatasetCompressionLevel.Optimal | ||
1. DynamicsAuthenticationType.Ifd | ||
1. DynamicsAuthenticationType.Office365 | ||
1. DynamicsDeploymentType.OnPremisesWithIfd | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateInitial | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateLimited | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateNeedRegistration | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateOffline | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateOnline | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateStarted | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateStarting | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateStopped | ||
1. IntegrationRuntimeState.IntegrationRuntimeStateStopping | ||
1. ManagedIntegrationRuntimeNodeStatus.Available | ||
1. ManagedIntegrationRuntimeNodeStatus.Recycling | ||
1. ManagedIntegrationRuntimeNodeStatus.Unavailable | ||
1. PolybaseSettingsRejectType.Percentage | ||
1. PolybaseSettingsRejectType.Value | ||
1. SalesforceSinkWriteBehavior.Insert | ||
1. SalesforceSinkWriteBehavior.Upsert | ||
1. SalesforceSourceReadBehavior.Query | ||
1. SalesforceSourceReadBehavior.QueryAll | ||
1. SapCloudForCustomerSinkWriteBehavior.SapCloudForCustomerSinkWriteBehaviorInsert | ||
1. SapCloudForCustomerSinkWriteBehavior.SapCloudForCustomerSinkWriteBehaviorUpdate | ||
1. StoredProcedureParameterType.Boolean | ||
1. StoredProcedureParameterType.Date | ||
1. StoredProcedureParameterType.Decimal | ||
1. StoredProcedureParameterType.GUID | ||
1. StoredProcedureParameterType.Int | ||
1. StoredProcedureParameterType.Int64 | ||
1. StoredProcedureParameterType.String | ||
1. TriggerRuntimeState.Disabled | ||
|
||
### New Funcs | ||
|
||
1. PossibleAzureSearchIndexWriteBehaviorTypeValues() []AzureSearchIndexWriteBehaviorType | ||
1. PossibleCassandraSourceReadConsistencyLevelsValues() []CassandraSourceReadConsistencyLevels | ||
1. PossibleDatasetCompressionLevelValues() []DatasetCompressionLevel | ||
1. PossibleDynamicsAuthenticationTypeValues() []DynamicsAuthenticationType | ||
1. PossibleDynamicsDeploymentTypeValues() []DynamicsDeploymentType | ||
1. PossiblePolybaseSettingsRejectTypeValues() []PolybaseSettingsRejectType | ||
1. PossibleSalesforceSinkWriteBehaviorValues() []SalesforceSinkWriteBehavior | ||
1. PossibleSalesforceSourceReadBehaviorValues() []SalesforceSourceReadBehavior | ||
1. PossibleSapCloudForCustomerSinkWriteBehaviorValues() []SapCloudForCustomerSinkWriteBehavior | ||
1. PossibleStoredProcedureParameterTypeValues() []StoredProcedureParameterType | ||
|
||
### Struct Changes | ||
|
||
#### New Struct Fields | ||
|
||
1. WebActivityTypeProperties.DisableCertValidation |
2 changes: 1 addition & 1 deletion
2
services/preview/datafactory/mgmt/2017-09-01-preview/datafactory/_meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", | ||
"commit": "c66b8b6cd03ecce7f4d869a82c4f4704d1db7aff", | ||
"readme": "/_/azure-rest-api-specs/specification/datafactory/resource-manager/readme.md", | ||
"tag": "package-2017-09-preview", | ||
"use": "@microsoft.azure/[email protected]", | ||
|
Oops, something went wrong.