File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Synapse/Synapse/Commands/ManagementCommands/SparkPool Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 21
21
using Microsoft . Azure . Commands . Synapse . Properties ;
22
22
using Microsoft . Azure . Management . Internal . Resources . Utilities . Models ;
23
23
using Microsoft . Azure . Management . Synapse . Models ;
24
+ using Microsoft . WindowsAzure . Commands . Common . CustomAttributes ;
24
25
using Microsoft . WindowsAzure . Commands . Utilities . Common ;
25
26
using System ;
26
27
using System . Collections ;
@@ -138,6 +139,7 @@ public class UpdateAzureSynapseSparkPool : SynapseManagementCmdletBase
138
139
HelpMessage = HelpMessages . LibraryRequirementsFilePath ) ]
139
140
public string LibraryRequirementsFilePath { get ; set ; }
140
141
142
+ [ CmdletParameterBreakingChange ( "SparkConfigFilePath" , ReplaceMentCmdletParameterName = "SparkConfiguration" ) ]
141
143
[ Parameter ( ValueFromPipelineByPropertyName = false , Mandatory = false ,
142
144
HelpMessage = HelpMessages . SparkConfigPropertiesFilePath ) ]
143
145
public string SparkConfigFilePath { get ; set ; }
You can’t perform that action at this time.
0 commit comments