File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' ./Az.DataProtection.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.3.1 '
15
+ ModuleVersion = ' 0.4.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -142,7 +142,12 @@ PrivateData = @{
142
142
# IconUri = ''
143
143
144
144
# ReleaseNotes of this module
145
- # ReleaseNotes = ''
145
+ ReleaseNotes = ' * Added support for CRUD of resource guard resource.
146
+ * Added support for protection related commands with swagger refresh
147
+ - Resume-AzDataProtectionBackupInstanceProtection
148
+ - Stop-AzDataProtectionBackupInstanceProtection
149
+ - Suspend-AzDataProtectionBackupInstanceBackup
150
+ - Sync-AzDataProtectionBackupInstance'
146
151
147
152
# Prerelease string of this module
148
153
# Prerelease = ''
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
22
+ ## Version 0.4.0
21
23
* Added support for CRUD of resource guard resource.
22
24
* Added support for protection related commands with swagger refresh
23
25
- Resume-AzDataProtectionBackupInstanceProtection
Original file line number Diff line number Diff line change 24
24
[ assembly: ComVisible ( false ) ]
25
25
[ assembly: CLSCompliant ( false ) ]
26
26
[ assembly: Guid ( "ab240bd4-c397-4629-a993-21763b35faed" ) ]
27
- [ assembly: AssemblyVersion ( "0.3.1 " ) ]
28
- [ assembly: AssemblyFileVersion ( "0.3.1 " ) ]
27
+ [ assembly: AssemblyVersion ( "0.4.0 " ) ]
28
+ [ assembly: AssemblyFileVersion ( "0.4.0 " ) ]
You can’t perform that action at this time.
0 commit comments