Skip to content

Commit 668fdd8

Browse files
Releasing version 124.0.0
Releasing version 124.0.0
2 parents 440f06e + e25a142 commit 668fdd8

File tree

3,037 files changed

+6564
-5688
lines changed

Some content is hidden

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

3,037 files changed

+6564
-5688
lines changed

Accessgovernancecp/OCI.PSModules.Accessgovernancecp.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'assemblies/OCI.PSModules.Accessgovernancecp.dll'
1212

1313
# Version number of this module.
14-
ModuleVersion = '123.2.0'
14+
ModuleVersion = '124.0.0'
1515

1616
# Supported PSEditions
1717
CompatiblePSEditions = 'Core'
@@ -50,7 +50,7 @@ PowerShellVersion = '6.0'
5050
# ProcessorArchitecture = ''
5151

5252
# Modules that must be imported into the global environment prior to importing this module
53-
RequiredModules = @(@{ModuleName = 'OCI.PSModules.Common'; GUID = 'b3061a0d-375b-4099-ae76-f92fb3cdcdae'; RequiredVersion = '123.2.0'; })
53+
RequiredModules = @(@{ModuleName = 'OCI.PSModules.Common'; GUID = 'b3061a0d-375b-4099-ae76-f92fb3cdcdae'; RequiredVersion = '124.0.0'; })
5454

5555
# Assemblies that must be loaded prior to importing this module
5656
RequiredAssemblies = 'assemblies/OCI.DotNetSDK.Accessgovernancecp.dll'

Adm/Cmdlets/Enable-OCIAdmRemediationRecipe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Oci.AdmService.Cmdlets
1919
[OutputType(new System.Type[] { typeof(Oci.PSModules.Common.Cmdlets.WorkRequest), typeof(Oci.AdmService.Responses.ActivateRemediationRecipeResponse) })]
2020
public class EnableOCIAdmRemediationRecipe : OCIApplicationDependencyManagementCmdlet
2121
{
22-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.")]
22+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.")]
2323
public string RemediationRecipeId { get; set; }
2424

2525
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = @"For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.")]

Adm/Cmdlets/Get-OCIAdmKnowledgeBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ namespace Oci.AdmService.Cmdlets
2121
public class GetOCIAdmKnowledgeBase : OCIApplicationDependencyManagementCmdlet
2222
{
2323

24-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Knowledge Base, as a URL path parameter.", ParameterSetName = LifecycleStateParamSet)]
25-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Knowledge Base, as a URL path parameter.", ParameterSetName = Default)]
24+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of a Knowledge Base, as a URL path parameter.", ParameterSetName = LifecycleStateParamSet)]
25+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of a Knowledge Base, as a URL path parameter.", ParameterSetName = Default)]
2626
public string KnowledgeBaseId { get; set; }
2727

2828

Adm/Cmdlets/Get-OCIAdmRemediationRecipe.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ namespace Oci.AdmService.Cmdlets
2121
public class GetOCIAdmRemediationRecipe : OCIApplicationDependencyManagementCmdlet
2222
{
2323

24-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.", ParameterSetName = LifecycleStateParamSet)]
25-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.", ParameterSetName = Default)]
24+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.", ParameterSetName = LifecycleStateParamSet)]
25+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.", ParameterSetName = Default)]
2626
public string RemediationRecipeId { get; set; }
2727

2828

Adm/Cmdlets/Get-OCIAdmWorkRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ namespace Oci.AdmService.Cmdlets
2121
public class GetOCIAdmWorkRequest : OCIApplicationDependencyManagementCmdlet
2222
{
2323

24-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the asynchronous request.", ParameterSetName = StatusParamSet)]
25-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the asynchronous request.", ParameterSetName = Default)]
24+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of the asynchronous request.", ParameterSetName = StatusParamSet)]
25+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of the asynchronous request.", ParameterSetName = Default)]
2626
public string WorkRequestId { get; set; }
2727

2828

Adm/Cmdlets/Get-OCIAdmWorkRequestErrorsList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Oci.AdmService.Cmdlets
2121
[OutputType(new System.Type[] { typeof(Oci.AdmService.Models.WorkRequestErrorCollection), typeof(Oci.AdmService.Responses.ListWorkRequestErrorsResponse) })]
2222
public class GetOCIAdmWorkRequestErrorsList : OCIApplicationDependencyManagementCmdlet
2323
{
24-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the asynchronous request.")]
24+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of the asynchronous request.")]
2525
public string WorkRequestId { get; set; }
2626

2727
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = @"The client request ID for tracing.")]

Adm/Cmdlets/Get-OCIAdmWorkRequestLogsList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Oci.AdmService.Cmdlets
2121
[OutputType(new System.Type[] { typeof(Oci.AdmService.Models.WorkRequestLogEntryCollection), typeof(Oci.AdmService.Responses.ListWorkRequestLogsResponse) })]
2222
public class GetOCIAdmWorkRequestLogsList : OCIApplicationDependencyManagementCmdlet
2323
{
24-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the asynchronous request.")]
24+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of the asynchronous request.")]
2525
public string WorkRequestId { get; set; }
2626

2727
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = @"The client request ID for tracing.")]

Adm/Cmdlets/Get-OCIAdmWorkRequestsList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class GetOCIAdmWorkRequestsList : OCIApplicationDependencyManagementCmdle
3030
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = @"A filter to return only resources that match the specified OperationStatus.")]
3131
public System.Nullable<Oci.AdmService.Models.OperationStatus> Status { get; set; }
3232

33-
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the resource affected by the work request.")]
33+
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of the resource affected by the work request.")]
3434
public string ResourceId { get; set; }
3535

3636
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = @"The client request ID for tracing.")]

Adm/Cmdlets/Invoke-OCIAdmDeactivateRemediationRecipe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Oci.AdmService.Cmdlets
1919
[OutputType(new System.Type[] { typeof(Oci.PSModules.Common.Cmdlets.WorkRequest), typeof(Oci.AdmService.Responses.DeactivateRemediationRecipeResponse) })]
2020
public class InvokeOCIAdmDeactivateRemediationRecipe : OCIApplicationDependencyManagementCmdlet
2121
{
22-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.")]
22+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.")]
2323
public string RemediationRecipeId { get; set; }
2424

2525
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = @"For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.")]

Adm/Cmdlets/Move-OCIAdmKnowledgeBaseCompartment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Oci.AdmService.Cmdlets
1919
[OutputType(new System.Type[] { typeof(Oci.PSModules.Common.Cmdlets.WorkRequest), typeof(Oci.AdmService.Responses.ChangeKnowledgeBaseCompartmentResponse) })]
2020
public class MoveOCIAdmKnowledgeBaseCompartment : OCIApplicationDependencyManagementCmdlet
2121
{
22-
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Knowledge Base, as a URL path parameter.")]
22+
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The Oracle Cloud Identifier ([OCID](https://docs.oracle.com/Content/General/Concepts/identifiers.htm)) of a Knowledge Base, as a URL path parameter.")]
2323
public string KnowledgeBaseId { get; set; }
2424

2525
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = @"The information to be updated.")]

0 commit comments

Comments
 (0)