diff --git a/sdk/synapse/arm-synapse/src/models/bigDataPoolsMappers.ts b/sdk/synapse/arm-synapse/src/models/bigDataPoolsMappers.ts index 44f5b924d39e..d4138198acad 100644 --- a/sdk/synapse/arm-synapse/src/models/bigDataPoolsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/bigDataPoolsMappers.ts @@ -47,6 +47,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/dataMaskingPoliciesMappers.ts b/sdk/synapse/arm-synapse/src/models/dataMaskingPoliciesMappers.ts index 38c66f693fcd..fa7be042dcd4 100644 --- a/sdk/synapse/arm-synapse/src/models/dataMaskingPoliciesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/dataMaskingPoliciesMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/dataMaskingRulesMappers.ts b/sdk/synapse/arm-synapse/src/models/dataMaskingRulesMappers.ts index fd0f546cb105..b5e9b734020a 100644 --- a/sdk/synapse/arm-synapse/src/models/dataMaskingRulesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/dataMaskingRulesMappers.ts @@ -46,6 +46,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/extendedSqlPoolBlobAuditingPoliciesMappers.ts b/sdk/synapse/arm-synapse/src/models/extendedSqlPoolBlobAuditingPoliciesMappers.ts index e0d71fb671a9..09b013d385f5 100644 --- a/sdk/synapse/arm-synapse/src/models/extendedSqlPoolBlobAuditingPoliciesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/extendedSqlPoolBlobAuditingPoliciesMappers.ts @@ -44,6 +44,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/index.ts b/sdk/synapse/arm-synapse/src/models/index.ts index dd971b2afc02..333febeebea3 100644 --- a/sdk/synapse/arm-synapse/src/models/index.ts +++ b/sdk/synapse/arm-synapse/src/models/index.ts @@ -4355,6 +4355,43 @@ export interface Key extends ProxyResource { keyVaultUrl?: string; } +/** + * Library response details + */ +export interface LibraryResource extends SubResource { + /** + * Name of the library. + */ + libraryResourceName?: string; + /** + * Storage blob path of library. + */ + path?: string; + /** + * Storage blob container name. + */ + containerName?: string; + /** + * The last update time of the library. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly uploadedTimestamp?: Date; + /** + * Type of the library. + */ + libraryResourceType?: string; + /** + * Provisioning status of the library/package. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly provisioningStatus?: string; + /** + * Creator Id of the library/package. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly creatorId?: string; +} + /** * Optional Parameters. */ @@ -4986,6 +5023,18 @@ export interface KeyInfoListResult extends Array { nextLink?: string; } +/** + * @interface + * A list of Library resources. + * @extends Array + */ +export interface LibraryListResponse extends Array { + /** + * The link to the next page of results, if any remaining results exist. + */ + nextLink?: string; +} + /** * Defines values for NodeSize. * Possible values include: 'None', 'Small', 'Medium', 'Large', 'XLarge', 'XXLarge', 'XXXLarge' @@ -5378,16 +5427,16 @@ export type BigDataPoolsGetResponse = BigDataPoolResourceInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: BigDataPoolResourceInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: BigDataPoolResourceInfo; + }; }; /** @@ -5398,16 +5447,16 @@ export type BigDataPoolsUpdateResponse = BigDataPoolResourceInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: BigDataPoolResourceInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: BigDataPoolResourceInfo; + }; }; /** @@ -5418,16 +5467,16 @@ export type BigDataPoolsCreateOrUpdateResponse = BigDataPoolResourceInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: BigDataPoolResourceInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: BigDataPoolResourceInfo; + }; }; /** @@ -5443,16 +5492,16 @@ export type BigDataPoolsDeleteMethodResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -5463,16 +5512,16 @@ export type BigDataPoolsListByWorkspaceResponse = BigDataPoolResourceInfoListRes * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: BigDataPoolResourceInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: BigDataPoolResourceInfoListResult; + }; }; /** @@ -5483,16 +5532,16 @@ export type BigDataPoolsBeginCreateOrUpdateResponse = BigDataPoolResourceInfo & * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: BigDataPoolResourceInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: BigDataPoolResourceInfo; + }; }; /** @@ -5508,16 +5557,16 @@ export type BigDataPoolsBeginDeleteMethodResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -5528,16 +5577,16 @@ export type BigDataPoolsListByWorkspaceNextResponse = BigDataPoolResourceInfoLis * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: BigDataPoolResourceInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: BigDataPoolResourceInfoListResult; + }; }; /** @@ -5548,16 +5597,16 @@ export type OperationsCheckNameAvailabilityResponse = CheckNameAvailabilityRespo * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: CheckNameAvailabilityResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: CheckNameAvailabilityResponse; + }; }; /** @@ -5568,16 +5617,16 @@ export type OperationsListResponse = Array & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: AvailableRpOperation[]; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: AvailableRpOperation[]; + }; }; /** @@ -5588,16 +5637,16 @@ export type OperationsGetAzureAsyncHeaderResultResponse = OperationResource & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: OperationResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: OperationResource; + }; }; /** @@ -5608,16 +5657,16 @@ export type IpFirewallRulesListByWorkspaceResponse = IpFirewallRuleInfoListResul * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IpFirewallRuleInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IpFirewallRuleInfoListResult; + }; }; /** @@ -5628,16 +5677,16 @@ export type IpFirewallRulesCreateOrUpdateResponse = IpFirewallRuleInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IpFirewallRuleInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IpFirewallRuleInfo; + }; }; /** @@ -5653,16 +5702,16 @@ export type IpFirewallRulesDeleteMethodResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -5673,16 +5722,16 @@ export type IpFirewallRulesGetResponse = IpFirewallRuleInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IpFirewallRuleInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IpFirewallRuleInfo; + }; }; /** @@ -5693,16 +5742,16 @@ export type IpFirewallRulesReplaceAllResponse = ReplaceAllFirewallRulesOperation * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ReplaceAllFirewallRulesOperationResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ReplaceAllFirewallRulesOperationResponse; + }; }; /** @@ -5713,16 +5762,16 @@ export type IpFirewallRulesBeginCreateOrUpdateResponse = IpFirewallRuleInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IpFirewallRuleInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IpFirewallRuleInfo; + }; }; /** @@ -5738,16 +5787,16 @@ export type IpFirewallRulesBeginDeleteMethodResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -5758,16 +5807,16 @@ export type IpFirewallRulesBeginReplaceAllResponse = ReplaceAllFirewallRulesOper * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ReplaceAllFirewallRulesOperationResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ReplaceAllFirewallRulesOperationResponse; + }; }; /** @@ -5778,16 +5827,16 @@ export type IpFirewallRulesListByWorkspaceNextResponse = IpFirewallRuleInfoListR * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IpFirewallRuleInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IpFirewallRuleInfoListResult; + }; }; /** @@ -5798,16 +5847,16 @@ export type SqlPoolsGetResponse = SqlPool & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPool; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPool; + }; }; /** @@ -5818,16 +5867,16 @@ export type SqlPoolsUpdateResponse = SqlPool & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPool; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPool; + }; }; /** @@ -5838,16 +5887,16 @@ export type SqlPoolsCreateResponse = SqlPool & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPool; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPool; + }; }; /** @@ -5863,16 +5912,16 @@ export type SqlPoolsDeleteMethodResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -5883,16 +5932,16 @@ export type SqlPoolsListByWorkspaceResponse = SqlPoolInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolInfoListResult; + }; }; /** @@ -5908,16 +5957,16 @@ export type SqlPoolsPauseResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -5933,16 +5982,16 @@ export type SqlPoolsResumeResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -5953,16 +6002,16 @@ export type SqlPoolsBeginCreateResponse = SqlPool & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPool; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPool; + }; }; /** @@ -5978,16 +6027,16 @@ export type SqlPoolsBeginDeleteMethodResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -6003,16 +6052,16 @@ export type SqlPoolsBeginPauseResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -6028,16 +6077,16 @@ export type SqlPoolsBeginResumeResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -6048,16 +6097,16 @@ export type SqlPoolsListByWorkspaceNextResponse = SqlPoolInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolInfoListResult; + }; }; /** @@ -6068,16 +6117,16 @@ export type SqlPoolMetadataSyncConfigsGetResponse = MetadataSyncConfig & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetadataSyncConfig; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: MetadataSyncConfig; + }; }; /** @@ -6088,16 +6137,16 @@ export type SqlPoolMetadataSyncConfigsCreateResponse = MetadataSyncConfig & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MetadataSyncConfig; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: MetadataSyncConfig; + }; }; /** @@ -6113,16 +6162,16 @@ export type SqlPoolOperationResultsGetLocationHeaderResultResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -6133,16 +6182,16 @@ export type SqlPoolGeoBackupPoliciesListResponse = GeoBackupPolicyListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GeoBackupPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: GeoBackupPolicyListResult; + }; }; /** @@ -6153,16 +6202,16 @@ export type SqlPoolGeoBackupPoliciesCreateOrUpdateResponse = GeoBackupPolicy & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GeoBackupPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: GeoBackupPolicy; + }; }; /** @@ -6173,16 +6222,16 @@ export type SqlPoolGeoBackupPoliciesGetResponse = GeoBackupPolicy & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: GeoBackupPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: GeoBackupPolicy; + }; }; /** @@ -6193,16 +6242,16 @@ export type SqlPoolDataWarehouseUserActivitiesGetResponse = DataWarehouseUserAct * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: DataWarehouseUserActivities; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: DataWarehouseUserActivities; + }; }; /** @@ -6213,16 +6262,16 @@ export type SqlPoolRestorePointsListResponse = RestorePointListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorePointListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RestorePointListResult; + }; }; /** @@ -6233,16 +6282,16 @@ export type SqlPoolRestorePointsCreateResponse = RestorePoint & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorePoint; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RestorePoint; + }; }; /** @@ -6253,16 +6302,16 @@ export type SqlPoolRestorePointsGetResponse = RestorePoint & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorePoint; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RestorePoint; + }; }; /** @@ -6273,16 +6322,16 @@ export type SqlPoolRestorePointsBeginCreateResponse = RestorePoint & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorePoint; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RestorePoint; + }; }; /** @@ -6293,16 +6342,16 @@ export type SqlPoolRestorePointsListNextResponse = RestorePointListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorePointListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RestorePointListResult; + }; }; /** @@ -6313,16 +6362,16 @@ export type SqlPoolReplicationLinksListResponse = ReplicationLinkListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ReplicationLinkListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ReplicationLinkListResult; + }; }; /** @@ -6333,16 +6382,16 @@ export type SqlPoolReplicationLinksGetByNameResponse = ReplicationLink & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ReplicationLink; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ReplicationLink; + }; }; /** @@ -6353,16 +6402,16 @@ export type SqlPoolReplicationLinksListNextResponse = ReplicationLinkListResult * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ReplicationLinkListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ReplicationLinkListResult; + }; }; /** @@ -6373,16 +6422,16 @@ export type SqlPoolMaintenanceWindowsGetResponse = MaintenanceWindows & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MaintenanceWindows; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: MaintenanceWindows; + }; }; /** @@ -6393,16 +6442,16 @@ export type SqlPoolMaintenanceWindowOptionsGetResponse = MaintenanceWindowOption * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: MaintenanceWindowOptions; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: MaintenanceWindowOptions; + }; }; /** @@ -6413,16 +6462,16 @@ export type SqlPoolTransparentDataEncryptionsGetResponse = TransparentDataEncryp * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: TransparentDataEncryption; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: TransparentDataEncryption; + }; }; /** @@ -6433,16 +6482,16 @@ export type SqlPoolTransparentDataEncryptionsCreateOrUpdateResponse = Transparen * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: TransparentDataEncryption; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: TransparentDataEncryption; + }; }; /** @@ -6453,16 +6502,16 @@ export type SqlPoolTransparentDataEncryptionsListResponse = TransparentDataEncry * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: TransparentDataEncryptionListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: TransparentDataEncryptionListResult; + }; }; /** @@ -6473,16 +6522,16 @@ export type SqlPoolTransparentDataEncryptionsListNextResponse = TransparentDataE * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: TransparentDataEncryptionListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: TransparentDataEncryptionListResult; + }; }; /** @@ -6493,16 +6542,16 @@ export type SqlPoolBlobAuditingPoliciesGetResponse = SqlPoolBlobAuditingPolicy & * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolBlobAuditingPolicy; + }; }; /** @@ -6513,16 +6562,16 @@ export type SqlPoolBlobAuditingPoliciesCreateOrUpdateResponse = SqlPoolBlobAudit * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolBlobAuditingPolicy; + }; }; /** @@ -6533,16 +6582,16 @@ export type SqlPoolBlobAuditingPoliciesListBySqlPoolResponse = SqlPoolBlobAuditi * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolBlobAuditingPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolBlobAuditingPolicyListResult; + }; }; /** @@ -6553,16 +6602,16 @@ export type SqlPoolBlobAuditingPoliciesListBySqlPoolNextResponse = SqlPoolBlobAu * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolBlobAuditingPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolBlobAuditingPolicyListResult; + }; }; /** @@ -6573,16 +6622,16 @@ export type SqlPoolOperationsListResponse = SqlPoolBlobAuditingPolicySqlPoolOper * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolBlobAuditingPolicySqlPoolOperationListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolBlobAuditingPolicySqlPoolOperationListResult; + }; }; /** @@ -6593,16 +6642,16 @@ export type SqlPoolOperationsListNextResponse = SqlPoolBlobAuditingPolicySqlPool * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolBlobAuditingPolicySqlPoolOperationListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolBlobAuditingPolicySqlPoolOperationListResult; + }; }; /** @@ -6613,16 +6662,16 @@ export type SqlPoolUsagesListResponse = SqlPoolUsageListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolUsageListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolUsageListResult; + }; }; /** @@ -6633,16 +6682,16 @@ export type SqlPoolUsagesListNextResponse = SqlPoolUsageListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolUsageListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolUsageListResult; + }; }; /** @@ -6653,16 +6702,16 @@ export type SqlPoolSensitivityLabelsListCurrentResponse = SensitivityLabelListRe * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SensitivityLabelListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SensitivityLabelListResult; + }; }; /** @@ -6673,16 +6722,16 @@ export type SqlPoolSensitivityLabelsListRecommendedResponse = SensitivityLabelLi * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SensitivityLabelListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SensitivityLabelListResult; + }; }; /** @@ -6693,16 +6742,16 @@ export type SqlPoolSensitivityLabelsCreateOrUpdateResponse = SensitivityLabel & * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SensitivityLabel; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SensitivityLabel; + }; }; /** @@ -6713,16 +6762,16 @@ export type SqlPoolSensitivityLabelsGetResponse = SensitivityLabel & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SensitivityLabel; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SensitivityLabel; + }; }; /** @@ -6733,16 +6782,16 @@ export type SqlPoolSensitivityLabelsListCurrentNextResponse = SensitivityLabelLi * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SensitivityLabelListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SensitivityLabelListResult; + }; }; /** @@ -6753,16 +6802,16 @@ export type SqlPoolSensitivityLabelsListRecommendedNextResponse = SensitivityLab * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SensitivityLabelListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SensitivityLabelListResult; + }; }; /** @@ -6773,16 +6822,16 @@ export type SqlPoolSchemasListResponse = SqlPoolSchemaListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolSchemaListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolSchemaListResult; + }; }; /** @@ -6793,16 +6842,16 @@ export type SqlPoolSchemasGetResponse = SqlPoolSchema & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolSchema; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolSchema; + }; }; /** @@ -6813,16 +6862,16 @@ export type SqlPoolSchemasListNextResponse = SqlPoolSchemaListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolSchemaListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolSchemaListResult; + }; }; /** @@ -6833,16 +6882,16 @@ export type SqlPoolTablesListBySchemaResponse = SqlPoolTableListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolTableListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolTableListResult; + }; }; /** @@ -6853,16 +6902,16 @@ export type SqlPoolTablesGetResponse = SqlPoolTable & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolTable; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolTable; + }; }; /** @@ -6873,16 +6922,16 @@ export type SqlPoolTablesListBySchemaNextResponse = SqlPoolTableListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolTableListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolTableListResult; + }; }; /** @@ -6893,16 +6942,16 @@ export type SqlPoolTableColumnsListByTableNameResponse = SqlPoolColumnListResult * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolColumnListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolColumnListResult; + }; }; /** @@ -6913,16 +6962,16 @@ export type SqlPoolTableColumnsListByTableNameNextResponse = SqlPoolColumnListRe * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolColumnListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolColumnListResult; + }; }; /** @@ -6933,16 +6982,16 @@ export type SqlPoolConnectionPoliciesGetResponse = SqlPoolConnectionPolicy & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolConnectionPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolConnectionPolicy; + }; }; /** @@ -6953,16 +7002,16 @@ export type SqlPoolVulnerabilityAssessmentsListResponse = SqlPoolVulnerabilityAs * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolVulnerabilityAssessmentListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolVulnerabilityAssessmentListResult; + }; }; /** @@ -6973,16 +7022,16 @@ export type SqlPoolVulnerabilityAssessmentsGetResponse = SqlPoolVulnerabilityAss * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolVulnerabilityAssessment; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolVulnerabilityAssessment; + }; }; /** @@ -6993,16 +7042,16 @@ export type SqlPoolVulnerabilityAssessmentsCreateOrUpdateResponse = SqlPoolVulne * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolVulnerabilityAssessment; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolVulnerabilityAssessment; + }; }; /** @@ -7013,16 +7062,16 @@ export type SqlPoolVulnerabilityAssessmentsListNextResponse = SqlPoolVulnerabili * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolVulnerabilityAssessmentListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolVulnerabilityAssessmentListResult; + }; }; /** @@ -7033,16 +7082,16 @@ export type SqlPoolVulnerabilityAssessmentScansListResponse = VulnerabilityAsses * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: VulnerabilityAssessmentScanRecordListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: VulnerabilityAssessmentScanRecordListResult; + }; }; /** @@ -7053,16 +7102,16 @@ export type SqlPoolVulnerabilityAssessmentScansExportMethodResponse = SqlPoolVul * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolVulnerabilityAssessmentScansExport; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolVulnerabilityAssessmentScansExport; + }; }; /** @@ -7073,16 +7122,16 @@ export type SqlPoolVulnerabilityAssessmentScansGetResponse = VulnerabilityAssess * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: VulnerabilityAssessmentScanRecord; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: VulnerabilityAssessmentScanRecord; + }; }; /** @@ -7093,16 +7142,16 @@ export type SqlPoolVulnerabilityAssessmentScansListNextResponse = VulnerabilityA * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: VulnerabilityAssessmentScanRecordListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: VulnerabilityAssessmentScanRecordListResult; + }; }; /** @@ -7113,16 +7162,16 @@ export type SqlPoolSecurityAlertPoliciesListResponse = ListSqlPoolSecurityAlertP * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ListSqlPoolSecurityAlertPolicies; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ListSqlPoolSecurityAlertPolicies; + }; }; /** @@ -7133,16 +7182,16 @@ export type SqlPoolSecurityAlertPoliciesGetResponse = SqlPoolSecurityAlertPolicy * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolSecurityAlertPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolSecurityAlertPolicy; + }; }; /** @@ -7153,16 +7202,16 @@ export type SqlPoolSecurityAlertPoliciesCreateOrUpdateResponse = SqlPoolSecurity * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolSecurityAlertPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolSecurityAlertPolicy; + }; }; /** @@ -7173,16 +7222,16 @@ export type SqlPoolSecurityAlertPoliciesListNextResponse = ListSqlPoolSecurityAl * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ListSqlPoolSecurityAlertPolicies; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ListSqlPoolSecurityAlertPolicies; + }; }; /** @@ -7193,16 +7242,16 @@ export type SqlPoolVulnerabilityAssessmentRuleBaselinesCreateOrUpdateResponse = * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolVulnerabilityAssessmentRuleBaseline; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolVulnerabilityAssessmentRuleBaseline; + }; }; /** @@ -7213,16 +7262,16 @@ export type SqlPoolVulnerabilityAssessmentRuleBaselinesGetResponse = SqlPoolVuln * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolVulnerabilityAssessmentRuleBaseline; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolVulnerabilityAssessmentRuleBaseline; + }; }; /** @@ -7233,16 +7282,16 @@ export type ExtendedSqlPoolBlobAuditingPoliciesGetResponse = ExtendedSqlPoolBlob * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedSqlPoolBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedSqlPoolBlobAuditingPolicy; + }; }; /** @@ -7253,16 +7302,16 @@ export type ExtendedSqlPoolBlobAuditingPoliciesCreateOrUpdateResponse = Extended * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedSqlPoolBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedSqlPoolBlobAuditingPolicy; + }; }; /** @@ -7273,16 +7322,16 @@ export type ExtendedSqlPoolBlobAuditingPoliciesListBySqlPoolResponse = ExtendedS * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedSqlPoolBlobAuditingPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedSqlPoolBlobAuditingPolicyListResult; + }; }; /** @@ -7293,16 +7342,16 @@ export type ExtendedSqlPoolBlobAuditingPoliciesListBySqlPoolNextResponse = Exten * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedSqlPoolBlobAuditingPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedSqlPoolBlobAuditingPolicyListResult; + }; }; /** @@ -7313,16 +7362,16 @@ export type DataMaskingPoliciesCreateOrUpdateResponse = DataMaskingPolicy & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: DataMaskingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: DataMaskingPolicy; + }; }; /** @@ -7333,16 +7382,16 @@ export type DataMaskingPoliciesGetResponse = DataMaskingPolicy & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: DataMaskingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: DataMaskingPolicy; + }; }; /** @@ -7353,16 +7402,16 @@ export type DataMaskingRulesCreateOrUpdateResponse = DataMaskingRule & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: DataMaskingRule; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: DataMaskingRule; + }; }; /** @@ -7373,16 +7422,16 @@ export type DataMaskingRulesGetResponse = DataMaskingRule & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: DataMaskingRule; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: DataMaskingRule; + }; }; /** @@ -7393,16 +7442,16 @@ export type DataMaskingRulesListBySqlPoolResponse = DataMaskingRuleListResult & * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: DataMaskingRuleListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: DataMaskingRuleListResult; + }; }; /** @@ -7413,16 +7462,16 @@ export type SqlPoolColumnsGetResponse = SqlPoolColumn & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SqlPoolColumn; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SqlPoolColumn; + }; }; /** @@ -7433,16 +7482,16 @@ export type SqlPoolWorkloadGroupGetResponse = WorkloadGroup & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadGroup; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadGroup; + }; }; /** @@ -7453,16 +7502,16 @@ export type SqlPoolWorkloadGroupCreateOrUpdateResponse = WorkloadGroup & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadGroup; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadGroup; + }; }; /** @@ -7473,16 +7522,16 @@ export type SqlPoolWorkloadGroupListResponse = WorkloadGroupListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadGroupListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadGroupListResult; + }; }; /** @@ -7493,16 +7542,16 @@ export type SqlPoolWorkloadGroupBeginCreateOrUpdateResponse = WorkloadGroup & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadGroup; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadGroup; + }; }; /** @@ -7513,16 +7562,16 @@ export type SqlPoolWorkloadGroupListNextResponse = WorkloadGroupListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadGroupListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadGroupListResult; + }; }; /** @@ -7533,16 +7582,16 @@ export type SqlPoolWorkloadClassifierGetResponse = WorkloadClassifier & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadClassifier; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadClassifier; + }; }; /** @@ -7553,16 +7602,16 @@ export type SqlPoolWorkloadClassifierCreateOrUpdateResponse = WorkloadClassifier * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadClassifier; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadClassifier; + }; }; /** @@ -7573,16 +7622,16 @@ export type SqlPoolWorkloadClassifierListResponse = WorkloadClassifierListResult * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadClassifierListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadClassifierListResult; + }; }; /** @@ -7593,16 +7642,16 @@ export type SqlPoolWorkloadClassifierBeginCreateOrUpdateResponse = WorkloadClass * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadClassifier; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadClassifier; + }; }; /** @@ -7613,16 +7662,16 @@ export type SqlPoolWorkloadClassifierListNextResponse = WorkloadClassifierListRe * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkloadClassifierListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkloadClassifierListResult; + }; }; /** @@ -7633,16 +7682,16 @@ export type WorkspacesListByResourceGroupResponse = WorkspaceInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceInfoListResult; + }; }; /** @@ -7653,16 +7702,16 @@ export type WorkspacesGetResponse = Workspace & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: Workspace; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: Workspace; + }; }; /** @@ -7673,16 +7722,16 @@ export type WorkspacesUpdateResponse = Workspace & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: Workspace; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: Workspace; + }; }; /** @@ -7693,16 +7742,16 @@ export type WorkspacesCreateOrUpdateResponse = Workspace & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: Workspace; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: Workspace; + }; }; /** @@ -7718,16 +7767,16 @@ export type WorkspacesDeleteMethodResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -7738,16 +7787,16 @@ export type WorkspacesListResponse = WorkspaceInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceInfoListResult; + }; }; /** @@ -7758,16 +7807,16 @@ export type WorkspacesBeginUpdateResponse = Workspace & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: Workspace; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: Workspace; + }; }; /** @@ -7778,16 +7827,16 @@ export type WorkspacesBeginCreateOrUpdateResponse = Workspace & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: Workspace; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: Workspace; + }; }; /** @@ -7803,16 +7852,16 @@ export type WorkspacesBeginDeleteMethodResponse = { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: any; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: any; + }; }; /** @@ -7823,16 +7872,16 @@ export type WorkspacesListByResourceGroupNextResponse = WorkspaceInfoListResult * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceInfoListResult; + }; }; /** @@ -7843,16 +7892,16 @@ export type WorkspacesListNextResponse = WorkspaceInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceInfoListResult; + }; }; /** @@ -7863,16 +7912,16 @@ export type WorkspaceAadAdminsGetResponse = WorkspaceAadAdminInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceAadAdminInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceAadAdminInfo; + }; }; /** @@ -7883,16 +7932,16 @@ export type WorkspaceAadAdminsCreateOrUpdateResponse = WorkspaceAadAdminInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceAadAdminInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceAadAdminInfo; + }; }; /** @@ -7903,16 +7952,16 @@ export type WorkspaceAadAdminsBeginCreateOrUpdateResponse = WorkspaceAadAdminInf * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceAadAdminInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceAadAdminInfo; + }; }; /** @@ -7923,16 +7972,16 @@ export type WorkspaceSqlAadAdminsGetResponse = WorkspaceAadAdminInfo & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceAadAdminInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceAadAdminInfo; + }; }; /** @@ -7943,16 +7992,16 @@ export type WorkspaceSqlAadAdminsCreateOrUpdateResponse = WorkspaceAadAdminInfo * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceAadAdminInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceAadAdminInfo; + }; }; /** @@ -7963,16 +8012,16 @@ export type WorkspaceSqlAadAdminsBeginCreateOrUpdateResponse = WorkspaceAadAdmin * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: WorkspaceAadAdminInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: WorkspaceAadAdminInfo; + }; }; /** @@ -7983,16 +8032,16 @@ export type WorkspaceManagedIdentitySqlControlSettingsGetResponse = ManagedIdent * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ManagedIdentitySqlControlSettingsModel; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ManagedIdentitySqlControlSettingsModel; + }; }; /** @@ -8003,16 +8052,16 @@ export type WorkspaceManagedIdentitySqlControlSettingsCreateOrUpdateResponse = M * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ManagedIdentitySqlControlSettingsModel; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ManagedIdentitySqlControlSettingsModel; + }; }; /** @@ -8023,16 +8072,16 @@ export type WorkspaceManagedIdentitySqlControlSettingsBeginCreateOrUpdateRespons * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ManagedIdentitySqlControlSettingsModel; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ManagedIdentitySqlControlSettingsModel; + }; }; /** @@ -8043,16 +8092,16 @@ export type RestorableDroppedSqlPoolsGetResponse = RestorableDroppedSqlPool & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableDroppedSqlPool; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RestorableDroppedSqlPool; + }; }; /** @@ -8063,16 +8112,16 @@ export type RestorableDroppedSqlPoolsListByWorkspaceResponse = RestorableDropped * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RestorableDroppedSqlPoolListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RestorableDroppedSqlPoolListResult; + }; }; /** @@ -8083,16 +8132,16 @@ export type IntegrationRuntimesUpdateResponse = IntegrationRuntimeResource & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeResource; + }; }; /** @@ -8103,16 +8152,16 @@ export type IntegrationRuntimesGetResponse = IntegrationRuntimeResource & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeResource; + }; }; /** @@ -8123,16 +8172,16 @@ export type IntegrationRuntimesCreateResponse = IntegrationRuntimeResource & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeResource; + }; }; /** @@ -8143,16 +8192,16 @@ export type IntegrationRuntimesListByWorkspaceResponse = IntegrationRuntimeListR * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeListResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeListResponse; + }; }; /** @@ -8163,16 +8212,16 @@ export type IntegrationRuntimesStartResponse = IntegrationRuntimeStatusResponse * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeStatusResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeStatusResponse; + }; }; /** @@ -8183,16 +8232,16 @@ export type IntegrationRuntimesBeginCreateResponse = IntegrationRuntimeResource * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeResource; + }; }; /** @@ -8203,16 +8252,16 @@ export type IntegrationRuntimesBeginStartResponse = IntegrationRuntimeStatusResp * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeStatusResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeStatusResponse; + }; }; /** @@ -8223,16 +8272,16 @@ export type IntegrationRuntimesListByWorkspaceNextResponse = IntegrationRuntimeL * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeListResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeListResponse; + }; }; /** @@ -8243,16 +8292,16 @@ export type IntegrationRuntimeNodeIpAddressGetResponse = IntegrationRuntimeNodeI * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeNodeIpAddress; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeNodeIpAddress; + }; }; /** @@ -8263,16 +8312,16 @@ export type IntegrationRuntimeObjectMetadataListResponse = SsisObjectMetadataLis * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SsisObjectMetadataListResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SsisObjectMetadataListResponse; + }; }; /** @@ -8283,16 +8332,16 @@ export type IntegrationRuntimeObjectMetadataRefreshResponse = SsisObjectMetadata * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SsisObjectMetadataStatusResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SsisObjectMetadataStatusResponse; + }; }; /** @@ -8303,16 +8352,16 @@ export type IntegrationRuntimeObjectMetadataBeginRefreshResponse = SsisObjectMet * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SsisObjectMetadataStatusResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SsisObjectMetadataStatusResponse; + }; }; /** @@ -8323,16 +8372,16 @@ export type IntegrationRuntimeNodesGetResponse = SelfHostedIntegrationRuntimeNod * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SelfHostedIntegrationRuntimeNode; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SelfHostedIntegrationRuntimeNode; + }; }; /** @@ -8343,16 +8392,16 @@ export type IntegrationRuntimeNodesUpdateResponse = SelfHostedIntegrationRuntime * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: SelfHostedIntegrationRuntimeNode; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: SelfHostedIntegrationRuntimeNode; + }; }; /** @@ -8363,16 +8412,16 @@ export type IntegrationRuntimeConnectionInfosGetResponse = IntegrationRuntimeCon * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeConnectionInfo; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeConnectionInfo; + }; }; /** @@ -8383,16 +8432,16 @@ export type IntegrationRuntimeAuthKeysRegenerateResponse = IntegrationRuntimeAut * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeAuthKeys; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeAuthKeys; + }; }; /** @@ -8403,16 +8452,16 @@ export type IntegrationRuntimeAuthKeysListResponse = IntegrationRuntimeAuthKeys * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeAuthKeys; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeAuthKeys; + }; }; /** @@ -8423,16 +8472,16 @@ export type IntegrationRuntimeMonitoringDataListResponse = IntegrationRuntimeMon * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeMonitoringData; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeMonitoringData; + }; }; /** @@ -8443,16 +8492,16 @@ export type IntegrationRuntimeStatusGetResponse = IntegrationRuntimeStatusRespon * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: IntegrationRuntimeStatusResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: IntegrationRuntimeStatusResponse; + }; }; /** @@ -8463,16 +8512,16 @@ export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResourceListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkResourceListResult; + }; }; /** @@ -8483,16 +8532,16 @@ export type PrivateLinkResourcesGetResponse = PrivateLinkResource & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkResource; + }; }; /** @@ -8503,16 +8552,16 @@ export type PrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResourceListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkResourceListResult; + }; }; /** @@ -8523,16 +8572,16 @@ export type PrivateLinkHubPrivateLinkResourcesListResponse = PrivateLinkResource * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResourceListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkResourceListResult; + }; }; /** @@ -8543,16 +8592,16 @@ export type PrivateLinkHubPrivateLinkResourcesGetResponse = PrivateLinkResource * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkResource; + }; }; /** @@ -8563,16 +8612,16 @@ export type PrivateLinkHubPrivateLinkResourcesListNextResponse = PrivateLinkReso * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkResourceListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkResourceListResult; + }; }; /** @@ -8583,16 +8632,16 @@ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnection; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateEndpointConnection; + }; }; /** @@ -8603,16 +8652,16 @@ export type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnection; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateEndpointConnection; + }; }; /** @@ -8623,16 +8672,16 @@ export type PrivateEndpointConnectionsDeleteMethodResponse = OperationResource & * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: OperationResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: OperationResource; + }; }; /** @@ -8643,16 +8692,16 @@ export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionLi * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnectionList; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateEndpointConnectionList; + }; }; /** @@ -8663,16 +8712,16 @@ export type PrivateEndpointConnectionsBeginCreateResponse = PrivateEndpointConne * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnection; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateEndpointConnection; + }; }; /** @@ -8683,16 +8732,16 @@ export type PrivateEndpointConnectionsBeginDeleteMethodResponse = OperationResou * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: OperationResource; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: OperationResource; + }; }; /** @@ -8703,16 +8752,16 @@ export type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnecti * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnectionList; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateEndpointConnectionList; + }; }; /** @@ -8723,16 +8772,16 @@ export type PrivateLinkHubsListByResourceGroupResponse = PrivateLinkHubInfoListR * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkHubInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkHubInfoListResult; + }; }; /** @@ -8743,16 +8792,16 @@ export type PrivateLinkHubsGetResponse = PrivateLinkHub & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkHub; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkHub; + }; }; /** @@ -8763,16 +8812,16 @@ export type PrivateLinkHubsUpdateResponse = PrivateLinkHub & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkHub; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkHub; + }; }; /** @@ -8783,16 +8832,16 @@ export type PrivateLinkHubsCreateOrUpdateResponse = PrivateLinkHub & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkHub; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkHub; + }; }; /** @@ -8803,16 +8852,16 @@ export type PrivateLinkHubsListResponse = PrivateLinkHubInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkHubInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkHubInfoListResult; + }; }; /** @@ -8823,16 +8872,16 @@ export type PrivateLinkHubsListByResourceGroupNextResponse = PrivateLinkHubInfoL * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkHubInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkHubInfoListResult; + }; }; /** @@ -8843,16 +8892,16 @@ export type PrivateLinkHubsListNextResponse = PrivateLinkHubInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateLinkHubInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateLinkHubInfoListResult; + }; }; /** @@ -8863,16 +8912,16 @@ export type PrivateEndpointConnectionsPrivateLinkHubListResponse = PrivateEndpoi * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse; + }; }; /** @@ -8883,16 +8932,16 @@ export type PrivateEndpointConnectionsPrivateLinkHubListNextResponse = PrivateEn * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse; + }; }; /** @@ -8903,16 +8952,16 @@ export type WorkspaceManagedSqlServerBlobAuditingPoliciesGetResponse = ServerBlo * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerBlobAuditingPolicy; + }; }; /** @@ -8923,16 +8972,16 @@ export type WorkspaceManagedSqlServerBlobAuditingPoliciesCreateOrUpdateResponse * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerBlobAuditingPolicy; + }; }; /** @@ -8943,16 +8992,16 @@ export type WorkspaceManagedSqlServerBlobAuditingPoliciesListByWorkspaceResponse * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerBlobAuditingPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerBlobAuditingPolicyListResult; + }; }; /** @@ -8963,16 +9012,16 @@ export type WorkspaceManagedSqlServerBlobAuditingPoliciesBeginCreateOrUpdateResp * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerBlobAuditingPolicy; + }; }; /** @@ -8983,16 +9032,16 @@ export type WorkspaceManagedSqlServerBlobAuditingPoliciesListByWorkspaceNextResp * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerBlobAuditingPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerBlobAuditingPolicyListResult; + }; }; /** @@ -9003,16 +9052,16 @@ export type WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesGetResponse = E * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedServerBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedServerBlobAuditingPolicy; + }; }; /** @@ -9023,16 +9072,16 @@ export type WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesCreateOrUpdateR * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedServerBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedServerBlobAuditingPolicy; + }; }; /** @@ -9043,16 +9092,16 @@ export type WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesListByWorkspace * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedServerBlobAuditingPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedServerBlobAuditingPolicyListResult; + }; }; /** @@ -9063,16 +9112,16 @@ export type WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesBeginCreateOrUp * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedServerBlobAuditingPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedServerBlobAuditingPolicy; + }; }; /** @@ -9083,16 +9132,16 @@ export type WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesListByWorkspace * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ExtendedServerBlobAuditingPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ExtendedServerBlobAuditingPolicyListResult; + }; }; /** @@ -9103,16 +9152,16 @@ export type WorkspaceManagedSqlServerSecurityAlertPolicyGetResponse = ServerSecu * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerSecurityAlertPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerSecurityAlertPolicy; + }; }; /** @@ -9123,16 +9172,16 @@ export type WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateResponse = * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerSecurityAlertPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerSecurityAlertPolicy; + }; }; /** @@ -9143,16 +9192,16 @@ export type WorkspaceManagedSqlServerSecurityAlertPolicyListResponse = ServerSec * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerSecurityAlertPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerSecurityAlertPolicyListResult; + }; }; /** @@ -9163,16 +9212,16 @@ export type WorkspaceManagedSqlServerSecurityAlertPolicyBeginCreateOrUpdateRespo * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerSecurityAlertPolicy; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerSecurityAlertPolicy; + }; }; /** @@ -9183,16 +9232,16 @@ export type WorkspaceManagedSqlServerSecurityAlertPolicyListNextResponse = Serve * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerSecurityAlertPolicyListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerSecurityAlertPolicyListResult; + }; }; /** @@ -9203,16 +9252,16 @@ export type WorkspaceManagedSqlServerVulnerabilityAssessmentsGetResponse = Serve * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerVulnerabilityAssessment; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerVulnerabilityAssessment; + }; }; /** @@ -9223,16 +9272,16 @@ export type WorkspaceManagedSqlServerVulnerabilityAssessmentsCreateOrUpdateRespo * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerVulnerabilityAssessment; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerVulnerabilityAssessment; + }; }; /** @@ -9243,16 +9292,16 @@ export type WorkspaceManagedSqlServerVulnerabilityAssessmentsListResponse = Serv * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerVulnerabilityAssessmentListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerVulnerabilityAssessmentListResult; + }; }; /** @@ -9263,16 +9312,16 @@ export type WorkspaceManagedSqlServerVulnerabilityAssessmentsListNextResponse = * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerVulnerabilityAssessmentListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerVulnerabilityAssessmentListResult; + }; }; /** @@ -9283,16 +9332,16 @@ export type WorkspaceManagedSqlServerEncryptionProtectorGetResponse = Encryption * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: EncryptionProtector; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: EncryptionProtector; + }; }; /** @@ -9303,16 +9352,16 @@ export type WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateResponse = * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: EncryptionProtector; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: EncryptionProtector; + }; }; /** @@ -9323,16 +9372,16 @@ export type WorkspaceManagedSqlServerEncryptionProtectorListResponse = Encryptio * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: EncryptionProtectorListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: EncryptionProtectorListResult; + }; }; /** @@ -9343,16 +9392,16 @@ export type WorkspaceManagedSqlServerEncryptionProtectorBeginCreateOrUpdateRespo * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: EncryptionProtector; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: EncryptionProtector; + }; }; /** @@ -9363,16 +9412,16 @@ export type WorkspaceManagedSqlServerEncryptionProtectorListNextResponse = Encry * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: EncryptionProtectorListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: EncryptionProtectorListResult; + }; }; /** @@ -9383,16 +9432,16 @@ export type WorkspaceManagedSqlServerUsagesListResponse = ServerUsageListResult * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerUsageListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerUsageListResult; + }; }; /** @@ -9403,16 +9452,16 @@ export type WorkspaceManagedSqlServerUsagesListNextResponse = ServerUsageListRes * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: ServerUsageListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: ServerUsageListResult; + }; }; /** @@ -9423,16 +9472,16 @@ export type WorkspaceManagedSqlServerRecoverableSqlPoolsListResponse = Recoverab * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RecoverableSqlPoolListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RecoverableSqlPoolListResult; + }; }; /** @@ -9443,16 +9492,16 @@ export type WorkspaceManagedSqlServerRecoverableSqlPoolsGetResponse = Recoverabl * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RecoverableSqlPool; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RecoverableSqlPool; + }; }; /** @@ -9463,16 +9512,16 @@ export type WorkspaceManagedSqlServerRecoverableSqlPoolsListNextResponse = Recov * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: RecoverableSqlPoolListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: RecoverableSqlPoolListResult; + }; }; /** @@ -9483,16 +9532,16 @@ export type KeysListByWorkspaceResponse = KeyInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: KeyInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: KeyInfoListResult; + }; }; /** @@ -9503,16 +9552,16 @@ export type KeysGetResponse = Key & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: Key; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: Key; + }; }; /** @@ -9523,16 +9572,16 @@ export type KeysCreateOrUpdateResponse = Key & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: Key; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: Key; + }; }; /** @@ -9543,16 +9592,16 @@ export type KeysDeleteMethodResponse = Key & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: Key; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: Key; + }; }; /** @@ -9563,14 +9612,74 @@ export type KeysListByWorkspaceNextResponse = KeyInfoListResult & { * The underlying HTTP response. */ _response: msRest.HttpResponse & { - /** - * The response body as text (string format) - */ - bodyAsText: string; + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: KeyInfoListResult; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type LibraryGetResponse = LibraryResource & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: LibraryResource; + }; +}; + +/** + * Contains response data for the listByWorkspace operation. + */ +export type LibrariesListByWorkspaceResponse = LibraryListResponse & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: LibraryListResponse; + }; +}; + +/** + * Contains response data for the listByWorkspaceNext operation. + */ +export type LibrariesListByWorkspaceNextResponse = LibraryListResponse & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; - /** - * The response body as parsed JSON or XML - */ - parsedBody: KeyInfoListResult; - }; + /** + * The response body as parsed JSON or XML + */ + parsedBody: LibraryListResponse; + }; }; diff --git a/sdk/synapse/arm-synapse/src/models/integrationRuntimesMappers.ts b/sdk/synapse/arm-synapse/src/models/integrationRuntimesMappers.ts index 4488d32ca6d5..85e13516226c 100644 --- a/sdk/synapse/arm-synapse/src/models/integrationRuntimesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/integrationRuntimesMappers.ts @@ -48,6 +48,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntime, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, diff --git a/sdk/synapse/arm-synapse/src/models/ipFirewallRulesMappers.ts b/sdk/synapse/arm-synapse/src/models/ipFirewallRulesMappers.ts index 8ba4d34ca072..6451c7c198fa 100644 --- a/sdk/synapse/arm-synapse/src/models/ipFirewallRulesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/ipFirewallRulesMappers.ts @@ -47,6 +47,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/keysMappers.ts b/sdk/synapse/arm-synapse/src/models/keysMappers.ts index f96b9ba4a23d..f6f1d834711a 100644 --- a/sdk/synapse/arm-synapse/src/models/keysMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/keysMappers.ts @@ -46,6 +46,7 @@ export { KeyInfoListResult, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/librariesMappers.ts b/sdk/synapse/arm-synapse/src/models/librariesMappers.ts new file mode 100644 index 000000000000..eef5ae83fab3 --- /dev/null +++ b/sdk/synapse/arm-synapse/src/models/librariesMappers.ts @@ -0,0 +1,112 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +export { + discriminators, + AutoPauseProperties, + AutoScaleProperties, + AzureEntityResource, + BaseResource, + BigDataPoolResourceInfo, + CmdkeySetup, + ComponentSetup, + CustomerManagedKeyDetails, + CustomSetupBase, + DataLakeStorageAccountDetails, + DataMaskingPolicy, + DataMaskingRule, + DataWarehouseUserActivities, + DynamicExecutorAllocation, + EncryptionDetails, + EncryptionProtector, + EntityReference, + EnvironmentVariableSetup, + ErrorAdditionalInfo, + ErrorDetail, + ErrorResponse, + ExtendedServerBlobAuditingPolicy, + ExtendedSqlPoolBlobAuditingPolicy, + GeoBackupPolicy, + IntegrationRuntime, + IntegrationRuntimeComputeProperties, + IntegrationRuntimeCustomSetupScriptProperties, + IntegrationRuntimeDataFlowProperties, + IntegrationRuntimeDataProxyProperties, + IntegrationRuntimeResource, + IntegrationRuntimeSsisCatalogInfo, + IntegrationRuntimeSsisProperties, + IntegrationRuntimeVNetProperties, + IpFirewallRuleInfo, + Key, + LibraryInfo, + LibraryListResponse, + LibraryRequirements, + LibraryResource, + LinkedIntegrationRuntimeKeyAuthorization, + LinkedIntegrationRuntimeRbacAuthorization, + LinkedIntegrationRuntimeType, + MaintenanceWindowOptions, + MaintenanceWindows, + MaintenanceWindowTimeRange, + ManagedIdentity, + ManagedIdentitySqlControlSettingsModel, + ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity, + ManagedIntegrationRuntime, + ManagedVirtualNetworkSettings, + MetadataSyncConfig, + PrivateEndpoint, + PrivateEndpointConnection, + PrivateEndpointConnectionForPrivateLinkHub, + PrivateEndpointConnectionForPrivateLinkHubBasic, + PrivateLinkHub, + PrivateLinkResource, + PrivateLinkResourceProperties, + PrivateLinkServiceConnectionState, + ProxyResource, + PurviewConfiguration, + RecommendedSensitivityLabelUpdate, + RecoverableSqlPool, + ReplicationLink, + Resource, + RestorableDroppedSqlPool, + RestorePoint, + SecretBase, + SecureString, + SelfHostedIntegrationRuntime, + SensitivityLabel, + SensitivityLabelUpdate, + ServerBlobAuditingPolicy, + ServerSecurityAlertPolicy, + ServerVulnerabilityAssessment, + Sku, + SqlPool, + SqlPoolBlobAuditingPolicy, + SqlPoolColumn, + SqlPoolConnectionPolicy, + SqlPoolOperation, + SqlPoolSchema, + SqlPoolSecurityAlertPolicy, + SqlPoolTable, + SqlPoolVulnerabilityAssessment, + SqlPoolVulnerabilityAssessmentRuleBaseline, + SqlPoolVulnerabilityAssessmentRuleBaselineItem, + SqlPoolVulnerabilityAssessmentScansExport, + SubResource, + TrackedResource, + TransparentDataEncryption, + VirtualNetworkProfile, + VulnerabilityAssessmentRecurringScansProperties, + VulnerabilityAssessmentScanError, + VulnerabilityAssessmentScanRecord, + WorkloadClassifier, + WorkloadGroup, + Workspace, + WorkspaceAadAdminInfo, + WorkspaceKeyDetails, + WorkspaceRepositoryConfiguration +} from "../models/mappers"; diff --git a/sdk/synapse/arm-synapse/src/models/libraryMappers.ts b/sdk/synapse/arm-synapse/src/models/libraryMappers.ts new file mode 100644 index 000000000000..fa7be042dcd4 --- /dev/null +++ b/sdk/synapse/arm-synapse/src/models/libraryMappers.ts @@ -0,0 +1,111 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +export { + discriminators, + AutoPauseProperties, + AutoScaleProperties, + AzureEntityResource, + BaseResource, + BigDataPoolResourceInfo, + CmdkeySetup, + ComponentSetup, + CustomerManagedKeyDetails, + CustomSetupBase, + DataLakeStorageAccountDetails, + DataMaskingPolicy, + DataMaskingRule, + DataWarehouseUserActivities, + DynamicExecutorAllocation, + EncryptionDetails, + EncryptionProtector, + EntityReference, + EnvironmentVariableSetup, + ErrorAdditionalInfo, + ErrorDetail, + ErrorResponse, + ExtendedServerBlobAuditingPolicy, + ExtendedSqlPoolBlobAuditingPolicy, + GeoBackupPolicy, + IntegrationRuntime, + IntegrationRuntimeComputeProperties, + IntegrationRuntimeCustomSetupScriptProperties, + IntegrationRuntimeDataFlowProperties, + IntegrationRuntimeDataProxyProperties, + IntegrationRuntimeResource, + IntegrationRuntimeSsisCatalogInfo, + IntegrationRuntimeSsisProperties, + IntegrationRuntimeVNetProperties, + IpFirewallRuleInfo, + Key, + LibraryInfo, + LibraryRequirements, + LibraryResource, + LinkedIntegrationRuntimeKeyAuthorization, + LinkedIntegrationRuntimeRbacAuthorization, + LinkedIntegrationRuntimeType, + MaintenanceWindowOptions, + MaintenanceWindows, + MaintenanceWindowTimeRange, + ManagedIdentity, + ManagedIdentitySqlControlSettingsModel, + ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity, + ManagedIntegrationRuntime, + ManagedVirtualNetworkSettings, + MetadataSyncConfig, + PrivateEndpoint, + PrivateEndpointConnection, + PrivateEndpointConnectionForPrivateLinkHub, + PrivateEndpointConnectionForPrivateLinkHubBasic, + PrivateLinkHub, + PrivateLinkResource, + PrivateLinkResourceProperties, + PrivateLinkServiceConnectionState, + ProxyResource, + PurviewConfiguration, + RecommendedSensitivityLabelUpdate, + RecoverableSqlPool, + ReplicationLink, + Resource, + RestorableDroppedSqlPool, + RestorePoint, + SecretBase, + SecureString, + SelfHostedIntegrationRuntime, + SensitivityLabel, + SensitivityLabelUpdate, + ServerBlobAuditingPolicy, + ServerSecurityAlertPolicy, + ServerVulnerabilityAssessment, + Sku, + SqlPool, + SqlPoolBlobAuditingPolicy, + SqlPoolColumn, + SqlPoolConnectionPolicy, + SqlPoolOperation, + SqlPoolSchema, + SqlPoolSecurityAlertPolicy, + SqlPoolTable, + SqlPoolVulnerabilityAssessment, + SqlPoolVulnerabilityAssessmentRuleBaseline, + SqlPoolVulnerabilityAssessmentRuleBaselineItem, + SqlPoolVulnerabilityAssessmentScansExport, + SubResource, + TrackedResource, + TransparentDataEncryption, + VirtualNetworkProfile, + VulnerabilityAssessmentRecurringScansProperties, + VulnerabilityAssessmentScanError, + VulnerabilityAssessmentScanRecord, + WorkloadClassifier, + WorkloadGroup, + Workspace, + WorkspaceAadAdminInfo, + WorkspaceKeyDetails, + WorkspaceRepositoryConfiguration +} from "../models/mappers"; diff --git a/sdk/synapse/arm-synapse/src/models/mappers.ts b/sdk/synapse/arm-synapse/src/models/mappers.ts index daa0a6b7c53d..06f6b6003399 100644 --- a/sdk/synapse/arm-synapse/src/models/mappers.ts +++ b/sdk/synapse/arm-synapse/src/models/mappers.ts @@ -6346,6 +6346,62 @@ export const Key: msRest.CompositeMapper = { } }; +export const LibraryResource: msRest.CompositeMapper = { + serializedName: "LibraryResource", + type: { + name: "Composite", + className: "LibraryResource", + modelProperties: { + ...SubResource.type.modelProperties, + libraryResourceName: { + serializedName: "properties.name", + type: { + name: "String" + } + }, + path: { + serializedName: "properties.path", + type: { + name: "String" + } + }, + containerName: { + serializedName: "properties.containerName", + type: { + name: "String" + } + }, + uploadedTimestamp: { + readOnly: true, + serializedName: "properties.uploadedTimestamp", + type: { + name: "DateTime" + } + }, + libraryResourceType: { + serializedName: "properties.type", + type: { + name: "String" + } + }, + provisioningStatus: { + readOnly: true, + serializedName: "properties.provisioningStatus", + type: { + name: "String" + } + }, + creatorId: { + readOnly: true, + serializedName: "properties.creatorId", + type: { + name: "String" + } + } + } + } +}; + export const BigDataPoolResourceInfoListResult: msRest.CompositeMapper = { serializedName: "BigDataPoolResourceInfoListResult", type: { @@ -7387,6 +7443,35 @@ export const KeyInfoListResult: msRest.CompositeMapper = { } }; +export const LibraryListResponse: msRest.CompositeMapper = { + serializedName: "LibraryListResponse", + type: { + name: "Composite", + className: "LibraryListResponse", + modelProperties: { + value: { + required: true, + serializedName: "", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "LibraryResource" + } + } + } + }, + nextLink: { + serializedName: "nextLink", + type: { + name: "String" + } + } + } + } +}; + export const discriminators = { 'IntegrationRuntime' : IntegrationRuntime, 'SecretBase.SecureString' : SecureString, diff --git a/sdk/synapse/arm-synapse/src/models/parameters.ts b/sdk/synapse/arm-synapse/src/models/parameters.ts index b25aad27fa71..94ee34b3d1d6 100644 --- a/sdk/synapse/arm-synapse/src/models/parameters.ts +++ b/sdk/synapse/arm-synapse/src/models/parameters.ts @@ -229,6 +229,16 @@ export const keyName: msRest.OperationURLParameter = { } } }; +export const libraryName: msRest.OperationURLParameter = { + parameterPath: "libraryName", + mapper: { + required: true, + serializedName: "libraryName", + type: { + name: "String" + } + } +}; export const linkId: msRest.OperationURLParameter = { parameterPath: "linkId", mapper: { diff --git a/sdk/synapse/arm-synapse/src/models/privateEndpointConnectionsMappers.ts b/sdk/synapse/arm-synapse/src/models/privateEndpointConnectionsMappers.ts index 4186c42f29e2..262b1c64c8e6 100644 --- a/sdk/synapse/arm-synapse/src/models/privateEndpointConnectionsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/privateEndpointConnectionsMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/privateEndpointConnectionsPrivateLinkHubMappers.ts b/sdk/synapse/arm-synapse/src/models/privateEndpointConnectionsPrivateLinkHubMappers.ts index 5fb75826bd0f..90adbe73e0c3 100644 --- a/sdk/synapse/arm-synapse/src/models/privateEndpointConnectionsPrivateLinkHubMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/privateEndpointConnectionsPrivateLinkHubMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/privateLinkHubPrivateLinkResourcesMappers.ts b/sdk/synapse/arm-synapse/src/models/privateLinkHubPrivateLinkResourcesMappers.ts index 2b6e65873c84..18146d45608a 100644 --- a/sdk/synapse/arm-synapse/src/models/privateLinkHubPrivateLinkResourcesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/privateLinkHubPrivateLinkResourcesMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/privateLinkHubsMappers.ts b/sdk/synapse/arm-synapse/src/models/privateLinkHubsMappers.ts index 1c8fe55a5388..baafec14a504 100644 --- a/sdk/synapse/arm-synapse/src/models/privateLinkHubsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/privateLinkHubsMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/privateLinkResourcesMappers.ts b/sdk/synapse/arm-synapse/src/models/privateLinkResourcesMappers.ts index 2b6e65873c84..18146d45608a 100644 --- a/sdk/synapse/arm-synapse/src/models/privateLinkResourcesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/privateLinkResourcesMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/restorableDroppedSqlPoolsMappers.ts b/sdk/synapse/arm-synapse/src/models/restorableDroppedSqlPoolsMappers.ts index cee1bb7f0980..c734cf673056 100644 --- a/sdk/synapse/arm-synapse/src/models/restorableDroppedSqlPoolsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/restorableDroppedSqlPoolsMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolBlobAuditingPoliciesMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolBlobAuditingPoliciesMappers.ts index a86de7c4bd03..64560aa6a40a 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolBlobAuditingPoliciesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolBlobAuditingPoliciesMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolColumnsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolColumnsMappers.ts index 89b8f43a8797..3e64b791ca44 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolColumnsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolColumnsMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolConnectionPoliciesMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolConnectionPoliciesMappers.ts index 38c66f693fcd..fa7be042dcd4 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolConnectionPoliciesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolConnectionPoliciesMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolDataWarehouseUserActivitiesMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolDataWarehouseUserActivitiesMappers.ts index 89b8f43a8797..3e64b791ca44 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolDataWarehouseUserActivitiesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolDataWarehouseUserActivitiesMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolGeoBackupPoliciesMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolGeoBackupPoliciesMappers.ts index a3827e96a5ab..a946fc3c7409 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolGeoBackupPoliciesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolGeoBackupPoliciesMappers.ts @@ -46,6 +46,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolMaintenanceWindowOptionsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolMaintenanceWindowOptionsMappers.ts index 89b8f43a8797..3e64b791ca44 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolMaintenanceWindowOptionsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolMaintenanceWindowOptionsMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolMaintenanceWindowsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolMaintenanceWindowsMappers.ts index 654aef91e015..e7ebca702aa0 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolMaintenanceWindowsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolMaintenanceWindowsMappers.ts @@ -46,6 +46,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolMetadataSyncConfigsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolMetadataSyncConfigsMappers.ts index 38c66f693fcd..fa7be042dcd4 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolMetadataSyncConfigsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolMetadataSyncConfigsMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolOperationsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolOperationsMappers.ts index e252667a27af..d53a8a4c3932 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolOperationsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolOperationsMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolRecommendedSensitivityLabelsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolRecommendedSensitivityLabelsMappers.ts index 51f1ad45b4f1..38373379fa79 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolRecommendedSensitivityLabelsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolRecommendedSensitivityLabelsMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolReplicationLinksMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolReplicationLinksMappers.ts index c8b8ece78c72..d0edb64937f9 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolReplicationLinksMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolReplicationLinksMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolRestorePointsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolRestorePointsMappers.ts index accd3597248e..825eb21ca4bf 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolRestorePointsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolRestorePointsMappers.ts @@ -47,6 +47,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolSchemasMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolSchemasMappers.ts index 08ee7ed86d50..e3d29eeac3ea 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolSchemasMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolSchemasMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolSecurityAlertPoliciesMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolSecurityAlertPoliciesMappers.ts index 09ba5e23f2cc..03429f3b91fd 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolSecurityAlertPoliciesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolSecurityAlertPoliciesMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolSensitivityLabelsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolSensitivityLabelsMappers.ts index 8b6b1773f583..54caac1bd7a9 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolSensitivityLabelsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolSensitivityLabelsMappers.ts @@ -46,6 +46,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolTableColumnsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolTableColumnsMappers.ts index 56a497812299..1da4c0ca097f 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolTableColumnsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolTableColumnsMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolTablesMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolTablesMappers.ts index 495ecf0083f6..98d97b28060d 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolTablesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolTablesMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolTransparentDataEncryptionsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolTransparentDataEncryptionsMappers.ts index d5610bebae8f..5ac7ae17fe03 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolTransparentDataEncryptionsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolTransparentDataEncryptionsMappers.ts @@ -46,6 +46,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentRuleBaselinesMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentRuleBaselinesMappers.ts index 89b8f43a8797..3e64b791ca44 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentRuleBaselinesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentRuleBaselinesMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentScansMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentScansMappers.ts index 46463a12d002..6c5dc56eb373 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentScansMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentScansMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentsMappers.ts index 4d97eb59d199..f2669c7d24a9 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolVulnerabilityAssessmentsMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolWorkloadClassifierMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolWorkloadClassifierMappers.ts index afd537020e73..c3251ea93117 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolWorkloadClassifierMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolWorkloadClassifierMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolWorkloadGroupMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolWorkloadGroupMappers.ts index fb9267013b5b..ac30482fc357 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolWorkloadGroupMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolWorkloadGroupMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/sqlPoolsMappers.ts b/sdk/synapse/arm-synapse/src/models/sqlPoolsMappers.ts index ec2fcd1339de..7076b6266de9 100644 --- a/sdk/synapse/arm-synapse/src/models/sqlPoolsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/sqlPoolsMappers.ts @@ -46,6 +46,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceAadAdminsMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceAadAdminsMappers.ts index 38c66f693fcd..fa7be042dcd4 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceAadAdminsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceAadAdminsMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceManagedIdentitySqlControlSettingsMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceManagedIdentitySqlControlSettingsMappers.ts index 38c66f693fcd..fa7be042dcd4 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceManagedIdentitySqlControlSettingsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceManagedIdentitySqlControlSettingsMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerBlobAuditingPoliciesMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerBlobAuditingPoliciesMappers.ts index 2a62a89e8f4b..bd3a487c73df 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerBlobAuditingPoliciesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerBlobAuditingPoliciesMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerEncryptionProtectorMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerEncryptionProtectorMappers.ts index 5946392491d7..0ea4973709e3 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerEncryptionProtectorMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerEncryptionProtectorMappers.ts @@ -47,6 +47,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerExtendedBlobAuditingPoliciesMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerExtendedBlobAuditingPoliciesMappers.ts index 84b37a3d0ff7..0547a43568fc 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerExtendedBlobAuditingPoliciesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerExtendedBlobAuditingPoliciesMappers.ts @@ -44,6 +44,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerRecoverableSqlPoolsMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerRecoverableSqlPoolsMappers.ts index 6eb32fcbd6f9..e3a4f6a282e3 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerRecoverableSqlPoolsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerRecoverableSqlPoolsMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerSecurityAlertPolicyMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerSecurityAlertPolicyMappers.ts index 573deb69614b..e2cc9a20ccfc 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerSecurityAlertPolicyMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerSecurityAlertPolicyMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerVulnerabilityAssessmentsMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerVulnerabilityAssessmentsMappers.ts index d1179c38dc47..1aacf48368cd 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerVulnerabilityAssessmentsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceManagedSqlServerVulnerabilityAssessmentsMappers.ts @@ -43,6 +43,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspaceSqlAadAdminsMappers.ts b/sdk/synapse/arm-synapse/src/models/workspaceSqlAadAdminsMappers.ts index 38c66f693fcd..fa7be042dcd4 100644 --- a/sdk/synapse/arm-synapse/src/models/workspaceSqlAadAdminsMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspaceSqlAadAdminsMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/models/workspacesMappers.ts b/sdk/synapse/arm-synapse/src/models/workspacesMappers.ts index f0166fa06d2e..9dde78134f15 100644 --- a/sdk/synapse/arm-synapse/src/models/workspacesMappers.ts +++ b/sdk/synapse/arm-synapse/src/models/workspacesMappers.ts @@ -45,6 +45,7 @@ export { Key, LibraryInfo, LibraryRequirements, + LibraryResource, LinkedIntegrationRuntimeKeyAuthorization, LinkedIntegrationRuntimeRbacAuthorization, LinkedIntegrationRuntimeType, diff --git a/sdk/synapse/arm-synapse/src/operations/index.ts b/sdk/synapse/arm-synapse/src/operations/index.ts index 6484f72effbc..fc15ad8c15d6 100644 --- a/sdk/synapse/arm-synapse/src/operations/index.ts +++ b/sdk/synapse/arm-synapse/src/operations/index.ts @@ -66,3 +66,5 @@ export * from "./workspaceManagedSqlServerEncryptionProtector"; export * from "./workspaceManagedSqlServerUsages"; export * from "./workspaceManagedSqlServerRecoverableSqlPools"; export * from "./keys"; +export * from "./library"; +export * from "./libraries"; diff --git a/sdk/synapse/arm-synapse/src/operations/libraries.ts b/sdk/synapse/arm-synapse/src/operations/libraries.ts new file mode 100644 index 000000000000..72a575f9b69f --- /dev/null +++ b/sdk/synapse/arm-synapse/src/operations/libraries.ts @@ -0,0 +1,140 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +import * as msRest from "@azure/ms-rest-js"; +import * as Models from "../models"; +import * as Mappers from "../models/librariesMappers"; +import * as Parameters from "../models/parameters"; +import { SynapseManagementClientContext } from "../synapseManagementClientContext"; + +/** Class representing a Libraries. */ +export class Libraries { + private readonly client: SynapseManagementClientContext; + + /** + * Create a Libraries. + * @param {SynapseManagementClientContext} client Reference to the service client. + */ + constructor(client: SynapseManagementClientContext) { + this.client = client; + } + + /** + * List libraries in a workspace. + * @summary List the libraries in a workspace. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace + * @param [options] The optional parameters + * @returns Promise + */ + listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace + * @param callback The callback + */ + listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param workspaceName The name of the workspace + * @param options The optional parameters + * @param callback The callback + */ + listByWorkspace(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + workspaceName, + options + }, + listByWorkspaceOperationSpec, + callback) as Promise; + } + + /** + * List libraries in a workspace. + * @summary List the libraries in a workspace. + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param [options] The optional parameters + * @returns Promise + */ + listByWorkspaceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param callback The callback + */ + listByWorkspaceNext(nextPageLink: string, callback: msRest.ServiceCallback): void; + /** + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param options The optional parameters + * @param callback The callback + */ + listByWorkspaceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listByWorkspaceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + nextPageLink, + options + }, + listByWorkspaceNextOperationSpec, + callback) as Promise; + } +} + +// Operation Specifications +const serializer = new msRest.Serializer(Mappers); +const listByWorkspaceOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/libraries", + urlParameters: [ + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.workspaceName + ], + queryParameters: [ + Parameters.apiVersion + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.LibraryListResponse + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + serializer +}; + +const listByWorkspaceNextOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + baseUrl: "https://management.azure.com", + path: "{nextLink}", + urlParameters: [ + Parameters.nextPageLink + ], + queryParameters: [ + Parameters.apiVersion + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.LibraryListResponse + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + serializer +}; diff --git a/sdk/synapse/arm-synapse/src/operations/library.ts b/sdk/synapse/arm-synapse/src/operations/library.ts new file mode 100644 index 000000000000..7ca8707bc263 --- /dev/null +++ b/sdk/synapse/arm-synapse/src/operations/library.ts @@ -0,0 +1,92 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +import * as msRest from "@azure/ms-rest-js"; +import * as Models from "../models"; +import * as Mappers from "../models/libraryMappers"; +import * as Parameters from "../models/parameters"; +import { SynapseManagementClientContext } from "../synapseManagementClientContext"; + +/** Class representing a Library. */ +export class Library { + private readonly client: SynapseManagementClientContext; + + /** + * Create a Library. + * @param {SynapseManagementClientContext} client Reference to the service client. + */ + constructor(client: SynapseManagementClientContext) { + this.client = client; + } + + /** + * Get library by name in a workspace. + * @summary Get library by name. + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param libraryName Library name + * @param workspaceName The name of the workspace + * @param [options] The optional parameters + * @returns Promise + */ + get(resourceGroupName: string, libraryName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param libraryName Library name + * @param workspaceName The name of the workspace + * @param callback The callback + */ + get(resourceGroupName: string, libraryName: string, workspaceName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param libraryName Library name + * @param workspaceName The name of the workspace + * @param options The optional parameters + * @param callback The callback + */ + get(resourceGroupName: string, libraryName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + get(resourceGroupName: string, libraryName: string, workspaceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + libraryName, + workspaceName, + options + }, + getOperationSpec, + callback) as Promise; + } +} + +// Operation Specifications +const serializer = new msRest.Serializer(Mappers); +const getOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/libraries/{libraryName}", + urlParameters: [ + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.libraryName, + Parameters.workspaceName + ], + queryParameters: [ + Parameters.apiVersion + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.LibraryResource + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + serializer +}; diff --git a/sdk/synapse/arm-synapse/src/synapseManagementClient.ts b/sdk/synapse/arm-synapse/src/synapseManagementClient.ts index 16f5d7bdfd20..d7bca5cc3f67 100644 --- a/sdk/synapse/arm-synapse/src/synapseManagementClient.ts +++ b/sdk/synapse/arm-synapse/src/synapseManagementClient.ts @@ -75,6 +75,8 @@ class SynapseManagementClient extends SynapseManagementClientContext { workspaceManagedSqlServerUsages: operations.WorkspaceManagedSqlServerUsages; workspaceManagedSqlServerRecoverableSqlPools: operations.WorkspaceManagedSqlServerRecoverableSqlPools; keys: operations.Keys; + library: operations.Library; + libraries: operations.Libraries; /** * Initializes a new instance of the SynapseManagementClient class. @@ -143,6 +145,8 @@ class SynapseManagementClient extends SynapseManagementClientContext { this.workspaceManagedSqlServerUsages = new operations.WorkspaceManagedSqlServerUsages(this); this.workspaceManagedSqlServerRecoverableSqlPools = new operations.WorkspaceManagedSqlServerRecoverableSqlPools(this); this.keys = new operations.Keys(this); + this.library = new operations.Library(this); + this.libraries = new operations.Libraries(this); } } diff --git a/sdk/synapse/arm-synapse/src/synapseManagementClientContext.ts b/sdk/synapse/arm-synapse/src/synapseManagementClientContext.ts index a5eee5f4f6dd..6f3bb4a83a25 100644 --- a/sdk/synapse/arm-synapse/src/synapseManagementClientContext.ts +++ b/sdk/synapse/arm-synapse/src/synapseManagementClientContext.ts @@ -36,7 +36,7 @@ export class SynapseManagementClientContext extends msRestAzure.AzureServiceClie if (!options) { options = {}; } - if (!options.userAgent) { + if(!options.userAgent) { const defaultUserAgent = msRestAzure.getDefaultUserAgentValue(); options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`; } @@ -51,10 +51,10 @@ export class SynapseManagementClientContext extends msRestAzure.AzureServiceClie this.credentials = credentials; this.subscriptionId = subscriptionId; - if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) { + if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) { this.acceptLanguage = options.acceptLanguage; } - if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) { + if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) { this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout; } }