|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 13.7.0b1 (2025-04-16) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `CognitiveServicesManagementClient` added operation group `projects` |
| 8 | + - Client `CognitiveServicesManagementClient` added operation group `account_connection` |
| 9 | + - Client `CognitiveServicesManagementClient` added operation group `project_connection` |
| 10 | + - Client `CognitiveServicesManagementClient` added operation group `account_capability_hosts` |
| 11 | + - Client `CognitiveServicesManagementClient` added operation group `project_capability_hosts` |
| 12 | + - Model `AccountProperties` added property `network_injections` |
| 13 | + - Model `AccountProperties` added property `allow_project_management` |
| 14 | + - Model `AccountProperties` added property `default_project` |
| 15 | + - Model `AccountProperties` added property `associated_projects` |
| 16 | + - Enum `ProvisioningState` added member `CANCELED` |
| 17 | + - Added model `AADAuthTypeConnectionProperties` |
| 18 | + - Added model `AccessKeyAuthTypeConnectionProperties` |
| 19 | + - Added model `AccountKeyAuthTypeConnectionProperties` |
| 20 | + - Added model `ApiKeyAuthConnectionProperties` |
| 21 | + - Added model `CapabilityHost` |
| 22 | + - Added enum `CapabilityHostKind` |
| 23 | + - Added model `CapabilityHostProperties` |
| 24 | + - Added enum `CapabilityHostProvisioningState` |
| 25 | + - Added model `ConnectionAccessKey` |
| 26 | + - Added model `ConnectionAccountKey` |
| 27 | + - Added model `ConnectionApiKey` |
| 28 | + - Added enum `ConnectionAuthType` |
| 29 | + - Added enum `ConnectionCategory` |
| 30 | + - Added enum `ConnectionGroup` |
| 31 | + - Added model `ConnectionManagedIdentity` |
| 32 | + - Added model `ConnectionOAuth2` |
| 33 | + - Added model `ConnectionPersonalAccessToken` |
| 34 | + - Added model `ConnectionPropertiesV2` |
| 35 | + - Added model `ConnectionPropertiesV2BasicResource` |
| 36 | + - Added model `ConnectionPropertiesV2BasicResourceArmPaginatedResult` |
| 37 | + - Added model `ConnectionServicePrincipal` |
| 38 | + - Added model `ConnectionSharedAccessSignature` |
| 39 | + - Added model `ConnectionUpdateContent` |
| 40 | + - Added model `ConnectionUsernamePassword` |
| 41 | + - Added model `CustomKeys` |
| 42 | + - Added model `CustomKeysConnectionProperties` |
| 43 | + - Added model `ManagedIdentityAuthTypeConnectionProperties` |
| 44 | + - Added enum `ManagedPERequirement` |
| 45 | + - Added enum `ManagedPEStatus` |
| 46 | + - Added model `NetworkInjections` |
| 47 | + - Added model `NoneAuthTypeConnectionProperties` |
| 48 | + - Added model `OAuth2AuthTypeConnectionProperties` |
| 49 | + - Added model `PATAuthTypeConnectionProperties` |
| 50 | + - Added model `Project` |
| 51 | + - Added model `ProjectListResult` |
| 52 | + - Added model `ProjectProperties` |
| 53 | + - Added model `ResourceBase` |
| 54 | + - Added model `SASAuthTypeConnectionProperties` |
| 55 | + - Added enum `ScenarioType` |
| 56 | + - Added model `ServicePrincipalAuthTypeConnectionProperties` |
| 57 | + - Added model `UsernamePasswordAuthTypeConnectionProperties` |
| 58 | + - Added model `AccountCapabilityHostsOperations` |
| 59 | + - Added model `AccountConnectionOperations` |
| 60 | + - Added model `ProjectCapabilityHostsOperations` |
| 61 | + - Added model `ProjectConnectionOperations` |
| 62 | + - Added model `ProjectsOperations` |
| 63 | + - Method `AccountCapabilityHostsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, account_name: str, capability_host_name: str, body: CapabilityHost, content_type: str)` |
| 64 | + - Method `AccountCapabilityHostsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, account_name: str, capability_host_name: str, body: IO[bytes], content_type: str)` |
| 65 | + - Method `AccountConnectionOperations.create` has a new overload `def create(self: None, resource_group_name: str, account_name: str, connection_name: str, body: Optional[ConnectionPropertiesV2BasicResource], content_type: str)` |
| 66 | + - Method `AccountConnectionOperations.create` has a new overload `def create(self: None, resource_group_name: str, account_name: str, connection_name: str, body: Optional[IO[bytes]], content_type: str)` |
| 67 | + - Method `AccountConnectionOperations.update` has a new overload `def update(self: None, resource_group_name: str, account_name: str, connection_name: str, body: Optional[ConnectionUpdateContent], content_type: str)` |
| 68 | + - Method `AccountConnectionOperations.update` has a new overload `def update(self: None, resource_group_name: str, account_name: str, connection_name: str, body: Optional[IO[bytes]], content_type: str)` |
| 69 | + - Method `ProjectCapabilityHostsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, account_name: str, project_name: str, capability_host_name: str, body: CapabilityHost, content_type: str)` |
| 70 | + - Method `ProjectCapabilityHostsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, account_name: str, project_name: str, capability_host_name: str, body: IO[bytes], content_type: str)` |
| 71 | + - Method `ProjectConnectionOperations.create` has a new overload `def create(self: None, resource_group_name: str, account_name: str, project_name: str, connection_name: str, body: Optional[ConnectionPropertiesV2BasicResource], content_type: str)` |
| 72 | + - Method `ProjectConnectionOperations.create` has a new overload `def create(self: None, resource_group_name: str, account_name: str, project_name: str, connection_name: str, body: Optional[IO[bytes]], content_type: str)` |
| 73 | + - Method `ProjectConnectionOperations.update` has a new overload `def update(self: None, resource_group_name: str, account_name: str, project_name: str, connection_name: str, body: Optional[ConnectionUpdateContent], content_type: str)` |
| 74 | + - Method `ProjectConnectionOperations.update` has a new overload `def update(self: None, resource_group_name: str, account_name: str, project_name: str, connection_name: str, body: Optional[IO[bytes]], content_type: str)` |
| 75 | + - Method `ProjectsOperations.begin_create` has a new overload `def begin_create(self: None, resource_group_name: str, account_name: str, project_name: str, project: Project, content_type: str)` |
| 76 | + - Method `ProjectsOperations.begin_create` has a new overload `def begin_create(self: None, resource_group_name: str, account_name: str, project_name: str, project: IO[bytes], content_type: str)` |
| 77 | + - Method `ProjectsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, account_name: str, project_name: str, project: Project, content_type: str)` |
| 78 | + - Method `ProjectsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, account_name: str, project_name: str, project: IO[bytes], content_type: str)` |
| 79 | + |
3 | 80 | ## 13.6.0 (2024-12-19) |
4 | 81 |
|
5 | 82 | ### Features Added |
|
0 commit comments