Skip to content

Commit c5f39d5

Browse files
author
SDKAuto
committed
CodeGen from PR 33973 in Azure/azure-rest-api-specs
Merge 25f994844899fdb8ac9b4c497765b533124bc4a0 into abe6b63e998a3995d1c28d2a1f8c0a6950a79b72
1 parent 9712d82 commit c5f39d5

File tree

178 files changed

+25317
-20174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+25317
-20174
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Release History
22

3+
## 1.0.0 (2025-04-19)
4+
5+
### Features Added
6+
7+
- Added operation SAPApplicationServerInstancesOperations.begin_start
8+
- Added operation SAPApplicationServerInstancesOperations.begin_stop
9+
- Added operation SAPDatabaseInstancesOperations.begin_start
10+
- Added operation SAPDatabaseInstancesOperations.begin_stop
11+
- Added operation SAPVirtualInstancesOperations.get_availability_zone_details
12+
- Added operation SAPVirtualInstancesOperations.get_disk_configurations
13+
- Added operation SAPVirtualInstancesOperations.get_sap_supported_sku
14+
- Added operation SAPVirtualInstancesOperations.get_sizing_recommendations
15+
- Added operation group SAPCentralServerInstancesOperations
16+
- Model OperationStatusResult has a new parameter resource_id
17+
18+
### Breaking Changes
19+
20+
- Operation SAPApplicationServerInstancesOperations.begin_create has a new required parameter resource
21+
- Operation SAPApplicationServerInstancesOperations.begin_create no longer has parameter body
22+
- Operation SAPApplicationServerInstancesOperations.update has a new required parameter properties
23+
- Operation SAPApplicationServerInstancesOperations.update no longer has parameter body
24+
- Operation SAPDatabaseInstancesOperations.begin_create has a new required parameter resource
25+
- Operation SAPDatabaseInstancesOperations.begin_create no longer has parameter body
26+
- Operation SAPDatabaseInstancesOperations.update has a new required parameter properties
27+
- Operation SAPDatabaseInstancesOperations.update no longer has parameter body
28+
- Operation SAPVirtualInstancesOperations.begin_create has a new required parameter resource
29+
- Operation SAPVirtualInstancesOperations.begin_create no longer has parameter body
30+
- Operation SAPVirtualInstancesOperations.begin_update has a new required parameter properties
31+
- Operation SAPVirtualInstancesOperations.begin_update no longer has parameter body
32+
- Removed operation SAPApplicationServerInstancesOperations.begin_start_instance
33+
- Removed operation SAPApplicationServerInstancesOperations.begin_stop_instance
34+
- Removed operation SAPDatabaseInstancesOperations.begin_start_instance
35+
- Removed operation SAPDatabaseInstancesOperations.begin_stop_instance
36+
- Removed operation group SAPCentralInstancesOperations
37+
- Removed operation group WorkloadsSapVirtualInstanceMgmtClientOperationsMixin
38+
339
## 1.0.0b1 (2024-03-21)
440

541
* Initial Release

sdk/workloads/azure-mgmt-workloadssapvirtualinstance/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Workloadssapvirtualinstance Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

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

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
"commit": "9e025bcb77df66ed746a6e6c87745dc3abe11cde",
2+
"commit": "c2bb670d7a39fb56398bb98a8dae90fc28866096",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4-
"autorest": "3.9.7",
5-
"use": [
6-
"@autorest/[email protected]",
7-
"@autorest/[email protected]"
8-
],
9-
"autorest_command": "autorest specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.9.7 --version-tolerant=False",
10-
"readme": "specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/readme.md"
4+
"typespec_src": "specification/workloads/Workloads.SAPVirtualInstance.Management",
5+
"@azure-tools/typespec-python": "0.43.0"
116
}

0 commit comments

Comments
 (0)