diff --git a/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs b/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs index c25b845f2c98..e03755590e9e 100644 --- a/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs +++ b/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] -[assembly: AssemblyVersion("4.0.0")] -[assembly: AssemblyFileVersion("4.0.0")] +[assembly: AssemblyVersion("4.0.1")] +[assembly: AssemblyFileVersion("4.0.1")] diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1 index a50aed3d8f9c..4e5505e9026e 100644 --- a/src/Batch/Batch/Az.Batch.psd1 +++ b/src/Batch/Batch/Az.Batch.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11/11/2025 +# Generated on: 12/19/2025 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.0.0' +ModuleVersion = '4.0.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -149,7 +149,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Upgraded API version from 2022-10-01 to 2024-07-01.' + ReleaseNotes = '* Updated the implementation of ''New-AzBatchApplicationPackage'' cmdlet to not call ''Get-AzBatchApplicationPackage'' to retrieve storage keys for security improvements. No behavior changes to the cmdlet.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md index 61e4511b0955..b0c1e7da3648 100644 --- a/src/Batch/Batch/ChangeLog.md +++ b/src/Batch/Batch/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release * Updated Azure.Core from 1.47.3 to 1.50.0 + +## Version 4.0.1 * Updated the implementation of 'New-AzBatchApplicationPackage' cmdlet to not call 'Get-AzBatchApplicationPackage' to retrieve storage keys for security improvements. No behavior changes to the cmdlet. ## Version 4.0.0 diff --git a/src/Batch/Batch/Properties/AssemblyInfo.cs b/src/Batch/Batch/Properties/AssemblyInfo.cs index 97dc47a2c76e..a7c48f82646b 100644 --- a/src/Batch/Batch/Properties/AssemblyInfo.cs +++ b/src/Batch/Batch/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")] -[assembly: AssemblyVersion("4.0.0")] -[assembly: AssemblyFileVersion("4.0.0")] +[assembly: AssemblyVersion("4.0.1")] +[assembly: AssemblyFileVersion("4.0.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")] #endif diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index a32bdec33faa..c2015c873107 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -65,7 +65,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; }, @{ModuleName = 'Az.Attestation'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.Automanage'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.11.2'; }, - @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.0'; }, + @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.1'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.Cdn'; RequiredVersion = '6.0.0'; }, @{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.1'; }, diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index 2812c016f391..8ddfe39d8daf 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -73,7 +73,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; }, @{ModuleName = 'Az.Automanage'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.11.2'; }, @{ModuleName = 'Az.BareMetal'; RequiredVersion = '0.2.0'; }, - @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.0'; }, + @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.1'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.BillingBenefits'; RequiredVersion = '0.2.1'; }, @{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.4.6'; }, diff --git a/tools/Docs/az-ps-latest-1.csv b/tools/Docs/az-ps-latest-1.csv index e577344ba67c..a13b1f93597d 100644 --- a/tools/Docs/az-ps-latest-1.csv +++ b/tools/Docs/az-ps-latest-1.csv @@ -19,7 +19,7 @@ pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automanage.2.0.0.zip;sourceType=sa]Az.Automanage,2.0.0 pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automation.1.11.2.zip;sourceType=sa]Az.Automation,1.11.2 pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BareMetal.0.2.0.zip;sourceType=sa]Az.BareMetal,0.2.0 -pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Batch.4.0.0.zip;sourceType=sa]Az.Batch,4.0.0 +pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Batch.4.0.1.zip;sourceType=sa]Az.Batch,4.0.1 pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Billing.2.2.0.zip;sourceType=sa]Az.Billing,2.2.0 pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BillingBenefits.0.2.1.zip;sourceType=sa]Az.BillingBenefits,0.2.1 pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Blueprint.0.4.6.zip;sourceType=sa]Az.Blueprint,0.4.6 @@ -122,4 +122,6 @@ pac120,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-rele pac121,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Mdp.0.1.2.zip;sourceType=sa]Az.Mdp,0.1.2 pac122,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.10.1.zip;sourceType=sa]Az.Migrate,2.10.1 pac123,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MixedReality.0.3.0.zip;sourceType=sa]Az.MixedReality,0.3.0 +pac124,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MongoDB.0.1.1.zip;sourceType=sa]Az.MongoDB,0.1.1 +pac125,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.7.0.0.zip;sourceType=sa]Az.Monitor,7.0.0 diff --git a/tools/Docs/az-ps-latest-2.csv b/tools/Docs/az-ps-latest-2.csv index 222b7069f416..aea65e3fa802 100644 --- a/tools/Docs/az-ps-latest-2.csv +++ b/tools/Docs/az-ps-latest-2.csv @@ -1,78 +1,76 @@ pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.1.zip;sourceType=sa]Az.Accounts,5.3.1 -pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MongoDB.0.1.1.zip;sourceType=sa]Az.MongoDB,0.1.1 -pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.7.0.0.zip;sourceType=sa]Az.Monitor,7.0.0 -pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.2.0.zip;sourceType=sa]Az.MonitoringSolutions,0.2.0 -pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.5.1.zip;sourceType=sa]Az.MySql,1.5.1 -pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NeonPostgres.0.2.0.zip;sourceType=sa]Az.NeonPostgres,0.2.0 -pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.25.1.zip;sourceType=sa]Az.NetAppFiles,0.25.1 -pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.24.0.zip;sourceType=sa]Az.Network,7.24.0 -pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.2.zip;sourceType=sa]Az.NetworkAnalytics,0.1.2 -pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.2.0.0.zip;sourceType=sa]Az.NetworkCloud,2.0.0 -pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.2.0.zip;sourceType=sa]Az.NetworkFunction,0.2.0 -pac11,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NewRelic.0.3.0.zip;sourceType=sa]Az.NewRelic,0.3.0 -pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Nginx.2.0.0.zip;sourceType=sa]Az.Nginx,2.0.0 -pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NotificationHubs.1.2.0.zip;sourceType=sa]Az.NotificationHubs,1.2.0 -pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.OperationalInsights.3.3.0.zip;sourceType=sa]Az.OperationalInsights,3.3.0 -pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Oracle.2.0.0.zip;sourceType=sa]Az.Oracle,2.0.0 -pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Orbital.0.2.0.zip;sourceType=sa]Az.Orbital,0.2.0 -pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PaloAltoNetworks.0.4.0.zip;sourceType=sa]Az.PaloAltoNetworks,0.4.0 -pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Peering.0.5.0.zip;sourceType=sa]Az.Peering,0.5.0 -pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Pinecone.0.1.0.zip;sourceType=sa]Az.Pinecone,0.1.0 -pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PolicyInsights.1.7.2.zip;sourceType=sa]Az.PolicyInsights,1.7.2 -pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Portal.0.4.0.zip;sourceType=sa]Az.Portal,0.4.0 -pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PostgreSql.1.4.0.zip;sourceType=sa]Az.PostgreSql,1.4.0 -pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PowerBIEmbedded.2.1.0.zip;sourceType=sa]Az.PowerBIEmbedded,2.1.0 -pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PrivateDns.1.2.0.zip;sourceType=sa]Az.PrivateDns,1.2.0 -pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ProviderHub.0.4.0.zip;sourceType=sa]Az.ProviderHub,0.4.0 -pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Purview.0.3.0.zip;sourceType=sa]Az.Purview,0.3.0 -pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quantum.0.2.0.zip;sourceType=sa]Az.Quantum,0.2.0 -pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Qumulo.0.1.3.zip;sourceType=sa]Az.Qumulo,0.1.3 -pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.3.zip;sourceType=sa]Az.Quota,0.1.3 -pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.10.0.zip;sourceType=sa]Az.RecoveryServices,7.10.0 -pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.11.0.zip;sourceType=sa]Az.RedisCache,1.11.0 -pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.6.0.zip;sourceType=sa]Az.RedisEnterpriseCache,1.6.0 -pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.3.0.0.zip;sourceType=sa]Az.Relay,3.0.0 -pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.14.1.zip;sourceType=sa]Az.Reservations,0.14.1 -pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.2.1.zip;sourceType=sa]Az.ResourceGraph,1.2.1 -pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceMover.1.3.1.zip;sourceType=sa]Az.ResourceMover,1.3.1 -pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Resources.9.0.0.zip;sourceType=sa]Az.Resources,9.0.0 -pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ScVmm.0.1.1.zip;sourceType=sa]Az.ScVmm,0.1.1 -pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Search.0.11.0.zip;sourceType=sa]Az.Search,0.11.0 -pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Security.1.8.0.zip;sourceType=sa]Az.Security,1.8.0 -pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SecurityInsights.3.2.1.zip;sourceType=sa]Az.SecurityInsights,3.2.1 -pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SelfHelp.0.3.0.zip;sourceType=sa]Az.SelfHelp,0.3.0 -pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.4.1.1.zip;sourceType=sa]Az.ServiceBus,4.1.1 -pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.5.0.0.zip;sourceType=sa]Az.ServiceFabric,5.0.0 -pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.3.0.zip;sourceType=sa]Az.ServiceLinker,0.3.0 -pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sftp.0.1.0.zip;sourceType=sa]Az.Sftp,0.1.0 -pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.3.1.zip;sourceType=sa]Az.SignalR,2.3.1 -pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Site.0.1.0.zip;sourceType=sa]Az.Site,0.1.0 -pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3 -pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0 -pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.3.0.zip;sourceType=sa]Az.Sql,6.3.0 -pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.0.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.0 -pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3 -pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.5.zip;sourceType=sa]Az.StackHCI,2.6.5 -pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.0.zip;sourceType=sa]Az.StackHCIVM,1.1.0 -pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.3.0.zip;sourceType=sa]Az.StandbyPool,0.3.0 -pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.4.0.zip;sourceType=sa]Az.Storage,9.4.0 -pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.0.zip;sourceType=sa]Az.StorageAction,1.0.0 -pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.3.0.zip;sourceType=sa]Az.StorageCache,0.3.0 -pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.1.0.0.zip;sourceType=sa]Az.StorageDiscovery,1.0.0 -pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.2.0.0.zip;sourceType=sa]Az.StorageMover,2.0.0 -pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.5.2.zip;sourceType=sa]Az.StorageSync,2.5.2 -pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.3.0.0.zip;sourceType=sa]Az.StreamAnalytics,3.0.0 -pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.12.0.zip;sourceType=sa]Az.Subscription,0.12.0 -pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.1.0.zip;sourceType=sa]Az.Support,2.1.0 -pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.2.3.zip;sourceType=sa]Az.Synapse,3.2.3 -pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.2.zip;sourceType=sa]Az.Terraform,0.1.2 -pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.3.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.3 -pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.3.0.zip;sourceType=sa]Az.TrafficManager,1.3.0 -pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrustedSigning.0.1.3.zip;sourceType=sa]Az.TrustedSigning,0.1.3 -pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.8.0.zip;sourceType=sa]Az.VMware,0.8.0 -pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.2.0.zip;sourceType=sa]Az.VoiceServices,0.2.0 -pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.4.2.zip;sourceType=sa]Az.Websites,3.4.2 -pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WeightsAndBiases.0.1.0.zip;sourceType=sa]Az.WeightsAndBiases,0.1.0 -pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.2.0.zip;sourceType=sa]Az.WindowsIotServices,0.2.0 -pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.2.0.0.zip;sourceType=sa]Az.Workloads,2.0.0 +pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.2.0.zip;sourceType=sa]Az.MonitoringSolutions,0.2.0 +pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.5.1.zip;sourceType=sa]Az.MySql,1.5.1 +pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NeonPostgres.0.2.0.zip;sourceType=sa]Az.NeonPostgres,0.2.0 +pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.25.1.zip;sourceType=sa]Az.NetAppFiles,0.25.1 +pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.24.0.zip;sourceType=sa]Az.Network,7.24.0 +pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.2.zip;sourceType=sa]Az.NetworkAnalytics,0.1.2 +pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.2.0.0.zip;sourceType=sa]Az.NetworkCloud,2.0.0 +pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.2.0.zip;sourceType=sa]Az.NetworkFunction,0.2.0 +pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NewRelic.0.3.0.zip;sourceType=sa]Az.NewRelic,0.3.0 +pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Nginx.2.0.0.zip;sourceType=sa]Az.Nginx,2.0.0 +pac11,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NotificationHubs.1.2.0.zip;sourceType=sa]Az.NotificationHubs,1.2.0 +pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.OperationalInsights.3.3.0.zip;sourceType=sa]Az.OperationalInsights,3.3.0 +pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Oracle.2.0.0.zip;sourceType=sa]Az.Oracle,2.0.0 +pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Orbital.0.2.0.zip;sourceType=sa]Az.Orbital,0.2.0 +pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PaloAltoNetworks.0.4.0.zip;sourceType=sa]Az.PaloAltoNetworks,0.4.0 +pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Peering.0.5.0.zip;sourceType=sa]Az.Peering,0.5.0 +pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Pinecone.0.1.0.zip;sourceType=sa]Az.Pinecone,0.1.0 +pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PolicyInsights.1.7.2.zip;sourceType=sa]Az.PolicyInsights,1.7.2 +pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Portal.0.4.0.zip;sourceType=sa]Az.Portal,0.4.0 +pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PostgreSql.1.4.0.zip;sourceType=sa]Az.PostgreSql,1.4.0 +pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PowerBIEmbedded.2.1.0.zip;sourceType=sa]Az.PowerBIEmbedded,2.1.0 +pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PrivateDns.1.2.0.zip;sourceType=sa]Az.PrivateDns,1.2.0 +pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ProviderHub.0.4.0.zip;sourceType=sa]Az.ProviderHub,0.4.0 +pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Purview.0.3.0.zip;sourceType=sa]Az.Purview,0.3.0 +pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quantum.0.2.0.zip;sourceType=sa]Az.Quantum,0.2.0 +pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Qumulo.0.1.3.zip;sourceType=sa]Az.Qumulo,0.1.3 +pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.3.zip;sourceType=sa]Az.Quota,0.1.3 +pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.10.0.zip;sourceType=sa]Az.RecoveryServices,7.10.0 +pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.11.0.zip;sourceType=sa]Az.RedisCache,1.11.0 +pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.6.0.zip;sourceType=sa]Az.RedisEnterpriseCache,1.6.0 +pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.3.0.0.zip;sourceType=sa]Az.Relay,3.0.0 +pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.14.1.zip;sourceType=sa]Az.Reservations,0.14.1 +pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.2.1.zip;sourceType=sa]Az.ResourceGraph,1.2.1 +pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceMover.1.3.1.zip;sourceType=sa]Az.ResourceMover,1.3.1 +pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Resources.9.0.0.zip;sourceType=sa]Az.Resources,9.0.0 +pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ScVmm.0.1.1.zip;sourceType=sa]Az.ScVmm,0.1.1 +pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Search.0.11.0.zip;sourceType=sa]Az.Search,0.11.0 +pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Security.1.8.0.zip;sourceType=sa]Az.Security,1.8.0 +pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SecurityInsights.3.2.1.zip;sourceType=sa]Az.SecurityInsights,3.2.1 +pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SelfHelp.0.3.0.zip;sourceType=sa]Az.SelfHelp,0.3.0 +pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.4.1.1.zip;sourceType=sa]Az.ServiceBus,4.1.1 +pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.5.0.0.zip;sourceType=sa]Az.ServiceFabric,5.0.0 +pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.3.0.zip;sourceType=sa]Az.ServiceLinker,0.3.0 +pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sftp.0.1.0.zip;sourceType=sa]Az.Sftp,0.1.0 +pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.3.1.zip;sourceType=sa]Az.SignalR,2.3.1 +pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Site.0.1.0.zip;sourceType=sa]Az.Site,0.1.0 +pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3 +pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0 +pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.3.0.zip;sourceType=sa]Az.Sql,6.3.0 +pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.0.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.0 +pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3 +pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.5.zip;sourceType=sa]Az.StackHCI,2.6.5 +pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.0.zip;sourceType=sa]Az.StackHCIVM,1.1.0 +pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.3.0.zip;sourceType=sa]Az.StandbyPool,0.3.0 +pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.4.0.zip;sourceType=sa]Az.Storage,9.4.0 +pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.0.zip;sourceType=sa]Az.StorageAction,1.0.0 +pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.3.0.zip;sourceType=sa]Az.StorageCache,0.3.0 +pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.1.0.0.zip;sourceType=sa]Az.StorageDiscovery,1.0.0 +pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.2.0.0.zip;sourceType=sa]Az.StorageMover,2.0.0 +pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.5.2.zip;sourceType=sa]Az.StorageSync,2.5.2 +pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.3.0.0.zip;sourceType=sa]Az.StreamAnalytics,3.0.0 +pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.12.0.zip;sourceType=sa]Az.Subscription,0.12.0 +pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.1.0.zip;sourceType=sa]Az.Support,2.1.0 +pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.2.3.zip;sourceType=sa]Az.Synapse,3.2.3 +pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.2.zip;sourceType=sa]Az.Terraform,0.1.2 +pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.3.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.3 +pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.3.0.zip;sourceType=sa]Az.TrafficManager,1.3.0 +pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrustedSigning.0.1.3.zip;sourceType=sa]Az.TrustedSigning,0.1.3 +pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.8.0.zip;sourceType=sa]Az.VMware,0.8.0 +pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.2.0.zip;sourceType=sa]Az.VoiceServices,0.2.0 +pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.4.2.zip;sourceType=sa]Az.Websites,3.4.2 +pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WeightsAndBiases.0.1.0.zip;sourceType=sa]Az.WeightsAndBiases,0.1.0 +pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.2.0.zip;sourceType=sa]Az.WindowsIotServices,0.2.0 +pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.2.0.0.zip;sourceType=sa]Az.Workloads,2.0.0 diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json index fdf36fdf5dc5..a4e2905f1713 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Batch", - "ModuleVersion": "4.0.0", + "ModuleVersion": "4.0.1", "Cmdlets": [ { "VerbName": "Disable", @@ -38,7 +38,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -128,7 +128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -258,7 +258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -303,7 +303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -426,7 +426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -518,7 +518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -575,7 +575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -685,7 +685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -815,7 +815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -920,7 +920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -1041,7 +1041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -1131,7 +1131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -1273,7 +1273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -1396,7 +1396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -1526,7 +1526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -1559,7 +1559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -1664,7 +1664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -1756,7 +1756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -1795,7 +1795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -1887,7 +1887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2008,7 +2008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2098,7 +2098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2219,7 +2219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2309,7 +2309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2439,7 +2439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -2477,7 +2477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2582,7 +2582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2674,7 +2674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -2718,7 +2718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2810,7 +2810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -2912,7 +2912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -3160,7 +3160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -3387,7 +3387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowUpdates": "System.Boolean", "Id": "System.String", @@ -3608,7 +3608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Management.Batch.Models.PackageState", "LastActivationTime": "System.Nullable`1[System.DateTime]", @@ -3855,7 +3855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -3934,7 +3934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -4007,7 +4007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -4127,7 +4127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -4279,7 +4279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -4371,7 +4371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -4468,7 +4468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -4575,7 +4575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -4674,7 +4674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeVMExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmExtension": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension", "InstanceView": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView", @@ -4730,7 +4730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -4812,7 +4812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -4962,7 +4962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -5054,7 +5054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -5166,7 +5166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -5258,7 +5258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -5357,7 +5357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -5440,7 +5440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -5502,7 +5502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -5622,7 +5622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -5789,7 +5789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -5881,7 +5881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -5973,7 +5973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -6095,7 +6095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -6194,7 +6194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobPreparationTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation", "JobReleaseTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation", @@ -6247,7 +6247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -6320,7 +6320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -6470,7 +6470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -6562,7 +6562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -6665,7 +6665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -6817,7 +6817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -6916,7 +6916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -7015,7 +7015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -7135,7 +7135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -7287,7 +7287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -7409,7 +7409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -7508,7 +7508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountQuota": "System.Int32", "Location": "System.String" @@ -7686,7 +7686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -7747,7 +7747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -7803,7 +7803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -7875,7 +7875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -7998,7 +7998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -8165,7 +8165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -8257,7 +8257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -8346,7 +8346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -8486,7 +8486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -8653,7 +8653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -8745,7 +8745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -8829,7 +8829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -8921,7 +8921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -9081,7 +9081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -9142,7 +9142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -9320,7 +9320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -9515,7 +9515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -9710,7 +9710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -9905,7 +9905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -9997,7 +9997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -10073,7 +10073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -10165,7 +10165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -10241,7 +10241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -10373,7 +10373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -10472,7 +10472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -10591,7 +10591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -10711,7 +10711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -10863,7 +10863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -10985,7 +10985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -11084,7 +11084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dedicated": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts", "LowPriority": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts", @@ -11135,7 +11135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -11192,7 +11192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -11282,7 +11282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -11374,7 +11374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -11426,7 +11426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -11535,7 +11535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -11627,7 +11627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -11729,7 +11729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndTime": "System.DateTime", "StartTime": "System.DateTime", @@ -11806,7 +11806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -11932,7 +11932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -12034,7 +12034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "IPAddress": "System.String" @@ -12093,7 +12093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -12126,7 +12126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -12231,7 +12231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -12323,7 +12323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -12362,7 +12362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -12454,7 +12454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -12556,7 +12556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeInformation": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation", "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", @@ -12625,7 +12625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -12672,7 +12672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -12792,7 +12792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -12884,7 +12884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -12943,7 +12943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -13050,7 +13050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -13149,7 +13149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference", "Capabilities": "System.Collections.Generic.IReadOnlyList`1[System.String]", @@ -13212,7 +13212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -13317,7 +13317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -13416,7 +13416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSupportedSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSupportedSku, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSupportedSku, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability]", "FamilyName": "System.String", @@ -13652,7 +13652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -13751,7 +13751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -13824,7 +13824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -13959,7 +13959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -14126,7 +14126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -14218,7 +14218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -14321,7 +14321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -14443,7 +14443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -14542,7 +14542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Active": "System.Int32", "Completed": "System.Int32", @@ -14595,7 +14595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -14632,7 +14632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -14722,7 +14722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -14814,7 +14814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -14857,7 +14857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -14949,7 +14949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -15051,7 +15051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSlotCounts", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSlotCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSlotCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Active": "System.Int32", "Completed": "System.Int32", @@ -15104,7 +15104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -15141,7 +15141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -15231,7 +15231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -15323,7 +15323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -15366,7 +15366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -15458,7 +15458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -15557,7 +15557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -15672,7 +15672,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode" ] @@ -15714,7 +15714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15723,7 +15723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15742,7 +15742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.KeySource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15861,7 +15861,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode" ] @@ -15927,7 +15927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15942,7 +15942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15973,7 +15973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.KeySource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16059,7 +16059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -16315,7 +16315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowUpdates": "System.Boolean", "Id": "System.String", @@ -16590,7 +16590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Management.Batch.Models.PackageState", "LastActivationTime": "System.Nullable`1[System.DateTime]", @@ -17116,7 +17116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -17185,7 +17185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -17350,7 +17350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -17442,7 +17442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -17541,7 +17541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -17693,7 +17693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -17835,7 +17835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" @@ -17848,7 +17848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -17874,7 +17874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -17894,7 +17894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -17922,7 +17922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" @@ -17977,7 +17977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -18100,7 +18100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" @@ -18119,7 +18119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -18151,7 +18151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -18177,7 +18177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -18217,7 +18217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" @@ -18302,7 +18302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -18432,7 +18432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DoNotRunAfter": "System.Nullable`1[System.DateTime]", "DoNotRunUntil": "System.Nullable`1[System.DateTime]", @@ -18447,7 +18447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", @@ -18482,7 +18482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -18587,7 +18587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DoNotRunAfter": "System.Nullable`1[System.DateTime]", "DoNotRunUntil": "System.Nullable`1[System.DateTime]", @@ -18608,7 +18608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", @@ -18655,7 +18655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -18869,7 +18869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Batch.Common.UpgradeMode", "AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy", @@ -18883,7 +18883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" } @@ -18913,7 +18913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -18934,7 +18934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -18944,7 +18944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", "DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", @@ -18967,7 +18967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -18983,7 +18983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, "ValidateNotNullOrEmpty": true @@ -18993,7 +18993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, "ValidateNotNullOrEmpty": true @@ -19003,7 +19003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -19144,7 +19144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Batch.Common.UpgradeMode", "AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy", @@ -19164,7 +19164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" } @@ -19212,7 +19212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -19239,7 +19239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -19255,7 +19255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -19277,7 +19277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, "ValidateNotNullOrEmpty": true @@ -19293,7 +19293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, "ValidateNotNullOrEmpty": true @@ -19309,7 +19309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -19458,7 +19458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", "DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", @@ -19553,7 +19553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Batch.Common.UpgradeMode", "AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy", @@ -19573,7 +19573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" } @@ -19621,7 +19621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -19648,7 +19648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -19664,7 +19664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -19686,7 +19686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, "ValidateNotNullOrEmpty": true @@ -19702,7 +19702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, "ValidateNotNullOrEmpty": true @@ -19718,7 +19718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -19933,7 +19933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Batch.Common.UpgradeMode", "AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy", @@ -19953,7 +19953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" } @@ -20001,7 +20001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -20028,7 +20028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -20044,7 +20044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -20066,7 +20066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, "ValidateNotNullOrEmpty": true @@ -20082,7 +20082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, "ValidateNotNullOrEmpty": true @@ -20098,7 +20098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -20289,7 +20289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Batch.Common.UpgradeMode", "AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy", @@ -20309,7 +20309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" } @@ -20357,7 +20357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -20384,7 +20384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -20400,7 +20400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -20422,7 +20422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, "ValidateNotNullOrEmpty": true @@ -20438,7 +20438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, "ValidateNotNullOrEmpty": true @@ -20454,7 +20454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -20579,7 +20579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", "DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", @@ -20674,7 +20674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Batch.Common.UpgradeMode", "AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy", @@ -20694,7 +20694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" } @@ -20742,7 +20742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -20769,7 +20769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -20785,7 +20785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -20807,7 +20807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" }, "ValidateNotNullOrEmpty": true @@ -20823,7 +20823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" }, "ValidateNotNullOrEmpty": true @@ -20839,7 +20839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -20938,7 +20938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference", "AutoStorageContainerName": "System.String", @@ -21481,7 +21481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -21548,7 +21548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile" }, "ValidateNotNullOrEmpty": true @@ -21570,7 +21570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" } @@ -21582,7 +21582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" @@ -21595,7 +21595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityId": "System.String" } @@ -21607,7 +21607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", @@ -21621,7 +21621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", @@ -21651,7 +21651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -21661,7 +21661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile" }, "ValidateNotNullOrEmpty": true @@ -21671,7 +21671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask" }, "ValidateNotNullOrEmpty": true @@ -21681,7 +21681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", @@ -21697,7 +21697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", "ContainerHostBatchBindMounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]", @@ -21713,7 +21713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -21851,7 +21851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile" }, "ValidateNotNullOrEmpty": true @@ -21885,7 +21885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" } @@ -21903,7 +21903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" @@ -21922,7 +21922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityId": "System.String" } @@ -21940,7 +21940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", @@ -21960,7 +21960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", @@ -22002,7 +22002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -22018,7 +22018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile" }, "ValidateNotNullOrEmpty": true @@ -22034,7 +22034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", @@ -22056,7 +22056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", "ContainerHostBatchBindMounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]", @@ -22078,7 +22078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -22185,7 +22185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask" }, "ValidateNotNullOrEmpty": true @@ -22201,7 +22201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -22293,7 +22293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -22336,7 +22336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask" }, "ValidateNotNullOrEmpty": true @@ -22352,7 +22352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -22444,7 +22444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -22535,7 +22535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile" }, "ValidateNotNullOrEmpty": true @@ -22569,7 +22569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" } @@ -22587,7 +22587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" @@ -22606,7 +22606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityId": "System.String" } @@ -22624,7 +22624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", @@ -22644,7 +22644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", @@ -22686,7 +22686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" }, "ValidateNotNullOrEmpty": true @@ -22702,7 +22702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile" }, "ValidateNotNullOrEmpty": true @@ -22718,7 +22718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", @@ -22740,7 +22740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", "ContainerHostBatchBindMounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]", @@ -22762,7 +22762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -22854,7 +22854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -23567,7 +23567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -23633,7 +23633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -23793,7 +23793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -23885,7 +23885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -23975,7 +23975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -24118,7 +24118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -24257,7 +24257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -24377,7 +24377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -24507,7 +24507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -24612,7 +24612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -24742,7 +24742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -24847,7 +24847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -25007,7 +25007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -25040,7 +25040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -25193,7 +25193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -25363,7 +25363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -25455,7 +25455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", "IsDirectory": "System.Nullable`1[System.Boolean]", @@ -25506,7 +25506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -25628,7 +25628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -25758,7 +25758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -25863,7 +25863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -25993,7 +25993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -26040,7 +26040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -26160,7 +26160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -26252,7 +26252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -26311,7 +26311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -26418,7 +26418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -26548,7 +26548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -26593,7 +26593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -26716,7 +26716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -26808,7 +26808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -26865,7 +26865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -26975,7 +26975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -27105,7 +27105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -27150,7 +27150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -27273,7 +27273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -27365,7 +27365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -27422,7 +27422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -27532,7 +27532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -27631,7 +27631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -28230,7 +28230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -28380,7 +28380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -28492,7 +28492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -28529,7 +28529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -28604,7 +28604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", @@ -28647,7 +28647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -28759,7 +28759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -28785,7 +28785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -28860,7 +28860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", "Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", @@ -28892,7 +28892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -29004,7 +29004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -29050,7 +29050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -29125,7 +29125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", "Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", @@ -29177,7 +29177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -29289,7 +29289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -29327,7 +29327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -29402,7 +29402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -29446,7 +29446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -29545,7 +29545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NumberOfFilesUploaded": "System.Int32", "VirtualDirectoryName": "System.String" @@ -29604,7 +29604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -29667,7 +29667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -29820,7 +29820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -29912,7 +29912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", "NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", @@ -29999,7 +29999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -30139,7 +30139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -30311,7 +30311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -30476,7 +30476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -30606,7 +30606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -30711,7 +30711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -30832,7 +30832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -30922,7 +30922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -31043,7 +31043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -31133,7 +31133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -31263,7 +31263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -31301,7 +31301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -31406,7 +31406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -31498,7 +31498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", @@ -31542,7 +31542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -31634,7 +31634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -31733,7 +31733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError", "Timestamp": "System.DateTime", @@ -31793,7 +31793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -31898,7 +31898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Batch", "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", @@ -32030,7 +32030,7 @@ "Microsoft.Azure.Management.Batch.Models.AccountKeyType": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.AccountKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AccountKeyType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AccountKeyType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -32127,7 +32127,7 @@ "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NodeIdentityReference": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference", "LastKeySync": "System.DateTime", @@ -32192,7 +32192,7 @@ "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String" }, @@ -32243,7 +32243,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode" ] @@ -32251,7 +32251,7 @@ "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -32343,7 +32343,7 @@ "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities]", @@ -32408,7 +32408,7 @@ "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -32495,7 +32495,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities" @@ -32504,7 +32504,7 @@ "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -32555,7 +32555,7 @@ "Microsoft.Azure.Management.Batch.Models.EncryptionProperties": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties", "KeySource": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.KeySource]" @@ -32606,7 +32606,7 @@ "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyIdentifier": "System.String" }, @@ -32652,7 +32652,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.KeySource]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.KeySource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.KeySource" ] @@ -32660,7 +32660,7 @@ "Microsoft.Azure.Management.Batch.Models.KeySource": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.KeySource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -32747,7 +32747,7 @@ "Microsoft.Azure.Management.Batch.Models.KeyVaultReference": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Url": "System.String" @@ -32802,7 +32802,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection" ] @@ -32810,7 +32810,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint", "ProvisioningState": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState", @@ -32900,7 +32900,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -32946,7 +32946,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -33033,7 +33033,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus", "Description": "System.String", @@ -33093,7 +33093,7 @@ "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -33202,7 +33202,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode" ] @@ -33210,7 +33210,7 @@ "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -33297,7 +33297,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType" ] @@ -33305,7 +33305,7 @@ "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -33516,7 +33516,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundEndpoints": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]" }, @@ -33548,7 +33548,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint" ] @@ -33556,7 +33556,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol", "BackendPort": "System.Int32", @@ -33680,7 +33680,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastUpdateTime": "System.DateTime", "Version": "System.String" @@ -33713,7 +33713,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSStartTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -33765,7 +33765,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", "ContainerHostBatchBindMounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]", @@ -33828,7 +33828,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference", "Password": "System.String", @@ -33886,7 +33886,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String" }, @@ -33923,7 +33923,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry" ] @@ -33931,7 +33931,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerHostBatchBindMountEntry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsReadOnly": "System.Nullable`1[System.Boolean]", "Source": "System.String" @@ -34072,7 +34072,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", "UserName": "System.String" @@ -34125,7 +34125,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]", "ElevationLevel": "System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]" @@ -34363,7 +34363,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSResourceFile" ] @@ -34371,7 +34371,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSResourceFile": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference", "AutoStorageContainerName": "System.String", @@ -34414,7 +34414,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Batch.Common.StartTaskState", "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", @@ -34541,7 +34541,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerId": "System.String", "Error": "System.String", @@ -34575,7 +34575,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Category": "Microsoft.Azure.Batch.Common.ErrorCategory", "Details": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", @@ -34697,7 +34697,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair" ] @@ -34705,7 +34705,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -34841,7 +34841,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference", "ScaleSetVmResourceId": "System.String" @@ -34879,7 +34879,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSImageReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSImageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommunityGalleryImageId": "System.String", "ExactVersion": "System.String", @@ -34953,7 +34953,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError" ] @@ -34961,7 +34961,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", "Code": "System.String", @@ -34995,7 +34995,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation" ] @@ -35003,7 +35003,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TaskState": "Microsoft.Azure.Batch.Common.TaskState", "ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation", @@ -35127,7 +35127,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", "FailureInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation", @@ -35450,7 +35450,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityId": "System.String" }, @@ -35493,7 +35493,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "Microsoft.Azure.Batch.Common.AccessScope" }, @@ -35617,7 +35617,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityId": "System.String", "ComputeNodeId": "System.String", @@ -35654,7 +35654,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSExitConditions": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", @@ -35695,7 +35695,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSExitOptions": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DependencyAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]", "JobAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]" @@ -35923,7 +35923,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping" ] @@ -35931,7 +35931,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "Code": "System.Int32" @@ -35979,7 +35979,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping" ] @@ -35987,7 +35987,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions", "End": "System.Int32", @@ -36040,7 +36040,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]", "NumberOfInstances": "System.Nullable`1[System.Int32]", @@ -36089,7 +36089,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]", @@ -36150,7 +36150,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]", "TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]" @@ -36198,7 +36198,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange" ] @@ -36206,7 +36206,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "End": "System.Int32", "Start": "System.Int32" @@ -36262,7 +36262,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -36304,7 +36304,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference" ] @@ -36312,7 +36312,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationId": "System.String", "Version": "System.String" @@ -36350,7 +36350,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSOutputFile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSOutputFile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSOutputFile" ] @@ -36358,7 +36358,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOutputFile": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination", "UploadOptions": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions", @@ -36411,7 +36411,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination" }, @@ -36454,7 +36454,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference", "UploadHeaders": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader]", @@ -36521,7 +36521,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader" ] @@ -36529,7 +36529,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -36577,7 +36577,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UploadCondition": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition" }, @@ -36715,7 +36715,7 @@ "Microsoft.Azure.Management.Batch.Models.PackageState": { "Namespace": "Microsoft.Azure.Management.Batch.Models", "Name": "Microsoft.Azure.Management.Batch.Models.PackageState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PackageState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PackageState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -36802,7 +36802,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError", "Timestamp": "System.DateTime", @@ -36836,7 +36836,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", "Message": "System.String", @@ -36870,7 +36870,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Batch.Common.PoolIdentityType", "UserAssignedIdentities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity]" @@ -36990,7 +36990,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity" ] @@ -36998,7 +36998,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientId": "System.String", "PrincipalId": "System.String", @@ -37043,7 +37043,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", "PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", @@ -37084,7 +37084,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundNatPools": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]" }, @@ -37127,7 +37127,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool" ] @@ -37135,7 +37135,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol", "NetworkSecurityGroupRules": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]", @@ -37203,7 +37203,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule" ] @@ -37211,7 +37211,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess", "SourcePortRanges": "System.Collections.Generic.IReadOnlyList`1[System.String]", @@ -37356,7 +37356,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddressIds": "System.Collections.Generic.IList`1[System.String]", "Provision": "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]" @@ -37590,7 +37590,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceStatistics": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics", "UsageStatistics": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics", @@ -37626,7 +37626,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -37670,7 +37670,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -37704,7 +37704,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType" }, @@ -37834,7 +37834,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Batch.Common.UpgradeMode", "AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy", @@ -37966,7 +37966,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableAutomaticRollback": "System.Nullable`1[System.Boolean]", "EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]", @@ -38006,7 +38006,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -38049,7 +38049,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", "DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", @@ -38107,7 +38107,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerRegistries": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]", "ContainerImageNames": "System.Collections.Generic.IList`1[System.String]", @@ -38146,7 +38146,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry" ] @@ -38154,7 +38154,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]" }, @@ -38292,7 +38292,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Policy": "System.Nullable`1[Microsoft.Azure.Batch.Common.NodePlacementPolicyType]" }, @@ -38430,7 +38430,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSOSDisk": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOSDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOSDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralOSDiskSettings": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings", "ManagedDisk": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk", @@ -38471,7 +38471,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Placement": "System.Nullable`1[Microsoft.Azure.Batch.Common.DiffDiskPlacement]" }, @@ -38603,7 +38603,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityProfile": "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile", "StorageAccountType": "System.Nullable`1[Microsoft.Azure.Batch.Common.StorageAccountType]" @@ -38651,7 +38651,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecurityEncryptionType": "System.String" }, @@ -38878,7 +38878,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UefiSettings": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings", "SecurityType": "System.Nullable`1[Microsoft.Azure.Batch.Common.SecurityTypes]", @@ -38917,7 +38917,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "VTpmEnabled": "System.Nullable`1[System.Boolean]" @@ -39050,7 +39050,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -39093,7 +39093,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableAutomaticUpdates": "System.Nullable`1[System.Boolean]" }, @@ -39136,7 +39136,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSDataDisk" ] @@ -39144,7 +39144,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSDataDisk": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskSizeGB": "System.Int32", "Lun": "System.Int32", @@ -39202,7 +39202,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSVMExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSVMExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSVMExtension" ] @@ -39210,7 +39210,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSVMExtension": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]", "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", @@ -39274,7 +39274,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration" ] @@ -39282,7 +39282,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureBlobFileSystemConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration", "AzureFileShareConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration", @@ -39355,7 +39355,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference", "AccountKey": "System.String", @@ -39445,7 +39445,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountKey": "System.String", "AccountName": "System.String", @@ -39508,7 +39508,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MountOptions": "System.String", "Password": "System.String", @@ -39571,7 +39571,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MountOptions": "System.String", "RelativeMountPath": "System.String", @@ -39624,7 +39624,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSUserAccount" ] @@ -39632,7 +39632,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSUserAccount": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration", "WindowsUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration", @@ -39695,7 +39695,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Gid": "System.Nullable`1[System.Int32]", "Uid": "System.Nullable`1[System.Int32]", @@ -39748,7 +39748,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoginMode": "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]" }, @@ -39886,7 +39886,7 @@ "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]", - "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSResizeError" ] @@ -39894,7 +39894,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSResizeError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSResizeError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", "Message": "System.String", @@ -40118,7 +40118,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus]", @@ -40157,7 +40157,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus" ] @@ -40165,7 +40165,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Level": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes", "Code": "System.String", @@ -40206,7 +40206,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -40235,7 +40235,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxTaskRetryCount": "System.Nullable`1[System.Int32]", "MaxWallClockTime": "System.Nullable`1[System.TimeSpan]" @@ -40283,7 +40283,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchedulingError": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError", "StartTime": "System.DateTime", @@ -40319,7 +40319,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Category": "Microsoft.Azure.Batch.Common.ErrorCategory", "Details": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]", @@ -40354,7 +40354,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings", "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", @@ -40418,7 +40418,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkipWithdrawFromVNet": "System.Nullable`1[System.Boolean]", "SubnetId": "System.String" @@ -40466,7 +40466,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints", "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", @@ -40520,7 +40520,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings", "UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity", @@ -40573,7 +40573,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -40618,7 +40618,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", "PoolId": "System.String" @@ -40656,7 +40656,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PoolLifetimeOption": "Microsoft.Azure.Batch.Common.PoolLifetimeOption", "PoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification", @@ -40783,7 +40783,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration", "StartTask": "Microsoft.Azure.Commands.Batch.Models.PSStartTask", @@ -41124,7 +41124,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecentJob": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob", "NextRunTime": "System.Nullable`1[System.DateTime]", @@ -41158,7 +41158,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSRecentJob": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Url": "System.String" @@ -41191,7 +41191,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastUpdateTime": "System.DateTime", "StartTime": "System.DateTime", @@ -41236,7 +41236,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints", "JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask", @@ -41296,7 +41296,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSSchedule": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DoNotRunAfter": "System.Nullable`1[System.DateTime]", "DoNotRunUntil": "System.Nullable`1[System.DateTime]", @@ -41431,7 +41431,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Batch.Common.JobPreparationTaskState", "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", @@ -41560,7 +41560,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Batch.Common.JobReleaseTaskState", "ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation", @@ -41687,7 +41687,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSFileProperties": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastModified": "System.DateTime", "ContentLength": "System.Int64", @@ -41723,7 +41723,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Creating": "System.Int32", "Unusable": "System.Int32", @@ -42066,7 +42066,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability" ] @@ -42074,7 +42074,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -42178,7 +42178,7 @@ "Microsoft.Azure.Commands.Batch.Models.PSCloudTask": { "Namespace": "Microsoft.Azure.Commands.Batch.Models", "Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation", "AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",