|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.0.0 (2025-05-09) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Enum `SkuName` added member `C1` |
| 8 | + - Enum `SkuName` added member `PES` |
| 9 | + - Added enum `CreatedByType` |
| 10 | + - Added model `ErrorDetail` |
| 11 | + - Added model `UserAssignedIdentityMap` |
| 12 | + - Added model `HealthBotsOperations` |
| 13 | + - Method `Error.__init__` has a new overload `def __init__(self: None, error: Optional[_models.ErrorDetail])` |
| 14 | + - Method `Error.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 15 | + - Method `HealthBot.__init__` has a new overload `def __init__(self: None, location: str, sku: _models.Sku, tags: Optional[Dict[str, str]], identity: Optional[_models.Identity], properties: Optional[_models.HealthBotProperties])` |
| 16 | + - Method `HealthBot.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 17 | + - Method `HealthBot.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]])` |
| 18 | + - Method `HealthBot.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 19 | + - Method `HealthBotKey.__init__` has a new overload `def __init__(self: None, key_name: Optional[str], value: Optional[str])` |
| 20 | + - Method `HealthBotKey.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 21 | + - Method `HealthBotKeysResponse.__init__` has a new overload `def __init__(self: None, secrets: Optional[List[_models.HealthBotKey]])` |
| 22 | + - Method `HealthBotKeysResponse.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 23 | + - Method `HealthBotProperties.__init__` has a new overload `def __init__(self: None, key_vault_properties: Optional[_models.KeyVaultProperties])` |
| 24 | + - Method `HealthBotProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 25 | + - Method `HealthBotUpdateParameters.__init__` has a new overload `def __init__(self: None, properties: Optional[_models.HealthBotProperties], tags: Optional[Dict[str, str]], sku: Optional[_models.Sku], identity: Optional[_models.Identity], location: Optional[str])` |
| 26 | + - Method `HealthBotUpdateParameters.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 27 | + - Method `Identity.__init__` has a new overload `def __init__(self: None, type: Optional[Union[str, _models.ResourceIdentityType]], user_assigned_identities: Optional[_models.UserAssignedIdentityMap])` |
| 28 | + - Method `Identity.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 29 | + - Method `KeyVaultProperties.__init__` has a new overload `def __init__(self: None, key_name: str, key_vault_uri: str, key_version: Optional[str], user_identity: Optional[str])` |
| 30 | + - Method `KeyVaultProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 31 | + - Method `OperationDetail.__init__` has a new overload `def __init__(self: None, name: Optional[str], is_data_action: Optional[bool], display: Optional[_models.OperationDisplay], origin: Optional[str], properties: Optional[Any])` |
| 32 | + - Method `OperationDetail.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 33 | + - Method `OperationDisplay.__init__` has a new overload `def __init__(self: None, provider: Optional[str], resource: Optional[str], operation: Optional[str], description: Optional[str])` |
| 34 | + - Method `OperationDisplay.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 35 | + - Method `Sku.__init__` has a new overload `def __init__(self: None, name: Union[str, _models.SkuName])` |
| 36 | + - Method `Sku.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 37 | + - Method `SystemData.__init__` has a new overload `def __init__(self: None, created_by: Optional[str], created_by_type: Optional[Union[str, _models.CreatedByType]], created_at: Optional[datetime], last_modified_by: Optional[str], last_modified_by_type: Optional[Union[str, _models.CreatedByType]], last_modified_at: Optional[datetime])` |
| 38 | + - Method `SystemData.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 39 | + - Method `TrackedResource.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]])` |
| 40 | + - Method `TrackedResource.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 41 | + - Method `HealthBotsOperations.begin_create` has a new overload `def begin_create(self: None, resource_group_name: str, bot_name: str, parameters: HealthBot, content_type: str)` |
| 42 | + - Method `HealthBotsOperations.begin_create` has a new overload `def begin_create(self: None, resource_group_name: str, bot_name: str, parameters: JSON, content_type: str)` |
| 43 | + - Method `HealthBotsOperations.begin_create` has a new overload `def begin_create(self: None, resource_group_name: str, bot_name: str, parameters: IO[bytes], content_type: str)` |
| 44 | + - Method `HealthBotsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, bot_name: str, parameters: HealthBotUpdateParameters, content_type: str)` |
| 45 | + - Method `HealthBotsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, bot_name: str, parameters: JSON, content_type: str)` |
| 46 | + - Method `HealthBotsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, bot_name: str, parameters: IO[bytes], content_type: str)` |
| 47 | + |
| 48 | +### Breaking Changes |
| 49 | + |
| 50 | + - Deleted or renamed client `HealthBotMgmtClient` |
| 51 | + - Model `Error` deleted or renamed its instance variable `additional_properties` |
| 52 | + - Model `ErrorAdditionalInfo` deleted or renamed its instance variable `additional_properties` |
| 53 | + - Model `HealthBot` deleted or renamed its instance variable `additional_properties` |
| 54 | + - Model `HealthBotKey` deleted or renamed its instance variable `additional_properties` |
| 55 | + - Model `HealthBotKeysResponse` deleted or renamed its instance variable `additional_properties` |
| 56 | + - Model `HealthBotProperties` deleted or renamed its instance variable `additional_properties` |
| 57 | + - Model `HealthBotUpdateParameters` deleted or renamed its instance variable `additional_properties` |
| 58 | + - Model `Identity` deleted or renamed its instance variable `additional_properties` |
| 59 | + - Model `KeyVaultProperties` deleted or renamed its instance variable `additional_properties` |
| 60 | + - Model `OperationDetail` deleted or renamed its instance variable `additional_properties` |
| 61 | + - Model `OperationDisplay` deleted or renamed its instance variable `additional_properties` |
| 62 | + - Model `Resource` deleted or renamed its instance variable `additional_properties` |
| 63 | + - Model `Sku` deleted or renamed its instance variable `additional_properties` |
| 64 | + - Model `SystemData` deleted or renamed its instance variable `additional_properties` |
| 65 | + - Model `TrackedResource` deleted or renamed its instance variable `additional_properties` |
| 66 | + - Model `UserAssignedIdentity` deleted or renamed its instance variable `additional_properties` |
| 67 | + - Deleted or renamed model `AvailableOperations` |
| 68 | + - Deleted or renamed model `BotResponseList` |
| 69 | + - Deleted or renamed model `ErrorError` |
| 70 | + - Deleted or renamed model `IdentityType` |
| 71 | + - Deleted or renamed model `ValidationResult` |
| 72 | + - Deleted or renamed model `BotsOperations` |
| 73 | + |
3 | 74 | ## 1.0.0b2 (2022-10-28) |
4 | 75 |
|
5 | 76 | ### Features Added |
|
0 commit comments