Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public class NewAzDataShareDataSetMapping : AzureDataShareCmdletBase
[Parameter(
Mandatory = true,
ValueFromPipelineByPropertyName = true,
HelpMessage = "Azure Storage Account ResourceId",
HelpMessage = "Azure Storage Account ResourceId that is the source of the data being shared.",
Comment thread
navba-MSFT marked this conversation as resolved.
ParameterSetName = ParameterSetNames.AdlsGen2DataSetParameterSet)]
[ValidateNotNullOrEmpty]
[ResourceIdCompleter(ResourceTypes.StorageAccount)]
Expand Down
4 changes: 2 additions & 2 deletions src/DataShare/DataShare/help/New-AzDataShareDataSetMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This command creates a data set mapping AdsDataSetMapping to storage account Ads
## PARAMETERS

### -AccountName
Azure data share account name
The name of the Azure storage account that is the source of the data being shared.

```yaml
Type: System.String
Expand Down Expand Up @@ -210,7 +210,7 @@ Accept wildcard characters: False
```

### -StorageAccountResourceId
Azure Storage Account ResourceId
Azure Storage Account ResourceId that is the source of the data being shared.
Comment thread
navba-MSFT marked this conversation as resolved.

```yaml
Type: System.String
Expand Down