Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 committed Apr 24, 2024
1 parent 213aed9 commit 0410f57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sdk/datafactory/arm-datafactory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@
**Features**

- Added Interface ServicePrincipalCredentialResource

**Breaking Changes**

- Operation CredentialOperations.createOrUpdate has a new signature
- Interface ManagedIdentityCredential no longer has parameter resourceId
- Type of parameter headers of interface AzureFunctionActivity is changed from {
[propertyName: string]: string;
} to {
[propertyName: string]: any;
}
- Type of parameter value of interface CredentialListResponse is changed from ManagedIdentityCredentialResource[] to CredentialResource[]
- Type of parameter headers of interface WebActivity is changed from {
[propertyName: string]: string;
} to {
Expand All @@ -26,6 +20,12 @@
} to {
[propertyName: string]: any;
}

**Breaking Changes**

- Operation CredentialOperations.createOrUpdate has a new signature
- Interface ManagedIdentityCredential no longer has parameter resourceId
- Type of parameter value of interface CredentialListResponse is changed from ManagedIdentityCredentialResource[] to CredentialResource[]


## 14.1.0 (2024-03-11)
Expand Down

0 comments on commit 0410f57

Please sign in to comment.