Skip to content

Commit e3cc701

Browse files
author
SDKAuto
committed
CodeGen from PR 33466 in Azure/azure-rest-api-specs
Merge aae9e312f4a2b3ea5a9cdf968eff5e22bf2dd15a into afe8ef87df6112dc9db1248b61e46b8ac7f3a709
1 parent 8b96068 commit e3cc701

File tree

175 files changed

+41236
-28423
lines changed

Some content is hidden

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

175 files changed

+41236
-28423
lines changed

sdk/oracledatabase/azure-mgmt-oracledatabase/CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# Release History
22

3+
## 2.0.0 (2025-04-10)
4+
5+
### Features Added
6+
7+
- Added operation AutonomousDatabaseBackupsOperations.list_by_parent
8+
- Added operation AutonomousDatabasesOperations.begin_change_disaster_recovery_configuration
9+
- Added operation DbNodesOperations.list_by_parent
10+
- Added operation DbServersOperations.list_by_parent
11+
- Added operation OracleSubscriptionsOperations.begin_add_azure_subscriptions
12+
- Added operation VirtualNetworkAddressesOperations.list_by_parent
13+
- Added operation group ExadbVmClustersOperations
14+
- Added operation group ExascaleDbNodesOperations
15+
- Added operation group ExascaleDbStorageVaultsOperations
16+
- Added operation group FlexComponentsOperations
17+
- Added operation group GiMinorVersionsOperations
18+
- Added operation group ListActionsOperations
19+
- Model AutonomousDatabaseBaseProperties has a new parameter remote_disaster_recovery_configuration
20+
- Model AutonomousDatabaseBaseProperties has a new parameter time_disaster_recovery_role_changed
21+
- Model AutonomousDatabaseCloneProperties has a new parameter remote_disaster_recovery_configuration
22+
- Model AutonomousDatabaseCloneProperties has a new parameter time_disaster_recovery_role_changed
23+
- Model AutonomousDatabaseProperties has a new parameter remote_disaster_recovery_configuration
24+
- Model AutonomousDatabaseProperties has a new parameter time_disaster_recovery_role_changed
25+
- Model CloudExadataInfrastructureProperties has a new parameter compute_model
26+
- Model CloudExadataInfrastructureProperties has a new parameter database_server_type
27+
- Model CloudExadataInfrastructureProperties has a new parameter defined_file_system_configuration
28+
- Model CloudExadataInfrastructureProperties has a new parameter storage_server_type
29+
- Model CloudVmClusterProperties has a new parameter compute_model
30+
- Model CloudVmClusterProperties has a new parameter file_system_configuration_details
31+
- Model CloudVmClusterUpdateProperties has a new parameter file_system_configuration_details
32+
- Model DbServerProperties has a new parameter compute_model
33+
- Model DbSystemShapeProperties has a new parameter are_server_types_supported
34+
- Model DbSystemShapeProperties has a new parameter compute_model
35+
- Model DbSystemShapeProperties has a new parameter display_name
36+
- Model OracleSubscriptionProperties has a new parameter add_subscription_operation_state
37+
- Model OracleSubscriptionProperties has a new parameter azure_subscription_ids
38+
- Model OracleSubscriptionProperties has a new parameter last_operation_status_detail
39+
- Model PeerDbDetails has a new parameter peer_db_location
40+
- Model PeerDbDetails has a new parameter peer_db_ocid
41+
- Operation DbSystemShapesOperations.list_by_location has a new optional parameter zone
42+
- Operation GiVersionsOperations.list_by_location has a new optional parameter shape
43+
- Operation GiVersionsOperations.list_by_location has a new optional parameter zone
44+
45+
### Breaking Changes
46+
47+
- Model DbSystemShapeProperties has a new required parameter shape_name
48+
- Parameter display_name of model DnsPrivateViewProperties is now required
49+
- Parameter lifecycle_state of model DbNodeProperties is now required
50+
- Parameter lifecycle_state of model DnsPrivateViewProperties is now required
51+
- Parameter lifecycle_state of model DnsPrivateZoneProperties is now required
52+
- Parameter time_created of model DbNodeProperties is now required
53+
- Parameter vnic_id of model DbNodeProperties is now required
54+
- Removed operation AutonomousDatabaseBackupsOperations.list_by_autonomous_database
55+
- Removed operation DbNodesOperations.list_by_cloud_vm_cluster
56+
- Removed operation DbServersOperations.list_by_cloud_exadata_infrastructure
57+
- Removed operation VirtualNetworkAddressesOperations.list_by_cloud_vm_cluster
58+
359
## 1.0.0 (2024-07-04)
460

561
### Other Changes

sdk/oracledatabase/azure-mgmt-oracledatabase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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": "a83c34348fbd25ad79a05e36816b91da0122b583",
2+
"commit": "adfa7219eb119c742527bda157b6910788869862",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4-
"autorest": "3.10.2",
5-
"use": [
6-
"@autorest/[email protected]",
7-
"@autorest/[email protected]"
8-
],
9-
"autorest_command": "autorest specification/oracle/resource-manager/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.10.2 --version-tolerant=False",
10-
"readme": "specification/oracle/resource-manager/readme.md"
4+
"typespec_src": "specification/oracle/Oracle.Database.Management",
5+
"@azure-tools/typespec-python": "0.42.2"
116
}

0 commit comments

Comments
 (0)