|
| 1 | +# Release History |
| 2 | + |
| 3 | +## 3.0.0 (2025-04-07) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `QumuloMgmtClient` added method `send_request` |
| 8 | + - Model `FileSystemResource` added property `properties` |
| 9 | + - Added model `FileSystemResourceProperties` |
| 10 | + - Method `ErrorResponse.__init__` has a new overload `def __init__(self: None, error: Optional[_models.ErrorDetail])` |
| 11 | + - Method `ErrorResponse.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 12 | + - Method `FileSystemResource.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]], properties: Optional[_models.FileSystemResourceProperties], identity: Optional[_models.ManagedServiceIdentity])` |
| 13 | + - Method `FileSystemResource.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 14 | + - Method `FileSystemResource.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]])` |
| 15 | + - Method `FileSystemResource.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 16 | + - Method `FileSystemResourceUpdate.__init__` has a new overload `def __init__(self: None, identity: Optional[_models.ManagedServiceIdentity], tags: Optional[Dict[str, str]], properties: Optional[_models.FileSystemResourceUpdateProperties])` |
| 17 | + - Method `FileSystemResourceUpdate.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 18 | + - Method `FileSystemResourceUpdateProperties.__init__` has a new overload `def __init__(self: None, marketplace_details: Optional[_models.MarketplaceDetails], user_details: Optional[_models.UserDetails], delegated_subnet_id: Optional[str])` |
| 19 | + - Method `FileSystemResourceUpdateProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 20 | + - Method `ManagedServiceIdentity.__init__` has a new overload `def __init__(self: None, type: Union[str, _models.ManagedServiceIdentityType], user_assigned_identities: Optional[Dict[str, _models.UserAssignedIdentity]])` |
| 21 | + - Method `ManagedServiceIdentity.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 22 | + - Method `MarketplaceDetails.__init__` has a new overload `def __init__(self: None, plan_id: str, offer_id: str, marketplace_subscription_id: Optional[str], publisher_id: Optional[str], term_unit: Optional[str])` |
| 23 | + - Method `MarketplaceDetails.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 24 | + - Method `Operation.__init__` has a new overload `def __init__(self: None, display: Optional[_models.OperationDisplay])` |
| 25 | + - Method `Operation.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 26 | + - 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])` |
| 27 | + - Method `SystemData.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 28 | + - Method `TrackedResource.__init__` has a new overload `def __init__(self: None, location: str, tags: Optional[Dict[str, str]])` |
| 29 | + - Method `TrackedResource.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 30 | + - Method `UserDetails.__init__` has a new overload `def __init__(self: None, email: str)` |
| 31 | + - Method `UserDetails.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 32 | + - Method `FileSystemResourceProperties.__init__` has a new overload `def __init__(self: None, marketplace_details: _models.MarketplaceDetails, storage_sku: str, user_details: _models.UserDetails, delegated_subnet_id: str, admin_password: str, cluster_login_url: Optional[str], private_i_ps: Optional[List[str]], availability_zone: Optional[str])` |
| 33 | + - Method `FileSystemResourceProperties.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])` |
| 34 | + - Method `FileSystemsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, file_system_name: str, resource: JSON, content_type: str)` |
| 35 | + - Method `FileSystemsOperations.update` has a new overload `def update(self: None, resource_group_name: str, file_system_name: str, properties: JSON, content_type: str)` |
| 36 | + |
| 37 | +### Breaking Changes |
| 38 | + |
| 39 | + - Model `ErrorAdditionalInfo` deleted or renamed its instance variable `additional_properties` |
| 40 | + - Model `ErrorDetail` deleted or renamed its instance variable `additional_properties` |
| 41 | + - Model `ErrorResponse` deleted or renamed its instance variable `additional_properties` |
| 42 | + - Model `FileSystemResource` deleted or renamed its instance variable `marketplace_details` |
| 43 | + - Model `FileSystemResource` deleted or renamed its instance variable `provisioning_state` |
| 44 | + - Model `FileSystemResource` deleted or renamed its instance variable `storage_sku` |
| 45 | + - Model `FileSystemResource` deleted or renamed its instance variable `user_details` |
| 46 | + - Model `FileSystemResource` deleted or renamed its instance variable `delegated_subnet_id` |
| 47 | + - Model `FileSystemResource` deleted or renamed its instance variable `cluster_login_url` |
| 48 | + - Model `FileSystemResource` deleted or renamed its instance variable `private_ips` |
| 49 | + - Model `FileSystemResource` deleted or renamed its instance variable `admin_password` |
| 50 | + - Model `FileSystemResource` deleted or renamed its instance variable `availability_zone` |
| 51 | + - Model `FileSystemResource` deleted or renamed its instance variable `additional_properties` |
| 52 | + - Model `FileSystemResourceUpdate` deleted or renamed its instance variable `additional_properties` |
| 53 | + - Model `FileSystemResourceUpdateProperties` deleted or renamed its instance variable `additional_properties` |
| 54 | + - Model `ManagedServiceIdentity` deleted or renamed its instance variable `additional_properties` |
| 55 | + - Model `MarketplaceDetails` deleted or renamed its instance variable `additional_properties` |
| 56 | + - Model `Operation` deleted or renamed its instance variable `additional_properties` |
| 57 | + - Model `OperationDisplay` deleted or renamed its instance variable `additional_properties` |
| 58 | + - Model `Resource` deleted or renamed its instance variable `additional_properties` |
| 59 | + - Model `SystemData` deleted or renamed its instance variable `additional_properties` |
| 60 | + - Model `TrackedResource` deleted or renamed its instance variable `additional_properties` |
| 61 | + - Model `UserAssignedIdentity` deleted or renamed its instance variable `additional_properties` |
| 62 | + - Model `UserDetails` deleted or renamed its instance variable `additional_properties` |
| 63 | + |
| 64 | +## 1.0.0b1 (1970-01-01) |
| 65 | + |
| 66 | +- Initial version |
0 commit comments