-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change ScriptActivityScriptBlock Type Property To Support Parameteriz…
…ation… (#28538) * Change ScriptActivityScriptBlock Type Property To Support Parameterization * fix * Create sdk-suppressions.yaml * add azure-sdk-for-go suppression * Update sdk-suppressions.yaml * Update sdk-suppressions.yaml --------- Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: Alancere <[email protected]> Co-authored-by: kazrael2119 <[email protected]>
- Loading branch information
1 parent
47776ca
commit 819d1e1
Showing
3 changed files
with
58 additions
and
20 deletions.
There are no files selected for viewing
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
29 changes: 29 additions & 0 deletions
29
specification/datafactory/resource-manager/sdk-suppressions.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
suppressions: | ||
azure-sdk-for-python: | ||
- package: azure-mgmt-datafactory | ||
breaking-changes: | ||
- Model ManagedIdentityCredential no longer has parameter resource_id | ||
azure-sdk-for-go: | ||
- package: sdk/resourcemanager/datafactory/armdatafactory | ||
breaking-changes: | ||
- Enum `ScriptType` 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 | ||
- Function `*CredentialOperationsClient.CreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, ManagedIdentityCredentialResource, *CredentialOperationsClientCreateOrUpdateOptions)` to `(context.Context, string, string, string, CredentialResource, *CredentialOperationsClientCreateOrUpdateOptions)` | ||
- Struct `ManagedIdentityCredentialResource` has been removed | ||
- Struct `ManagedIdentityTypeProperties` has been removed | ||
- Type of `AzureFunctionActivityTypeProperties.Headers` has been changed from `map[string]*string` to `map[string]any` | ||
- Type of `CredentialListResponse.Value` has been changed from `[]*ManagedIdentityCredentialResource` to `[]*CredentialResource` | ||
- Type of `WebActivityTypeProperties.Headers` has been changed from `map[string]*string` to `map[string]any` | ||
- Type of `WebHookActivityTypeProperties.Headers` has been changed from `map[string]*string` to `map[string]any` | ||
azure-sdk-for-js: | ||
- package: "@azure/arm-datafactory" | ||
breaking-changes: | ||
- Interface ManagedIdentityCredential no longer has parameter resourceId | ||
- Operation CredentialOperations.createOrUpdate has a new signature | ||
- "Type of parameter headers of interface AzureFunctionActivity is changed from {\n [propertyName: string]: string;\n } to {\n [propertyName: string]: any;\n }" | ||
- "Type of parameter headers of interface WebActivity is changed from {\n [propertyName: string]: string;\n } to {\n [propertyName: string]: any;\n }" | ||
- "Type of parameter headers of interface WebHookActivity is changed from {\n [propertyName: string]: string;\n } to {\n [propertyName: string]: any;\n }" | ||
- Type of parameter type of interface ScriptActivityScriptBlock is changed from ScriptType to any | ||
- Type of parameter value of interface CredentialListResponse is changed from ManagedIdentityCredentialResource[] to CredentialResource[] |
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