|
1 | 1 | # Release History
|
| 2 | + |
| 3 | +## 11.0.0-beta.1 (2023-08-09) |
| 4 | + |
| 5 | +**Features** |
2 | 6 |
|
3 |
| -## 10.1.1 (Unreleased) |
4 |
| - |
5 |
| -### Features Added |
6 |
| - |
7 |
| -### Breaking Changes |
8 |
| - |
9 |
| -### Bugs Fixed |
| 7 | + - Added operation group CacheRules |
| 8 | + - Added operation group CredentialSets |
| 9 | + - Added Interface AuthCredential |
| 10 | + - Added Interface CacheRule |
| 11 | + - Added Interface CacheRulesCreateHeaders |
| 12 | + - Added Interface CacheRulesCreateOptionalParams |
| 13 | + - Added Interface CacheRulesDeleteHeaders |
| 14 | + - Added Interface CacheRulesDeleteOptionalParams |
| 15 | + - Added Interface CacheRulesGetOptionalParams |
| 16 | + - Added Interface CacheRulesListNextOptionalParams |
| 17 | + - Added Interface CacheRulesListOptionalParams |
| 18 | + - Added Interface CacheRulesListResult |
| 19 | + - Added Interface CacheRulesUpdateHeaders |
| 20 | + - Added Interface CacheRulesUpdateOptionalParams |
| 21 | + - Added Interface CacheRuleUpdateParameters |
| 22 | + - Added Interface CredentialHealth |
| 23 | + - Added Interface CredentialSet |
| 24 | + - Added Interface CredentialSetListResult |
| 25 | + - Added Interface CredentialSetsCreateHeaders |
| 26 | + - Added Interface CredentialSetsCreateOptionalParams |
| 27 | + - Added Interface CredentialSetsDeleteHeaders |
| 28 | + - Added Interface CredentialSetsDeleteOptionalParams |
| 29 | + - Added Interface CredentialSetsGetOptionalParams |
| 30 | + - Added Interface CredentialSetsListNextOptionalParams |
| 31 | + - Added Interface CredentialSetsListOptionalParams |
| 32 | + - Added Interface CredentialSetsUpdateHeaders |
| 33 | + - Added Interface CredentialSetsUpdateOptionalParams |
| 34 | + - Added Interface CredentialSetUpdateParameters |
| 35 | + - Added Interface ErrorAdditionalInfo |
| 36 | + - Added Interface ErrorDetail |
| 37 | + - Added Interface ErrorResponseAutoGenerated |
| 38 | + - Added Interface IdentityPropertiesAutoGenerated |
| 39 | + - Added Interface UserIdentityPropertiesAutoGenerated |
| 40 | + - Added Type Alias CacheRulesCreateResponse |
| 41 | + - Added Type Alias CacheRulesDeleteResponse |
| 42 | + - Added Type Alias CacheRulesGetResponse |
| 43 | + - Added Type Alias CacheRulesListNextResponse |
| 44 | + - Added Type Alias CacheRulesListResponse |
| 45 | + - Added Type Alias CacheRulesUpdateResponse |
| 46 | + - Added Type Alias CredentialHealthStatus |
| 47 | + - Added Type Alias CredentialName |
| 48 | + - Added Type Alias CredentialSetsCreateResponse |
| 49 | + - Added Type Alias CredentialSetsDeleteResponse |
| 50 | + - Added Type Alias CredentialSetsGetResponse |
| 51 | + - Added Type Alias CredentialSetsListNextResponse |
| 52 | + - Added Type Alias CredentialSetsListResponse |
| 53 | + - Added Type Alias CredentialSetsUpdateResponse |
| 54 | + - Added Enum KnownCredentialHealthStatus |
| 55 | + - Added Enum KnownCredentialName |
10 | 56 |
|
11 |
| -### Other Changes |
| 57 | +**Breaking Changes** |
12 | 58 |
|
| 59 | + - Type of parameter error of interface ErrorResponse is changed from ErrorResponseBody to ErrorDetail |
| 60 | + - Type of parameter identity of interface Task is changed from IdentityProperties to IdentityPropertiesAutoGenerated |
| 61 | + - Type of parameter identity of interface TaskRun is changed from IdentityProperties to IdentityPropertiesAutoGenerated |
| 62 | + - Type of parameter identity of interface TaskRunUpdateParameters is changed from IdentityProperties to IdentityPropertiesAutoGenerated |
| 63 | + - Type of parameter identity of interface TaskUpdateParameters is changed from IdentityProperties to IdentityPropertiesAutoGenerated |
| 64 | + |
| 65 | + |
13 | 66 | ## 10.1.0 (2023-03-21)
|
14 | 67 |
|
15 | 68 | **Features**
|
|
0 commit comments