You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Endoint changed from https://incidentmanagement.{region}.{domainAndTopLevelDomain} to https://incidentmanagement.{region}.oci.{domainAndTopLevelDomain} (e.g. https://incidentmanagement.us-phoenix-1.oraclecloud.com to https://incidentmanagement.us-phoenix-1.oci.oraclecloud.com)
53
+
54
+
* Incident commands moved to parent group
55
+
56
+
* ``oci support incident create``
57
+
* ``oci support incident get``
58
+
* ``oci support incident list``
59
+
* ``oci support incident update``
60
+
* ``oci support incident-resource-type list``
61
+
* ``oci support validation-response validate-user``
Copy file name to clipboardExpand all lines: services/cims/src/oci_cli_cims/support_cli_extended.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
4
5
-
# from services.cims.src.oci_cli_incident.generated import incident_cli
0 commit comments