@@ -104,7 +104,6 @@ public ResourceRecommendationBaseData() { }
104
104
public string RecommendationTypeId { get { throw null ; } set { } }
105
105
public System . Collections . Generic . IDictionary < string , System . BinaryData > Remediation { get { throw null ; } }
106
106
public Azure . ResourceManager . Advisor . Models . ResourceMetadata ResourceMetadata { get { throw null ; } set { } }
107
- public Azure . ResourceManager . Advisor . Models . Risk ? Risk { get { throw null ; } set { } }
108
107
public Azure . ResourceManager . Advisor . Models . ShortDescription ShortDescription { get { throw null ; } set { } }
109
108
public System . Collections . Generic . IList < System . Guid > SuppressionIds { get { throw null ; } }
110
109
protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -226,7 +225,7 @@ public static partial class ArmAdvisorModelFactory
226
225
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 ; }
227
226
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 ; }
228
227
public static Azure . ResourceManager . Advisor . Models . MetadataSupportedValueDetail MetadataSupportedValueDetail ( string id = null , string displayName = null ) { throw null ; }
229
- 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 ; }
228
+ 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 ; }
230
229
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 ; }
231
230
}
232
231
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
@@ -381,25 +380,6 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
381
380
System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Advisor . Models . ResourceMetadata > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
382
381
}
383
382
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
384
- public readonly partial struct Risk : System . IEquatable < Azure . ResourceManager . Advisor . Models . Risk >
385
- {
386
- private readonly object _dummy ;
387
- private readonly int _dummyPrimitive ;
388
- public Risk ( string value ) { throw null ; }
389
- public static Azure . ResourceManager . Advisor . Models . Risk Error { get { throw null ; } }
390
- public static Azure . ResourceManager . Advisor . Models . Risk None { get { throw null ; } }
391
- public static Azure . ResourceManager . Advisor . Models . Risk Warning { get { throw null ; } }
392
- public bool Equals ( Azure . ResourceManager . Advisor . Models . Risk other ) { throw null ; }
393
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
394
- public override bool Equals ( object obj ) { throw null ; }
395
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
396
- public override int GetHashCode ( ) { throw null ; }
397
- public static bool operator == ( Azure . ResourceManager . Advisor . Models . Risk left , Azure . ResourceManager . Advisor . Models . Risk right ) { throw null ; }
398
- public static implicit operator Azure . ResourceManager . Advisor . Models . Risk ( string value ) { throw null ; }
399
- public static bool operator != ( Azure . ResourceManager . Advisor . Models . Risk left , Azure . ResourceManager . Advisor . Models . Risk right ) { throw null ; }
400
- public override string ToString ( ) { throw null ; }
401
- }
402
- [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
403
383
public readonly partial struct Scenario : System . IEquatable < Azure . ResourceManager . Advisor . Models . Scenario >
404
384
{
405
385
private readonly object _dummy ;
0 commit comments