Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -513,7 +513,7 @@
"tags": [
"DataSet"
],
"summary": "Adds a new data set to an existing share or updates it if existing.",
"summary": "Adds a new data set to an existing share.",
"description": "Create a DataSet ",
"operationId": "DataSets_Create",
"parameters": [
Expand Down Expand Up @@ -2500,7 +2500,7 @@
"tags": [
"SynchronizationSetting"
],
"summary": "Adds a new synchronization setting to an existing share or updates it if existing.",
"summary": "Adds a new synchronization setting to an existing share.",
"description": "Create or update a synchronizationSetting ",
"operationId": "SynchronizationSettings_Create",
"parameters": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"tags": [
"DataSet"
],
"summary": "Adds a new data set to an existing share or updates it if existing.",
"summary": "Adds a new data set to an existing share.",
"description": "Create a DataSet ",
"operationId": "DataSets_Create",
"parameters": [
Expand Down Expand Up @@ -2500,7 +2500,7 @@
"tags": [
"SynchronizationSetting"
],
"summary": "Adds a new synchronization setting to an existing share or updates it if existing.",
"summary": "Adds a new synchronization setting to an existing share.",
"description": "Create or update a synchronizationSetting ",
"operationId": "SynchronizationSettings_Create",
"parameters": [
Expand Down
2 changes: 1 addition & 1 deletion specification/datashare/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ require: $(this-folder)/../../../profiles/readme.md

# all the input files across all versions
input-file:
- $(this-folder)/Microsoft.DataShare/preview/2018-11-01-preview/DataShare.json
- $(this-folder)/Microsoft.DataShare/stable/2019-11-01/DataShare.json
- $(this-folder)/Microsoft.DataShare/preview/2018-11-01-preview/DataShare.json

```

Expand Down