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 @@ -992,7 +992,7 @@ public partial class ProviderHubExtendedLocationOptions : System.ClientModel.Pri
{
public ProviderHubExtendedLocationOptions() { }
public string ExtendedLocationOptionsType { get { throw null; } set { } }
public string SupportedPolicy { get { throw null; } set { } }
public Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy? SupportedPolicy { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Expand Down Expand Up @@ -1383,6 +1383,24 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeEndpoint>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeEndpoint>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ResourceTypeExtendedLocationPolicy : System.IEquatable<Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public ResourceTypeExtendedLocationPolicy(string value) { throw null; }
public static Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy All { get { throw null; } }
public static Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy NotSpecified { get { throw null; } }
public bool Equals(Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy 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.ProviderHub.Models.ResourceTypeExtendedLocationPolicy left, Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy right) { throw null; }
public static implicit operator Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy left, Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy right) { throw null; }
public override string ToString() { throw null; }
}
public partial class ResourceTypeExtension : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtension>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtension>
{
public ResourceTypeExtension() { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ public partial class ProviderHubExtendedLocationOptions : System.ClientModel.Pri
{
public ProviderHubExtendedLocationOptions() { }
public string ExtendedLocationOptionsType { get { throw null; } set { } }
public string SupportedPolicy { get { throw null; } set { } }
public Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy? SupportedPolicy { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Expand Down Expand Up @@ -1383,6 +1383,24 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeEndpoint>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeEndpoint>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ResourceTypeExtendedLocationPolicy : System.IEquatable<Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public ResourceTypeExtendedLocationPolicy(string value) { throw null; }
public static Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy All { get { throw null; } }
public static Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy NotSpecified { get { throw null; } }
public bool Equals(Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy 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.ProviderHub.Models.ResourceTypeExtendedLocationPolicy left, Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy right) { throw null; }
public static implicit operator Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy left, Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy right) { throw null; }
public override string ToString() { throw null; }
}
public partial class ResourceTypeExtension : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtension>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtension>
{
public ResourceTypeExtension() { }
Expand Down

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.

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-arm: true
csharp: true
library-name: ProviderHub
namespace: Azure.ResourceManager.ProviderHub
require: https://github.com/Azure/azure-rest-api-specs/blob/34ba022add0034e30462b76e1548ce5a7e053e33/specification/providerhub/resource-manager/readme.md
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/providerhub/resource-manager/readme.md
tag: package-2020-11-20
output-folder: $(this-folder)/Generated
clear-output-folder: true
Expand Down
4 changes: 2 additions & 2 deletions sdk/resourcemanager/ci.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ trigger:
- sdk/dnsresolver/Azure.ResourceManager.DnsResolver
- sdk/dynatrace/Azure.ResourceManager.Dynatrace
- sdk/edgeorder/Azure.ResourceManager.EdgeOrder
- sdk/iotoperations/Azure.ResourceManager.IotOperations
- sdk/edgezones/Azure.ResourceManager.EdgeZones
- sdk/elastic/Azure.ResourceManager.Elastic
- sdk/elasticsan/Azure.ResourceManager.ElasticSan
Expand Down Expand Up @@ -108,6 +107,7 @@ trigger:
- sdk/iot/Azure.ResourceManager.IotFirmwareDefense
- sdk/iotcentral/Azure.ResourceManager.IotCentral
- sdk/iothub/Azure.ResourceManager.IotHub
- sdk/iotoperations/Azure.ResourceManager.IotOperations
- sdk/keyvault/Azure.ResourceManager.KeyVault
- sdk/kubernetesconfiguration/Azure.ResourceManager.KubernetesConfiguration
- sdk/kusto/Azure.ResourceManager.Kusto
Expand Down Expand Up @@ -285,7 +285,6 @@ pr:
- sdk/dnsresolver/Azure.ResourceManager.DnsResolver
- sdk/dynatrace/Azure.ResourceManager.Dynatrace
- sdk/edgeorder/Azure.ResourceManager.EdgeOrder
- sdk/iotoperations/Azure.ResourceManager.IotOperations
- sdk/edgezones/Azure.ResourceManager.EdgeZones
- sdk/elastic/Azure.ResourceManager.Elastic
- sdk/elasticsan/Azure.ResourceManager.ElasticSan
Expand Down Expand Up @@ -314,6 +313,7 @@ pr:
- sdk/iot/Azure.ResourceManager.IotFirmwareDefense
- sdk/iotcentral/Azure.ResourceManager.IotCentral
- sdk/iothub/Azure.ResourceManager.IotHub
- sdk/iotoperations/Azure.ResourceManager.IotOperations
- sdk/keyvault/Azure.ResourceManager.KeyVault
- sdk/kubernetesconfiguration/Azure.ResourceManager.KubernetesConfiguration
- sdk/kusto/Azure.ResourceManager.Kusto
Expand Down