forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Purview Accounts] SDK Team Feedback on Operation IDs (Azure#15669)
This change updates the operation ids for operations in the Purview Accounts service. These names are used when generating clients and so for some we've added suffxes (based on their groupings) to make generated method names a little clearler when you see just the method name in code e.g.: ``` var client = new PurviewAccountsClient(); ... client.GetAccountProperties() // Nicer than just client.Get(); ``` In addition, we noticed that the `Collections_GetCollectionPath` operation took a `$skipToken` parameter, even though the operation is not pageable. After following up with the service team we learned this was a mistake, so I have removed the parameter from the specification.
- Loading branch information
Showing
15 changed files
with
52 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...1-preview/examples/Accounts_ListKeys.json → ...view/examples/Accounts_GetAccessKeys.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"parameters": { | ||
"endpoint": "{endpoint}", | ||
"api-version": "2018-12-01-preview" | ||
}, | ||
"responses": { | ||
|
1 change: 1 addition & 0 deletions
1
...-11-01-preview/examples/Accounts_Get.json → ...amples/Accounts_GetAccountProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"parameters": { | ||
"endpoint": "{endpoint}", | ||
"api-version": "2018-12-01-preview" | ||
}, | ||
"responses": { | ||
|
1 change: 1 addition & 0 deletions
1
...iew/examples/Accounts_RegenerateKeys.json → ...xamples/Accounts_RegenerateAccessKey.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...-01-preview/examples/Accounts_Update.json → ...les/Accounts_UpdateAccountProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../examples/Collections_CreateOrUpdate.json → ...Collections_CreateOrUpdateCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...-preview/examples/Collections_Delete.json → ...xamples/Collections_DeleteCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...-01-preview/examples/Collections_Get.json → ...w/examples/Collections_GetCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...cs.Purview.Account/preview/2019-11-01-preview/examples/Collections_GetCollectionPath.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../Collections_GetChildCollectionNames.json → ...Collections_ListChildCollectionNames.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...w/examples/Collections_ListByAccount.json → ...examples/Collections_ListCollections.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"parameters": { | ||
"endpoint": "{endpoint}", | ||
"api-version": "2019-11-01-preview" | ||
}, | ||
"responses": { | ||
|
1 change: 1 addition & 0 deletions
1
...esourceSetRuleConfigs_CreateOrUpdate.json → ...tRules_CreateOrUpdateResourceSetRule.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...amples/ResourceSetRuleConfigs_Delete.json → ...sourceSetRules_DeleteResourceSetRule.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../examples/ResourceSetRuleConfigs_Get.json → .../ResourceSetRules_GetResourceSetRule.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ResourceSetRuleConfigs_ListByAccount.json → ...esourceSetRules_ListResourceSetRules.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters