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/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/DscExtensionPublicSettings.cs
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,11 @@ public class Property
92
92
/// </summary>
93
93
publicProperty[]Properties{get;set;}
94
94
95
+
/// <summary>
96
+
/// Privacy parameters
97
+
/// </summary>
98
+
publicHashtablePrivacy{get;set;}
99
+
95
100
/// <summary>
96
101
/// Version of the protocol (DscExtensionPublicSettings and DscExtensionPrivateSettings mostly).
97
102
/// </summary>
@@ -102,14 +107,5 @@ public class Property
102
107
/// on the VM.
103
108
/// </summary>
104
109
publicstringWmfVersion{get;set;}
105
-
106
-
/// <summary>
107
-
/// String to set the state of the the extension data collection.
108
-
/// Enable will enable
109
-
/// Disable will disable
110
-
/// Null or empty will leave it in the last state.
0 commit comments