File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/ResourceManager/EventGrid/Commands.EventGrid/EventSubscription Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ public class UpdateAzureEventGridSubscription : AzureEventGridCmdletBase
146
146
Mandatory = false ,
147
147
HelpMessage = EventGridConstants . SubjectBeginsWithHelp ,
148
148
ParameterSetName = EventSubscriptionInputObjectParameterSet ) ]
149
- [ ValidateNotNullOrEmpty ]
150
149
public string SubjectBeginsWith { get ; set ; }
151
150
152
151
[ Parameter (
@@ -165,7 +164,6 @@ public class UpdateAzureEventGridSubscription : AzureEventGridCmdletBase
165
164
Mandatory = false ,
166
165
HelpMessage = EventGridConstants . SubjectEndsWithHelp ,
167
166
ParameterSetName = EventSubscriptionInputObjectParameterSet ) ]
168
- [ ValidateNotNullOrEmpty ]
169
167
public string SubjectEndsWith { get ; set ; }
170
168
171
169
[ Parameter (
You can’t perform that action at this time.
0 commit comments