-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ServiceAccount property names (#4165)
* Update property names Update property names - GroupId -> GroupName - DstsName -> AccountName * Update CreateDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update GetAllDstsServiceAccount.json * Update GetDstsServiceAccount.json * Update GetDstsServiceAccountUnderResourceGroup.json * Update PatchDstsServiceAccount.json * Update custom-words.txt * Update CreateDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update GetDstsServiceAccount.json * Update dstsServiceAccount.json * Update PatchDstsServiceAccount.json * Update GetDstsServiceAccountUnderResourceGroup.json * Update GetDstsServiceAccount.json * Update GetAllDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update CreateDstsServiceAccount.json * Update dstsServiceAccount.json * Update dstsServiceAccount.json * Update custom-words.txt * Update CreateDstsServiceAccount.json * Update CreateDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update GetAllDstsServiceAccount.json * Update GetDstsServiceAccount.json * Update GetDstsServiceAccountUnderResourceGroup.json * Update PatchDstsServiceAccount.json * Update CreateDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update GetAllDstsServiceAccount.json * Update GetDstsServiceAccount.json * Update GetDstsServiceAccountUnderResourceGroup.json * Update PatchDstsServiceAccount.json * Update CreateDstsServiceAccount.json * Update GetAllDstsServiceAccount.json * Update GetDstsServiceAccount.json * Update GetDstsServiceAccountUnderResourceGroup.json * Update PatchDstsServiceAccount.json * Update dstsServiceAccount.json * Update dstsServiceAccount.json * Update CreateDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update GetAllDstsServiceAccount.json * Update GetDstsServiceAccount.json * Update GetDstsServiceAccountUnderResourceGroup.json * Update PatchDstsServiceAccount.json * Update GetDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update GetDstsServiceAccountUnderResourceGroup.json * Update GetAllDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update DeleteDstsServiceAccount.json * Update dstsServiceAccount.json * Prettier check * Update dstsServiceAccount.json * Update CreateDstsServiceAccount.json * Update GetAllDstsServiceAccount.json * Update GetDstsServiceAccount.json * Update GetDstsServiceAccountUnderResourceGroup.json * Update PatchDstsServiceAccount.json * Update dstsServiceAccount.json * Update dstsServiceAccount.json * Update dstsServiceAccount.json Co-authored-by: dnangel026 <30422111+dnangel026@users.noreply.github.com>
- Loading branch information
1 parent
98efc61
commit d1519f7
Showing
8 changed files
with
132 additions
and
148 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
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
38 changes: 17 additions & 21 deletions
38
...ource-manager/Microsoft.AzureCIS/stable/2021-02-01/examples/CreateDstsServiceAccount.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
34 changes: 4 additions & 30 deletions
34
...ource-manager/Microsoft.AzureCIS/stable/2021-02-01/examples/DeleteDstsServiceAccount.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,38 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "{subscription-id}", | ||
"subscriptionId": "mySubscriptionId", | ||
"resourceGroupName": "myResourceGroup", | ||
"resourceName": "myResourceName", | ||
"resourceName": "prodUSEastAzcis", | ||
"api-version": "2021-02-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subId/resourceGroups/rgId/providers/Microsoft.AzureCIS/dstsServiceAccounts/testAccount", | ||
"name": "DstsServiceAccountResponse", | ||
"type": "Microsoft.AzureCIS/dstsServiceAccounts", | ||
"location": "useast", | ||
"properties": { | ||
"DstsInstance": "DstsInstance", | ||
"ServiceTreeId": "ServiceTreeId", | ||
"DstsName": "Name", | ||
"GroupId": "GroupId" | ||
} | ||
} | ||
}, | ||
"204": { | ||
"body": { | ||
"id": "/subscriptions/subId/resourceGroups/rgId/providers/Microsoft.AzureCIS/dstsServiceAccounts/testAccount", | ||
"name": "DstsServiceAccountResponse", | ||
"type": "Microsoft.AzureCIS/dstsServiceAccounts", | ||
"location": "useast", | ||
"properties": { | ||
"DstsInstance": "DstsInstance", | ||
"ServiceTreeId": "ServiceTreeId", | ||
"DstsName": "Name", | ||
"GroupId": "GroupId" | ||
} | ||
} | ||
} | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
52 changes: 36 additions & 16 deletions
52
...ource-manager/Microsoft.AzureCIS/stable/2021-02-01/examples/GetAllDstsServiceAccount.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
Oops, something went wrong.