Skip to content

Commit

Permalink
Update improper descriptions of Data Share put calls (Azure#8518)
Browse files Browse the repository at this point in the history
* Update DataShare.json

* Update DataShare.json

* replace resource-manager
  • Loading branch information
dadihe authored and tasharm-0412 committed Mar 4, 2020
1 parent d6e0551 commit c788192
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit c788192

Please sign in to comment.