You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Compute/ChangeLog.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
22
+
- Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon 'none' or e.g. -Daemon 'service'."
23
+
- Secret: The encryption key used to encrypt and decrypt the data bag item values.
24
+
- SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.
21
25
22
26
## Version 2.5.0
23
27
* Fix Get-AzureRmVM with -Status issue: Get-AzureRmVM throws an exception when Get-AzureRmVM lists multiple VMs and some of the VMs are deleted during Get-AzureRmVM is performed.
@@ -29,10 +33,6 @@
29
33
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
30
34
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
31
35
* New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however.
32
-
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
33
-
- Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon 'none' or e.g. -Daemon 'service'."
34
-
- Secret: The encryption key used to encrypt and decrypt the data bag item values.
35
-
- SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.
0 commit comments