Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
correcting error for Remove SVI
  • Loading branch information
jaskisin committed Dec 21, 2023
commit b9bad3e00a5f28b312d006f73efde23c5bf4b4e6
5 changes: 5 additions & 0 deletions src/Workloads/Workloads.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ directive:
# - PrometheusHaClusterProviderInstanceProperties
# - MsSqlServerProviderInstanceProperties

- from: swagger-document
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}"].delete.responses
transform: >-
return { "200": { "description": "OK" }, "202": { "description": "Accepted", "headers": { "Location": { "description": "The URL of the resource used to check the status of the asynchronous operation.", "type": "string" }, "Retry-After": { "description": "The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation.", "type": "integer", "format": "int32" }, "Azure-AsyncOperation": { "description": "The URI to poll for completion status.", "type": "string" } } }, "204": { "description": "No Content" }, "default": { "description": "Error response describing why the operation failed.", "schema": { "$ref": "https://github.com/Azure/azure-rest-api-specs/blob/dfbe76b052675596dabcc1daa79a9cec214ffc8f/specification/common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }

# Result shoule be in SingleServerRecommendationResult and ThreeTierRecommendationResult
- from: source-file-csharp
where: $
Expand Down
Loading