Skip to content

Commit

Permalink
Merge pull request #26 from oracle/release_2021-02-09
Browse files Browse the repository at this point in the history
Releasing version 9.0.0
  • Loading branch information
joshunter authored Feb 9, 2021
2 parents 6daea34 + aaf2ba7 commit c6922d4
Show file tree
Hide file tree
Showing 598 changed files with 4,044 additions and 1,190 deletions.
4 changes: 2 additions & 2 deletions Analytics/Cmdlets/Get-OCIAnalyticsInstancesList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Analytics/Cmdlets/Get-OCIAnalyticsWorkRequestErrorsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Analytics/Cmdlets/Get-OCIAnalyticsWorkRequestLogsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Analytics/Cmdlets/Get-OCIAnalyticsWorkRequestsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
6 changes: 3 additions & 3 deletions Analytics/OCI.PSModules.Analytics.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Oracle Cloud Infrastructure
#
# Generated on: 2/1/2021
# Generated on: 2/8/2021
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'assemblies/OCI.PSModules.Analytics.dll'

# Version number of this module.
ModuleVersion = '8.0.0'
ModuleVersion = '9.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down Expand Up @@ -51,7 +51,7 @@ PowerShellVersion = '6.0'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'assemblies/OCI.DotNetSDK.Analytics.dll'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.AnnouncementsCollection, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
6 changes: 3 additions & 3 deletions Announcementsservice/OCI.PSModules.Announcementsservice.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Oracle Cloud Infrastructure
#
# Generated on: 2/1/2021
# Generated on: 2/8/2021
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'assemblies/OCI.PSModules.Announcementsservice.dll'

# Version number of this module.
ModuleVersion = '8.0.0'
ModuleVersion = '9.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down Expand Up @@ -51,7 +51,7 @@ PowerShellVersion = '6.0'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'assemblies/OCI.DotNetSDK.Announcementsservice.dll'
Expand Down
4 changes: 2 additions & 2 deletions Apigateway/Cmdlets/Get-OCIApigatewayApisList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.ApiCollection, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Apigateway/Cmdlets/Get-OCIApigatewayCertificatesList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.CertificateCollection, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Apigateway/Cmdlets/Get-OCIApigatewayDeploymentsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.DeploymentCollection, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Apigateway/Cmdlets/Get-OCIApigatewayGatewaysList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.GatewayCollection, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Apigateway/Cmdlets/Get-OCIApigatewayWorkRequestErrorsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.WorkRequestErrorCollection, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Apigateway/Cmdlets/Get-OCIApigatewayWorkRequestLogsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.WorkRequestLogCollection, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
4 changes: 2 additions & 2 deletions Apigateway/Cmdlets/Get-OCIApigatewayWorkRequestsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.WorkRequestCollection, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
6 changes: 3 additions & 3 deletions Apigateway/OCI.PSModules.Apigateway.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Oracle Cloud Infrastructure
#
# Generated on: 2/1/2021
# Generated on: 2/8/2021
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'assemblies/OCI.PSModules.Apigateway.dll'

# Version number of this module.
ModuleVersion = '8.0.0'
ModuleVersion = '9.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down Expand Up @@ -51,7 +51,7 @@ PowerShellVersion = '6.0'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'assemblies/OCI.DotNetSDK.Apigateway.dll'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ protected override void ProcessRecord()
response = item;
WriteOutput(response, response.Items, true);
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
if(!ParameterSetName.Equals(AllPageSet) && !ParameterSetName.Equals(LimitSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
6 changes: 3 additions & 3 deletions Applicationmigration/OCI.PSModules.Applicationmigration.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Oracle Cloud Infrastructure
#
# Generated on: 2/1/2021
# Generated on: 2/8/2021
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'assemblies/OCI.PSModules.Applicationmigration.dll'

# Version number of this module.
ModuleVersion = '8.0.0'
ModuleVersion = '9.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down Expand Up @@ -51,7 +51,7 @@ PowerShellVersion = '6.0'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'assemblies/OCI.DotNetSDK.Applicationmigration.dll'
Expand Down
2 changes: 1 addition & 1 deletion Audit/Cmdlets/Get-OCIAuditEventsList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected override void ProcessRecord()
}
if(!ParameterSetName.Equals(AllPageSet) && response.OpcNextPage != null)
{
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -all option to auto paginate and list all resources.");
WriteWarning("This operation supports pagination and not all resources were returned. Re-run using the -All option to auto paginate and list all resources.");
}
FinishProcessing(response);
}
Expand Down
Loading

0 comments on commit c6922d4

Please sign in to comment.