@@ -110,7 +110,6 @@ public ResourceRecommendationBaseData() { }
110
110
public string RecommendationTypeId { get { throw null ; } set { } }
111
111
public System . Collections . Generic . IDictionary < string , System . BinaryData > Remediation { get { throw null ; } }
112
112
public Azure . ResourceManager . Advisor . Models . ResourceMetadata ResourceMetadata { get { throw null ; } set { } }
113
- public Azure . ResourceManager . Advisor . Models . Risk ? Risk { get { throw null ; } set { } }
114
113
public Azure . ResourceManager . Advisor . Models . ShortDescription ShortDescription { get { throw null ; } set { } }
115
114
public System . Collections . Generic . IList < System . Guid > SuppressionIds { get { throw null ; } }
116
115
protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -232,7 +231,7 @@ public static partial class ArmAdvisorModelFactory
232
231
public static Azure . ResourceManager . Advisor . Models . ConfigData ConfigData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , bool ? exclude = default ( bool ? ) , Azure . ResourceManager . Advisor . Models . CpuThreshold ? lowCpuThreshold = default ( Azure . ResourceManager . Advisor . Models . CpuThreshold ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Advisor . Models . DigestConfig > digests = null ) { throw null ; }
233
232
public static Azure . ResourceManager . Advisor . MetadataEntityData MetadataEntityData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , string displayName = null , System . Collections . Generic . IEnumerable < string > dependsOn = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Advisor . Models . Scenario > applicableScenarios = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Advisor . Models . MetadataSupportedValueDetail > supportedValues = null ) { throw null ; }
234
233
public static Azure . ResourceManager . Advisor . Models . MetadataSupportedValueDetail MetadataSupportedValueDetail ( string id = null , string displayName = null ) { throw null ; }
235
- public static Azure . ResourceManager . Advisor . ResourceRecommendationBaseData ResourceRecommendationBaseData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . Advisor . Models . Category ? category = default ( Azure . ResourceManager . Advisor . Models . Category ? ) , Azure . ResourceManager . Advisor . Models . Impact ? impact = default ( Azure . ResourceManager . Advisor . Models . Impact ? ) , string impactedField = null , string impactedValue = null , System . DateTimeOffset ? lastUpdated = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IDictionary < string , System . BinaryData > metadata = null , string recommendationTypeId = null , Azure . ResourceManager . Advisor . Models . Risk ? risk = default ( Azure . ResourceManager . Advisor . Models . Risk ? ) , Azure . ResourceManager . Advisor . Models . ShortDescription shortDescription = null , System . Collections . Generic . IEnumerable < System . Guid > suppressionIds = null , System . Collections . Generic . IDictionary < string , string > extendedProperties = null , Azure . ResourceManager . Advisor . Models . ResourceMetadata resourceMetadata = null , string description = null , string label = null , string learnMoreLink = null , string potentialBenefits = null , System . Collections . Generic . IEnumerable < System . Collections . Generic . IDictionary < string , System . BinaryData > > actions = null , System . Collections . Generic . IDictionary < string , System . BinaryData > remediation = null , System . Collections . Generic . IDictionary < string , System . BinaryData > exposedMetadataProperties = null ) { throw null ; }
234
+ public static Azure . ResourceManager . Advisor . ResourceRecommendationBaseData ResourceRecommendationBaseData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . Advisor . Models . Category ? category = default ( Azure . ResourceManager . Advisor . Models . Category ? ) , Azure . ResourceManager . Advisor . Models . Impact ? impact = default ( Azure . ResourceManager . Advisor . Models . Impact ? ) , string impactedField = null , string impactedValue = null , System . DateTimeOffset ? lastUpdated = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IDictionary < string , System . BinaryData > metadata = null , string recommendationTypeId = null , Azure . ResourceManager . Advisor . Models . ShortDescription shortDescription = null , System . Collections . Generic . IEnumerable < System . Guid > suppressionIds = null , System . Collections . Generic . IDictionary < string , string > extendedProperties = null , Azure . ResourceManager . Advisor . Models . ResourceMetadata resourceMetadata = null , string description = null , string label = null , string learnMoreLink = null , string potentialBenefits = null , System . Collections . Generic . IEnumerable < System . Collections . Generic . IDictionary < string , System . BinaryData > > actions = null , System . Collections . Generic . IDictionary < string , System . BinaryData > remediation = null , System . Collections . Generic . IDictionary < string , System . BinaryData > exposedMetadataProperties = null ) { throw null ; }
236
235
public static Azure . ResourceManager . Advisor . SuppressionContractData SuppressionContractData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , string suppressionId = null , string ttl = null , System . DateTimeOffset ? expirationTimeStamp = default ( System . DateTimeOffset ? ) ) { throw null ; }
237
236
}
238
237
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
@@ -387,25 +386,6 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
387
386
System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Advisor . Models . ResourceMetadata > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
388
387
}
389
388
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
390
- public readonly partial struct Risk : System . IEquatable < Azure . ResourceManager . Advisor . Models . Risk >
391
- {
392
- private readonly object _dummy ;
393
- private readonly int _dummyPrimitive ;
394
- public Risk ( string value ) { throw null ; }
395
- public static Azure . ResourceManager . Advisor . Models . Risk Error { get { throw null ; } }
396
- public static Azure . ResourceManager . Advisor . Models . Risk None { get { throw null ; } }
397
- public static Azure . ResourceManager . Advisor . Models . Risk Warning { get { throw null ; } }
398
- public bool Equals ( Azure . ResourceManager . Advisor . Models . Risk other ) { throw null ; }
399
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
400
- public override bool Equals ( object obj ) { throw null ; }
401
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
402
- public override int GetHashCode ( ) { throw null ; }
403
- public static bool operator == ( Azure . ResourceManager . Advisor . Models . Risk left , Azure . ResourceManager . Advisor . Models . Risk right ) { throw null ; }
404
- public static implicit operator Azure . ResourceManager . Advisor . Models . Risk ( string value ) { throw null ; }
405
- public static bool operator != ( Azure . ResourceManager . Advisor . Models . Risk left , Azure . ResourceManager . Advisor . Models . Risk right ) { throw null ; }
406
- public override string ToString ( ) { throw null ; }
407
- }
408
- [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
409
389
public readonly partial struct Scenario : System . IEquatable < Azure . ResourceManager . Advisor . Models . Scenario >
410
390
{
411
391
private readonly object _dummy ;
0 commit comments