Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ScriptActivityScriptBlock Type Property To Support Parameterization… #28538

Merged
merged 6 commits into from
Apr 15, 2024

Update sdk-suppressions.yaml

1871286
Select commit
Loading
Failed to load commit list.
Merged

Change ScriptActivityScriptBlock Type Property To Support Parameterization… #28538

Update sdk-suppressions.yaml
1871286
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / SDK azure-sdk-for-go succeeded Apr 15, 2024 in 3m 36s

SDK azure-sdk-for-go succeeded

Details

  • ️✔️Succeeded in generating from 98bb783b08ee932174210602e4bf3505fab9a146. SDK Automation 14.0.0
    command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    warn		specification/synapse/data-plane/readme.md skipped due to azure-sdk-for-go not found in swagger-to-sdk
    command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️sdk/resourcemanager/datafactory/armdatafactory [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Function `*CredentialOperationsClient.CreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, ManagedIdentityCredentialResource, *CredentialOperationsClientCreateOrUpdateOptions)` to `(context.Context, string, string, string, CredentialResource, *CredentialOperationsClientCreateOrUpdateOptions)`
    info	[Changelog] - Type of `AzureFunctionActivityTypeProperties.Headers` has been changed from `map[string]*string` to `map[string]any`
    info	[Changelog] - Type of `CredentialListResponse.Value` has been changed from `[]*ManagedIdentityCredentialResource` to `[]*CredentialResource`
    info	[Changelog] - Type of `WebActivityTypeProperties.Headers` has been changed from `map[string]*string` to `map[string]any`
    info	[Changelog] - Type of `WebHookActivityTypeProperties.Headers` has been changed from `map[string]*string` to `map[string]any`
    info	[Changelog] - Enum `ScriptType` has been removed
    info	[Changelog] - Struct `ManagedIdentityCredentialResource` has been removed
    info	[Changelog] - Struct `ManagedIdentityTypeProperties` has been removed
    info	[Changelog] - Field `ManagedIdentityCredentialResource` of struct `CredentialOperationsClientCreateOrUpdateResponse` has been removed
    info	[Changelog] - Field `ManagedIdentityCredentialResource` of struct `CredentialOperationsClientGetResponse` has been removed
    info	[Changelog] - Field `TypeProperties` of struct `ManagedIdentityCredential` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - Type of `ScriptActivityScriptBlock.Type` has been changed from `*ScriptType` to `any`
    info	[Changelog] - New struct `CredentialResource`
    info	[Changelog] - New anonymous field `CredentialResource` in struct `CredentialOperationsClientCreateOrUpdateResponse`
    info	[Changelog] - New anonymous field `CredentialResource` in struct `CredentialOperationsClientGetResponse`
    info	[Changelog]
    info	[Changelog] Total 14 breaking change(s), 4 additive change(s).
    Present SDK breaking changes suppressions
    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`
    Please refer to https://aka.ms/azsdk/sdk-suppression for more information.