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

Improve Salesforce V2 properties #27412

Merged
merged 1 commit into from
Jan 23, 2024

Improve Salesforce V2 properties

d5fd66b
Select commit
Loading
Failed to load commit list.
Merged

Improve Salesforce V2 properties #27412

Improve Salesforce V2 properties
d5fd66b
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / Swagger SDK Breaking Change Tracking failed Jan 17, 2024 in 2m 8s

Swagger SDK Breaking Change Tracking failed

Details

Breaking Changes Tracking

azure-sdk-for-go - sdk/resourcemanager/datafactory/armdatafactory - 5.0.0
Diff with approved:
	Field `Pwd` of struct `MariaDBLinkedServiceTypeProperties` has been removed
-	Type of `AzureFunctionActivityTypeProperties.Headers` has been changed from `any` to `map[string]*string`
-	Type of `WebActivityTypeProperties.Headers` has been changed from `any` to `map[string]*string`
-	Type of `WebHookActivityTypeProperties.Headers` has been changed from `any` to `map[string]*string`
Diff with base:
	Field `Pwd` of struct `MariaDBLinkedServiceTypeProperties` has been removed
-	Type of `AzureFunctionActivityTypeProperties.Headers` has been changed from `any` to `map[string]*string`
-	Type of `WebActivityTypeProperties.Headers` has been changed from `any` to `map[string]*string`
-	Type of `WebHookActivityTypeProperties.Headers` has been changed from `any` to `map[string]*string`
azure-sdk-for-js - @azure/arm-datafactory - 13.0.0
Diff with approved:
	Interface MariaDBLinkedService no longer has parameter pwd
-	Type of parameter headers of interface AzureFunctionActivity is changed from any to {
        [propertyName: string]: string;
    }
-	Type of parameter headers of interface WebActivity is changed from any to {
        [propertyName: string]: string;
    }
-	Type of parameter headers of interface WebHookActivity is changed from any to {
        [propertyName: string]: string;
    }
Diff with base:
	Interface MariaDBLinkedService no longer has parameter pwd
-	Type of parameter headers of interface AzureFunctionActivity is changed from any to {
        [propertyName: string]: string;
    }
-	Type of parameter headers of interface WebActivity is changed from any to {
        [propertyName: string]: string;
    }
-	Type of parameter headers of interface WebHookActivity is changed from any to {
        [propertyName: string]: string;
    }
️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-datafactory - 4.0.0
Diff with approved:
	Model MariaDBLinkedService no longer has parameter pwd
Diff with base:
	Model MariaDBLinkedService no longer has parameter pwd