Skip to content

Commit a86f8c9

Browse files
committed
Add LocationCompleter to StreamAnalytics cmdlets
1 parent ed7cd95 commit a86f8c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Subscription/GetAzureStreamAnalyticsQuotasCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15+
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
1516
using Microsoft.Azure.Commands.StreamAnalytics.Models;
1617
using System.Collections.Generic;
1718
using System.Management.Automation;
@@ -23,6 +24,7 @@ namespace Microsoft.Azure.Commands.StreamAnalytics
2324
public class GetAzureStreamAnalyticsQuotasCommand : StreamAnalyticsBaseCmdlet
2425
{
2526
[Parameter(Position = 0, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The location of the azure stream analytics quota.")]
27+
[LocationCompleter("Microsoft.StreamAnalytics/locations")]
2628
[ValidateNotNullOrEmpty]
2729
public string Location { get; set; }
2830

0 commit comments

Comments
 (0)