@@ -38,25 +38,25 @@ public partial class BatchAccount : Azure.Provisioning.Primitives.ProvisionableR
3838 public BatchAccount ( string bicepIdentifier , string resourceVersion = null ) : base ( default ( string ) , default ( Azure . Core . ResourceType ) , default ( string ) ) { }
3939 public Azure . Provisioning . BicepValue < string > AccountEndpoint { get { throw null ; } }
4040 public Azure . Provisioning . BicepValue < int > ActiveJobAndJobScheduleQuota { get { throw null ; } }
41- public Azure . Provisioning . BicepValue < Azure . Provisioning . BicepList < Azure . Provisioning . Batch . BatchAuthenticationMode > > AllowedAuthenticationModes { get { throw null ; } }
41+ public Azure . Provisioning . BicepList < Azure . Provisioning . Batch . BatchAuthenticationMode > AllowedAuthenticationModes { get { throw null ; } }
4242 public Azure . Provisioning . Batch . BatchAccountAutoStorageConfiguration AutoStorage { get { throw null ; } }
43- public Azure . Provisioning . BicepValue < Azure . Provisioning . BicepValue < int > > DedicatedCoreQuota { get { throw null ; } }
44- public Azure . Provisioning . BicepValue < Azure . Provisioning . BicepList < Azure . Provisioning . Batch . BatchVmFamilyCoreQuota > > DedicatedCoreQuotaPerVmFamily { get { throw null ; } }
43+ public Azure . Provisioning . BicepValue < int > DedicatedCoreQuota { get { throw null ; } }
44+ public Azure . Provisioning . BicepList < Azure . Provisioning . Batch . BatchVmFamilyCoreQuota > DedicatedCoreQuotaPerVmFamily { get { throw null ; } }
4545 public Azure . Provisioning . Batch . BatchAccountEncryptionConfiguration Encryption { get { throw null ; } }
4646 public Azure . Provisioning . BicepValue < Azure . Core . ResourceIdentifier > Id { get { throw null ; } }
4747 public Azure . Provisioning . Resources . ManagedServiceIdentity Identity { get { throw null ; } set { } }
4848 public Azure . Provisioning . BicepValue < bool > IsDedicatedCoreQuotaPerVmFamilyEnforced { get { throw null ; } }
4949 public Azure . Provisioning . Batch . BatchKeyVaultReference KeyVaultReference { get { throw null ; } }
5050 public Azure . Provisioning . BicepValue < Azure . Core . AzureLocation > Location { get { throw null ; } set { } }
51- public Azure . Provisioning . BicepValue < Azure . Provisioning . BicepValue < int > > LowPriorityCoreQuota { get { throw null ; } }
51+ public Azure . Provisioning . BicepValue < int > LowPriorityCoreQuota { get { throw null ; } }
5252 public Azure . Provisioning . BicepValue < string > Name { get { throw null ; } set { } }
53- public Azure . Provisioning . BicepValue < Azure . Provisioning . Batch . BatchNetworkProfile > NetworkProfile { get { throw null ; } set { } }
53+ public Azure . Provisioning . Batch . BatchNetworkProfile NetworkProfile { get { throw null ; } set { } }
5454 public Azure . Provisioning . BicepValue < string > NodeManagementEndpoint { get { throw null ; } }
5555 public Azure . Provisioning . BicepValue < Azure . Provisioning . Batch . BatchAccountPoolAllocationMode > PoolAllocationMode { get { throw null ; } }
5656 public Azure . Provisioning . BicepValue < int > PoolQuota { get { throw null ; } }
57- public Azure . Provisioning . BicepValue < Azure . Provisioning . BicepList < Azure . Provisioning . Batch . BatchPrivateEndpointConnection > > PrivateEndpointConnections { get { throw null ; } }
57+ public Azure . Provisioning . BicepList < Azure . Provisioning . Batch . BatchPrivateEndpointConnection > PrivateEndpointConnections { get { throw null ; } }
5858 public Azure . Provisioning . BicepValue < Azure . Provisioning . Batch . BatchProvisioningState > ProvisioningState { get { throw null ; } }
59- public Azure . Provisioning . BicepValue < Azure . Provisioning . BicepValue < Azure . Provisioning . Batch . BatchPublicNetworkAccess > > PublicNetworkAccess { get { throw null ; } set { } }
59+ public Azure . Provisioning . BicepValue < Azure . Provisioning . Batch . BatchPublicNetworkAccess > PublicNetworkAccess { get { throw null ; } set { } }
6060 public Azure . Provisioning . Resources . SystemData SystemData { get { throw null ; } }
6161 public Azure . Provisioning . BicepDictionary < string > Tags { get { throw null ; } set { } }
6262 protected override void DefineProvisionableProperties ( ) { }
0 commit comments