@@ -6,6 +6,142 @@ All notable changes to this project will be documented in this file.
66
77The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
88
9+ 3.73.2 - 2026-02-03
10+ -------------------
11+ Added
12+ ~~~~~
13+ * Generative AI Service
14+ * Support for the new model capability.
15+ * ``oci generative-ai imported-model create-from-huggingface --capabilites``
16+ * ``oci generative-ai imported-model create-from-objectstorage --capabilities``
17+ * ``oci generative-ai imported-model-collection list-imported-models --capability``
18+ * ``oci generative-ai model-collection list-models --capability``
19+
20+ * Support for new optional parameter ``--security-attributes`` for the following commands
21+ * ``oci generative-ai generative-ai-private-endpoint create``
22+ * ``oci generative-ai generative-ai-private-endpoint update``
23+
24+ * Database service
25+ * Support for VM backup storage on Exascale
26+ * ``oci db advanced-cluster-file-system update``
27+ * ``oci db advanced-cluster-file-system unmount``
28+ * ``oci db advanced-cluster-file-system mount``
29+ * ``oci db advanced-cluster-file-system list``
30+ * ``oci db advanced-cluster-file-system get``
31+ * ``oci db advanced-cluster-file-system delete``
32+ * ``oci db advanced-cluster-file-system create``
33+
34+ * Secure Desktops Service
35+ * Support for pool image update in the Secure Desktops service
36+ * ``oci desktops desktop-pool update -—image``
37+
38+ * New disconnect lifecycle action, DELETE
39+ * ``oci desktop-pool create --session-lifecycle-actions``
40+
41+ * Support for connection status in Secure Desktops service
42+ * ``oci desktops desktop-pool list-desktops``
43+ * ``oci desktops desktop list``
44+ * ``oci desktops desktop get``
45+
46+ * Support for non persistent desktops in Secure Desktops service
47+
48+ * Support for boot volume sizing in the Secure Desktops service
49+ * ``oci desktops desktop-pool create --boot-volume-size-in-gbs``
50+
51+ * Support for Video Input in Desktop as a Service
52+ * ``oci desktops desktop-pool create --device-policy``
53+ * ``oci desktops desktop-pool update --device-policy``
54+
55+
56+ * Core Service
57+ * Support for customers to view host correlation ID in compute host API list response
58+ * ``oci compute compute-host list``
59+
60+ * Management Dashboard service
61+ * Add support of compartmentIdInSubtree to List APIs.
62+ * ``oci management-dashboard dashboard list --compartment-id-in-subtree``
63+ * ``oci management-dashboard saved-search list --compartment-id-in-subtree``
64+
65+ * Log Analytics service
66+ * Support for new optional parameter ``--source-name`` for the following commands
67+ * ``oci log-analytics assoc list-entity-source-assocs``
68+ * ``oci log-analytics assoc list-associated-entities``
69+
70+ * Support for new optional parameter ``--entity-name`` for the following command
71+ * ``oci log-analytics assoc list-source-assocs``
72+
73+ * Support for new optional parameter ``--cloud-resource-id`` for the following command
74+ * ``oci log-analytics entity update``
75+
76+ * Support for new optional parameter ``--is-compartment-delete`` for the following command
77+ * ``oci log-analytics namespace list``
78+
79+ * Support for new optional parameter ``--variables`` for the following command
80+ * ``oci log-analytics query search``
81+
82+ * Support for new optional parameter ``--description`` for the following commands
83+ * ``oci log-analytics scheduled-task update``
84+ * ``oci log-analytics scheduled-task create-standard-task``
85+ * ``oci log-analytics scheduled-task create-acceleration-task``
86+
87+ * Support for new optional parameter ``--lifecycle-state`` for the following commands
88+ * ``oci log-analytics source validate-source-extfield-details``
89+ * ``oci log-analytics source list-sources``
90+
91+ * Support for new optional parameter ``--collection-id`` for the following commands
92+ * ``oci log-analytics storage estimate-release-data-size``
93+ * ``oci log-analytics storage estimate-recall-data-size``
94+
95+ * Network Firewall Service
96+ * Support for new optional parameter ``--description`` for the following commands
97+ * ``oci network-firewall address-list create``
98+ * ``oci network-firewall address-list update``
99+ * ``oci network-firewall address-list update-address-list-update-fqdn-address-list-details``
100+ * ``oci network-firewall address-list update-address-list-update-ip-address-list-details``
101+ * ``oci network-firewall application create``
102+ * ``oci network-firewall application update``
103+ * ``oci network-firewall application-group create``
104+ * ``oci network-firewall application-group update``
105+ * ``oci network-firewall decryption-profile create``
106+ * ``oci network-firewall decryption-profile update``
107+ * ``oci network-firewall decryption-rule create``
108+ * ``oci network-firewall decryption-rule update``
109+ * ``oci network-firewall mapped-secret create``
110+ * ``oci network-firewall mapped-secret update``
111+ * ``oci network-firewall network-firewall-policy clone``
112+ * ``oci network-firewall network-firewall-policy create``
113+ * ``oci network-firewall network-firewall-policy update``
114+ * ``oci network-firewall security-rule create``
115+ * ``oci network-firewall security-rule update``
116+ * ``oci network-firewall service create``
117+ * ``oci network-firewall service update``
118+ * ``oci network-firewall service-list create``
119+ * ``oci network-firewall service-list update``
120+ * ``oci network-firewall tunnel-inspection-rule create``
121+ * ``oci network-firewall tunnel-inspection-rule update``
122+ * ``oci network-firewall url-list create``
123+ * ``oci network-firewall url-list update``
124+
125+ * Support for new optional parameter ``--shape`` for the following commands
126+ * ``oci network-firewall network-firewall update``
127+ * ``oci network-firewall network-firewall create``
128+
129+ * Database service
130+ * Support for new optional parameter ``--total-vm-storage-in-gbs`` for the following commands
131+ * ``oci db cloud-exa-infra configure-exascale``
132+ * ``oci db exadata-infrastructure configure-exascale``
133+
134+ * Support for new optional parameter ``--vm-file-system-storage-type`` for the following commands
135+ * ``oci db vm-cluster create``
136+ * ``oci db cloud-vm-cluster create``
137+
138+ * Support for new optional parameter ``--vm-backup-storage-type`` for the following commands
139+ * ``oci db cloud-vm-cluster create``
140+ * ``oci db cloud-vm-cluster update``
141+ * ``oci db vm-cluster create``
142+ * ``oci db vm-cluster update``
143+
144+
91453.73.1 - 2026-01-27
10146-------------------
11147Added
0 commit comments