Skip to content

Commit ddec731

Browse files
fix resource type
1 parent 0453f27 commit ddec731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataShare/DataShare/Account/NewAzDataShareAccount.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class NewAzDataShareAccount : AzureDataShareCmdletBase
7171
[Parameter]
7272
public SwitchParameter AsJob { get; set; }
7373

74-
private const string ResourceType = "Data Share Account";
74+
private const string ResourceType = "DataShare Account";
7575

7676
public override void ExecuteCmdlet()
7777
{

0 commit comments

Comments
 (0)