Skip to content

Commit 24f41bb

Browse files
committed
Remove data plane actions from deny settings parameters
1 parent 96842f0 commit 24f41bb

File tree

6 files changed

+0
-25
lines changed

6 files changed

+0
-25
lines changed

src/Resources/ResourceManager/Implementation/DeploymentStacks/NewAzManagementGroupDeploymentStack.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ public class NewAzManagementGroupDeploymentStack : DeploymentStacksCmdletBase
145145
"the denySettings. Up to 200 actions are permitted.")]
146146
public string[] DenySettingsExcludedActions { get; set; }
147147

148-
[Parameter(Mandatory = false, HelpMessage = "List of role-based management operations that are excluded from " +
149-
"the denySettings. Up to 200 actions are permitted.")]
150-
public string[] DenySettingsExcludedDataActions { get; set; }
151-
152148
[Parameter(Mandatory = false, HelpMessage = "Apply to child scopes.")]
153149
public SwitchParameter DenySettingsApplyToChildScopes { get; set; }
154150

src/Resources/ResourceManager/Implementation/DeploymentStacks/NewAzResourceGroupDeploymentStack.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ public class NewAzResourceGroupDeploymentStack : DeploymentStacksCmdletBase
141141
"the denySettings. Up to 200 actions are permitted.")]
142142
public string[] DenySettingsExcludedActions { get; set; }
143143

144-
[Parameter(Mandatory = false, HelpMessage = "List of role-based management operations that are excluded from " +
145-
"the denySettings. Up to 200 actions are permitted.")]
146-
public string[] DenySettingsExcludedDataActions { get; set; }
147-
148144
[Parameter(Mandatory = false, HelpMessage = "Apply to child scopes.")]
149145
public SwitchParameter DenySettingsApplyToChildScopes { get; set; }
150146

src/Resources/ResourceManager/Implementation/DeploymentStacks/NewAzSubscriptionDeploymentStack.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ public class NewAzSubscriptionDeploymentStack : DeploymentStacksCmdletBase
139139
"the denySettings. Up to 200 actions are permitted.")]
140140
public string[] DenySettingsExcludedActions { get; set; }
141141

142-
[Parameter(Mandatory = false, HelpMessage = "List of role-based management operations that are excluded from " +
143-
"the denySettings. Up to 200 actions are permitted.")]
144-
public string[] DenySettingsExcludedDataActions { get; set; }
145-
146142
[Parameter(Mandatory = false, HelpMessage = "Apply to child scopes.")]
147143
public SwitchParameter DenySettingsApplyToChildScopes { get; set; }
148144

src/Resources/ResourceManager/Implementation/DeploymentStacks/SetAzManagmentGroupDeploymentStack.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ public class SetAzManagementGroupDeploymentStack : DeploymentStacksCmdletBase
151151
"the denySettings. Up to 200 actions are permitted.")]
152152
public string[] DenySettingsExcludedActions { get; set; }
153153

154-
[Parameter(Mandatory = false, HelpMessage = "List of role-based management operations that are excluded from " +
155-
"the denySettings. Up to 200 actions are permitted.")]
156-
public string[] DenySettingsExcludedDataActions { get; set; }
157-
158154
[Parameter(Mandatory = false, HelpMessage = "Apply to child scopes.")]
159155
public SwitchParameter DenySettingsApplyToChildScopes { get; set; }
160156

src/Resources/ResourceManager/Implementation/DeploymentStacks/SetAzResourceGroupDeploymentStack.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ public class SetAzResourceGroupDeploymentStack : DeploymentStacksCmdletBase
143143
"the denySettings. Up to 200 actions are permitted.")]
144144
public string[] DenySettingsExcludedActions { get; set; }
145145

146-
[Parameter(Mandatory = false, HelpMessage = "List of role-based management operations that are excluded from " +
147-
"the denySettings. Up to 200 actions are permitted.")]
148-
public string[] DenySettingsExcludedDataActions { get; set; }
149-
150146
[Parameter(Mandatory = false, HelpMessage = "Apply to child scopes.")]
151147
public SwitchParameter DenySettingsApplyToChildScopes { get; set; }
152148

src/Resources/ResourceManager/Implementation/DeploymentStacks/SetAzSubscriptionDeploymentStack.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ public class SetAzSubscriptionDeploymentStack : DeploymentStacksCmdletBase
146146
"the denySettings. Up to 200 actions are permitted.")]
147147
public string[] DenySettingsExcludedActions { get; set; }
148148

149-
// Not Yet Supported.
150-
[Parameter(Mandatory = false, HelpMessage = "List of role-based management operations that are excluded from " +
151-
"the denySettings. Up to 200 actions are permitted.")]
152-
public string[] DenySettingsExcludedDataActions { get; set; }
153-
154149
[Parameter(Mandatory = false, HelpMessage = "Apply to child scopes.")]
155150
public SwitchParameter DenySettingsApplyToChildScopes { get; set; }
156151

0 commit comments

Comments
 (0)