forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing R3023 Operation API Implmentation ARM Swagger error (Azure#8423)
Co-authored-by: Venkat Akkinepally <veakkine@microsoft.com>
- Loading branch information
Showing
3 changed files
with
118 additions
and
43 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
23 changes: 23 additions & 0 deletions
23
...dwareSecurityModules/preview/2018-10-31-preview/examples/DedicatedHsm_OperationsList.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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-10-31-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "hsm1", | ||
"isDataAction": "false", | ||
"display": { | ||
"provider": "Microsoft HardwareSecurityModules", | ||
"resource": "Dedicated HSM", | ||
"operation": "DedicatedHsm_Update", | ||
"description": "Update a dedicated HSM in the specified subscription" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |