File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ public partial class MicrosoftGraphRscConfiguration :
1515 IMicrosoftGraphRscConfigurationInternal ,
1616 Runtime . IValidates
1717 {
18- private readonly PropertyTracker _propertyTracker = new PropertyTracker ( ) ;
19- public void TrackProperty ( string propertyName ) => _propertyTracker . TrackProperty ( propertyName ) ;
20- public bool IsPropertySet ( string propertyName ) => _propertyTracker . IsPropertySet ( propertyName ) ;
21- public T SanitizeValue < T > ( object value ) => PropertyTracker . SanitizeValue < T > ( value ) ;
2218 /// <summary>
2319 /// Backing field for Inherited model <see cref= "Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphEntity" />
2420 /// </summary>
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ public partial class MicrosoftGraphTeamsAppPreApproval :
1515 IMicrosoftGraphTeamsAppPreApprovalInternal ,
1616 Runtime . IValidates
1717 {
18- private readonly PropertyTracker _propertyTracker = new PropertyTracker ( ) ;
19- public void TrackProperty ( string propertyName ) => _propertyTracker . TrackProperty ( propertyName ) ;
20- public bool IsPropertySet ( string propertyName ) => _propertyTracker . IsPropertySet ( propertyName ) ;
21- public T SanitizeValue < T > ( object value ) => PropertyTracker . SanitizeValue < T > ( value ) ;
2218
2319 /// <summary>
2420 /// Backing field for Inherited model <see cref= "Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphEntity" />
You can’t perform that action at this time.
0 commit comments