Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide single property values #27090

Merged
merged 35 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d7ca6e6
cdn readme changes
m-nash Feb 17, 2022
ada583d
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
m-nash Feb 17, 2022
4700ce1
update resourcemanager
m-nash Feb 17, 2022
094f84e
update appconfiguration
m-nash Feb 17, 2022
163fabf
update azurestackhci
m-nash Feb 17, 2022
73f6ee2
update cdn
m-nash Feb 17, 2022
164adc7
update communication
m-nash Feb 17, 2022
509937e
update compute
m-nash Feb 18, 2022
426bd3e
update connectedvmwarevsphere
m-nash Feb 18, 2022
72b391d
update cosmosdb
m-nash Feb 18, 2022
7ddc867
update deviceupdate
m-nash Feb 18, 2022
84b4e1b
update edgeorder
m-nash Feb 18, 2022
a28d369
update eventhub
m-nash Feb 18, 2022
19688b0
update extendedlocation
m-nash Feb 18, 2022
729d6ef
update keyvault
m-nash Feb 18, 2022
f5f76bf
update network
m-nash Feb 18, 2022
0219e71
update resourcemanager
m-nash Feb 18, 2022
d99656b
update resources
m-nash Feb 18, 2022
f2195a9
update servicebus
m-nash Feb 18, 2022
3536e2e
update sqlmanagement
m-nash Feb 18, 2022
5f7bf99
update storage
m-nash Feb 18, 2022
ffd2e75
update storagepool
m-nash Feb 18, 2022
ef60222
update webpubsub
m-nash Feb 18, 2022
187993f
update appservice
m-nash Feb 18, 2022
b704157
update api and snippets
m-nash Feb 18, 2022
bd04968
remove m4 outputs
m-nash Feb 18, 2022
d507eb8
add test cases to verify new behavior is functionally equivalent
m-nash Feb 19, 2022
8fd226d
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
m-nash Feb 23, 2022
0219157
model renames based on feedback
m-nash Feb 23, 2022
13ed335
regen after updates
m-nash Feb 23, 2022
2d716be
merge from main
m-nash Feb 23, 2022
8981014
Update AutoRest C# version to 3.0.0-beta.20220223.1
azure-sdk Feb 24, 2022
0864ef4
update api
m-nash Feb 24, 2022
1067833
merge from automated pr
m-nash Feb 24, 2022
a32325f
merge from main
m-nash Feb 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ public partial class ConfigurationStoreData : Azure.ResourceManager.Models.Track
{
public ConfigurationStoreData(Azure.Core.AzureLocation location, Azure.ResourceManager.AppConfiguration.Models.Sku sku) : base (default(Azure.Core.AzureLocation)) { }
public System.DateTimeOffset? CreationDate { get { throw null; } }
public Azure.ResourceManager.AppConfiguration.Models.EncryptionProperties Encryption { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.KeyVaultProperties EncryptionKeyVaultProperties { get { throw null; } set { } }
public string Endpoint { get { throw null; } }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.AppConfiguration.Models.PrivateEndpointConnectionReference> PrivateEndpointConnections { get { throw null; } }
public Azure.ResourceManager.AppConfiguration.Models.ProvisioningState? ProvisioningState { get { throw null; } }
public Azure.ResourceManager.AppConfiguration.Models.PublicNetworkAccess? PublicNetworkAccess { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.Sku Sku { get { throw null; } set { } }
public string SkuName { get { throw null; } set { } }
}
public partial class PrivateEndpointConnection : Azure.ResourceManager.Core.ArmResource
{
Expand Down Expand Up @@ -95,7 +95,7 @@ protected PrivateEndpointConnectionCollection() { }
public partial class PrivateEndpointConnectionData : Azure.ResourceManager.Models.ResourceData
{
public PrivateEndpointConnectionData() { }
public Azure.ResourceManager.Resources.Models.WritableSubResource PrivateEndpoint { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier PrivateEndpointId { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.ProvisioningState? ProvisioningState { get { throw null; } }
}
Expand Down Expand Up @@ -199,10 +199,10 @@ public CheckNameAvailabilityParameters(string name, Azure.ResourceManager.AppCon
public partial class ConfigurationStoreUpdateOptions
{
public ConfigurationStoreUpdateOptions() { }
public Azure.ResourceManager.AppConfiguration.Models.EncryptionProperties Encryption { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.KeyVaultProperties EncryptionKeyVaultProperties { get { throw null; } set { } }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.PublicNetworkAccess? PublicNetworkAccess { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.Sku Sku { get { throw null; } set { } }
public string SkuName { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
Expand All @@ -225,11 +225,6 @@ public ConfigurationStoreUpdateOptions() { }
public static bool operator !=(Azure.ResourceManager.AppConfiguration.Models.ConnectionStatus left, Azure.ResourceManager.AppConfiguration.Models.ConnectionStatus right) { throw null; }
public override string ToString() { throw null; }
}
public partial class EncryptionProperties
{
public EncryptionProperties() { }
public Azure.ResourceManager.AppConfiguration.Models.KeyVaultProperties KeyVaultProperties { get { throw null; } set { } }
}
public partial class KeyValue
{
internal KeyValue() { }
Expand Down Expand Up @@ -264,7 +259,7 @@ internal NameAvailabilityStatus() { }
public partial class PrivateEndpointConnectionReference : Azure.ResourceManager.Models.ResourceData
{
internal PrivateEndpointConnectionReference() { }
public Azure.ResourceManager.Resources.Models.WritableSubResource PrivateEndpoint { get { throw null; } }
public Azure.Core.ResourceIdentifier PrivateEndpointId { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get { throw null; } }
public Azure.ResourceManager.AppConfiguration.Models.ProvisioningState? ProvisioningState { get { throw null; } }
}
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.

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.

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 @@ -48,16 +48,11 @@ public async Task TestSetUp()
VirtualNetworkData vnetData = new VirtualNetworkData()
{
Location = "eastus",
AddressSpace = new AddressSpace()
{
AddressPrefixes = { "10.0.0.0/16", }
},
DhcpOptions = new DhcpOptions()
{
DnsServers = { "10.1.1.1", "10.1.2.4" }
},
Subnets = { new SubnetData() { Name = SubnetName, AddressPrefix = "10.0.0.0/24", PrivateEndpointNetworkPolicies = "Disabled" } }
};
vnetData.AddressPrefixes.Add("10.0.0.0/16");
vnetData.DhcpOptionsDnsServers.Add("10.1.1.1");
vnetData.DhcpOptionsDnsServers.Add("10.1.2.4");
VirtualNetwork vnet = (await ResGroup.GetVirtualNetworks().CreateOrUpdateAsync(true, VnetName, vnetData)).Value;
PrivateEndpointData privateEndpointData = new PrivateEndpointData()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,11 @@ public async Task TestSetUp()
VirtualNetworkData vnetData = new VirtualNetworkData()
{
Location = "eastus",
AddressSpace = new AddressSpace()
{
AddressPrefixes = { "10.0.0.0/16", }
},
DhcpOptions = new DhcpOptions()
{
DnsServers = { "10.1.1.1", "10.1.2.4" }
},
Subnets = { new SubnetData() { Name = SubnetName, AddressPrefix = "10.0.0.0/24", PrivateEndpointNetworkPolicies = "Disabled" } }
};
vnetData.AddressPrefixes.Add("10.0.0.0/16");
vnetData.DhcpOptionsDnsServers.Add("10.1.1.1");
vnetData.DhcpOptionsDnsServers.Add("10.1.2.4");
VirtualNetwork vnet = (await ResGroup.GetVirtualNetworks().CreateOrUpdateAsync(true, VnetName, vnetData)).Value;
PrivateEndpointData privateEndpointData = new PrivateEndpointData()
{
Expand Down
Loading