From e4971f3b6104d89c0d44e0a1180586245cf0641f Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 3 Oct 2022 12:12:47 +0000 Subject: [PATCH] CodeGen from PR 20749 in Azure/azure-rest-api-specs Users/v sparatala/merge allx ms mutability (#20749) * Remove "keyVaultUrl" in PUT schema reponse * Revert "Remove "keyVaultUrl" in PUT schema reponse" This reverts commit de3fcd0e074bc54bf275fff49e4aa3f46fde3491. * Update keyVaultUrl property to readOnly true * Removed read-only and annotated to x-ms-mutability * Update Workspaces_Get property to x-ms-mutability * Updated SqlPoolSecurityAlertPolicies_Get properties to x-ms-mutability * Update dynamicExecutorAllocation property with x-ms-mutability * Update Workspaces_Get createManagedPrivateEndpoint to x-ms-mutability * Updated workspace_Get property managedResourceGroupName to x-ms-mutability * Update SqlPools_Get property restorePointInTime to x-ms-mutability * Update WorkspaceManagedSqlServerBlobAuditingPolicies_Get property to x-ms-mutability * Update SqlPools_Get collation to x-ms-mutability * Update KustoPools_Get KustoPool workspaceUID to x-ms-mutability * Fix model validation error * Fixed review comments * Fix R2064 - LROStatusCodesReturnTypeSchema * Fix lint, model validation error * Removed lro options * Fix LRO lint error * Fix lint error * Fix lint error * Fix lint error * Fix lint error * Fix lint error * Fix lint error * Fix lint error * Fix lint error * Resolved review comments * Fix review comments * Fix review comments * Resolve exception in kustoPool.json: * Resolve lint error * Resolve Model validation error * Resolve model validation error * Resolve LRO error * Resolve lint, model validation error * Resolve Model Validation error * Resolve model validation error * Resolve model validation error * Resolve Model validation error * Resolve model validation error * Resolve review comments * Resolve model validation error * Remove header location * Resolve runtime exception for schema violation * Resolve model validation error * Resolve schema violation exception --- schemas/2021-06-01-preview/Microsoft.Synapse.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/schemas/2021-06-01-preview/Microsoft.Synapse.json b/schemas/2021-06-01-preview/Microsoft.Synapse.json index 5ce7c0b0b1..3b704c29db 100644 --- a/schemas/2021-06-01-preview/Microsoft.Synapse.json +++ b/schemas/2021-06-01-preview/Microsoft.Synapse.json @@ -5834,21 +5834,6 @@ ], "description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource" }, - "connectivityEndpoints": { - "oneOf": [ - { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "properties": {} - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Connectivity endpoints" - }, "cspWorkspaceAdminProperties": { "oneOf": [ {