File tree 2 files changed +0
-8
lines changed 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 :
15
15
IMicrosoftGraphRscConfigurationInternal ,
16
16
Runtime . IValidates
17
17
{
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 ) ;
22
18
/// <summary>
23
19
/// Backing field for Inherited model <see cref= "Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphEntity" />
24
20
/// </summary>
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ public partial class MicrosoftGraphTeamsAppPreApproval :
15
15
IMicrosoftGraphTeamsAppPreApprovalInternal ,
16
16
Runtime . IValidates
17
17
{
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 ) ;
22
18
23
19
/// <summary>
24
20
/// 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