You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the returned PSCloudJobSchedule class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0","4.0.0")]
@@ -38,6 +39,7 @@ public class NewBatchJobScheduleCommand : BatchObjectModelCmdletBase
38
39
39
40
[Parameter(Mandatory=true,HelpMessage="Specifies details of the jobs to be created on this schedule.")]
40
41
[ValidateNotNullOrEmpty]
42
+
[GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSJobSpecification class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0","4.0.0")]
[GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the returned PSCloudJob class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0","4.0.0")]
@@ -60,6 +61,7 @@ public class NewBatchJobCommand : BatchObjectModelCmdletBase
60
61
61
62
[Parameter(Mandatory=true,HelpMessage="The pool information for the job.")]
62
63
[ValidateNotNullOrEmpty]
64
+
[GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSPoolInformation class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0","4.0.0")]
ValueFromPipeline=true,Mandatory=false,HelpMessage="The pool object for which to get node counts.")]
36
36
[ValidateNotNullOrEmpty]
37
+
[GenericBreakingChangeWithVersion("The following properties of PSCloudPool are being deprecated: CurrentNodeCommunicationMode, TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0","4.0.0")]
[Parameter(Mandatory=false,HelpMessage="The user defined tags to be associated with the Azure Batch Pool.When specified, these tags are propagated to the backing Azure resources associated with the pool.This property can only be specified when the Batch account was created with the poolAllocationMode property set to 'UserSubscription'.")]
89
89
[ValidateNotNullOrEmpty]
90
90
publicIDictionaryResourceTag{get;set;}
@@ -102,7 +102,7 @@ public class NewBatchPoolCommand : BatchObjectModelCmdletBase
HelpMessage="The PSCloudPool object with changes to commit to the Batch Service.")]
26
27
[ValidateNotNullOrEmpty]
28
+
[GenericBreakingChangeWithVersion("The following properties of PSCloudPool are being deprecated: CurrentNodeCommunicationMode, TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0","4.0.0")]
[GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSCloudJob class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0","4.0.0")]
[GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSCloudJob class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0","4.0.0")]
0 commit comments