Skip to content

Commit e25d683

Browse files
committed
Version 1.7
Fixes: - SDK dependencies updated because of vulnerabilities (System.IdentityModel.Tokens.Jwt 6.22.1 -> 7.6.2, System.Runtime.CompilerServices.Unsafe 4.5.3 -> 6.0.0)
2 parents faff65c + 561c8ca commit e25d683

File tree

3 files changed

+36
-17
lines changed

3 files changed

+36
-17
lines changed

CHANGELOG.md

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,63 @@
11
# Changelog
22

3+
## Version 1.7
4+
5+
Fixes:
6+
7+
- SDK dependencies updated because of vulnerabilities
8+
(System.IdentityModel.Tokens.Jwt 6.22.1 -> 7.6.2,
9+
System.Runtime.CompilerServices.Unsafe 4.5.3 -> 6.0.0)
10+
311
## Version 1.6
412

513
New Features:
6-
- Get-RscOrganization cmdlet
14+
15+
- Get-RscOrganization cmdlet
716

817
Fixes:
9-
- Get-RscPermission cmdlet parameters
18+
19+
- Get-RscPermission cmdlet parameters
1020

1121
## Version 1.5
1222

1323
New Features:
14-
- Get-RscWorkload cmdlet - Retrieves information about any supported workload type, with various filtering capabilities.
15-
- Get-RscVmwareVm - Added -Relic switch. Use -Relic:$false to filter out Relics. -Relic will return only Relics. No usage of -Relic will return all (default operation). -Name parameter is now position 0, so you don't have to specify -Name.
16-
- Get-RscNutanixVm - New cmdlet to get Nutanix VMs
17-
- Register-RscRubrikBackupService - New cmdlet to register RBS on VMs
18-
- Get-RscRole - Gets list of RSC Roles
19-
- Get-RscPermission - Gets list of RSC Permissions from Role
20-
- New-RscPermission - Creates new RSC Permission object
21-
- Merge-RscPermission - Merges an RSC Permission object into a Role object
22-
- Set-RscRole - Updates a Role in RSC with a Role object
23-
- New-RscSla - Now accepts -DailySchedule as a parameter
24+
25+
- Get-RscWorkload cmdlet - Retrieves information about any supported workload type, with various filtering capabilities.
26+
- Get-RscVmwareVm - Added -Relic switch. Use -Relic:$false to filter out Relics. -Relic will return only Relics. No usage of -Relic will return all (default operation). -Name parameter is now position 0, so you don't have to specify -Name.
27+
- Get-RscNutanixVm - New cmdlet to get Nutanix VMs
28+
- Register-RscRubrikBackupService - New cmdlet to register RBS on VMs
29+
- Get-RscRole - Gets list of RSC Roles
30+
- Get-RscPermission - Gets list of RSC Permissions from Role
31+
- New-RscPermission - Creates new RSC Permission object
32+
- Merge-RscPermission - Merges an RSC Permission object into a Role object
33+
- Set-RscRole - Updates a Role in RSC with a Role object
34+
- New-RscSla - Now accepts -DailySchedule as a parameter
2435

2536
Fixes:
26-
- Issue [#112](https://github.com/rubrikinc/rubrik-powershell-sdk/issues/112)
37+
38+
- Issue [#112](https://github.com/rubrikinc/rubrik-powershell-sdk/issues/112)
2739

2840
Breaking Changes:
2941

30-
- Removed legacy Get-RscVsphereVm CS cmdlet. Please use Get-RscVmwareVm.
42+
- Removed legacy Get-RscVsphereVm CS cmdlet. Please use Get-RscVmwareVm.
3143

3244
## Version 1.4
3345

3446
New Features:
47+
3548
- Set-RscNasShare and Set-RscNasSystem for updating NAS shares and systems.
3649
- Remove-RscNasShare and Remove-RscNasSystem for removing NAS shares and systems.
3750
- Get-RscNasSystem for getting details of NAS systems.
3851
- New-RscNasSystem for registering a new NAS system with RSC.
3952
- Schema Update
4053

4154
Fixes:
55+
4256
- Issue [#86](https://github.com/rubrikinc/rubrik-powershell-sdk/issues/86)
4357
- Issue [#96](https://github.com/rubrikinc/rubrik-powershell-sdk/issues/96)
4458

4559
Breaking Changes:
60+
4661
- Get-RscNasShare - NasShareId parameter has been renamed to Id.
4762
- Get-RscNasShare no longer accepts NasSystemId. Pass a NAS system type obtained from Get-RscNasSystem to retrieve details of all NAS shares on a NAS system.
4863
- New-RscNasShare - NasSourceId parameter has been renamed to NasSystemId.
@@ -54,6 +69,7 @@ Schema Update
5469
## Version 1.2
5570

5671
Fixes:
72+
5773
- Get-RscSnapshot - Fixed permissions issue.
5874
- New-RscMutationVsphere -Operation CreateAdvancedTag - Select fields by default.
5975

@@ -64,6 +80,7 @@ New Features:
6480
- New-RscNasShare cmdlet (and its companion New-RscNasShareInput cmdlet to build the input arguments).
6581

6682
Fixes:
83+
6784
- Fix to Get-RscMssqlInstance to address Issue #79
6885
- Fix to Get-RscMssqlInstance to address Issue #73
6986
- Fix to Get-RscMssqlDatabase to address Issue #75
@@ -82,9 +99,11 @@ Breaking Changes:
8299
## Version 1.0
83100

84101
New Features:
102+
85103
- Set-RscMssqlAvailabilityGroup - Allows for assigning an SLA to an AG
86104

87105
Fixes:
106+
88107
- Set-RscMssqlDatabase - Fixed issue when setting values for database properties.
89108
- Get-RscMssqlLogShipping - Fixed issue where RscCluster was always required. Now it is only required when supplying other values.
90109
- Set-RscMssqlInstance - Fixed help text.

RubrikSecurityCloud/RubrikSecurityCloud.Client/RubrikSecurityCloud.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.0" />
1515
<PackageReference Include="GraphQL.Query.Builder" Version="2.0.1" />
1616
<PackageReference Include="GraphQL-Parser" Version="8.1.0" />
17-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.22.1" />
18-
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.3" />
17+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" />
18+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<ProjectReference Include="..\RubrikSecurityCloud.Schema\RubrikSecurityCloud.Schema.csproj" />

RubrikSecurityCloud/RubrikSecurityCloud.PowerShell/RubrikSecurityCloud.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
RootModule = 'LoadModule.psm1'
99

1010
# Version number of this module.
11-
ModuleVersion = '1.6'
11+
ModuleVersion = '1.7'
1212

1313
# Supported PSEditions
1414
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)