Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
Schema Update
  • Loading branch information
guirava committed May 3, 2024
2 parents 545b434 + 5cf6e0d commit 954682e
Show file tree
Hide file tree
Showing 314 changed files with 9,843 additions and 1,198 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.3

Schema Update

## Version 1.2

Fixes:
Expand Down Expand Up @@ -476,3 +480,4 @@ Breaking changes:




Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
RootModule = 'LoadModule.psm1'

# Version number of this module.
ModuleVersion = '1.2'
ModuleVersion = '1.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -27,7 +27,7 @@ Copyright = '(c) Rubrik. All rights reserved.'

# Description of the functionality provided by this module
# NOTE: This entry is generated.
Description = 'PowerShell Module for Rubrik Security Cloud. GraphQL schema version: v20240415-10 .'
Description = 'PowerShell Module for Rubrik Security Cloud. GraphQL schema version: v20240422-15 .'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.0.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,8 @@ namespace RubrikSecurityCloud.PowerShell.Cmdlets
/// # OPTIONAL
/// cdmProduct = $someString
/// # OPTIONAL
/// availabilityZone = $someString
/// # OPTIONAL
/// vmType = $someVmType # Call [Enum]::GetValues([RubrikSecurityCloud.Types.VmType]) for enum values.
/// # OPTIONAL
/// instanceType = $someAzureInstanceType # Call [Enum]::GetValues([RubrikSecurityCloud.Types.AzureInstanceType]) for enum values.
Expand Down Expand Up @@ -3571,6 +3573,8 @@ internal void InitMutationCreateAzureCluster()
# OPTIONAL
cdmProduct = $someString
# OPTIONAL
availabilityZone = $someString
# OPTIONAL
vmType = $someVmType # Call [Enum]::GetValues([RubrikSecurityCloud.Types.VmType]) for enum values.
# OPTIONAL
instanceType = $someAzureInstanceType # Call [Enum]::GetValues([RubrikSecurityCloud.Types.AzureInstanceType]) for enum values.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ namespace RubrikSecurityCloud.PowerShell.Cmdlets
/// # OPTIONAL
/// cdmProduct = $someString
/// # OPTIONAL
/// availabilityZone = $someString
/// # OPTIONAL
/// vmType = $someVmType # Call [Enum]::GetValues([RubrikSecurityCloud.Types.VmType]) for enum values.
/// # OPTIONAL
/// instanceType = $someAzureInstanceType # Call [Enum]::GetValues([RubrikSecurityCloud.Types.AzureInstanceType]) for enum values.
Expand Down Expand Up @@ -1173,6 +1175,8 @@ internal void InitMutationRecoverCloudCluster()
# OPTIONAL
cdmProduct = $someString
# OPTIONAL
availabilityZone = $someString
# OPTIONAL
vmType = $someVmType # Call [Enum]::GetValues([RubrikSecurityCloud.Types.VmType]) for enum values.
# OPTIONAL
instanceType = $someAzureInstanceType # Call [Enum]::GetValues([RubrikSecurityCloud.Types.AzureInstanceType]) for enum values.
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 954682e

Please sign in to comment.