Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update improper descriptions of Data Share put calls #8518

Merged
merged 3 commits into from
Feb 27, 2020
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