diff --git a/docs/libraries/azure-core/reference/data-types.md b/docs/libraries/azure-core/reference/data-types.md index 91cc9c87b1..e01fc47e41 100644 --- a/docs/libraries/azure-core/reference/data-types.md +++ b/docs/libraries/azure-core/reference/data-types.md @@ -348,12 +348,12 @@ model Azure.Core.ResourceOperationStatus #### Properties -| Name | Type | Description | -| ------- | ------------------------------------------------------------------------- | -------------------------------------------------------------- | -| id | `string` | The unique ID of the operation. | -| status | [`OperationState`](./data-types.md#Azure.Core.Foundations.OperationState) | The status of the operation | -| error? | `StatusError` | Error object that describes the error when status is "Failed". | -| result? | `StatusResult` | The result of the operation. | +| Name | Type | Description | +| ------- | ------------------------------------------------------------------------- | ----------- | +| id | `string` | | +| status | [`OperationState`](./data-types.md#Azure.Core.Foundations.OperationState) | | +| error? | `StatusError` | | +| result? | `StatusResult` | | ### `ResponseProperty` {#Azure.Core.ResponseProperty} diff --git a/docs/libraries/azure-core/reference/interfaces.md b/docs/libraries/azure-core/reference/interfaces.md index 7ed271e946..f3a8f10fb0 100644 --- a/docs/libraries/azure-core/reference/interfaces.md +++ b/docs/libraries/azure-core/reference/interfaces.md @@ -263,7 +263,7 @@ op Azure.Core.ResourceOperations.LongRunningResourceCollectionAction(apiVersion: Resource operation status operation template. ```typespec -op Azure.Core.ResourceOperations.GetResourceOperationStatus(apiVersion: string, operationId: string): Azure.Core.ResourceOperationStatus | ErrorResponse +op Azure.Core.ResourceOperations.GetResourceOperationStatus(apiVersion: string): Azure.Core.ResourceOperationStatus | ErrorResponse ``` ##### Template Parameters @@ -280,7 +280,7 @@ op Azure.Core.ResourceOperations.GetResourceOperationStatus(apiVersion: string, Operation signature to retrieve a resource operation status. ```typespec -op Azure.Core.GetResourceOperationStatus(apiVersion: string, operationId: string): Azure.Core.ResourceOperationStatus | Azure.Core.Foundations.ErrorResponse +op Azure.Core.GetResourceOperationStatus(apiVersion: string): Azure.Core.ResourceOperationStatus | Azure.Core.Foundations.ErrorResponse ``` #### Template Parameters diff --git a/docs/libraries/azure-resource-manager/reference/data-types.md b/docs/libraries/azure-resource-manager/reference/data-types.md index 36b55a21fb..178430fad5 100644 --- a/docs/libraries/azure-resource-manager/reference/data-types.md +++ b/docs/libraries/azure-resource-manager/reference/data-types.md @@ -338,10 +338,10 @@ model Azure.ResourceManager.ArmResourceUpdatedResponse #### Properties -| Name | Type | Description | -| ---------- | ---------- | --------------------------------------------------- | -| statusCode | `200` | The status code. | -| body | `Resource` | The body type of the operation request or response. | +| Name | Type | Description | +| ---------- | ---------- | ---------------- | +| statusCode | `200` | The status code. | +| body | `Resource` | | ### `ArmResponse` {#Azure.ResourceManager.ArmResponse} @@ -723,10 +723,10 @@ model Azure.ResourceManager.ResourceListResult #### Properties -| Name | Type | Description | -| --------- | -------------------------------- | ---------------------------------- | -| value | `Array` | The {name} items on this page | -| nextLink? | `TypeSpec.Rest.ResourceLocation` | The link to the next page of items | +| Name | Type | Description | +| --------- | -------------------------------- | ----------- | +| value | `Array` | | +| nextLink? | `TypeSpec.Rest.ResourceLocation` | | ### `ResourceNameParameter` {#Azure.ResourceManager.ResourceNameParameter} @@ -1918,7 +1918,7 @@ model Azure.ResourceManager.Foundations.ExtensionScope | ----------- | -------------------------------- | ---------------------------------------------------------------------- | | apiVersion | `string` | The API version to use for this operation. | | resourceUri | `string` | The fully qualified Azure Resource manager identifier of the resource. | -| provider | `"Microsoft.ThisWillBeReplaced"` | The provider namespace for the resource. | +| provider | `"Microsoft.ThisWillBeReplaced"` | | ### `LocationBaseParameters` {#Azure.ResourceManager.Foundations.LocationBaseParameters} @@ -1957,7 +1957,7 @@ model Azure.ResourceManager.Foundations.LocationScope | apiVersion | `string` | The API version to use for this operation. | | subscriptionId | `Core.uuid` | The ID of the target subscription. The value must be an UUID. | | location | `string` | The location name. | -| provider | `"Microsoft.ThisWillBeReplaced"` | The provider namespace for the resource. | +| provider | `"Microsoft.ThisWillBeReplaced"` | | ### `ProxyResourceUpdateModel` {#Azure.ResourceManager.Foundations.ProxyResourceUpdateModel} @@ -2019,7 +2019,7 @@ model Azure.ResourceManager.Foundations.ResourceGroupScope | location | `string` | The location name. | | resourceGroupName | `string` | The name of the resource group. The name is case insensitive. | | resourceUri | `string` | The fully qualified Azure Resource manager identifier of the resource. | -| provider | `"Microsoft.ThisWillBeReplaced"` | The provider namespace for the resource. | +| provider | `"Microsoft.ThisWillBeReplaced"` | | ### `ResourceUpdateModel` {#Azure.ResourceManager.Foundations.ResourceUpdateModel} @@ -2098,7 +2098,7 @@ model Azure.ResourceManager.Foundations.SubscriptionScope | -------------- | -------------------------------- | ------------------------------------------------------------- | | apiVersion | `string` | The API version to use for this operation. | | subscriptionId | `Core.uuid` | The ID of the target subscription. The value must be an UUID. | -| provider | `"Microsoft.ThisWillBeReplaced"` | The provider namespace for the resource. | +| provider | `"Microsoft.ThisWillBeReplaced"` | | ### `TagsUpdateModel` {#Azure.ResourceManager.Foundations.TagsUpdateModel} @@ -2153,4 +2153,4 @@ model Azure.ResourceManager.Foundations.TenantScope | Name | Type | Description | | ---------- | -------------------------------- | ------------------------------------------ | | apiVersion | `string` | The API version to use for this operation. | -| provider | `"Microsoft.ThisWillBeReplaced"` | The provider namespace for the resource. | +| provider | `"Microsoft.ThisWillBeReplaced"` | |