Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public ResourceRecommendationBaseData() { }
public string RecommendationTypeId { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, System.BinaryData> Remediation { get { throw null; } }
public Azure.ResourceManager.Advisor.Models.ResourceMetadata ResourceMetadata { get { throw null; } set { } }
public Azure.ResourceManager.Advisor.Models.Risk? Risk { get { throw null; } set { } }
public Azure.ResourceManager.Advisor.Models.ShortDescription ShortDescription { get { throw null; } set { } }
public System.Collections.Generic.IList<System.Guid> SuppressionIds { get { throw null; } }
}
Expand Down Expand Up @@ -268,25 +267,6 @@ public ResourceMetadata() { }
public string Source { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct Risk : System.IEquatable<Azure.ResourceManager.Advisor.Models.Risk>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public Risk(string value) { throw null; }
public static Azure.ResourceManager.Advisor.Models.Risk Error { get { throw null; } }
public static Azure.ResourceManager.Advisor.Models.Risk None { get { throw null; } }
public static Azure.ResourceManager.Advisor.Models.Risk Warning { get { throw null; } }
public bool Equals(Azure.ResourceManager.Advisor.Models.Risk other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Advisor.Models.Risk left, Azure.ResourceManager.Advisor.Models.Risk right) { throw null; }
public static implicit operator Azure.ResourceManager.Advisor.Models.Risk (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Advisor.Models.Risk left, Azure.ResourceManager.Advisor.Models.Risk right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct Scenario : System.IEquatable<Azure.ResourceManager.Advisor.Models.Scenario>
{
private readonly object _dummy;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/advisor/Azure.ResourceManager.Advisor/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-arm: true
csharp: true
library-name: Advisor
namespace: Azure.ResourceManager.Advisor
require: https://github.com/Azure/azure-rest-api-specs/blob/db6d33733cd1eb939b863a6cdbcb9de12ac002e1/specification/advisor/resource-manager/readme.md
require: https://github.com/Azure/azure-rest-api-specs/blob/a649865f9b9943d400db80dc3020ba7d037e95ed/specification/advisor/resource-manager/readme.md
output-folder: $(this-folder)/Generated
clear-output-folder: true
skip-csproj: true
Expand Down Expand Up @@ -62,4 +62,4 @@ directive:
transform: >
$['x-ms-skip-url-encoding'] = true;

```
```