Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions sdk/sql/azure-mgmt-sqlvirtualmachine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Release History

## 1.0.0b7 (2026-07-07)

### Features Added

- Client `SqlVirtualMachineManagementClient` added parameter `cloud_setting` in method `__init__`
- Client `SqlVirtualMachineManagementClient` added method `send_request`
- Model `AutoPatchingSettings` added property `additional_vm_patch`
- Model `AvailabilityGroupListener` moved instance variable `provisioning_state`, `availability_group_name`, `load_balancer_configurations`, `multi_subnet_ip_configurations`, `create_default_availability_group_if_not_exist`, `port` and `availability_group_configuration` under property `properties` whose type is `AvailabilityGroupListenerProperties`
- Enum `IdentityType` added member `SYSTEM_ASSIGNED_USER_ASSIGNED`
- Enum `IdentityType` added member `USER_ASSIGNED`
- Model `ProxyResource` added property `system_data`
- Model `Resource` added property `system_data`
- Model `SQLStorageSettings` added property `use_storage_pool`
- Model `SQLTempDbSettings` added property `use_storage_pool`
- Model `SqlVirtualMachine` moved instance variable `virtual_machine_resource_id`, `provisioning_state`, `sql_image_offer`, `sql_server_license_type`, `sql_management`, `least_privilege_mode`, `sql_image_sku`, `sql_virtual_machine_group_resource_id`, `wsfc_domain_credentials`, `wsfc_static_ip`, `auto_patching_settings`, `auto_backup_settings`, `key_vault_credential_settings`, `server_configurations_management_settings`, `storage_configuration_settings`, `troubleshooting_status`, `assessment_settings` and `enable_automatic_upgrade` under property `properties` whose type is `SqlVirtualMachineProperties`
- Model `SqlVirtualMachineGroup` moved instance variable `provisioning_state`, `sql_image_offer`, `sql_image_sku`, `scale_type`, `cluster_manager_type`, `cluster_configuration` and `wsfc_domain_profile` under property `properties` whose type is `SqlVirtualMachineGroupProperties`
- Model `StorageConfigurationSettings` added property `enable_storage_config_blade`
- Model `TrackedResource` added property `system_data`
- Model `WsfcDomainProfile` added property `is_sql_service_account_gmsa`
- Added enum `AdditionalOsPatch`
- Added enum `AdditionalVmPatch`
- Added model `DiskConfigAssessmentRequest`
- Added enum `OsType`
- Added model `VirtualMachineIdentity`
- Added enum `VmIdentityType`
- Operation group `SqlVirtualMachinesOperations` added method `begin_fetch_dc_assessment`

### Breaking Changes

- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
- Method `AvailabilityGroupListenersOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `SqlVirtualMachinesOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`

### Other Changes

- Deleted model `AvailabilityGroupListenerListResult`/`OperationListResult`/`SqlVirtualMachineGroupListResult`/`SqlVirtualMachineListResult` which actually were not used by SDK users

## 1.0.0b6 (2023-06-16)

### Other Changes
Expand Down
9 changes: 4 additions & 5 deletions sdk/sql/azure-mgmt-sqlvirtualmachine/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include _meta.json
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/sqlvirtualmachine/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
9 changes: 3 additions & 6 deletions sdk/sql/azure-mgmt-sqlvirtualmachine/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Sql Virtual Machine Management Client Library.
This package has been tested with Python 3.7+.
This package has been tested with Python 3.10+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.7+ is required to use this package.
- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down Expand Up @@ -59,6 +59,3 @@ Code samples for this package can be found at:
If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.



11 changes: 0 additions & 11 deletions sdk/sql/azure-mgmt-sqlvirtualmachine/_meta.json

This file was deleted.

11 changes: 11 additions & 0 deletions sdk/sql/azure-mgmt-sqlvirtualmachine/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"apiVersion": "2023-10-01",
"apiVersions": {
"Microsoft.SqlVirtualMachine": "2023-10-01"
},
"commit": "a7bdbe741c0ef1f1b159d8569b173757bd823ae9",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/SqlVirtualMachine",
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.34.0"
}
Loading
Loading