Skip to content

Commit

Permalink
Hide single property values (Azure#27090)
Browse files Browse the repository at this point in the history
* cdn readme changes

* update resourcemanager

* update appconfiguration

* update azurestackhci

* update cdn

* update communication

* update compute

* update connectedvmwarevsphere

* update cosmosdb

* update deviceupdate

* update edgeorder

* update eventhub

* update extendedlocation

* update keyvault

* update network

* update resourcemanager

* update resources

* update servicebus

* update sqlmanagement

* update storage

* update storagepool

* update webpubsub

* update appservice

* update api and snippets

* remove m4 outputs

* add test cases to verify new behavior is functionally equivalent

* model renames based on feedback

* regen after updates

* Update AutoRest C# version to 3.0.0-beta.20220223.1

* update api

Co-authored-by: azure-sdk <[email protected]>
  • Loading branch information
m-nash and azure-sdk authored Feb 24, 2022
1 parent 30f1204 commit 11e1eb1
Show file tree
Hide file tree
Showing 756 changed files with 98,209 additions and 3,956 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
All should have PrivateAssets="All" set so they don't become package dependencies
-->
<ItemGroup>
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20220222.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20220223.1" PrivateAssets="All" />
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20220111.2" PrivateAssets="All" />
<PackageReference Update="coverlet.collector" Version="1.3.0" PrivateAssets="All" />
<PackageReference Update="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1" PrivateAssets="All" />
Expand Down
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

0 comments on commit 11e1eb1

Please sign in to comment.