Skip to content

Commit d207247

Browse files
committed
Regen docs afetr reabse
1 parent edb11f6 commit d207247

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

packages/azure-http-specs/spec-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Expected response body:
333333

334334
### Azure_Core_Basic_createOrUpdate
335335

336-
- Endpoint: `get /azure/core/basic`
336+
- Endpoint: `patch /azure/core/basic`
337337

338338
Should only generate models named User and UserOrder.
339339

website/src/content/docs/docs/libraries/azure-resource-manager/reference/interfaces.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -675,15 +675,15 @@ op Azure.ResourceManager.ArmProviderActionAsync(apiVersion: string, subscription
675675

676676
#### Template Parameters
677677

678-
| Name | Description |
679-
| ------------- | ----------------------------------------------------------------------------------------------------- |
680-
| Request | The request model for the action |
681-
| Response | The response type for the action |
682-
| Scope | The scope of the action (SubscriptionActionScope, TenantActionScope, or ExtensionResourceActionScope) |
683-
| Parameters | Optional. Additional parameters after the path parameters (e.g. Location) |
684-
| LroHeaders | Optional. Allows overriding the lro headers returned in the Accepted response |
685-
| Error | Optional. The error response, if non-standard. |
686-
| BodyParameter | Optional. Can be used to change the name, documentation, or optionality of the body parameter. |
678+
| Name | Description |
679+
| ------------- | ---------------------------------------------------------------------------------------------- |
680+
| Request | The request model for the action |
681+
| Response | The response type for the action |
682+
| Scope | The scope of the action (SubscriptionActionScope or TenantActionScope) |
683+
| Parameters | Optional. Additional parameters after the path parameters (e.g. Location) |
684+
| LroHeaders | Optional. Allows overriding the lro headers returned in the Accepted response |
685+
| Error | Optional. The error response, if non-standard. |
686+
| BodyParameter | Optional. Can be used to change the name, documentation, or optionality of the body parameter. |
687687

688688
### `ArmProviderActionSync` {#Azure.ResourceManager.ArmProviderActionSync}
689689

@@ -693,14 +693,14 @@ op Azure.ResourceManager.ArmProviderActionSync(apiVersion: string, subscriptionI
693693

694694
#### Template Parameters
695695

696-
| Name | Description |
697-
| ------------- | ----------------------------------------------------------------------------------------------------- |
698-
| Request | The request model for the action |
699-
| Response | The response type for the action |
700-
| Scope | The scope of the action (SubscriptionActionScope, TenantActionScope, or ExtensionResourceActionScope) |
701-
| Parameters | Optional. Additional parameters after the path parameters (e.g. Location) |
702-
| Error | Optional. The error response, if non-standard. |
703-
| BodyParameter | Optional. Can be used to change the name, documentation, or optionality of the body parameter. |
696+
| Name | Description |
697+
| ------------- | ---------------------------------------------------------------------------------------------- |
698+
| Request | The request model for the action |
699+
| Response | The response type for the action |
700+
| Scope | The scope of the action (SubscriptionActionScope or TenantActionScope) |
701+
| Parameters | Optional. Additional parameters after the path parameters (e.g. Location) |
702+
| Error | Optional. The error response, if non-standard. |
703+
| BodyParameter | Optional. Can be used to change the name, documentation, or optionality of the body parameter. |
704704

705705
### `ArmResourceActionAsync` {#Azure.ResourceManager.ArmResourceActionAsync}
706706

0 commit comments

Comments
 (0)