-
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.
* Added Path and example * Parameter changes * Description added * value changes * Response changes * example changes * Property added * name changes * Definition changes * model validation * object added * Response/prettier changes Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <[email protected]>
- Loading branch information
1 parent
bc2806d
commit 9860bbd
Showing
2 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...crosoft.Synapse/preview/2021-06-01-preview/examples/CheckDefaultStorageAccountStatus.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,31 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "89e2c1d6-3f1d-45d1-8ddf-d8ea6cab925e", | ||
"resourceGroupName": "lee-synapse-dev", | ||
"workspaceName": "lee-synws-dw-dev", | ||
"checkDefaultStorageAccountStatus": { | ||
"properties": { | ||
"isPrivateLinked": true, | ||
"privateEndpointResourceId": "abc123" | ||
} | ||
}, | ||
"api-version": "2021-06-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/89e2c1d6-3f1d-45d1-8ddf-d8ea6cab925e/resourceGroups/lee-synapse-dev/providers/Microsoft.Synapse/workspaces/lee-synws-dw-dev/checkDefaultStorageAccountStatus", | ||
"type": "Microsoft.Synapse/workspaces/checkDefaultStorageAccountStatus", | ||
"location": "Japan East", | ||
"properties": { | ||
"isPrivateLinked": true, | ||
"privateEndpointResourceId": "abc123" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
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