@azure/arm-synapse 8.1.0-beta.2 → 9.0.0-alpha.20230210.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -1
- package/LICENSE +1 -1
- package/dist/index.js +1151 -573
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/bigDataPoolsCreateOrUpdateSample.js +1 -0
- package/dist-esm/samples-dev/bigDataPoolsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.js.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.js.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.js.map +1 -0
- package/dist-esm/samples-dev/integrationRuntimesCreateSample.js +2 -4
- package/dist-esm/samples-dev/integrationRuntimesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/ipFirewallRulesGetSample.js +2 -2
- package/dist-esm/samples-dev/ipFirewallRulesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.js +54 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlPoolOperationResultsGetLocationHeaderResultSample.js +1 -1
- package/dist-esm/samples-dev/sqlPoolOperationResultsGetLocationHeaderResultSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlPoolsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/sqlPoolsUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +186 -54
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +10 -22
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +281 -10
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +10 -0
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/bigDataPools.js +4 -12
- package/dist-esm/src/operations/bigDataPools.js.map +1 -1
- package/dist-esm/src/operations/get.d.ts +40 -0
- package/dist-esm/src/operations/get.d.ts.map +1 -0
- package/dist-esm/src/operations/get.js +143 -0
- package/dist-esm/src/operations/get.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +3 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -1
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeConnectionInfos.js +1 -1
- package/dist-esm/src/operations/integrationRuntimeConnectionInfos.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +2 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +4 -3
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/ipFirewallRules.js +4 -12
- package/dist-esm/src/operations/ipFirewallRules.js.map +1 -1
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.d.ts +32 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.js +106 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operations/{privateLinkResources.d.ts → privateLinkResourcesOperations.d.ts} +5 -5
- package/dist-esm/src/operations/privateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/{privateLinkResources.js → privateLinkResourcesOperations.js} +4 -4
- package/dist-esm/src/operations/privateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operations/sqlPoolMetadataSyncConfigs.js +6 -2
- package/dist-esm/src/operations/sqlPoolMetadataSyncConfigs.js.map +1 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.d.ts +11 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.d.ts.map +1 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.js +57 -8
- package/dist-esm/src/operations/sqlPoolOperationResults.js.map +1 -1
- package/dist-esm/src/operations/sqlPoolTransparentDataEncryptions.js +1 -1
- package/dist-esm/src/operations/sqlPoolTransparentDataEncryptions.js.map +1 -1
- package/dist-esm/src/operations/sqlPools.d.ts +10 -1
- package/dist-esm/src/operations/sqlPools.d.ts.map +1 -1
- package/dist-esm/src/operations/sqlPools.js +70 -39
- package/dist-esm/src/operations/sqlPools.js.map +1 -1
- package/dist-esm/src/operations/workspaces.js +4 -12
- package/dist-esm/src/operations/workspaces.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/get.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/get.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{privateLinkResources.js → get.js} +1 -1
- package/dist-esm/src/operationsInterfaces/get.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/{privateLinkResources.d.ts → privateLinkResourcesOperations.d.ts} +3 -3
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlPoolOperationResults.d.ts +11 -1
- package/dist-esm/src/operationsInterfaces/sqlPoolOperationResults.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.d.ts +10 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.d.ts.map +1 -1
- package/dist-esm/src/synapseManagementClient.d.ts +4 -2
- package/dist-esm/src/synapseManagementClient.d.ts.map +1 -1
- package/dist-esm/src/synapseManagementClient.js +5 -3
- package/dist-esm/src/synapseManagementClient.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-synapse.api.md +138 -37
- package/src/models/index.ts +209 -63
- package/src/models/mappers.ts +299 -10
- package/src/models/parameters.ts +11 -0
- package/src/operations/bigDataPools.ts +4 -12
- package/src/operations/get.ts +190 -0
- package/src/operations/index.ts +3 -1
- package/src/operations/integrationRuntimeConnectionInfos.ts +1 -1
- package/src/operations/integrationRuntimeObjectMetadata.ts +2 -1
- package/src/operations/integrationRuntimes.ts +4 -3
- package/src/operations/ipFirewallRules.ts +4 -12
- package/src/operations/kustoPoolPrivateLinkResourcesOperations.ts +153 -0
- package/src/operations/{privateLinkResources.ts → privateLinkResourcesOperations.ts} +5 -4
- package/src/operations/sqlPoolMetadataSyncConfigs.ts +6 -2
- package/src/operations/sqlPoolOperationResults.ts +91 -9
- package/src/operations/sqlPoolTransparentDataEncryptions.ts +1 -1
- package/src/operations/sqlPools.ts +103 -40
- package/src/operations/workspaces.ts +4 -12
- package/src/operationsInterfaces/get.ts +65 -0
- package/src/operationsInterfaces/index.ts +3 -1
- package/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.ts +31 -0
- package/src/operationsInterfaces/{privateLinkResources.ts → privateLinkResourcesOperations.ts} +2 -2
- package/src/operationsInterfaces/sqlPoolOperationResults.ts +24 -1
- package/src/operationsInterfaces/sqlPools.ts +21 -1
- package/src/synapseManagementClient.ts +19 -7
- package/types/arm-synapse.d.ts +286 -77
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -343,28 +343,6 @@ exports.KnownWorkspacePublicNetworkAccess = void 0;
|
|
|
343
343
|
/** Disabled */
|
|
344
344
|
KnownWorkspacePublicNetworkAccess["Disabled"] = "Disabled";
|
|
345
345
|
})(exports.KnownWorkspacePublicNetworkAccess || (exports.KnownWorkspacePublicNetworkAccess = {}));
|
|
346
|
-
/** Known values of {@link ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState} that the service accepts. */
|
|
347
|
-
exports.KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState = void 0;
|
|
348
|
-
(function (KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState) {
|
|
349
|
-
/** Enabled */
|
|
350
|
-
KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState["Enabled"] = "Enabled";
|
|
351
|
-
/** Disabled */
|
|
352
|
-
KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState["Disabled"] = "Disabled";
|
|
353
|
-
})(exports.KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState || (exports.KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState = {}));
|
|
354
|
-
/** Known values of {@link ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState} that the service accepts. */
|
|
355
|
-
exports.KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState = void 0;
|
|
356
|
-
(function (KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState) {
|
|
357
|
-
/** Enabling */
|
|
358
|
-
KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState["Enabling"] = "Enabling";
|
|
359
|
-
/** Enabled */
|
|
360
|
-
KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState["Enabled"] = "Enabled";
|
|
361
|
-
/** Disabling */
|
|
362
|
-
KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState["Disabling"] = "Disabling";
|
|
363
|
-
/** Disabled */
|
|
364
|
-
KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState["Disabled"] = "Disabled";
|
|
365
|
-
/** Unknown */
|
|
366
|
-
KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState["Unknown"] = "Unknown";
|
|
367
|
-
})(exports.KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState || (exports.KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState = {}));
|
|
368
346
|
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
369
347
|
exports.KnownConfigurationType = void 0;
|
|
370
348
|
(function (KnownConfigurationType) {
|
|
@@ -491,6 +469,16 @@ exports.KnownIntegrationRuntimeAuthKeyName = void 0;
|
|
|
491
469
|
/** AuthKey2 */
|
|
492
470
|
KnownIntegrationRuntimeAuthKeyName["AuthKey2"] = "authKey2";
|
|
493
471
|
})(exports.KnownIntegrationRuntimeAuthKeyName || (exports.KnownIntegrationRuntimeAuthKeyName = {}));
|
|
472
|
+
/** Known values of {@link WorkspaceStatus} that the service accepts. */
|
|
473
|
+
exports.KnownWorkspaceStatus = void 0;
|
|
474
|
+
(function (KnownWorkspaceStatus) {
|
|
475
|
+
/** InProgress */
|
|
476
|
+
KnownWorkspaceStatus["InProgress"] = "InProgress";
|
|
477
|
+
/** Succeeded */
|
|
478
|
+
KnownWorkspaceStatus["Succeeded"] = "Succeeded";
|
|
479
|
+
/** Failed */
|
|
480
|
+
KnownWorkspaceStatus["Failed"] = "Failed";
|
|
481
|
+
})(exports.KnownWorkspaceStatus || (exports.KnownWorkspaceStatus = {}));
|
|
494
482
|
/** Known values of {@link Reason} that the service accepts. */
|
|
495
483
|
exports.KnownReason = void 0;
|
|
496
484
|
(function (KnownReason) {
|
|
@@ -2038,6 +2026,61 @@ const MaintenanceWindowTimeRange = {
|
|
|
2038
2026
|
}
|
|
2039
2027
|
}
|
|
2040
2028
|
};
|
|
2029
|
+
const ErrorResponseAutoGenerated = {
|
|
2030
|
+
type: {
|
|
2031
|
+
name: "Composite",
|
|
2032
|
+
className: "ErrorResponseAutoGenerated",
|
|
2033
|
+
modelProperties: {
|
|
2034
|
+
code: {
|
|
2035
|
+
serializedName: "code",
|
|
2036
|
+
readOnly: true,
|
|
2037
|
+
type: {
|
|
2038
|
+
name: "String"
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2041
|
+
message: {
|
|
2042
|
+
serializedName: "message",
|
|
2043
|
+
readOnly: true,
|
|
2044
|
+
type: {
|
|
2045
|
+
name: "String"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
target: {
|
|
2049
|
+
serializedName: "target",
|
|
2050
|
+
readOnly: true,
|
|
2051
|
+
type: {
|
|
2052
|
+
name: "String"
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
details: {
|
|
2056
|
+
serializedName: "details",
|
|
2057
|
+
readOnly: true,
|
|
2058
|
+
type: {
|
|
2059
|
+
name: "Sequence",
|
|
2060
|
+
element: {
|
|
2061
|
+
type: {
|
|
2062
|
+
name: "Composite",
|
|
2063
|
+
className: "ErrorResponseAutoGenerated"
|
|
2064
|
+
}
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
additionalInfo: {
|
|
2069
|
+
serializedName: "additionalInfo",
|
|
2070
|
+
readOnly: true,
|
|
2071
|
+
type: {
|
|
2072
|
+
name: "Sequence",
|
|
2073
|
+
element: {
|
|
2074
|
+
type: {
|
|
2075
|
+
name: "Composite",
|
|
2076
|
+
className: "ErrorAdditionalInfo"
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
};
|
|
2041
2084
|
const TransparentDataEncryptionListResult = {
|
|
2042
2085
|
type: {
|
|
2043
2086
|
name: "Composite",
|
|
@@ -3332,14 +3375,22 @@ const ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedId
|
|
|
3332
3375
|
desiredState: {
|
|
3333
3376
|
serializedName: "desiredState",
|
|
3334
3377
|
type: {
|
|
3335
|
-
name: "
|
|
3378
|
+
name: "Enum",
|
|
3379
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
3336
3380
|
}
|
|
3337
3381
|
},
|
|
3338
3382
|
actualState: {
|
|
3339
3383
|
serializedName: "actualState",
|
|
3340
3384
|
readOnly: true,
|
|
3341
3385
|
type: {
|
|
3342
|
-
name: "
|
|
3386
|
+
name: "Enum",
|
|
3387
|
+
allowedValues: [
|
|
3388
|
+
"Enabling",
|
|
3389
|
+
"Enabled",
|
|
3390
|
+
"Disabling",
|
|
3391
|
+
"Disabled",
|
|
3392
|
+
"Unknown"
|
|
3393
|
+
]
|
|
3343
3394
|
}
|
|
3344
3395
|
}
|
|
3345
3396
|
}
|
|
@@ -4002,11 +4053,25 @@ const IntegrationRuntimeStatusResponse = {
|
|
|
4002
4053
|
name: "String"
|
|
4003
4054
|
}
|
|
4004
4055
|
},
|
|
4005
|
-
|
|
4006
|
-
serializedName: "properties",
|
|
4056
|
+
type: {
|
|
4057
|
+
serializedName: "properties.type",
|
|
4058
|
+
required: true,
|
|
4007
4059
|
type: {
|
|
4008
|
-
name: "
|
|
4009
|
-
|
|
4060
|
+
name: "String"
|
|
4061
|
+
}
|
|
4062
|
+
},
|
|
4063
|
+
dataFactoryName: {
|
|
4064
|
+
serializedName: "properties.dataFactoryName",
|
|
4065
|
+
readOnly: true,
|
|
4066
|
+
type: {
|
|
4067
|
+
name: "String"
|
|
4068
|
+
}
|
|
4069
|
+
},
|
|
4070
|
+
state: {
|
|
4071
|
+
serializedName: "properties.state",
|
|
4072
|
+
readOnly: true,
|
|
4073
|
+
type: {
|
|
4074
|
+
name: "String"
|
|
4010
4075
|
}
|
|
4011
4076
|
}
|
|
4012
4077
|
}
|
|
@@ -4291,6 +4356,105 @@ const IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails = {
|
|
|
4291
4356
|
}
|
|
4292
4357
|
}
|
|
4293
4358
|
};
|
|
4359
|
+
const IntegrationRuntimeOperationStatus = {
|
|
4360
|
+
type: {
|
|
4361
|
+
name: "Composite",
|
|
4362
|
+
className: "IntegrationRuntimeOperationStatus",
|
|
4363
|
+
modelProperties: {
|
|
4364
|
+
status: {
|
|
4365
|
+
serializedName: "status",
|
|
4366
|
+
type: {
|
|
4367
|
+
name: "String"
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
name: {
|
|
4371
|
+
serializedName: "name",
|
|
4372
|
+
type: {
|
|
4373
|
+
name: "String"
|
|
4374
|
+
}
|
|
4375
|
+
},
|
|
4376
|
+
properties: {
|
|
4377
|
+
serializedName: "properties",
|
|
4378
|
+
type: {
|
|
4379
|
+
name: "Dictionary",
|
|
4380
|
+
value: { type: { name: "any" } }
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
error: {
|
|
4384
|
+
serializedName: "error",
|
|
4385
|
+
type: {
|
|
4386
|
+
name: "String"
|
|
4387
|
+
}
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4390
|
+
}
|
|
4391
|
+
};
|
|
4392
|
+
const IntegrationRuntimeStopOperationStatus = {
|
|
4393
|
+
type: {
|
|
4394
|
+
name: "Composite",
|
|
4395
|
+
className: "IntegrationRuntimeStopOperationStatus",
|
|
4396
|
+
modelProperties: {
|
|
4397
|
+
status: {
|
|
4398
|
+
serializedName: "status",
|
|
4399
|
+
type: {
|
|
4400
|
+
name: "String"
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4403
|
+
name: {
|
|
4404
|
+
serializedName: "name",
|
|
4405
|
+
type: {
|
|
4406
|
+
name: "String"
|
|
4407
|
+
}
|
|
4408
|
+
},
|
|
4409
|
+
properties: {
|
|
4410
|
+
serializedName: "properties",
|
|
4411
|
+
type: {
|
|
4412
|
+
name: "Dictionary",
|
|
4413
|
+
value: { type: { name: "any" } }
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
error: {
|
|
4417
|
+
serializedName: "error",
|
|
4418
|
+
type: {
|
|
4419
|
+
name: "String"
|
|
4420
|
+
}
|
|
4421
|
+
}
|
|
4422
|
+
}
|
|
4423
|
+
}
|
|
4424
|
+
};
|
|
4425
|
+
const IntegrationRuntimeEnableinteractivequery = {
|
|
4426
|
+
type: {
|
|
4427
|
+
name: "Composite",
|
|
4428
|
+
className: "IntegrationRuntimeEnableinteractivequery",
|
|
4429
|
+
modelProperties: {
|
|
4430
|
+
status: {
|
|
4431
|
+
serializedName: "status",
|
|
4432
|
+
type: {
|
|
4433
|
+
name: "String"
|
|
4434
|
+
}
|
|
4435
|
+
},
|
|
4436
|
+
name: {
|
|
4437
|
+
serializedName: "name",
|
|
4438
|
+
type: {
|
|
4439
|
+
name: "String"
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
4442
|
+
properties: {
|
|
4443
|
+
serializedName: "properties",
|
|
4444
|
+
type: {
|
|
4445
|
+
name: "Dictionary",
|
|
4446
|
+
value: { type: { name: "any" } }
|
|
4447
|
+
}
|
|
4448
|
+
},
|
|
4449
|
+
error: {
|
|
4450
|
+
serializedName: "error",
|
|
4451
|
+
type: {
|
|
4452
|
+
name: "String"
|
|
4453
|
+
}
|
|
4454
|
+
}
|
|
4455
|
+
}
|
|
4456
|
+
}
|
|
4457
|
+
};
|
|
4294
4458
|
const SparkConfigurationListResponse = {
|
|
4295
4459
|
type: {
|
|
4296
4460
|
name: "Composite",
|
|
@@ -5199,6 +5363,26 @@ const DatabasePrincipalAssignmentListResult = {
|
|
|
5199
5363
|
}
|
|
5200
5364
|
}
|
|
5201
5365
|
};
|
|
5366
|
+
const PrivateLinkResources = {
|
|
5367
|
+
type: {
|
|
5368
|
+
name: "Composite",
|
|
5369
|
+
className: "PrivateLinkResources",
|
|
5370
|
+
modelProperties: {
|
|
5371
|
+
value: {
|
|
5372
|
+
serializedName: "value",
|
|
5373
|
+
type: {
|
|
5374
|
+
name: "Sequence",
|
|
5375
|
+
element: {
|
|
5376
|
+
type: {
|
|
5377
|
+
name: "Composite",
|
|
5378
|
+
className: "KustoPoolPrivateLinkResources"
|
|
5379
|
+
}
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
}
|
|
5383
|
+
}
|
|
5384
|
+
}
|
|
5385
|
+
};
|
|
5202
5386
|
const TopQueries = {
|
|
5203
5387
|
type: {
|
|
5204
5388
|
name: "Composite",
|
|
@@ -8491,6 +8675,12 @@ const ClusterPrincipalAssignment = {
|
|
|
8491
8675
|
type: {
|
|
8492
8676
|
name: "String"
|
|
8493
8677
|
}
|
|
8678
|
+
}, aadObjectId: {
|
|
8679
|
+
serializedName: "properties.aadObjectId",
|
|
8680
|
+
readOnly: true,
|
|
8681
|
+
type: {
|
|
8682
|
+
name: "String"
|
|
8683
|
+
}
|
|
8494
8684
|
} })
|
|
8495
8685
|
}
|
|
8496
8686
|
};
|
|
@@ -8542,6 +8732,59 @@ const DatabasePrincipalAssignment = {
|
|
|
8542
8732
|
type: {
|
|
8543
8733
|
name: "String"
|
|
8544
8734
|
}
|
|
8735
|
+
}, aadObjectId: {
|
|
8736
|
+
serializedName: "properties.aadObjectId",
|
|
8737
|
+
readOnly: true,
|
|
8738
|
+
type: {
|
|
8739
|
+
name: "String"
|
|
8740
|
+
}
|
|
8741
|
+
} })
|
|
8742
|
+
}
|
|
8743
|
+
};
|
|
8744
|
+
const KustoPoolPrivateLinkResources = {
|
|
8745
|
+
type: {
|
|
8746
|
+
name: "Composite",
|
|
8747
|
+
className: "KustoPoolPrivateLinkResources",
|
|
8748
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { systemData: {
|
|
8749
|
+
serializedName: "systemData",
|
|
8750
|
+
type: {
|
|
8751
|
+
name: "Composite",
|
|
8752
|
+
className: "SystemData"
|
|
8753
|
+
}
|
|
8754
|
+
}, groupId: {
|
|
8755
|
+
serializedName: "properties.groupId",
|
|
8756
|
+
readOnly: true,
|
|
8757
|
+
type: {
|
|
8758
|
+
name: "String"
|
|
8759
|
+
}
|
|
8760
|
+
}, requiredMembers: {
|
|
8761
|
+
serializedName: "properties.requiredMembers",
|
|
8762
|
+
readOnly: true,
|
|
8763
|
+
type: {
|
|
8764
|
+
name: "Sequence",
|
|
8765
|
+
element: {
|
|
8766
|
+
type: {
|
|
8767
|
+
name: "String"
|
|
8768
|
+
}
|
|
8769
|
+
}
|
|
8770
|
+
}
|
|
8771
|
+
}, requiredZoneNames: {
|
|
8772
|
+
serializedName: "properties.requiredZoneNames",
|
|
8773
|
+
readOnly: true,
|
|
8774
|
+
type: {
|
|
8775
|
+
name: "Sequence",
|
|
8776
|
+
element: {
|
|
8777
|
+
type: {
|
|
8778
|
+
name: "String"
|
|
8779
|
+
}
|
|
8780
|
+
}
|
|
8781
|
+
}
|
|
8782
|
+
}, provisioningState: {
|
|
8783
|
+
serializedName: "properties.provisioningState",
|
|
8784
|
+
readOnly: true,
|
|
8785
|
+
type: {
|
|
8786
|
+
name: "String"
|
|
8787
|
+
}
|
|
8545
8788
|
} })
|
|
8546
8789
|
}
|
|
8547
8790
|
};
|
|
@@ -8817,6 +9060,11 @@ const BigDataPoolResourceInfo = {
|
|
|
8817
9060
|
type: {
|
|
8818
9061
|
name: "Boolean"
|
|
8819
9062
|
}
|
|
9063
|
+
}, isAutotuneEnabled: {
|
|
9064
|
+
serializedName: "properties.isAutotuneEnabled",
|
|
9065
|
+
type: {
|
|
9066
|
+
name: "Boolean"
|
|
9067
|
+
}
|
|
8820
9068
|
}, sessionLevelPackagesEnabled: {
|
|
8821
9069
|
serializedName: "properties.sessionLevelPackagesEnabled",
|
|
8822
9070
|
type: {
|
|
@@ -9296,11 +9544,16 @@ const IntegrationRuntimeResource = {
|
|
|
9296
9544
|
type: {
|
|
9297
9545
|
name: "Composite",
|
|
9298
9546
|
className: "IntegrationRuntimeResource",
|
|
9299
|
-
modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), {
|
|
9300
|
-
serializedName: "properties",
|
|
9547
|
+
modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), { typePropertiesType: {
|
|
9548
|
+
serializedName: "properties.type",
|
|
9549
|
+
required: true,
|
|
9301
9550
|
type: {
|
|
9302
|
-
name: "
|
|
9303
|
-
|
|
9551
|
+
name: "String"
|
|
9552
|
+
}
|
|
9553
|
+
}, description: {
|
|
9554
|
+
serializedName: "properties.description",
|
|
9555
|
+
type: {
|
|
9556
|
+
name: "String"
|
|
9304
9557
|
}
|
|
9305
9558
|
} })
|
|
9306
9559
|
}
|
|
@@ -9346,6 +9599,12 @@ const SparkConfigurationResource = {
|
|
|
9346
9599
|
type: {
|
|
9347
9600
|
name: "DateTime"
|
|
9348
9601
|
}
|
|
9602
|
+
}, configMergeRule: {
|
|
9603
|
+
serializedName: "properties.configMergeRule",
|
|
9604
|
+
type: {
|
|
9605
|
+
name: "Dictionary",
|
|
9606
|
+
value: { type: { name: "String" } }
|
|
9607
|
+
}
|
|
9349
9608
|
} })
|
|
9350
9609
|
}
|
|
9351
9610
|
};
|
|
@@ -9420,6 +9679,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
9420
9679
|
CreateSqlPoolRestorePointDefinition: CreateSqlPoolRestorePointDefinition,
|
|
9421
9680
|
ReplicationLinkListResult: ReplicationLinkListResult,
|
|
9422
9681
|
MaintenanceWindowTimeRange: MaintenanceWindowTimeRange,
|
|
9682
|
+
ErrorResponseAutoGenerated: ErrorResponseAutoGenerated,
|
|
9423
9683
|
TransparentDataEncryptionListResult: TransparentDataEncryptionListResult,
|
|
9424
9684
|
SqlPoolBlobAuditingPolicySqlPoolOperationListResult: SqlPoolBlobAuditingPolicySqlPoolOperationListResult,
|
|
9425
9685
|
SqlPoolUsageListResult: SqlPoolUsageListResult,
|
|
@@ -9496,6 +9756,9 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
9496
9756
|
IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint: IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint,
|
|
9497
9757
|
IntegrationRuntimeOutboundNetworkDependenciesEndpoint: IntegrationRuntimeOutboundNetworkDependenciesEndpoint,
|
|
9498
9758
|
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails: IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails,
|
|
9759
|
+
IntegrationRuntimeOperationStatus: IntegrationRuntimeOperationStatus,
|
|
9760
|
+
IntegrationRuntimeStopOperationStatus: IntegrationRuntimeStopOperationStatus,
|
|
9761
|
+
IntegrationRuntimeEnableinteractivequery: IntegrationRuntimeEnableinteractivequery,
|
|
9499
9762
|
SparkConfigurationListResponse: SparkConfigurationListResponse,
|
|
9500
9763
|
OperationListResult: OperationListResult,
|
|
9501
9764
|
Operation: Operation,
|
|
@@ -9529,6 +9792,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
9529
9792
|
ClusterPrincipalAssignmentListResult: ClusterPrincipalAssignmentListResult,
|
|
9530
9793
|
DatabasePrincipalAssignmentCheckNameRequest: DatabasePrincipalAssignmentCheckNameRequest,
|
|
9531
9794
|
DatabasePrincipalAssignmentListResult: DatabasePrincipalAssignmentListResult,
|
|
9795
|
+
PrivateLinkResources: PrivateLinkResources,
|
|
9532
9796
|
TopQueries: TopQueries,
|
|
9533
9797
|
QueryStatistic: QueryStatistic,
|
|
9534
9798
|
QueryInterval: QueryInterval,
|
|
@@ -9620,6 +9884,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
9620
9884
|
DataConnection: DataConnection,
|
|
9621
9885
|
ClusterPrincipalAssignment: ClusterPrincipalAssignment,
|
|
9622
9886
|
DatabasePrincipalAssignment: DatabasePrincipalAssignment,
|
|
9887
|
+
KustoPoolPrivateLinkResources: KustoPoolPrivateLinkResources,
|
|
9623
9888
|
PrivateLinkHub: PrivateLinkHub,
|
|
9624
9889
|
SqlPool: SqlPool,
|
|
9625
9890
|
Workspace: Workspace,
|
|
@@ -10408,6 +10673,16 @@ const regenerateKeyParameters = {
|
|
|
10408
10673
|
parameterPath: "regenerateKeyParameters",
|
|
10409
10674
|
mapper: IntegrationRuntimeRegenerateKeyParameters
|
|
10410
10675
|
};
|
|
10676
|
+
const integrationRuntimeOperationId = {
|
|
10677
|
+
parameterPath: "integrationRuntimeOperationId",
|
|
10678
|
+
mapper: {
|
|
10679
|
+
serializedName: "integrationRuntimeOperationId",
|
|
10680
|
+
required: true,
|
|
10681
|
+
type: {
|
|
10682
|
+
name: "String"
|
|
10683
|
+
}
|
|
10684
|
+
}
|
|
10685
|
+
};
|
|
10411
10686
|
const sparkConfigurationName = {
|
|
10412
10687
|
parameterPath: "sparkConfigurationName",
|
|
10413
10688
|
mapper: {
|
|
@@ -10736,7 +11011,7 @@ class AzureADOnlyAuthenticationsImpl {
|
|
|
10736
11011
|
* @param options The options parameters.
|
|
10737
11012
|
*/
|
|
10738
11013
|
_list(resourceGroupName, workspaceName, options) {
|
|
10739
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
11014
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$w);
|
|
10740
11015
|
}
|
|
10741
11016
|
/**
|
|
10742
11017
|
* ListNext
|
|
@@ -10750,7 +11025,7 @@ class AzureADOnlyAuthenticationsImpl {
|
|
|
10750
11025
|
}
|
|
10751
11026
|
}
|
|
10752
11027
|
// Operation Specifications
|
|
10753
|
-
const serializer$
|
|
11028
|
+
const serializer$1a = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
10754
11029
|
const getOperationSpec$U = {
|
|
10755
11030
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}",
|
|
10756
11031
|
httpMethod: "GET",
|
|
@@ -10771,7 +11046,7 @@ const getOperationSpec$U = {
|
|
|
10771
11046
|
azureADOnlyAuthenticationName
|
|
10772
11047
|
],
|
|
10773
11048
|
headerParameters: [accept],
|
|
10774
|
-
serializer: serializer$
|
|
11049
|
+
serializer: serializer$1a
|
|
10775
11050
|
};
|
|
10776
11051
|
const createOperationSpec$5 = {
|
|
10777
11052
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}",
|
|
@@ -10804,9 +11079,9 @@ const createOperationSpec$5 = {
|
|
|
10804
11079
|
],
|
|
10805
11080
|
headerParameters: [accept, contentType],
|
|
10806
11081
|
mediaType: "json",
|
|
10807
|
-
serializer: serializer$
|
|
11082
|
+
serializer: serializer$1a
|
|
10808
11083
|
};
|
|
10809
|
-
const listOperationSpec$
|
|
11084
|
+
const listOperationSpec$w = {
|
|
10810
11085
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications",
|
|
10811
11086
|
httpMethod: "GET",
|
|
10812
11087
|
responses: {
|
|
@@ -10825,7 +11100,7 @@ const listOperationSpec$v = {
|
|
|
10825
11100
|
workspaceName
|
|
10826
11101
|
],
|
|
10827
11102
|
headerParameters: [accept],
|
|
10828
|
-
serializer: serializer$
|
|
11103
|
+
serializer: serializer$1a
|
|
10829
11104
|
};
|
|
10830
11105
|
const listNextOperationSpec$o = {
|
|
10831
11106
|
path: "{nextLink}",
|
|
@@ -10846,7 +11121,7 @@ const listNextOperationSpec$o = {
|
|
|
10846
11121
|
nextLink
|
|
10847
11122
|
],
|
|
10848
11123
|
headerParameters: [accept],
|
|
10849
|
-
serializer: serializer$
|
|
11124
|
+
serializer: serializer$1a
|
|
10850
11125
|
};
|
|
10851
11126
|
|
|
10852
11127
|
/*
|
|
@@ -10878,7 +11153,7 @@ class OperationsImpl {
|
|
|
10878
11153
|
* @param options The options parameters.
|
|
10879
11154
|
*/
|
|
10880
11155
|
list(options) {
|
|
10881
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec$
|
|
11156
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec$v);
|
|
10882
11157
|
}
|
|
10883
11158
|
/**
|
|
10884
11159
|
* Get the result of an operation
|
|
@@ -10902,7 +11177,7 @@ class OperationsImpl {
|
|
|
10902
11177
|
}
|
|
10903
11178
|
}
|
|
10904
11179
|
// Operation Specifications
|
|
10905
|
-
const serializer$
|
|
11180
|
+
const serializer$19 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
10906
11181
|
const checkNameAvailabilityOperationSpec$5 = {
|
|
10907
11182
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Synapse/checkNameAvailability",
|
|
10908
11183
|
httpMethod: "POST",
|
|
@@ -10919,9 +11194,9 @@ const checkNameAvailabilityOperationSpec$5 = {
|
|
|
10919
11194
|
urlParameters: [$host, subscriptionId],
|
|
10920
11195
|
headerParameters: [accept, contentType],
|
|
10921
11196
|
mediaType: "json",
|
|
10922
|
-
serializer: serializer$
|
|
11197
|
+
serializer: serializer$19
|
|
10923
11198
|
};
|
|
10924
|
-
const listOperationSpec$
|
|
11199
|
+
const listOperationSpec$v = {
|
|
10925
11200
|
path: "/providers/Microsoft.Synapse/operations",
|
|
10926
11201
|
httpMethod: "GET",
|
|
10927
11202
|
responses: {
|
|
@@ -10941,7 +11216,7 @@ const listOperationSpec$u = {
|
|
|
10941
11216
|
},
|
|
10942
11217
|
urlParameters: [$host],
|
|
10943
11218
|
headerParameters: [accept],
|
|
10944
|
-
serializer: serializer$
|
|
11219
|
+
serializer: serializer$19
|
|
10945
11220
|
};
|
|
10946
11221
|
const getLocationHeaderResultOperationSpec$1 = {
|
|
10947
11222
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/operationResults/{operationId}",
|
|
@@ -10964,7 +11239,7 @@ const getLocationHeaderResultOperationSpec$1 = {
|
|
|
10964
11239
|
operationId
|
|
10965
11240
|
],
|
|
10966
11241
|
headerParameters: [accept],
|
|
10967
|
-
serializer: serializer$
|
|
11242
|
+
serializer: serializer$19
|
|
10968
11243
|
};
|
|
10969
11244
|
const getAzureAsyncHeaderResultOperationSpec = {
|
|
10970
11245
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/operationStatuses/{operationId}",
|
|
@@ -10987,7 +11262,7 @@ const getAzureAsyncHeaderResultOperationSpec = {
|
|
|
10987
11262
|
operationId
|
|
10988
11263
|
],
|
|
10989
11264
|
headerParameters: [accept],
|
|
10990
|
-
serializer: serializer$
|
|
11265
|
+
serializer: serializer$19
|
|
10991
11266
|
};
|
|
10992
11267
|
|
|
10993
11268
|
/*
|
|
@@ -11269,7 +11544,7 @@ class IpFirewallRulesImpl {
|
|
|
11269
11544
|
}
|
|
11270
11545
|
}
|
|
11271
11546
|
// Operation Specifications
|
|
11272
|
-
const serializer$
|
|
11547
|
+
const serializer$18 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
11273
11548
|
const listByWorkspaceOperationSpec$a = {
|
|
11274
11549
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/firewallRules",
|
|
11275
11550
|
httpMethod: "GET",
|
|
@@ -11289,7 +11564,7 @@ const listByWorkspaceOperationSpec$a = {
|
|
|
11289
11564
|
workspaceName
|
|
11290
11565
|
],
|
|
11291
11566
|
headerParameters: [accept],
|
|
11292
|
-
serializer: serializer$
|
|
11567
|
+
serializer: serializer$18
|
|
11293
11568
|
};
|
|
11294
11569
|
const createOrUpdateOperationSpec$v = {
|
|
11295
11570
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/firewallRules/{ruleName}",
|
|
@@ -11322,31 +11597,23 @@ const createOrUpdateOperationSpec$v = {
|
|
|
11322
11597
|
],
|
|
11323
11598
|
headerParameters: [accept, contentType],
|
|
11324
11599
|
mediaType: "json",
|
|
11325
|
-
serializer: serializer$
|
|
11600
|
+
serializer: serializer$18
|
|
11326
11601
|
};
|
|
11327
11602
|
const deleteOperationSpec$n = {
|
|
11328
11603
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/firewallRules/{ruleName}",
|
|
11329
11604
|
httpMethod: "DELETE",
|
|
11330
11605
|
responses: {
|
|
11331
11606
|
200: {
|
|
11332
|
-
bodyMapper:
|
|
11333
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
11334
|
-
}
|
|
11607
|
+
bodyMapper: IpFirewallRuleInfo
|
|
11335
11608
|
},
|
|
11336
11609
|
201: {
|
|
11337
|
-
bodyMapper:
|
|
11338
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
11339
|
-
}
|
|
11610
|
+
bodyMapper: IpFirewallRuleInfo
|
|
11340
11611
|
},
|
|
11341
11612
|
202: {
|
|
11342
|
-
bodyMapper:
|
|
11343
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
11344
|
-
}
|
|
11613
|
+
bodyMapper: IpFirewallRuleInfo
|
|
11345
11614
|
},
|
|
11346
11615
|
204: {
|
|
11347
|
-
bodyMapper:
|
|
11348
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
11349
|
-
}
|
|
11616
|
+
bodyMapper: IpFirewallRuleInfo
|
|
11350
11617
|
},
|
|
11351
11618
|
default: {
|
|
11352
11619
|
bodyMapper: ErrorResponse
|
|
@@ -11361,7 +11628,7 @@ const deleteOperationSpec$n = {
|
|
|
11361
11628
|
ruleName
|
|
11362
11629
|
],
|
|
11363
11630
|
headerParameters: [accept],
|
|
11364
|
-
serializer: serializer$
|
|
11631
|
+
serializer: serializer$18
|
|
11365
11632
|
};
|
|
11366
11633
|
const getOperationSpec$T = {
|
|
11367
11634
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/firewallRules/{ruleName}",
|
|
@@ -11383,7 +11650,7 @@ const getOperationSpec$T = {
|
|
|
11383
11650
|
ruleName
|
|
11384
11651
|
],
|
|
11385
11652
|
headerParameters: [accept],
|
|
11386
|
-
serializer: serializer$
|
|
11653
|
+
serializer: serializer$18
|
|
11387
11654
|
};
|
|
11388
11655
|
const replaceAllOperationSpec = {
|
|
11389
11656
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/replaceAllIpFirewallRules",
|
|
@@ -11415,7 +11682,7 @@ const replaceAllOperationSpec = {
|
|
|
11415
11682
|
],
|
|
11416
11683
|
headerParameters: [accept, contentType],
|
|
11417
11684
|
mediaType: "json",
|
|
11418
|
-
serializer: serializer$
|
|
11685
|
+
serializer: serializer$18
|
|
11419
11686
|
};
|
|
11420
11687
|
const listByWorkspaceNextOperationSpec$8 = {
|
|
11421
11688
|
path: "{nextLink}",
|
|
@@ -11436,7 +11703,7 @@ const listByWorkspaceNextOperationSpec$8 = {
|
|
|
11436
11703
|
nextLink
|
|
11437
11704
|
],
|
|
11438
11705
|
headerParameters: [accept],
|
|
11439
|
-
serializer: serializer$
|
|
11706
|
+
serializer: serializer$18
|
|
11440
11707
|
};
|
|
11441
11708
|
|
|
11442
11709
|
/*
|
|
@@ -11569,7 +11836,7 @@ class KeysImpl {
|
|
|
11569
11836
|
}
|
|
11570
11837
|
}
|
|
11571
11838
|
// Operation Specifications
|
|
11572
|
-
const serializer$
|
|
11839
|
+
const serializer$17 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
11573
11840
|
const listByWorkspaceOperationSpec$9 = {
|
|
11574
11841
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/keys",
|
|
11575
11842
|
httpMethod: "GET",
|
|
@@ -11589,7 +11856,7 @@ const listByWorkspaceOperationSpec$9 = {
|
|
|
11589
11856
|
workspaceName
|
|
11590
11857
|
],
|
|
11591
11858
|
headerParameters: [accept],
|
|
11592
|
-
serializer: serializer$
|
|
11859
|
+
serializer: serializer$17
|
|
11593
11860
|
};
|
|
11594
11861
|
const getOperationSpec$S = {
|
|
11595
11862
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/keys/{keyName}",
|
|
@@ -11611,7 +11878,7 @@ const getOperationSpec$S = {
|
|
|
11611
11878
|
keyName
|
|
11612
11879
|
],
|
|
11613
11880
|
headerParameters: [accept],
|
|
11614
|
-
serializer: serializer$
|
|
11881
|
+
serializer: serializer$17
|
|
11615
11882
|
};
|
|
11616
11883
|
const createOrUpdateOperationSpec$u = {
|
|
11617
11884
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/keys/{keyName}",
|
|
@@ -11635,7 +11902,7 @@ const createOrUpdateOperationSpec$u = {
|
|
|
11635
11902
|
],
|
|
11636
11903
|
headerParameters: [accept, contentType],
|
|
11637
11904
|
mediaType: "json",
|
|
11638
|
-
serializer: serializer$
|
|
11905
|
+
serializer: serializer$17
|
|
11639
11906
|
};
|
|
11640
11907
|
const deleteOperationSpec$m = {
|
|
11641
11908
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/keys/{keyName}",
|
|
@@ -11658,7 +11925,7 @@ const deleteOperationSpec$m = {
|
|
|
11658
11925
|
keyName
|
|
11659
11926
|
],
|
|
11660
11927
|
headerParameters: [accept],
|
|
11661
|
-
serializer: serializer$
|
|
11928
|
+
serializer: serializer$17
|
|
11662
11929
|
};
|
|
11663
11930
|
const listByWorkspaceNextOperationSpec$7 = {
|
|
11664
11931
|
path: "{nextLink}",
|
|
@@ -11679,7 +11946,7 @@ const listByWorkspaceNextOperationSpec$7 = {
|
|
|
11679
11946
|
nextLink
|
|
11680
11947
|
],
|
|
11681
11948
|
headerParameters: [accept],
|
|
11682
|
-
serializer: serializer$
|
|
11949
|
+
serializer: serializer$17
|
|
11683
11950
|
};
|
|
11684
11951
|
|
|
11685
11952
|
/*
|
|
@@ -11902,7 +12169,7 @@ class PrivateEndpointConnectionsImpl {
|
|
|
11902
12169
|
* @param options The options parameters.
|
|
11903
12170
|
*/
|
|
11904
12171
|
_list(resourceGroupName, workspaceName, options) {
|
|
11905
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
12172
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$u);
|
|
11906
12173
|
}
|
|
11907
12174
|
/**
|
|
11908
12175
|
* ListNext
|
|
@@ -11916,7 +12183,7 @@ class PrivateEndpointConnectionsImpl {
|
|
|
11916
12183
|
}
|
|
11917
12184
|
}
|
|
11918
12185
|
// Operation Specifications
|
|
11919
|
-
const serializer$
|
|
12186
|
+
const serializer$16 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
11920
12187
|
const getOperationSpec$R = {
|
|
11921
12188
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
11922
12189
|
httpMethod: "GET",
|
|
@@ -11937,7 +12204,7 @@ const getOperationSpec$R = {
|
|
|
11937
12204
|
privateEndpointConnectionName
|
|
11938
12205
|
],
|
|
11939
12206
|
headerParameters: [accept],
|
|
11940
|
-
serializer: serializer$
|
|
12207
|
+
serializer: serializer$16
|
|
11941
12208
|
};
|
|
11942
12209
|
const createOperationSpec$4 = {
|
|
11943
12210
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
@@ -11970,7 +12237,7 @@ const createOperationSpec$4 = {
|
|
|
11970
12237
|
],
|
|
11971
12238
|
headerParameters: [accept, contentType],
|
|
11972
12239
|
mediaType: "json",
|
|
11973
|
-
serializer: serializer$
|
|
12240
|
+
serializer: serializer$16
|
|
11974
12241
|
};
|
|
11975
12242
|
const deleteOperationSpec$l = {
|
|
11976
12243
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
@@ -11993,9 +12260,9 @@ const deleteOperationSpec$l = {
|
|
|
11993
12260
|
privateEndpointConnectionName
|
|
11994
12261
|
],
|
|
11995
12262
|
headerParameters: [accept],
|
|
11996
|
-
serializer: serializer$
|
|
12263
|
+
serializer: serializer$16
|
|
11997
12264
|
};
|
|
11998
|
-
const listOperationSpec$
|
|
12265
|
+
const listOperationSpec$u = {
|
|
11999
12266
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateEndpointConnections",
|
|
12000
12267
|
httpMethod: "GET",
|
|
12001
12268
|
responses: {
|
|
@@ -12014,7 +12281,7 @@ const listOperationSpec$t = {
|
|
|
12014
12281
|
workspaceName
|
|
12015
12282
|
],
|
|
12016
12283
|
headerParameters: [accept],
|
|
12017
|
-
serializer: serializer$
|
|
12284
|
+
serializer: serializer$16
|
|
12018
12285
|
};
|
|
12019
12286
|
const listNextOperationSpec$n = {
|
|
12020
12287
|
path: "{nextLink}",
|
|
@@ -12035,7 +12302,7 @@ const listNextOperationSpec$n = {
|
|
|
12035
12302
|
nextLink
|
|
12036
12303
|
],
|
|
12037
12304
|
headerParameters: [accept],
|
|
12038
|
-
serializer: serializer$
|
|
12305
|
+
serializer: serializer$16
|
|
12039
12306
|
};
|
|
12040
12307
|
|
|
12041
12308
|
/*
|
|
@@ -12046,10 +12313,10 @@ const listNextOperationSpec$n = {
|
|
|
12046
12313
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
12047
12314
|
*/
|
|
12048
12315
|
/// <reference lib="esnext.asynciterable" />
|
|
12049
|
-
/** Class containing
|
|
12050
|
-
class
|
|
12316
|
+
/** Class containing PrivateLinkResourcesOperations operations. */
|
|
12317
|
+
class PrivateLinkResourcesOperationsImpl {
|
|
12051
12318
|
/**
|
|
12052
|
-
* Initialize a new instance of the class
|
|
12319
|
+
* Initialize a new instance of the class PrivateLinkResourcesOperations class.
|
|
12053
12320
|
* @param client Reference to the service client
|
|
12054
12321
|
*/
|
|
12055
12322
|
constructor(client) {
|
|
@@ -12123,7 +12390,7 @@ class PrivateLinkResourcesImpl {
|
|
|
12123
12390
|
* @param options The options parameters.
|
|
12124
12391
|
*/
|
|
12125
12392
|
_list(resourceGroupName, workspaceName, options) {
|
|
12126
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
12393
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$t);
|
|
12127
12394
|
}
|
|
12128
12395
|
/**
|
|
12129
12396
|
* Get private link resource in workspace
|
|
@@ -12147,8 +12414,8 @@ class PrivateLinkResourcesImpl {
|
|
|
12147
12414
|
}
|
|
12148
12415
|
}
|
|
12149
12416
|
// Operation Specifications
|
|
12150
|
-
const serializer$
|
|
12151
|
-
const listOperationSpec$
|
|
12417
|
+
const serializer$15 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
12418
|
+
const listOperationSpec$t = {
|
|
12152
12419
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateLinkResources",
|
|
12153
12420
|
httpMethod: "GET",
|
|
12154
12421
|
responses: {
|
|
@@ -12167,7 +12434,7 @@ const listOperationSpec$s = {
|
|
|
12167
12434
|
workspaceName
|
|
12168
12435
|
],
|
|
12169
12436
|
headerParameters: [accept],
|
|
12170
|
-
serializer: serializer$
|
|
12437
|
+
serializer: serializer$15
|
|
12171
12438
|
};
|
|
12172
12439
|
const getOperationSpec$Q = {
|
|
12173
12440
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateLinkResources/{privateLinkResourceName}",
|
|
@@ -12189,7 +12456,7 @@ const getOperationSpec$Q = {
|
|
|
12189
12456
|
privateLinkResourceName
|
|
12190
12457
|
],
|
|
12191
12458
|
headerParameters: [accept],
|
|
12192
|
-
serializer: serializer$
|
|
12459
|
+
serializer: serializer$15
|
|
12193
12460
|
};
|
|
12194
12461
|
const listNextOperationSpec$m = {
|
|
12195
12462
|
path: "{nextLink}",
|
|
@@ -12210,7 +12477,7 @@ const listNextOperationSpec$m = {
|
|
|
12210
12477
|
nextLink
|
|
12211
12478
|
],
|
|
12212
12479
|
headerParameters: [accept],
|
|
12213
|
-
serializer: serializer$
|
|
12480
|
+
serializer: serializer$15
|
|
12214
12481
|
};
|
|
12215
12482
|
|
|
12216
12483
|
/*
|
|
@@ -12298,7 +12565,7 @@ class PrivateLinkHubPrivateLinkResourcesImpl {
|
|
|
12298
12565
|
* @param options The options parameters.
|
|
12299
12566
|
*/
|
|
12300
12567
|
_list(resourceGroupName, privateLinkHubName, options) {
|
|
12301
|
-
return this.client.sendOperationRequest({ resourceGroupName, privateLinkHubName, options }, listOperationSpec$
|
|
12568
|
+
return this.client.sendOperationRequest({ resourceGroupName, privateLinkHubName, options }, listOperationSpec$s);
|
|
12302
12569
|
}
|
|
12303
12570
|
/**
|
|
12304
12571
|
* Get private link resource in private link hub
|
|
@@ -12327,8 +12594,8 @@ class PrivateLinkHubPrivateLinkResourcesImpl {
|
|
|
12327
12594
|
}
|
|
12328
12595
|
}
|
|
12329
12596
|
// Operation Specifications
|
|
12330
|
-
const serializer$
|
|
12331
|
-
const listOperationSpec$
|
|
12597
|
+
const serializer$14 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
12598
|
+
const listOperationSpec$s = {
|
|
12332
12599
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources",
|
|
12333
12600
|
httpMethod: "GET",
|
|
12334
12601
|
responses: {
|
|
@@ -12347,7 +12614,7 @@ const listOperationSpec$r = {
|
|
|
12347
12614
|
privateLinkHubName
|
|
12348
12615
|
],
|
|
12349
12616
|
headerParameters: [accept],
|
|
12350
|
-
serializer: serializer$
|
|
12617
|
+
serializer: serializer$14
|
|
12351
12618
|
};
|
|
12352
12619
|
const getOperationSpec$P = {
|
|
12353
12620
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources/{privateLinkResourceName}",
|
|
@@ -12369,7 +12636,7 @@ const getOperationSpec$P = {
|
|
|
12369
12636
|
privateLinkHubName
|
|
12370
12637
|
],
|
|
12371
12638
|
headerParameters: [accept],
|
|
12372
|
-
serializer: serializer$
|
|
12639
|
+
serializer: serializer$14
|
|
12373
12640
|
};
|
|
12374
12641
|
const listNextOperationSpec$l = {
|
|
12375
12642
|
path: "{nextLink}",
|
|
@@ -12390,7 +12657,7 @@ const listNextOperationSpec$l = {
|
|
|
12390
12657
|
privateLinkHubName
|
|
12391
12658
|
],
|
|
12392
12659
|
headerParameters: [accept],
|
|
12393
|
-
serializer: serializer$
|
|
12660
|
+
serializer: serializer$14
|
|
12394
12661
|
};
|
|
12395
12662
|
|
|
12396
12663
|
/*
|
|
@@ -12627,7 +12894,7 @@ class PrivateLinkHubsImpl {
|
|
|
12627
12894
|
* @param options The options parameters.
|
|
12628
12895
|
*/
|
|
12629
12896
|
_list(options) {
|
|
12630
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec$
|
|
12897
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec$r);
|
|
12631
12898
|
}
|
|
12632
12899
|
/**
|
|
12633
12900
|
* ListByResourceGroupNext
|
|
@@ -12648,7 +12915,7 @@ class PrivateLinkHubsImpl {
|
|
|
12648
12915
|
}
|
|
12649
12916
|
}
|
|
12650
12917
|
// Operation Specifications
|
|
12651
|
-
const serializer$
|
|
12918
|
+
const serializer$13 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
12652
12919
|
const listByResourceGroupOperationSpec$1 = {
|
|
12653
12920
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs",
|
|
12654
12921
|
httpMethod: "GET",
|
|
@@ -12667,7 +12934,7 @@ const listByResourceGroupOperationSpec$1 = {
|
|
|
12667
12934
|
resourceGroupName
|
|
12668
12935
|
],
|
|
12669
12936
|
headerParameters: [accept],
|
|
12670
|
-
serializer: serializer$
|
|
12937
|
+
serializer: serializer$13
|
|
12671
12938
|
};
|
|
12672
12939
|
const getOperationSpec$O = {
|
|
12673
12940
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}",
|
|
@@ -12688,7 +12955,7 @@ const getOperationSpec$O = {
|
|
|
12688
12955
|
privateLinkHubName
|
|
12689
12956
|
],
|
|
12690
12957
|
headerParameters: [accept],
|
|
12691
|
-
serializer: serializer$
|
|
12958
|
+
serializer: serializer$13
|
|
12692
12959
|
};
|
|
12693
12960
|
const updateOperationSpec$b = {
|
|
12694
12961
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}",
|
|
@@ -12714,7 +12981,7 @@ const updateOperationSpec$b = {
|
|
|
12714
12981
|
],
|
|
12715
12982
|
headerParameters: [accept, contentType],
|
|
12716
12983
|
mediaType: "json",
|
|
12717
|
-
serializer: serializer$
|
|
12984
|
+
serializer: serializer$13
|
|
12718
12985
|
};
|
|
12719
12986
|
const createOrUpdateOperationSpec$t = {
|
|
12720
12987
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}",
|
|
@@ -12740,7 +13007,7 @@ const createOrUpdateOperationSpec$t = {
|
|
|
12740
13007
|
],
|
|
12741
13008
|
headerParameters: [accept, contentType],
|
|
12742
13009
|
mediaType: "json",
|
|
12743
|
-
serializer: serializer$
|
|
13010
|
+
serializer: serializer$13
|
|
12744
13011
|
};
|
|
12745
13012
|
const deleteOperationSpec$k = {
|
|
12746
13013
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}",
|
|
@@ -12762,9 +13029,9 @@ const deleteOperationSpec$k = {
|
|
|
12762
13029
|
privateLinkHubName
|
|
12763
13030
|
],
|
|
12764
13031
|
headerParameters: [accept],
|
|
12765
|
-
serializer: serializer$
|
|
13032
|
+
serializer: serializer$13
|
|
12766
13033
|
};
|
|
12767
|
-
const listOperationSpec$
|
|
13034
|
+
const listOperationSpec$r = {
|
|
12768
13035
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Synapse/privateLinkHubs",
|
|
12769
13036
|
httpMethod: "GET",
|
|
12770
13037
|
responses: {
|
|
@@ -12778,7 +13045,7 @@ const listOperationSpec$q = {
|
|
|
12778
13045
|
queryParameters: [apiVersion],
|
|
12779
13046
|
urlParameters: [$host, subscriptionId],
|
|
12780
13047
|
headerParameters: [accept],
|
|
12781
|
-
serializer: serializer$
|
|
13048
|
+
serializer: serializer$13
|
|
12782
13049
|
};
|
|
12783
13050
|
const listByResourceGroupNextOperationSpec$1 = {
|
|
12784
13051
|
path: "{nextLink}",
|
|
@@ -12798,7 +13065,7 @@ const listByResourceGroupNextOperationSpec$1 = {
|
|
|
12798
13065
|
nextLink
|
|
12799
13066
|
],
|
|
12800
13067
|
headerParameters: [accept],
|
|
12801
|
-
serializer: serializer$
|
|
13068
|
+
serializer: serializer$13
|
|
12802
13069
|
};
|
|
12803
13070
|
const listNextOperationSpec$k = {
|
|
12804
13071
|
path: "{nextLink}",
|
|
@@ -12817,7 +13084,7 @@ const listNextOperationSpec$k = {
|
|
|
12817
13084
|
nextLink
|
|
12818
13085
|
],
|
|
12819
13086
|
headerParameters: [accept],
|
|
12820
|
-
serializer: serializer$
|
|
13087
|
+
serializer: serializer$13
|
|
12821
13088
|
};
|
|
12822
13089
|
|
|
12823
13090
|
/*
|
|
@@ -12905,7 +13172,7 @@ class PrivateEndpointConnectionsPrivateLinkHubImpl {
|
|
|
12905
13172
|
* @param options The options parameters.
|
|
12906
13173
|
*/
|
|
12907
13174
|
_list(resourceGroupName, privateLinkHubName, options) {
|
|
12908
|
-
return this.client.sendOperationRequest({ resourceGroupName, privateLinkHubName, options }, listOperationSpec$
|
|
13175
|
+
return this.client.sendOperationRequest({ resourceGroupName, privateLinkHubName, options }, listOperationSpec$q);
|
|
12909
13176
|
}
|
|
12910
13177
|
/**
|
|
12911
13178
|
* Get all PrivateEndpointConnection in the PrivateLinkHub by name
|
|
@@ -12934,8 +13201,8 @@ class PrivateEndpointConnectionsPrivateLinkHubImpl {
|
|
|
12934
13201
|
}
|
|
12935
13202
|
}
|
|
12936
13203
|
// Operation Specifications
|
|
12937
|
-
const serializer$
|
|
12938
|
-
const listOperationSpec$
|
|
13204
|
+
const serializer$12 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
13205
|
+
const listOperationSpec$q = {
|
|
12939
13206
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateEndpointConnections",
|
|
12940
13207
|
httpMethod: "GET",
|
|
12941
13208
|
responses: {
|
|
@@ -12954,7 +13221,7 @@ const listOperationSpec$p = {
|
|
|
12954
13221
|
privateLinkHubName
|
|
12955
13222
|
],
|
|
12956
13223
|
headerParameters: [accept],
|
|
12957
|
-
serializer: serializer$
|
|
13224
|
+
serializer: serializer$12
|
|
12958
13225
|
};
|
|
12959
13226
|
const getOperationSpec$N = {
|
|
12960
13227
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
@@ -12976,7 +13243,7 @@ const getOperationSpec$N = {
|
|
|
12976
13243
|
privateLinkHubName
|
|
12977
13244
|
],
|
|
12978
13245
|
headerParameters: [accept],
|
|
12979
|
-
serializer: serializer$
|
|
13246
|
+
serializer: serializer$12
|
|
12980
13247
|
};
|
|
12981
13248
|
const listNextOperationSpec$j = {
|
|
12982
13249
|
path: "{nextLink}",
|
|
@@ -12997,7 +13264,7 @@ const listNextOperationSpec$j = {
|
|
|
12997
13264
|
privateLinkHubName
|
|
12998
13265
|
],
|
|
12999
13266
|
headerParameters: [accept],
|
|
13000
|
-
serializer: serializer$
|
|
13267
|
+
serializer: serializer$12
|
|
13001
13268
|
};
|
|
13002
13269
|
|
|
13003
13270
|
/*
|
|
@@ -13096,8 +13363,52 @@ class SqlPoolsImpl {
|
|
|
13096
13363
|
* @param sqlPoolInfo The updated SQL pool properties
|
|
13097
13364
|
* @param options The options parameters.
|
|
13098
13365
|
*/
|
|
13099
|
-
|
|
13100
|
-
return
|
|
13366
|
+
beginUpdate(resourceGroupName, workspaceName, sqlPoolName, sqlPoolInfo, options) {
|
|
13367
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
13368
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
13369
|
+
return this.client.sendOperationRequest(args, spec);
|
|
13370
|
+
});
|
|
13371
|
+
const sendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
13372
|
+
var _a;
|
|
13373
|
+
let currentRawResponse = undefined;
|
|
13374
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
13375
|
+
const callback = (rawResponse, flatResponse) => {
|
|
13376
|
+
currentRawResponse = rawResponse;
|
|
13377
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
13378
|
+
};
|
|
13379
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
13380
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
13381
|
+
return {
|
|
13382
|
+
flatResponse,
|
|
13383
|
+
rawResponse: {
|
|
13384
|
+
statusCode: currentRawResponse.status,
|
|
13385
|
+
body: currentRawResponse.parsedBody,
|
|
13386
|
+
headers: currentRawResponse.headers.toJSON()
|
|
13387
|
+
}
|
|
13388
|
+
};
|
|
13389
|
+
});
|
|
13390
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, workspaceName, sqlPoolName, sqlPoolInfo, options }, updateOperationSpec$a);
|
|
13391
|
+
const poller = new coreLro.LroEngine(lro, {
|
|
13392
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
13393
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
13394
|
+
});
|
|
13395
|
+
yield poller.poll();
|
|
13396
|
+
return poller;
|
|
13397
|
+
});
|
|
13398
|
+
}
|
|
13399
|
+
/**
|
|
13400
|
+
* Apply a partial update to a SQL pool
|
|
13401
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
13402
|
+
* @param workspaceName The name of the workspace.
|
|
13403
|
+
* @param sqlPoolName SQL pool name
|
|
13404
|
+
* @param sqlPoolInfo The updated SQL pool properties
|
|
13405
|
+
* @param options The options parameters.
|
|
13406
|
+
*/
|
|
13407
|
+
beginUpdateAndWait(resourceGroupName, workspaceName, sqlPoolName, sqlPoolInfo, options) {
|
|
13408
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
13409
|
+
const poller = yield this.beginUpdate(resourceGroupName, workspaceName, sqlPoolName, sqlPoolInfo, options);
|
|
13410
|
+
return poller.pollUntilDone();
|
|
13411
|
+
});
|
|
13101
13412
|
}
|
|
13102
13413
|
/**
|
|
13103
13414
|
* Create a SQL pool
|
|
@@ -13349,7 +13660,7 @@ class SqlPoolsImpl {
|
|
|
13349
13660
|
}
|
|
13350
13661
|
}
|
|
13351
13662
|
// Operation Specifications
|
|
13352
|
-
const serializer
|
|
13663
|
+
const serializer$11 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
13353
13664
|
const getOperationSpec$M = {
|
|
13354
13665
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}",
|
|
13355
13666
|
httpMethod: "GET",
|
|
@@ -13370,7 +13681,7 @@ const getOperationSpec$M = {
|
|
|
13370
13681
|
sqlPoolName
|
|
13371
13682
|
],
|
|
13372
13683
|
headerParameters: [accept],
|
|
13373
|
-
serializer: serializer
|
|
13684
|
+
serializer: serializer$11
|
|
13374
13685
|
};
|
|
13375
13686
|
const updateOperationSpec$a = {
|
|
13376
13687
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}",
|
|
@@ -13379,7 +13690,15 @@ const updateOperationSpec$a = {
|
|
|
13379
13690
|
200: {
|
|
13380
13691
|
bodyMapper: SqlPool
|
|
13381
13692
|
},
|
|
13382
|
-
|
|
13693
|
+
201: {
|
|
13694
|
+
bodyMapper: SqlPool
|
|
13695
|
+
},
|
|
13696
|
+
202: {
|
|
13697
|
+
bodyMapper: SqlPool
|
|
13698
|
+
},
|
|
13699
|
+
204: {
|
|
13700
|
+
bodyMapper: SqlPool
|
|
13701
|
+
},
|
|
13383
13702
|
default: {
|
|
13384
13703
|
bodyMapper: ErrorResponse
|
|
13385
13704
|
}
|
|
@@ -13395,7 +13714,7 @@ const updateOperationSpec$a = {
|
|
|
13395
13714
|
],
|
|
13396
13715
|
headerParameters: [accept, contentType],
|
|
13397
13716
|
mediaType: "json",
|
|
13398
|
-
serializer: serializer
|
|
13717
|
+
serializer: serializer$11
|
|
13399
13718
|
};
|
|
13400
13719
|
const createOperationSpec$3 = {
|
|
13401
13720
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}",
|
|
@@ -13413,6 +13732,9 @@ const createOperationSpec$3 = {
|
|
|
13413
13732
|
204: {
|
|
13414
13733
|
bodyMapper: SqlPool
|
|
13415
13734
|
},
|
|
13735
|
+
404: {
|
|
13736
|
+
isError: true
|
|
13737
|
+
},
|
|
13416
13738
|
default: {
|
|
13417
13739
|
bodyMapper: ErrorResponse
|
|
13418
13740
|
}
|
|
@@ -13428,31 +13750,23 @@ const createOperationSpec$3 = {
|
|
|
13428
13750
|
],
|
|
13429
13751
|
headerParameters: [accept, contentType],
|
|
13430
13752
|
mediaType: "json",
|
|
13431
|
-
serializer: serializer
|
|
13753
|
+
serializer: serializer$11
|
|
13432
13754
|
};
|
|
13433
13755
|
const deleteOperationSpec$j = {
|
|
13434
13756
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}",
|
|
13435
13757
|
httpMethod: "DELETE",
|
|
13436
13758
|
responses: {
|
|
13437
13759
|
200: {
|
|
13438
|
-
bodyMapper:
|
|
13439
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13440
|
-
}
|
|
13760
|
+
bodyMapper: SqlPool
|
|
13441
13761
|
},
|
|
13442
13762
|
201: {
|
|
13443
|
-
bodyMapper:
|
|
13444
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13445
|
-
}
|
|
13763
|
+
bodyMapper: SqlPool
|
|
13446
13764
|
},
|
|
13447
13765
|
202: {
|
|
13448
|
-
bodyMapper:
|
|
13449
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13450
|
-
}
|
|
13766
|
+
bodyMapper: SqlPool
|
|
13451
13767
|
},
|
|
13452
13768
|
204: {
|
|
13453
|
-
bodyMapper:
|
|
13454
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13455
|
-
}
|
|
13769
|
+
bodyMapper: SqlPool
|
|
13456
13770
|
},
|
|
13457
13771
|
default: {
|
|
13458
13772
|
bodyMapper: ErrorResponse
|
|
@@ -13467,7 +13781,7 @@ const deleteOperationSpec$j = {
|
|
|
13467
13781
|
sqlPoolName
|
|
13468
13782
|
],
|
|
13469
13783
|
headerParameters: [accept],
|
|
13470
|
-
serializer: serializer
|
|
13784
|
+
serializer: serializer$11
|
|
13471
13785
|
};
|
|
13472
13786
|
const listByWorkspaceOperationSpec$8 = {
|
|
13473
13787
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools",
|
|
@@ -13488,31 +13802,23 @@ const listByWorkspaceOperationSpec$8 = {
|
|
|
13488
13802
|
workspaceName
|
|
13489
13803
|
],
|
|
13490
13804
|
headerParameters: [accept],
|
|
13491
|
-
serializer: serializer
|
|
13805
|
+
serializer: serializer$11
|
|
13492
13806
|
};
|
|
13493
13807
|
const pauseOperationSpec = {
|
|
13494
13808
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/pause",
|
|
13495
13809
|
httpMethod: "POST",
|
|
13496
13810
|
responses: {
|
|
13497
13811
|
200: {
|
|
13498
|
-
bodyMapper:
|
|
13499
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13500
|
-
}
|
|
13812
|
+
bodyMapper: SqlPool
|
|
13501
13813
|
},
|
|
13502
13814
|
201: {
|
|
13503
|
-
bodyMapper:
|
|
13504
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13505
|
-
}
|
|
13815
|
+
bodyMapper: SqlPool
|
|
13506
13816
|
},
|
|
13507
13817
|
202: {
|
|
13508
|
-
bodyMapper:
|
|
13509
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13510
|
-
}
|
|
13818
|
+
bodyMapper: SqlPool
|
|
13511
13819
|
},
|
|
13512
13820
|
204: {
|
|
13513
|
-
bodyMapper:
|
|
13514
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13515
|
-
}
|
|
13821
|
+
bodyMapper: SqlPool
|
|
13516
13822
|
},
|
|
13517
13823
|
default: {
|
|
13518
13824
|
bodyMapper: ErrorResponse
|
|
@@ -13527,31 +13833,23 @@ const pauseOperationSpec = {
|
|
|
13527
13833
|
sqlPoolName
|
|
13528
13834
|
],
|
|
13529
13835
|
headerParameters: [accept],
|
|
13530
|
-
serializer: serializer
|
|
13836
|
+
serializer: serializer$11
|
|
13531
13837
|
};
|
|
13532
13838
|
const resumeOperationSpec = {
|
|
13533
13839
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/resume",
|
|
13534
13840
|
httpMethod: "POST",
|
|
13535
13841
|
responses: {
|
|
13536
13842
|
200: {
|
|
13537
|
-
bodyMapper:
|
|
13538
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13539
|
-
}
|
|
13843
|
+
bodyMapper: SqlPool
|
|
13540
13844
|
},
|
|
13541
13845
|
201: {
|
|
13542
|
-
bodyMapper:
|
|
13543
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13544
|
-
}
|
|
13846
|
+
bodyMapper: SqlPool
|
|
13545
13847
|
},
|
|
13546
13848
|
202: {
|
|
13547
|
-
bodyMapper:
|
|
13548
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13549
|
-
}
|
|
13849
|
+
bodyMapper: SqlPool
|
|
13550
13850
|
},
|
|
13551
13851
|
204: {
|
|
13552
|
-
bodyMapper:
|
|
13553
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
13554
|
-
}
|
|
13852
|
+
bodyMapper: SqlPool
|
|
13555
13853
|
},
|
|
13556
13854
|
default: {
|
|
13557
13855
|
bodyMapper: ErrorResponse
|
|
@@ -13566,7 +13864,7 @@ const resumeOperationSpec = {
|
|
|
13566
13864
|
sqlPoolName
|
|
13567
13865
|
],
|
|
13568
13866
|
headerParameters: [accept],
|
|
13569
|
-
serializer: serializer
|
|
13867
|
+
serializer: serializer$11
|
|
13570
13868
|
};
|
|
13571
13869
|
const renameOperationSpec = {
|
|
13572
13870
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/move",
|
|
@@ -13583,7 +13881,7 @@ const renameOperationSpec = {
|
|
|
13583
13881
|
],
|
|
13584
13882
|
headerParameters: [contentType],
|
|
13585
13883
|
mediaType: "json",
|
|
13586
|
-
serializer: serializer
|
|
13884
|
+
serializer: serializer$11
|
|
13587
13885
|
};
|
|
13588
13886
|
const listByWorkspaceNextOperationSpec$6 = {
|
|
13589
13887
|
path: "{nextLink}",
|
|
@@ -13604,7 +13902,7 @@ const listByWorkspaceNextOperationSpec$6 = {
|
|
|
13604
13902
|
nextLink
|
|
13605
13903
|
],
|
|
13606
13904
|
headerParameters: [accept],
|
|
13607
|
-
serializer: serializer
|
|
13905
|
+
serializer: serializer$11
|
|
13608
13906
|
};
|
|
13609
13907
|
|
|
13610
13908
|
/*
|
|
@@ -13652,7 +13950,7 @@ class SqlPoolMetadataSyncConfigsImpl {
|
|
|
13652
13950
|
}
|
|
13653
13951
|
}
|
|
13654
13952
|
// Operation Specifications
|
|
13655
|
-
const serializer$
|
|
13953
|
+
const serializer$10 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
13656
13954
|
const getOperationSpec$L = {
|
|
13657
13955
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/metadataSync/config",
|
|
13658
13956
|
httpMethod: "GET",
|
|
@@ -13660,7 +13958,9 @@ const getOperationSpec$L = {
|
|
|
13660
13958
|
200: {
|
|
13661
13959
|
bodyMapper: MetadataSyncConfig
|
|
13662
13960
|
},
|
|
13663
|
-
404: {
|
|
13961
|
+
404: {
|
|
13962
|
+
isError: true
|
|
13963
|
+
},
|
|
13664
13964
|
default: {
|
|
13665
13965
|
bodyMapper: ErrorResponse
|
|
13666
13966
|
}
|
|
@@ -13674,7 +13974,7 @@ const getOperationSpec$L = {
|
|
|
13674
13974
|
sqlPoolName
|
|
13675
13975
|
],
|
|
13676
13976
|
headerParameters: [accept],
|
|
13677
|
-
serializer: serializer$
|
|
13977
|
+
serializer: serializer$10
|
|
13678
13978
|
};
|
|
13679
13979
|
const createOperationSpec$2 = {
|
|
13680
13980
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/metadataSync/config",
|
|
@@ -13683,7 +13983,9 @@ const createOperationSpec$2 = {
|
|
|
13683
13983
|
200: {
|
|
13684
13984
|
bodyMapper: MetadataSyncConfig
|
|
13685
13985
|
},
|
|
13686
|
-
404: {
|
|
13986
|
+
404: {
|
|
13987
|
+
isError: true
|
|
13988
|
+
},
|
|
13687
13989
|
default: {
|
|
13688
13990
|
bodyMapper: ErrorResponse
|
|
13689
13991
|
}
|
|
@@ -13699,7 +14001,7 @@ const createOperationSpec$2 = {
|
|
|
13699
14001
|
],
|
|
13700
14002
|
headerParameters: [accept, contentType],
|
|
13701
14003
|
mediaType: "json",
|
|
13702
|
-
serializer: serializer$
|
|
14004
|
+
serializer: serializer$10
|
|
13703
14005
|
};
|
|
13704
14006
|
|
|
13705
14007
|
/*
|
|
@@ -13726,25 +14028,71 @@ class SqlPoolOperationResultsImpl {
|
|
|
13726
14028
|
* @param operationId Operation ID
|
|
13727
14029
|
* @param options The options parameters.
|
|
13728
14030
|
*/
|
|
13729
|
-
|
|
13730
|
-
return
|
|
13731
|
-
|
|
13732
|
-
|
|
13733
|
-
|
|
13734
|
-
const
|
|
13735
|
-
|
|
13736
|
-
|
|
13737
|
-
|
|
13738
|
-
|
|
13739
|
-
|
|
13740
|
-
|
|
13741
|
-
|
|
13742
|
-
|
|
14031
|
+
beginGetLocationHeaderResult(resourceGroupName, workspaceName, sqlPoolName, operationId, options) {
|
|
14032
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
14033
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
14034
|
+
return this.client.sendOperationRequest(args, spec);
|
|
14035
|
+
});
|
|
14036
|
+
const sendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
14037
|
+
var _a;
|
|
14038
|
+
let currentRawResponse = undefined;
|
|
14039
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
14040
|
+
const callback = (rawResponse, flatResponse) => {
|
|
14041
|
+
currentRawResponse = rawResponse;
|
|
14042
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
14043
|
+
};
|
|
14044
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
14045
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
14046
|
+
return {
|
|
14047
|
+
flatResponse,
|
|
14048
|
+
rawResponse: {
|
|
14049
|
+
statusCode: currentRawResponse.status,
|
|
14050
|
+
body: currentRawResponse.parsedBody,
|
|
14051
|
+
headers: currentRawResponse.headers.toJSON()
|
|
14052
|
+
}
|
|
14053
|
+
};
|
|
14054
|
+
});
|
|
14055
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, workspaceName, sqlPoolName, operationId, options }, getLocationHeaderResultOperationSpec);
|
|
14056
|
+
const poller = new coreLro.LroEngine(lro, {
|
|
14057
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
14058
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
14059
|
+
});
|
|
14060
|
+
yield poller.poll();
|
|
14061
|
+
return poller;
|
|
14062
|
+
});
|
|
14063
|
+
}
|
|
14064
|
+
/**
|
|
14065
|
+
* Get the status of a SQL pool operation
|
|
14066
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14067
|
+
* @param workspaceName The name of the workspace.
|
|
14068
|
+
* @param sqlPoolName SQL pool name
|
|
14069
|
+
* @param operationId Operation ID
|
|
14070
|
+
* @param options The options parameters.
|
|
14071
|
+
*/
|
|
14072
|
+
beginGetLocationHeaderResultAndWait(resourceGroupName, workspaceName, sqlPoolName, operationId, options) {
|
|
14073
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
14074
|
+
const poller = yield this.beginGetLocationHeaderResult(resourceGroupName, workspaceName, sqlPoolName, operationId, options);
|
|
14075
|
+
return poller.pollUntilDone();
|
|
14076
|
+
});
|
|
14077
|
+
}
|
|
14078
|
+
}
|
|
14079
|
+
// Operation Specifications
|
|
14080
|
+
const serializer$$ = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
14081
|
+
const getLocationHeaderResultOperationSpec = {
|
|
14082
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/operationResults/{operationId}",
|
|
14083
|
+
httpMethod: "GET",
|
|
14084
|
+
responses: {
|
|
14085
|
+
200: {
|
|
14086
|
+
bodyMapper: SqlPool
|
|
14087
|
+
},
|
|
14088
|
+
201: {
|
|
14089
|
+
bodyMapper: SqlPool
|
|
13743
14090
|
},
|
|
13744
14091
|
202: {
|
|
13745
|
-
bodyMapper:
|
|
13746
|
-
|
|
13747
|
-
|
|
14092
|
+
bodyMapper: SqlPool
|
|
14093
|
+
},
|
|
14094
|
+
204: {
|
|
14095
|
+
bodyMapper: SqlPool
|
|
13748
14096
|
},
|
|
13749
14097
|
default: {
|
|
13750
14098
|
bodyMapper: ErrorResponse
|
|
@@ -13760,7 +14108,7 @@ const getLocationHeaderResultOperationSpec = {
|
|
|
13760
14108
|
sqlPoolName
|
|
13761
14109
|
],
|
|
13762
14110
|
headerParameters: [accept],
|
|
13763
|
-
serializer: serializer
|
|
14111
|
+
serializer: serializer$$
|
|
13764
14112
|
};
|
|
13765
14113
|
|
|
13766
14114
|
/*
|
|
@@ -13837,7 +14185,7 @@ class SqlPoolGeoBackupPoliciesImpl {
|
|
|
13837
14185
|
* @param options The options parameters.
|
|
13838
14186
|
*/
|
|
13839
14187
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
13840
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
14188
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$p);
|
|
13841
14189
|
}
|
|
13842
14190
|
/**
|
|
13843
14191
|
* Updates a SQL Pool geo backup policy.
|
|
@@ -13877,8 +14225,8 @@ class SqlPoolGeoBackupPoliciesImpl {
|
|
|
13877
14225
|
}
|
|
13878
14226
|
}
|
|
13879
14227
|
// Operation Specifications
|
|
13880
|
-
const serializer$
|
|
13881
|
-
const listOperationSpec$
|
|
14228
|
+
const serializer$_ = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
14229
|
+
const listOperationSpec$p = {
|
|
13882
14230
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/geoBackupPolicies",
|
|
13883
14231
|
httpMethod: "GET",
|
|
13884
14232
|
responses: {
|
|
@@ -13898,7 +14246,7 @@ const listOperationSpec$o = {
|
|
|
13898
14246
|
sqlPoolName
|
|
13899
14247
|
],
|
|
13900
14248
|
headerParameters: [accept],
|
|
13901
|
-
serializer: serializer$
|
|
14249
|
+
serializer: serializer$_
|
|
13902
14250
|
};
|
|
13903
14251
|
const createOrUpdateOperationSpec$s = {
|
|
13904
14252
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/geoBackupPolicies/{geoBackupPolicyName}",
|
|
@@ -13926,7 +14274,7 @@ const createOrUpdateOperationSpec$s = {
|
|
|
13926
14274
|
],
|
|
13927
14275
|
headerParameters: [accept, contentType],
|
|
13928
14276
|
mediaType: "json",
|
|
13929
|
-
serializer: serializer$
|
|
14277
|
+
serializer: serializer$_
|
|
13930
14278
|
};
|
|
13931
14279
|
const getOperationSpec$K = {
|
|
13932
14280
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/geoBackupPolicies/{geoBackupPolicyName}",
|
|
@@ -13949,7 +14297,7 @@ const getOperationSpec$K = {
|
|
|
13949
14297
|
geoBackupPolicyName
|
|
13950
14298
|
],
|
|
13951
14299
|
headerParameters: [accept],
|
|
13952
|
-
serializer: serializer$
|
|
14300
|
+
serializer: serializer$_
|
|
13953
14301
|
};
|
|
13954
14302
|
|
|
13955
14303
|
/*
|
|
@@ -13987,7 +14335,7 @@ class SqlPoolDataWarehouseUserActivitiesImpl {
|
|
|
13987
14335
|
}
|
|
13988
14336
|
}
|
|
13989
14337
|
// Operation Specifications
|
|
13990
|
-
const serializer$
|
|
14338
|
+
const serializer$Z = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
13991
14339
|
const getOperationSpec$J = {
|
|
13992
14340
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/dataWarehouseUserActivities/{dataWarehouseUserActivityName}",
|
|
13993
14341
|
httpMethod: "GET",
|
|
@@ -14007,7 +14355,7 @@ const getOperationSpec$J = {
|
|
|
14007
14355
|
dataWarehouseUserActivityName
|
|
14008
14356
|
],
|
|
14009
14357
|
headerParameters: [accept],
|
|
14010
|
-
serializer: serializer$
|
|
14358
|
+
serializer: serializer$Z
|
|
14011
14359
|
};
|
|
14012
14360
|
|
|
14013
14361
|
/*
|
|
@@ -14097,7 +14445,7 @@ class SqlPoolRestorePointsImpl {
|
|
|
14097
14445
|
* @param options The options parameters.
|
|
14098
14446
|
*/
|
|
14099
14447
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
14100
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
14448
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$o);
|
|
14101
14449
|
}
|
|
14102
14450
|
/**
|
|
14103
14451
|
* Creates a restore point for a data warehouse.
|
|
@@ -14202,8 +14550,8 @@ class SqlPoolRestorePointsImpl {
|
|
|
14202
14550
|
}
|
|
14203
14551
|
}
|
|
14204
14552
|
// Operation Specifications
|
|
14205
|
-
const serializer$
|
|
14206
|
-
const listOperationSpec$
|
|
14553
|
+
const serializer$Y = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
14554
|
+
const listOperationSpec$o = {
|
|
14207
14555
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/restorePoints",
|
|
14208
14556
|
httpMethod: "GET",
|
|
14209
14557
|
responses: {
|
|
@@ -14223,7 +14571,7 @@ const listOperationSpec$n = {
|
|
|
14223
14571
|
sqlPoolName
|
|
14224
14572
|
],
|
|
14225
14573
|
headerParameters: [accept],
|
|
14226
|
-
serializer: serializer$
|
|
14574
|
+
serializer: serializer$Y
|
|
14227
14575
|
};
|
|
14228
14576
|
const createOperationSpec$1 = {
|
|
14229
14577
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/restorePoints",
|
|
@@ -14254,7 +14602,7 @@ const createOperationSpec$1 = {
|
|
|
14254
14602
|
],
|
|
14255
14603
|
headerParameters: [accept, contentType],
|
|
14256
14604
|
mediaType: "json",
|
|
14257
|
-
serializer: serializer$
|
|
14605
|
+
serializer: serializer$Y
|
|
14258
14606
|
};
|
|
14259
14607
|
const getOperationSpec$I = {
|
|
14260
14608
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/restorePoints/{restorePointName}",
|
|
@@ -14275,7 +14623,7 @@ const getOperationSpec$I = {
|
|
|
14275
14623
|
restorePointName
|
|
14276
14624
|
],
|
|
14277
14625
|
headerParameters: [accept],
|
|
14278
|
-
serializer: serializer$
|
|
14626
|
+
serializer: serializer$Y
|
|
14279
14627
|
};
|
|
14280
14628
|
const deleteOperationSpec$i = {
|
|
14281
14629
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/restorePoints/{restorePointName}",
|
|
@@ -14290,7 +14638,7 @@ const deleteOperationSpec$i = {
|
|
|
14290
14638
|
sqlPoolName,
|
|
14291
14639
|
restorePointName
|
|
14292
14640
|
],
|
|
14293
|
-
serializer: serializer$
|
|
14641
|
+
serializer: serializer$Y
|
|
14294
14642
|
};
|
|
14295
14643
|
const listNextOperationSpec$i = {
|
|
14296
14644
|
path: "{nextLink}",
|
|
@@ -14312,7 +14660,7 @@ const listNextOperationSpec$i = {
|
|
|
14312
14660
|
sqlPoolName
|
|
14313
14661
|
],
|
|
14314
14662
|
headerParameters: [accept],
|
|
14315
|
-
serializer: serializer$
|
|
14663
|
+
serializer: serializer$Y
|
|
14316
14664
|
};
|
|
14317
14665
|
|
|
14318
14666
|
/*
|
|
@@ -14402,7 +14750,7 @@ class SqlPoolReplicationLinksImpl {
|
|
|
14402
14750
|
* @param options The options parameters.
|
|
14403
14751
|
*/
|
|
14404
14752
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
14405
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
14753
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$n);
|
|
14406
14754
|
}
|
|
14407
14755
|
/**
|
|
14408
14756
|
* Get SQL pool replication link by name.
|
|
@@ -14428,8 +14776,8 @@ class SqlPoolReplicationLinksImpl {
|
|
|
14428
14776
|
}
|
|
14429
14777
|
}
|
|
14430
14778
|
// Operation Specifications
|
|
14431
|
-
const serializer$
|
|
14432
|
-
const listOperationSpec$
|
|
14779
|
+
const serializer$X = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
14780
|
+
const listOperationSpec$n = {
|
|
14433
14781
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks",
|
|
14434
14782
|
httpMethod: "GET",
|
|
14435
14783
|
responses: {
|
|
@@ -14449,7 +14797,7 @@ const listOperationSpec$m = {
|
|
|
14449
14797
|
sqlPoolName
|
|
14450
14798
|
],
|
|
14451
14799
|
headerParameters: [accept],
|
|
14452
|
-
serializer: serializer$
|
|
14800
|
+
serializer: serializer$X
|
|
14453
14801
|
};
|
|
14454
14802
|
const getByNameOperationSpec = {
|
|
14455
14803
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}",
|
|
@@ -14472,7 +14820,7 @@ const getByNameOperationSpec = {
|
|
|
14472
14820
|
linkId
|
|
14473
14821
|
],
|
|
14474
14822
|
headerParameters: [accept],
|
|
14475
|
-
serializer: serializer$
|
|
14823
|
+
serializer: serializer$X
|
|
14476
14824
|
};
|
|
14477
14825
|
const listNextOperationSpec$h = {
|
|
14478
14826
|
path: "{nextLink}",
|
|
@@ -14494,7 +14842,7 @@ const listNextOperationSpec$h = {
|
|
|
14494
14842
|
sqlPoolName
|
|
14495
14843
|
],
|
|
14496
14844
|
headerParameters: [accept],
|
|
14497
|
-
serializer: serializer$
|
|
14845
|
+
serializer: serializer$X
|
|
14498
14846
|
};
|
|
14499
14847
|
|
|
14500
14848
|
/*
|
|
@@ -14551,7 +14899,7 @@ class SqlPoolMaintenanceWindowsImpl {
|
|
|
14551
14899
|
}
|
|
14552
14900
|
}
|
|
14553
14901
|
// Operation Specifications
|
|
14554
|
-
const serializer$
|
|
14902
|
+
const serializer$W = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
14555
14903
|
const getOperationSpec$H = {
|
|
14556
14904
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/maintenancewindows/current",
|
|
14557
14905
|
httpMethod: "GET",
|
|
@@ -14572,7 +14920,7 @@ const getOperationSpec$H = {
|
|
|
14572
14920
|
sqlPoolName
|
|
14573
14921
|
],
|
|
14574
14922
|
headerParameters: [accept],
|
|
14575
|
-
serializer: serializer$
|
|
14923
|
+
serializer: serializer$W
|
|
14576
14924
|
};
|
|
14577
14925
|
const createOrUpdateOperationSpec$r = {
|
|
14578
14926
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/maintenancewindows/current",
|
|
@@ -14589,7 +14937,7 @@ const createOrUpdateOperationSpec$r = {
|
|
|
14589
14937
|
],
|
|
14590
14938
|
headerParameters: [contentType],
|
|
14591
14939
|
mediaType: "json",
|
|
14592
|
-
serializer: serializer$
|
|
14940
|
+
serializer: serializer$W
|
|
14593
14941
|
};
|
|
14594
14942
|
|
|
14595
14943
|
/*
|
|
@@ -14627,7 +14975,7 @@ class SqlPoolMaintenanceWindowOptionsImpl {
|
|
|
14627
14975
|
}
|
|
14628
14976
|
}
|
|
14629
14977
|
// Operation Specifications
|
|
14630
|
-
const serializer$
|
|
14978
|
+
const serializer$V = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
14631
14979
|
const getOperationSpec$G = {
|
|
14632
14980
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/maintenanceWindowOptions/current",
|
|
14633
14981
|
httpMethod: "GET",
|
|
@@ -14649,7 +14997,7 @@ const getOperationSpec$G = {
|
|
|
14649
14997
|
sqlPoolName
|
|
14650
14998
|
],
|
|
14651
14999
|
headerParameters: [accept],
|
|
14652
|
-
serializer: serializer$
|
|
15000
|
+
serializer: serializer$V
|
|
14653
15001
|
};
|
|
14654
15002
|
|
|
14655
15003
|
/*
|
|
@@ -14775,7 +15123,7 @@ class SqlPoolTransparentDataEncryptionsImpl {
|
|
|
14775
15123
|
* @param options The options parameters.
|
|
14776
15124
|
*/
|
|
14777
15125
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
14778
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
15126
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$m);
|
|
14779
15127
|
}
|
|
14780
15128
|
/**
|
|
14781
15129
|
* ListNext
|
|
@@ -14790,7 +15138,7 @@ class SqlPoolTransparentDataEncryptionsImpl {
|
|
|
14790
15138
|
}
|
|
14791
15139
|
}
|
|
14792
15140
|
// Operation Specifications
|
|
14793
|
-
const serializer$
|
|
15141
|
+
const serializer$U = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
14794
15142
|
const getOperationSpec$F = {
|
|
14795
15143
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/transparentDataEncryption/{transparentDataEncryptionName}",
|
|
14796
15144
|
httpMethod: "GET",
|
|
@@ -14799,7 +15147,7 @@ const getOperationSpec$F = {
|
|
|
14799
15147
|
bodyMapper: TransparentDataEncryption
|
|
14800
15148
|
},
|
|
14801
15149
|
default: {
|
|
14802
|
-
bodyMapper:
|
|
15150
|
+
bodyMapper: ErrorResponseAutoGenerated
|
|
14803
15151
|
}
|
|
14804
15152
|
},
|
|
14805
15153
|
queryParameters: [apiVersion],
|
|
@@ -14812,7 +15160,7 @@ const getOperationSpec$F = {
|
|
|
14812
15160
|
transparentDataEncryptionName
|
|
14813
15161
|
],
|
|
14814
15162
|
headerParameters: [accept],
|
|
14815
|
-
serializer: serializer$
|
|
15163
|
+
serializer: serializer$U
|
|
14816
15164
|
};
|
|
14817
15165
|
const createOrUpdateOperationSpec$q = {
|
|
14818
15166
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/transparentDataEncryption/{transparentDataEncryptionName}",
|
|
@@ -14840,9 +15188,9 @@ const createOrUpdateOperationSpec$q = {
|
|
|
14840
15188
|
],
|
|
14841
15189
|
headerParameters: [accept, contentType],
|
|
14842
15190
|
mediaType: "json",
|
|
14843
|
-
serializer: serializer$
|
|
15191
|
+
serializer: serializer$U
|
|
14844
15192
|
};
|
|
14845
|
-
const listOperationSpec$
|
|
15193
|
+
const listOperationSpec$m = {
|
|
14846
15194
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/transparentDataEncryption",
|
|
14847
15195
|
httpMethod: "GET",
|
|
14848
15196
|
responses: {
|
|
@@ -14860,7 +15208,7 @@ const listOperationSpec$l = {
|
|
|
14860
15208
|
sqlPoolName
|
|
14861
15209
|
],
|
|
14862
15210
|
headerParameters: [accept],
|
|
14863
|
-
serializer: serializer$
|
|
15211
|
+
serializer: serializer$U
|
|
14864
15212
|
};
|
|
14865
15213
|
const listNextOperationSpec$g = {
|
|
14866
15214
|
path: "{nextLink}",
|
|
@@ -14880,7 +15228,7 @@ const listNextOperationSpec$g = {
|
|
|
14880
15228
|
sqlPoolName
|
|
14881
15229
|
],
|
|
14882
15230
|
headerParameters: [accept],
|
|
14883
|
-
serializer: serializer$
|
|
15231
|
+
serializer: serializer$U
|
|
14884
15232
|
};
|
|
14885
15233
|
|
|
14886
15234
|
/*
|
|
@@ -15006,7 +15354,7 @@ class SqlPoolBlobAuditingPoliciesImpl {
|
|
|
15006
15354
|
}
|
|
15007
15355
|
}
|
|
15008
15356
|
// Operation Specifications
|
|
15009
|
-
const serializer$
|
|
15357
|
+
const serializer$T = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
15010
15358
|
const getOperationSpec$E = {
|
|
15011
15359
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/auditingSettings/{blobAuditingPolicyName}",
|
|
15012
15360
|
httpMethod: "GET",
|
|
@@ -15026,7 +15374,7 @@ const getOperationSpec$E = {
|
|
|
15026
15374
|
blobAuditingPolicyName
|
|
15027
15375
|
],
|
|
15028
15376
|
headerParameters: [accept],
|
|
15029
|
-
serializer: serializer$
|
|
15377
|
+
serializer: serializer$T
|
|
15030
15378
|
};
|
|
15031
15379
|
const createOrUpdateOperationSpec$p = {
|
|
15032
15380
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/auditingSettings/{blobAuditingPolicyName}",
|
|
@@ -15052,7 +15400,7 @@ const createOrUpdateOperationSpec$p = {
|
|
|
15052
15400
|
],
|
|
15053
15401
|
headerParameters: [accept, contentType],
|
|
15054
15402
|
mediaType: "json",
|
|
15055
|
-
serializer: serializer$
|
|
15403
|
+
serializer: serializer$T
|
|
15056
15404
|
};
|
|
15057
15405
|
const listBySqlPoolOperationSpec$2 = {
|
|
15058
15406
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/auditingSettings",
|
|
@@ -15072,7 +15420,7 @@ const listBySqlPoolOperationSpec$2 = {
|
|
|
15072
15420
|
sqlPoolName
|
|
15073
15421
|
],
|
|
15074
15422
|
headerParameters: [accept],
|
|
15075
|
-
serializer: serializer$
|
|
15423
|
+
serializer: serializer$T
|
|
15076
15424
|
};
|
|
15077
15425
|
const listBySqlPoolNextOperationSpec$1 = {
|
|
15078
15426
|
path: "{nextLink}",
|
|
@@ -15092,7 +15440,7 @@ const listBySqlPoolNextOperationSpec$1 = {
|
|
|
15092
15440
|
sqlPoolName
|
|
15093
15441
|
],
|
|
15094
15442
|
headerParameters: [accept],
|
|
15095
|
-
serializer: serializer$
|
|
15443
|
+
serializer: serializer$T
|
|
15096
15444
|
};
|
|
15097
15445
|
|
|
15098
15446
|
/*
|
|
@@ -15182,7 +15530,7 @@ class SqlPoolOperationsImpl {
|
|
|
15182
15530
|
* @param options The options parameters.
|
|
15183
15531
|
*/
|
|
15184
15532
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
15185
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
15533
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$l);
|
|
15186
15534
|
}
|
|
15187
15535
|
/**
|
|
15188
15536
|
* ListNext
|
|
@@ -15197,8 +15545,8 @@ class SqlPoolOperationsImpl {
|
|
|
15197
15545
|
}
|
|
15198
15546
|
}
|
|
15199
15547
|
// Operation Specifications
|
|
15200
|
-
const serializer$
|
|
15201
|
-
const listOperationSpec$
|
|
15548
|
+
const serializer$S = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
15549
|
+
const listOperationSpec$l = {
|
|
15202
15550
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/operations",
|
|
15203
15551
|
httpMethod: "GET",
|
|
15204
15552
|
responses: {
|
|
@@ -15216,7 +15564,7 @@ const listOperationSpec$k = {
|
|
|
15216
15564
|
sqlPoolName
|
|
15217
15565
|
],
|
|
15218
15566
|
headerParameters: [accept],
|
|
15219
|
-
serializer: serializer$
|
|
15567
|
+
serializer: serializer$S
|
|
15220
15568
|
};
|
|
15221
15569
|
const listNextOperationSpec$f = {
|
|
15222
15570
|
path: "{nextLink}",
|
|
@@ -15236,7 +15584,7 @@ const listNextOperationSpec$f = {
|
|
|
15236
15584
|
sqlPoolName
|
|
15237
15585
|
],
|
|
15238
15586
|
headerParameters: [accept],
|
|
15239
|
-
serializer: serializer$
|
|
15587
|
+
serializer: serializer$S
|
|
15240
15588
|
};
|
|
15241
15589
|
|
|
15242
15590
|
/*
|
|
@@ -15326,7 +15674,7 @@ class SqlPoolUsagesImpl {
|
|
|
15326
15674
|
* @param options The options parameters.
|
|
15327
15675
|
*/
|
|
15328
15676
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
15329
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
15677
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$k);
|
|
15330
15678
|
}
|
|
15331
15679
|
/**
|
|
15332
15680
|
* ListNext
|
|
@@ -15341,8 +15689,8 @@ class SqlPoolUsagesImpl {
|
|
|
15341
15689
|
}
|
|
15342
15690
|
}
|
|
15343
15691
|
// Operation Specifications
|
|
15344
|
-
const serializer$
|
|
15345
|
-
const listOperationSpec$
|
|
15692
|
+
const serializer$R = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
15693
|
+
const listOperationSpec$k = {
|
|
15346
15694
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/usages",
|
|
15347
15695
|
httpMethod: "GET",
|
|
15348
15696
|
responses: {
|
|
@@ -15362,7 +15710,7 @@ const listOperationSpec$j = {
|
|
|
15362
15710
|
sqlPoolName
|
|
15363
15711
|
],
|
|
15364
15712
|
headerParameters: [accept],
|
|
15365
|
-
serializer: serializer$
|
|
15713
|
+
serializer: serializer$R
|
|
15366
15714
|
};
|
|
15367
15715
|
const listNextOperationSpec$e = {
|
|
15368
15716
|
path: "{nextLink}",
|
|
@@ -15384,7 +15732,7 @@ const listNextOperationSpec$e = {
|
|
|
15384
15732
|
sqlPoolName
|
|
15385
15733
|
],
|
|
15386
15734
|
headerParameters: [accept],
|
|
15387
|
-
serializer: serializer$
|
|
15735
|
+
serializer: serializer$R
|
|
15388
15736
|
};
|
|
15389
15737
|
|
|
15390
15738
|
/*
|
|
@@ -15693,7 +16041,7 @@ class SqlPoolSensitivityLabelsImpl {
|
|
|
15693
16041
|
}
|
|
15694
16042
|
}
|
|
15695
16043
|
// Operation Specifications
|
|
15696
|
-
const serializer$
|
|
16044
|
+
const serializer$Q = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
15697
16045
|
const listCurrentOperationSpec = {
|
|
15698
16046
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/currentSensitivityLabels",
|
|
15699
16047
|
httpMethod: "GET",
|
|
@@ -15714,7 +16062,7 @@ const listCurrentOperationSpec = {
|
|
|
15714
16062
|
sqlPoolName
|
|
15715
16063
|
],
|
|
15716
16064
|
headerParameters: [accept],
|
|
15717
|
-
serializer: serializer$
|
|
16065
|
+
serializer: serializer$Q
|
|
15718
16066
|
};
|
|
15719
16067
|
const updateOperationSpec$9 = {
|
|
15720
16068
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/currentSensitivityLabels",
|
|
@@ -15731,7 +16079,7 @@ const updateOperationSpec$9 = {
|
|
|
15731
16079
|
],
|
|
15732
16080
|
headerParameters: [contentType],
|
|
15733
16081
|
mediaType: "json",
|
|
15734
|
-
serializer: serializer$
|
|
16082
|
+
serializer: serializer$Q
|
|
15735
16083
|
};
|
|
15736
16084
|
const listRecommendedOperationSpec = {
|
|
15737
16085
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/recommendedSensitivityLabels",
|
|
@@ -15756,7 +16104,7 @@ const listRecommendedOperationSpec = {
|
|
|
15756
16104
|
sqlPoolName
|
|
15757
16105
|
],
|
|
15758
16106
|
headerParameters: [accept],
|
|
15759
|
-
serializer: serializer$
|
|
16107
|
+
serializer: serializer$Q
|
|
15760
16108
|
};
|
|
15761
16109
|
const createOrUpdateOperationSpec$o = {
|
|
15762
16110
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}",
|
|
@@ -15785,7 +16133,7 @@ const createOrUpdateOperationSpec$o = {
|
|
|
15785
16133
|
],
|
|
15786
16134
|
headerParameters: [accept, contentType],
|
|
15787
16135
|
mediaType: "json",
|
|
15788
|
-
serializer: serializer$
|
|
16136
|
+
serializer: serializer$Q
|
|
15789
16137
|
};
|
|
15790
16138
|
const deleteOperationSpec$h = {
|
|
15791
16139
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}",
|
|
@@ -15803,7 +16151,7 @@ const deleteOperationSpec$h = {
|
|
|
15803
16151
|
columnName,
|
|
15804
16152
|
sensitivityLabelSource
|
|
15805
16153
|
],
|
|
15806
|
-
serializer: serializer$
|
|
16154
|
+
serializer: serializer$Q
|
|
15807
16155
|
};
|
|
15808
16156
|
const getOperationSpec$D = {
|
|
15809
16157
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}",
|
|
@@ -15827,7 +16175,7 @@ const getOperationSpec$D = {
|
|
|
15827
16175
|
sensitivityLabelSource1
|
|
15828
16176
|
],
|
|
15829
16177
|
headerParameters: [accept],
|
|
15830
|
-
serializer: serializer$
|
|
16178
|
+
serializer: serializer$Q
|
|
15831
16179
|
};
|
|
15832
16180
|
const enableRecommendationOperationSpec = {
|
|
15833
16181
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}/enable",
|
|
@@ -15845,7 +16193,7 @@ const enableRecommendationOperationSpec = {
|
|
|
15845
16193
|
columnName,
|
|
15846
16194
|
sensitivityLabelSource2
|
|
15847
16195
|
],
|
|
15848
|
-
serializer: serializer$
|
|
16196
|
+
serializer: serializer$Q
|
|
15849
16197
|
};
|
|
15850
16198
|
const disableRecommendationOperationSpec = {
|
|
15851
16199
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}/disable",
|
|
@@ -15863,7 +16211,7 @@ const disableRecommendationOperationSpec = {
|
|
|
15863
16211
|
columnName,
|
|
15864
16212
|
sensitivityLabelSource2
|
|
15865
16213
|
],
|
|
15866
|
-
serializer: serializer$
|
|
16214
|
+
serializer: serializer$Q
|
|
15867
16215
|
};
|
|
15868
16216
|
const listCurrentNextOperationSpec = {
|
|
15869
16217
|
path: "{nextLink}",
|
|
@@ -15885,7 +16233,7 @@ const listCurrentNextOperationSpec = {
|
|
|
15885
16233
|
sqlPoolName
|
|
15886
16234
|
],
|
|
15887
16235
|
headerParameters: [accept],
|
|
15888
|
-
serializer: serializer$
|
|
16236
|
+
serializer: serializer$Q
|
|
15889
16237
|
};
|
|
15890
16238
|
const listRecommendedNextOperationSpec = {
|
|
15891
16239
|
path: "{nextLink}",
|
|
@@ -15905,7 +16253,7 @@ const listRecommendedNextOperationSpec = {
|
|
|
15905
16253
|
sqlPoolName
|
|
15906
16254
|
],
|
|
15907
16255
|
headerParameters: [accept],
|
|
15908
|
-
serializer: serializer$
|
|
16256
|
+
serializer: serializer$Q
|
|
15909
16257
|
};
|
|
15910
16258
|
|
|
15911
16259
|
/*
|
|
@@ -15937,7 +16285,7 @@ class SqlPoolRecommendedSensitivityLabelsImpl {
|
|
|
15937
16285
|
}
|
|
15938
16286
|
}
|
|
15939
16287
|
// Operation Specifications
|
|
15940
|
-
const serializer$
|
|
16288
|
+
const serializer$P = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
15941
16289
|
const updateOperationSpec$8 = {
|
|
15942
16290
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/recommendedSensitivityLabels",
|
|
15943
16291
|
httpMethod: "PATCH",
|
|
@@ -15953,7 +16301,7 @@ const updateOperationSpec$8 = {
|
|
|
15953
16301
|
],
|
|
15954
16302
|
headerParameters: [contentType],
|
|
15955
16303
|
mediaType: "json",
|
|
15956
|
-
serializer: serializer$
|
|
16304
|
+
serializer: serializer$P
|
|
15957
16305
|
};
|
|
15958
16306
|
|
|
15959
16307
|
/*
|
|
@@ -16043,7 +16391,7 @@ class SqlPoolSchemasImpl {
|
|
|
16043
16391
|
* @param options The options parameters.
|
|
16044
16392
|
*/
|
|
16045
16393
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
16046
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
16394
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$j);
|
|
16047
16395
|
}
|
|
16048
16396
|
/**
|
|
16049
16397
|
* Get Sql Pool schema
|
|
@@ -16069,8 +16417,8 @@ class SqlPoolSchemasImpl {
|
|
|
16069
16417
|
}
|
|
16070
16418
|
}
|
|
16071
16419
|
// Operation Specifications
|
|
16072
|
-
const serializer$
|
|
16073
|
-
const listOperationSpec$
|
|
16420
|
+
const serializer$O = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
16421
|
+
const listOperationSpec$j = {
|
|
16074
16422
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas",
|
|
16075
16423
|
httpMethod: "GET",
|
|
16076
16424
|
responses: {
|
|
@@ -16088,7 +16436,7 @@ const listOperationSpec$i = {
|
|
|
16088
16436
|
sqlPoolName
|
|
16089
16437
|
],
|
|
16090
16438
|
headerParameters: [accept],
|
|
16091
|
-
serializer: serializer$
|
|
16439
|
+
serializer: serializer$O
|
|
16092
16440
|
};
|
|
16093
16441
|
const getOperationSpec$C = {
|
|
16094
16442
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}",
|
|
@@ -16109,7 +16457,7 @@ const getOperationSpec$C = {
|
|
|
16109
16457
|
schemaName
|
|
16110
16458
|
],
|
|
16111
16459
|
headerParameters: [accept],
|
|
16112
|
-
serializer: serializer$
|
|
16460
|
+
serializer: serializer$O
|
|
16113
16461
|
};
|
|
16114
16462
|
const listNextOperationSpec$d = {
|
|
16115
16463
|
path: "{nextLink}",
|
|
@@ -16129,7 +16477,7 @@ const listNextOperationSpec$d = {
|
|
|
16129
16477
|
sqlPoolName
|
|
16130
16478
|
],
|
|
16131
16479
|
headerParameters: [accept],
|
|
16132
|
-
serializer: serializer$
|
|
16480
|
+
serializer: serializer$O
|
|
16133
16481
|
};
|
|
16134
16482
|
|
|
16135
16483
|
/*
|
|
@@ -16263,7 +16611,7 @@ class SqlPoolTablesImpl {
|
|
|
16263
16611
|
}
|
|
16264
16612
|
}
|
|
16265
16613
|
// Operation Specifications
|
|
16266
|
-
const serializer$
|
|
16614
|
+
const serializer$N = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
16267
16615
|
const listBySchemaOperationSpec = {
|
|
16268
16616
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables",
|
|
16269
16617
|
httpMethod: "GET",
|
|
@@ -16283,7 +16631,7 @@ const listBySchemaOperationSpec = {
|
|
|
16283
16631
|
schemaName
|
|
16284
16632
|
],
|
|
16285
16633
|
headerParameters: [accept],
|
|
16286
|
-
serializer: serializer$
|
|
16634
|
+
serializer: serializer$N
|
|
16287
16635
|
};
|
|
16288
16636
|
const getOperationSpec$B = {
|
|
16289
16637
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}",
|
|
@@ -16305,7 +16653,7 @@ const getOperationSpec$B = {
|
|
|
16305
16653
|
tableName
|
|
16306
16654
|
],
|
|
16307
16655
|
headerParameters: [accept],
|
|
16308
|
-
serializer: serializer$
|
|
16656
|
+
serializer: serializer$N
|
|
16309
16657
|
};
|
|
16310
16658
|
const listBySchemaNextOperationSpec = {
|
|
16311
16659
|
path: "{nextLink}",
|
|
@@ -16326,7 +16674,7 @@ const listBySchemaNextOperationSpec = {
|
|
|
16326
16674
|
schemaName
|
|
16327
16675
|
],
|
|
16328
16676
|
headerParameters: [accept],
|
|
16329
|
-
serializer: serializer$
|
|
16677
|
+
serializer: serializer$N
|
|
16330
16678
|
};
|
|
16331
16679
|
|
|
16332
16680
|
/*
|
|
@@ -16452,7 +16800,7 @@ class SqlPoolTableColumnsImpl {
|
|
|
16452
16800
|
}
|
|
16453
16801
|
}
|
|
16454
16802
|
// Operation Specifications
|
|
16455
|
-
const serializer$
|
|
16803
|
+
const serializer$M = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
16456
16804
|
const listByTableNameOperationSpec = {
|
|
16457
16805
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns",
|
|
16458
16806
|
httpMethod: "GET",
|
|
@@ -16473,7 +16821,7 @@ const listByTableNameOperationSpec = {
|
|
|
16473
16821
|
tableName
|
|
16474
16822
|
],
|
|
16475
16823
|
headerParameters: [accept],
|
|
16476
|
-
serializer: serializer$
|
|
16824
|
+
serializer: serializer$M
|
|
16477
16825
|
};
|
|
16478
16826
|
const listByTableNameNextOperationSpec = {
|
|
16479
16827
|
path: "{nextLink}",
|
|
@@ -16495,7 +16843,7 @@ const listByTableNameNextOperationSpec = {
|
|
|
16495
16843
|
tableName
|
|
16496
16844
|
],
|
|
16497
16845
|
headerParameters: [accept],
|
|
16498
|
-
serializer: serializer$
|
|
16846
|
+
serializer: serializer$M
|
|
16499
16847
|
};
|
|
16500
16848
|
|
|
16501
16849
|
/*
|
|
@@ -16533,7 +16881,7 @@ class SqlPoolConnectionPoliciesImpl {
|
|
|
16533
16881
|
}
|
|
16534
16882
|
}
|
|
16535
16883
|
// Operation Specifications
|
|
16536
|
-
const serializer$
|
|
16884
|
+
const serializer$L = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
16537
16885
|
const getOperationSpec$A = {
|
|
16538
16886
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/connectionPolicies/{connectionPolicyName}",
|
|
16539
16887
|
httpMethod: "GET",
|
|
@@ -16555,7 +16903,7 @@ const getOperationSpec$A = {
|
|
|
16555
16903
|
connectionPolicyName
|
|
16556
16904
|
],
|
|
16557
16905
|
headerParameters: [accept],
|
|
16558
|
-
serializer: serializer$
|
|
16906
|
+
serializer: serializer$L
|
|
16559
16907
|
};
|
|
16560
16908
|
|
|
16561
16909
|
/*
|
|
@@ -16645,7 +16993,7 @@ class SqlPoolVulnerabilityAssessmentsImpl {
|
|
|
16645
16993
|
* @param options The options parameters.
|
|
16646
16994
|
*/
|
|
16647
16995
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
16648
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
16996
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$i);
|
|
16649
16997
|
}
|
|
16650
16998
|
/**
|
|
16651
16999
|
* Gets the Sql pool's vulnerability assessment.
|
|
@@ -16713,8 +17061,8 @@ class SqlPoolVulnerabilityAssessmentsImpl {
|
|
|
16713
17061
|
}
|
|
16714
17062
|
}
|
|
16715
17063
|
// Operation Specifications
|
|
16716
|
-
const serializer$
|
|
16717
|
-
const listOperationSpec$
|
|
17064
|
+
const serializer$K = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
17065
|
+
const listOperationSpec$i = {
|
|
16718
17066
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments",
|
|
16719
17067
|
httpMethod: "GET",
|
|
16720
17068
|
responses: {
|
|
@@ -16732,7 +17080,7 @@ const listOperationSpec$h = {
|
|
|
16732
17080
|
sqlPoolName
|
|
16733
17081
|
],
|
|
16734
17082
|
headerParameters: [accept],
|
|
16735
|
-
serializer: serializer$
|
|
17083
|
+
serializer: serializer$K
|
|
16736
17084
|
};
|
|
16737
17085
|
const getOperationSpec$z = {
|
|
16738
17086
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}",
|
|
@@ -16753,7 +17101,7 @@ const getOperationSpec$z = {
|
|
|
16753
17101
|
vulnerabilityAssessmentName
|
|
16754
17102
|
],
|
|
16755
17103
|
headerParameters: [accept],
|
|
16756
|
-
serializer: serializer$
|
|
17104
|
+
serializer: serializer$K
|
|
16757
17105
|
};
|
|
16758
17106
|
const createOrUpdateOperationSpec$n = {
|
|
16759
17107
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}",
|
|
@@ -16779,7 +17127,7 @@ const createOrUpdateOperationSpec$n = {
|
|
|
16779
17127
|
],
|
|
16780
17128
|
headerParameters: [accept, contentType],
|
|
16781
17129
|
mediaType: "json",
|
|
16782
|
-
serializer: serializer$
|
|
17130
|
+
serializer: serializer$K
|
|
16783
17131
|
};
|
|
16784
17132
|
const deleteOperationSpec$g = {
|
|
16785
17133
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}",
|
|
@@ -16794,7 +17142,7 @@ const deleteOperationSpec$g = {
|
|
|
16794
17142
|
sqlPoolName,
|
|
16795
17143
|
vulnerabilityAssessmentName
|
|
16796
17144
|
],
|
|
16797
|
-
serializer: serializer$
|
|
17145
|
+
serializer: serializer$K
|
|
16798
17146
|
};
|
|
16799
17147
|
const listNextOperationSpec$c = {
|
|
16800
17148
|
path: "{nextLink}",
|
|
@@ -16814,7 +17162,7 @@ const listNextOperationSpec$c = {
|
|
|
16814
17162
|
sqlPoolName
|
|
16815
17163
|
],
|
|
16816
17164
|
headerParameters: [accept],
|
|
16817
|
-
serializer: serializer$
|
|
17165
|
+
serializer: serializer$K
|
|
16818
17166
|
};
|
|
16819
17167
|
|
|
16820
17168
|
/*
|
|
@@ -16912,7 +17260,7 @@ class SqlPoolVulnerabilityAssessmentScansImpl {
|
|
|
16912
17260
|
sqlPoolName,
|
|
16913
17261
|
vulnerabilityAssessmentName,
|
|
16914
17262
|
options
|
|
16915
|
-
}, listOperationSpec$
|
|
17263
|
+
}, listOperationSpec$h);
|
|
16916
17264
|
}
|
|
16917
17265
|
/**
|
|
16918
17266
|
* Executes a Vulnerability Assessment database scan.
|
|
@@ -17037,8 +17385,8 @@ class SqlPoolVulnerabilityAssessmentScansImpl {
|
|
|
17037
17385
|
}
|
|
17038
17386
|
}
|
|
17039
17387
|
// Operation Specifications
|
|
17040
|
-
const serializer$
|
|
17041
|
-
const listOperationSpec$
|
|
17388
|
+
const serializer$J = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
17389
|
+
const listOperationSpec$h = {
|
|
17042
17390
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/scans",
|
|
17043
17391
|
httpMethod: "GET",
|
|
17044
17392
|
responses: {
|
|
@@ -17057,7 +17405,7 @@ const listOperationSpec$g = {
|
|
|
17057
17405
|
vulnerabilityAssessmentName
|
|
17058
17406
|
],
|
|
17059
17407
|
headerParameters: [accept],
|
|
17060
|
-
serializer: serializer$
|
|
17408
|
+
serializer: serializer$J
|
|
17061
17409
|
};
|
|
17062
17410
|
const initiateScanOperationSpec = {
|
|
17063
17411
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/scans/{scanId}/initiateScan",
|
|
@@ -17073,7 +17421,7 @@ const initiateScanOperationSpec = {
|
|
|
17073
17421
|
vulnerabilityAssessmentName,
|
|
17074
17422
|
scanId
|
|
17075
17423
|
],
|
|
17076
|
-
serializer: serializer$
|
|
17424
|
+
serializer: serializer$J
|
|
17077
17425
|
};
|
|
17078
17426
|
const exportOperationSpec = {
|
|
17079
17427
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/scans/{scanId}/export",
|
|
@@ -17098,7 +17446,7 @@ const exportOperationSpec = {
|
|
|
17098
17446
|
scanId
|
|
17099
17447
|
],
|
|
17100
17448
|
headerParameters: [accept],
|
|
17101
|
-
serializer: serializer$
|
|
17449
|
+
serializer: serializer$J
|
|
17102
17450
|
};
|
|
17103
17451
|
const getOperationSpec$y = {
|
|
17104
17452
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/scans/{scanId}",
|
|
@@ -17120,7 +17468,7 @@ const getOperationSpec$y = {
|
|
|
17120
17468
|
scanId
|
|
17121
17469
|
],
|
|
17122
17470
|
headerParameters: [accept],
|
|
17123
|
-
serializer: serializer$
|
|
17471
|
+
serializer: serializer$J
|
|
17124
17472
|
};
|
|
17125
17473
|
const listNextOperationSpec$b = {
|
|
17126
17474
|
path: "{nextLink}",
|
|
@@ -17141,7 +17489,7 @@ const listNextOperationSpec$b = {
|
|
|
17141
17489
|
vulnerabilityAssessmentName
|
|
17142
17490
|
],
|
|
17143
17491
|
headerParameters: [accept],
|
|
17144
|
-
serializer: serializer$
|
|
17492
|
+
serializer: serializer$J
|
|
17145
17493
|
};
|
|
17146
17494
|
|
|
17147
17495
|
/*
|
|
@@ -17231,7 +17579,7 @@ class SqlPoolSecurityAlertPoliciesImpl {
|
|
|
17231
17579
|
* @param options The options parameters.
|
|
17232
17580
|
*/
|
|
17233
17581
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
17234
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
17582
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$g);
|
|
17235
17583
|
}
|
|
17236
17584
|
/**
|
|
17237
17585
|
* Get a Sql pool's security alert policy.
|
|
@@ -17282,8 +17630,8 @@ class SqlPoolSecurityAlertPoliciesImpl {
|
|
|
17282
17630
|
}
|
|
17283
17631
|
}
|
|
17284
17632
|
// Operation Specifications
|
|
17285
|
-
const serializer$
|
|
17286
|
-
const listOperationSpec$
|
|
17633
|
+
const serializer$I = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
17634
|
+
const listOperationSpec$g = {
|
|
17287
17635
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies",
|
|
17288
17636
|
httpMethod: "GET",
|
|
17289
17637
|
responses: {
|
|
@@ -17301,7 +17649,7 @@ const listOperationSpec$f = {
|
|
|
17301
17649
|
sqlPoolName
|
|
17302
17650
|
],
|
|
17303
17651
|
headerParameters: [accept],
|
|
17304
|
-
serializer: serializer$
|
|
17652
|
+
serializer: serializer$I
|
|
17305
17653
|
};
|
|
17306
17654
|
const getOperationSpec$x = {
|
|
17307
17655
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}",
|
|
@@ -17322,7 +17670,7 @@ const getOperationSpec$x = {
|
|
|
17322
17670
|
securityAlertPolicyName
|
|
17323
17671
|
],
|
|
17324
17672
|
headerParameters: [accept],
|
|
17325
|
-
serializer: serializer$
|
|
17673
|
+
serializer: serializer$I
|
|
17326
17674
|
};
|
|
17327
17675
|
const createOrUpdateOperationSpec$m = {
|
|
17328
17676
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/securityAlertPolicies/{securityAlertPolicyName}",
|
|
@@ -17348,7 +17696,7 @@ const createOrUpdateOperationSpec$m = {
|
|
|
17348
17696
|
],
|
|
17349
17697
|
headerParameters: [accept, contentType],
|
|
17350
17698
|
mediaType: "json",
|
|
17351
|
-
serializer: serializer$
|
|
17699
|
+
serializer: serializer$I
|
|
17352
17700
|
};
|
|
17353
17701
|
const listNextOperationSpec$a = {
|
|
17354
17702
|
path: "{nextLink}",
|
|
@@ -17368,7 +17716,7 @@ const listNextOperationSpec$a = {
|
|
|
17368
17716
|
sqlPoolName
|
|
17369
17717
|
],
|
|
17370
17718
|
headerParameters: [accept],
|
|
17371
|
-
serializer: serializer$
|
|
17719
|
+
serializer: serializer$I
|
|
17372
17720
|
};
|
|
17373
17721
|
|
|
17374
17722
|
/*
|
|
@@ -17457,7 +17805,7 @@ class SqlPoolVulnerabilityAssessmentRuleBaselinesImpl {
|
|
|
17457
17805
|
}
|
|
17458
17806
|
}
|
|
17459
17807
|
// Operation Specifications
|
|
17460
|
-
const serializer$
|
|
17808
|
+
const serializer$H = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
17461
17809
|
const createOrUpdateOperationSpec$l = {
|
|
17462
17810
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}",
|
|
17463
17811
|
httpMethod: "PUT",
|
|
@@ -17481,7 +17829,7 @@ const createOrUpdateOperationSpec$l = {
|
|
|
17481
17829
|
],
|
|
17482
17830
|
headerParameters: [accept, contentType],
|
|
17483
17831
|
mediaType: "json",
|
|
17484
|
-
serializer: serializer$
|
|
17832
|
+
serializer: serializer$H
|
|
17485
17833
|
};
|
|
17486
17834
|
const deleteOperationSpec$f = {
|
|
17487
17835
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}",
|
|
@@ -17498,7 +17846,7 @@ const deleteOperationSpec$f = {
|
|
|
17498
17846
|
ruleId,
|
|
17499
17847
|
baselineName
|
|
17500
17848
|
],
|
|
17501
|
-
serializer: serializer$
|
|
17849
|
+
serializer: serializer$H
|
|
17502
17850
|
};
|
|
17503
17851
|
const getOperationSpec$w = {
|
|
17504
17852
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/rules/{ruleId}/baselines/{baselineName}",
|
|
@@ -17521,7 +17869,7 @@ const getOperationSpec$w = {
|
|
|
17521
17869
|
baselineName
|
|
17522
17870
|
],
|
|
17523
17871
|
headerParameters: [accept],
|
|
17524
|
-
serializer: serializer$
|
|
17872
|
+
serializer: serializer$H
|
|
17525
17873
|
};
|
|
17526
17874
|
|
|
17527
17875
|
/*
|
|
@@ -17647,7 +17995,7 @@ class ExtendedSqlPoolBlobAuditingPoliciesImpl {
|
|
|
17647
17995
|
}
|
|
17648
17996
|
}
|
|
17649
17997
|
// Operation Specifications
|
|
17650
|
-
const serializer$
|
|
17998
|
+
const serializer$G = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
17651
17999
|
const getOperationSpec$v = {
|
|
17652
18000
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/extendedAuditingSettings/{blobAuditingPolicyName}",
|
|
17653
18001
|
httpMethod: "GET",
|
|
@@ -17667,7 +18015,7 @@ const getOperationSpec$v = {
|
|
|
17667
18015
|
blobAuditingPolicyName
|
|
17668
18016
|
],
|
|
17669
18017
|
headerParameters: [accept],
|
|
17670
|
-
serializer: serializer$
|
|
18018
|
+
serializer: serializer$G
|
|
17671
18019
|
};
|
|
17672
18020
|
const createOrUpdateOperationSpec$k = {
|
|
17673
18021
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/extendedAuditingSettings/{blobAuditingPolicyName}",
|
|
@@ -17693,7 +18041,7 @@ const createOrUpdateOperationSpec$k = {
|
|
|
17693
18041
|
],
|
|
17694
18042
|
headerParameters: [accept, contentType],
|
|
17695
18043
|
mediaType: "json",
|
|
17696
|
-
serializer: serializer$
|
|
18044
|
+
serializer: serializer$G
|
|
17697
18045
|
};
|
|
17698
18046
|
const listBySqlPoolOperationSpec$1 = {
|
|
17699
18047
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/extendedAuditingSettings",
|
|
@@ -17713,7 +18061,7 @@ const listBySqlPoolOperationSpec$1 = {
|
|
|
17713
18061
|
sqlPoolName
|
|
17714
18062
|
],
|
|
17715
18063
|
headerParameters: [accept],
|
|
17716
|
-
serializer: serializer$
|
|
18064
|
+
serializer: serializer$G
|
|
17717
18065
|
};
|
|
17718
18066
|
const listBySqlPoolNextOperationSpec = {
|
|
17719
18067
|
path: "{nextLink}",
|
|
@@ -17733,7 +18081,7 @@ const listBySqlPoolNextOperationSpec = {
|
|
|
17733
18081
|
sqlPoolName
|
|
17734
18082
|
],
|
|
17735
18083
|
headerParameters: [accept],
|
|
17736
|
-
serializer: serializer$
|
|
18084
|
+
serializer: serializer$G
|
|
17737
18085
|
};
|
|
17738
18086
|
|
|
17739
18087
|
/*
|
|
@@ -17775,7 +18123,7 @@ class DataMaskingPoliciesImpl {
|
|
|
17775
18123
|
}
|
|
17776
18124
|
}
|
|
17777
18125
|
// Operation Specifications
|
|
17778
|
-
const serializer$
|
|
18126
|
+
const serializer$F = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
17779
18127
|
const createOrUpdateOperationSpec$j = {
|
|
17780
18128
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/dataMaskingPolicies/{dataMaskingPolicyName}",
|
|
17781
18129
|
httpMethod: "PUT",
|
|
@@ -17799,7 +18147,7 @@ const createOrUpdateOperationSpec$j = {
|
|
|
17799
18147
|
],
|
|
17800
18148
|
headerParameters: [accept, contentType],
|
|
17801
18149
|
mediaType: "json",
|
|
17802
|
-
serializer: serializer$
|
|
18150
|
+
serializer: serializer$F
|
|
17803
18151
|
};
|
|
17804
18152
|
const getOperationSpec$u = {
|
|
17805
18153
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/dataMaskingPolicies/{dataMaskingPolicyName}",
|
|
@@ -17822,7 +18170,7 @@ const getOperationSpec$u = {
|
|
|
17822
18170
|
dataMaskingPolicyName
|
|
17823
18171
|
],
|
|
17824
18172
|
headerParameters: [accept],
|
|
17825
|
-
serializer: serializer$
|
|
18173
|
+
serializer: serializer$F
|
|
17826
18174
|
};
|
|
17827
18175
|
|
|
17828
18176
|
/*
|
|
@@ -17939,7 +18287,7 @@ class DataMaskingRulesImpl {
|
|
|
17939
18287
|
}
|
|
17940
18288
|
}
|
|
17941
18289
|
// Operation Specifications
|
|
17942
|
-
const serializer$
|
|
18290
|
+
const serializer$E = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
17943
18291
|
const createOrUpdateOperationSpec$i = {
|
|
17944
18292
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/dataMaskingPolicies/{dataMaskingPolicyName}/rules/{dataMaskingRuleName}",
|
|
17945
18293
|
httpMethod: "PUT",
|
|
@@ -17967,7 +18315,7 @@ const createOrUpdateOperationSpec$i = {
|
|
|
17967
18315
|
],
|
|
17968
18316
|
headerParameters: [accept, contentType],
|
|
17969
18317
|
mediaType: "json",
|
|
17970
|
-
serializer: serializer$
|
|
18318
|
+
serializer: serializer$E
|
|
17971
18319
|
};
|
|
17972
18320
|
const getOperationSpec$t = {
|
|
17973
18321
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/dataMaskingPolicies/{dataMaskingPolicyName}/rules/{dataMaskingRuleName}",
|
|
@@ -17991,7 +18339,7 @@ const getOperationSpec$t = {
|
|
|
17991
18339
|
dataMaskingRuleName
|
|
17992
18340
|
],
|
|
17993
18341
|
headerParameters: [accept],
|
|
17994
|
-
serializer: serializer$
|
|
18342
|
+
serializer: serializer$E
|
|
17995
18343
|
};
|
|
17996
18344
|
const listBySqlPoolOperationSpec = {
|
|
17997
18345
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/dataMaskingPolicies/{dataMaskingPolicyName}/rules",
|
|
@@ -18014,7 +18362,7 @@ const listBySqlPoolOperationSpec = {
|
|
|
18014
18362
|
dataMaskingPolicyName
|
|
18015
18363
|
],
|
|
18016
18364
|
headerParameters: [accept],
|
|
18017
|
-
serializer: serializer$
|
|
18365
|
+
serializer: serializer$E
|
|
18018
18366
|
};
|
|
18019
18367
|
|
|
18020
18368
|
/*
|
|
@@ -18056,7 +18404,7 @@ class SqlPoolColumnsImpl {
|
|
|
18056
18404
|
}
|
|
18057
18405
|
}
|
|
18058
18406
|
// Operation Specifications
|
|
18059
|
-
const serializer$
|
|
18407
|
+
const serializer$D = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
18060
18408
|
const getOperationSpec$s = {
|
|
18061
18409
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}",
|
|
18062
18410
|
httpMethod: "GET",
|
|
@@ -18078,7 +18426,7 @@ const getOperationSpec$s = {
|
|
|
18078
18426
|
columnName
|
|
18079
18427
|
],
|
|
18080
18428
|
headerParameters: [accept],
|
|
18081
|
-
serializer: serializer$
|
|
18429
|
+
serializer: serializer$D
|
|
18082
18430
|
};
|
|
18083
18431
|
|
|
18084
18432
|
/*
|
|
@@ -18310,7 +18658,7 @@ class SqlPoolWorkloadGroupImpl {
|
|
|
18310
18658
|
* @param options The options parameters.
|
|
18311
18659
|
*/
|
|
18312
18660
|
_list(resourceGroupName, workspaceName, sqlPoolName, options) {
|
|
18313
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$
|
|
18661
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, sqlPoolName, options }, listOperationSpec$f);
|
|
18314
18662
|
}
|
|
18315
18663
|
/**
|
|
18316
18664
|
* ListNext
|
|
@@ -18325,7 +18673,7 @@ class SqlPoolWorkloadGroupImpl {
|
|
|
18325
18673
|
}
|
|
18326
18674
|
}
|
|
18327
18675
|
// Operation Specifications
|
|
18328
|
-
const serializer$
|
|
18676
|
+
const serializer$C = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
18329
18677
|
const getOperationSpec$r = {
|
|
18330
18678
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}",
|
|
18331
18679
|
httpMethod: "GET",
|
|
@@ -18345,7 +18693,7 @@ const getOperationSpec$r = {
|
|
|
18345
18693
|
workloadGroupName
|
|
18346
18694
|
],
|
|
18347
18695
|
headerParameters: [accept],
|
|
18348
|
-
serializer: serializer$
|
|
18696
|
+
serializer: serializer$C
|
|
18349
18697
|
};
|
|
18350
18698
|
const createOrUpdateOperationSpec$h = {
|
|
18351
18699
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}",
|
|
@@ -18377,7 +18725,7 @@ const createOrUpdateOperationSpec$h = {
|
|
|
18377
18725
|
],
|
|
18378
18726
|
headerParameters: [accept, contentType],
|
|
18379
18727
|
mediaType: "json",
|
|
18380
|
-
serializer: serializer$
|
|
18728
|
+
serializer: serializer$C
|
|
18381
18729
|
};
|
|
18382
18730
|
const deleteOperationSpec$e = {
|
|
18383
18731
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}",
|
|
@@ -18392,9 +18740,9 @@ const deleteOperationSpec$e = {
|
|
|
18392
18740
|
sqlPoolName,
|
|
18393
18741
|
workloadGroupName
|
|
18394
18742
|
],
|
|
18395
|
-
serializer: serializer$
|
|
18743
|
+
serializer: serializer$C
|
|
18396
18744
|
};
|
|
18397
|
-
const listOperationSpec$
|
|
18745
|
+
const listOperationSpec$f = {
|
|
18398
18746
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups",
|
|
18399
18747
|
httpMethod: "GET",
|
|
18400
18748
|
responses: {
|
|
@@ -18412,7 +18760,7 @@ const listOperationSpec$e = {
|
|
|
18412
18760
|
sqlPoolName
|
|
18413
18761
|
],
|
|
18414
18762
|
headerParameters: [accept],
|
|
18415
|
-
serializer: serializer$
|
|
18763
|
+
serializer: serializer$C
|
|
18416
18764
|
};
|
|
18417
18765
|
const listNextOperationSpec$9 = {
|
|
18418
18766
|
path: "{nextLink}",
|
|
@@ -18432,7 +18780,7 @@ const listNextOperationSpec$9 = {
|
|
|
18432
18780
|
sqlPoolName
|
|
18433
18781
|
],
|
|
18434
18782
|
headerParameters: [accept],
|
|
18435
|
-
serializer: serializer$
|
|
18783
|
+
serializer: serializer$C
|
|
18436
18784
|
};
|
|
18437
18785
|
|
|
18438
18786
|
/*
|
|
@@ -18680,7 +19028,7 @@ class SqlPoolWorkloadClassifierImpl {
|
|
|
18680
19028
|
sqlPoolName,
|
|
18681
19029
|
workloadGroupName,
|
|
18682
19030
|
options
|
|
18683
|
-
}, listOperationSpec$
|
|
19031
|
+
}, listOperationSpec$e);
|
|
18684
19032
|
}
|
|
18685
19033
|
/**
|
|
18686
19034
|
* ListNext
|
|
@@ -18703,7 +19051,7 @@ class SqlPoolWorkloadClassifierImpl {
|
|
|
18703
19051
|
}
|
|
18704
19052
|
}
|
|
18705
19053
|
// Operation Specifications
|
|
18706
|
-
const serializer$
|
|
19054
|
+
const serializer$B = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
18707
19055
|
const getOperationSpec$q = {
|
|
18708
19056
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}/workloadClassifiers/{workloadClassifierName}",
|
|
18709
19057
|
httpMethod: "GET",
|
|
@@ -18724,7 +19072,7 @@ const getOperationSpec$q = {
|
|
|
18724
19072
|
workloadClassifierName
|
|
18725
19073
|
],
|
|
18726
19074
|
headerParameters: [accept],
|
|
18727
|
-
serializer: serializer$
|
|
19075
|
+
serializer: serializer$B
|
|
18728
19076
|
};
|
|
18729
19077
|
const createOrUpdateOperationSpec$g = {
|
|
18730
19078
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}/workloadClassifiers/{workloadClassifierName}",
|
|
@@ -18757,7 +19105,7 @@ const createOrUpdateOperationSpec$g = {
|
|
|
18757
19105
|
],
|
|
18758
19106
|
headerParameters: [accept, contentType],
|
|
18759
19107
|
mediaType: "json",
|
|
18760
|
-
serializer: serializer$
|
|
19108
|
+
serializer: serializer$B
|
|
18761
19109
|
};
|
|
18762
19110
|
const deleteOperationSpec$d = {
|
|
18763
19111
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}/workloadClassifiers/{workloadClassifierName}",
|
|
@@ -18773,9 +19121,9 @@ const deleteOperationSpec$d = {
|
|
|
18773
19121
|
workloadGroupName,
|
|
18774
19122
|
workloadClassifierName
|
|
18775
19123
|
],
|
|
18776
|
-
serializer: serializer$
|
|
19124
|
+
serializer: serializer$B
|
|
18777
19125
|
};
|
|
18778
|
-
const listOperationSpec$
|
|
19126
|
+
const listOperationSpec$e = {
|
|
18779
19127
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}/workloadClassifiers",
|
|
18780
19128
|
httpMethod: "GET",
|
|
18781
19129
|
responses: {
|
|
@@ -18794,7 +19142,7 @@ const listOperationSpec$d = {
|
|
|
18794
19142
|
workloadGroupName
|
|
18795
19143
|
],
|
|
18796
19144
|
headerParameters: [accept],
|
|
18797
|
-
serializer: serializer$
|
|
19145
|
+
serializer: serializer$B
|
|
18798
19146
|
};
|
|
18799
19147
|
const listNextOperationSpec$8 = {
|
|
18800
19148
|
path: "{nextLink}",
|
|
@@ -18815,7 +19163,7 @@ const listNextOperationSpec$8 = {
|
|
|
18815
19163
|
workloadGroupName
|
|
18816
19164
|
],
|
|
18817
19165
|
headerParameters: [accept],
|
|
18818
|
-
serializer: serializer$
|
|
19166
|
+
serializer: serializer$B
|
|
18819
19167
|
};
|
|
18820
19168
|
|
|
18821
19169
|
/*
|
|
@@ -18988,7 +19336,7 @@ class WorkspaceManagedSqlServerBlobAuditingPoliciesImpl {
|
|
|
18988
19336
|
}
|
|
18989
19337
|
}
|
|
18990
19338
|
// Operation Specifications
|
|
18991
|
-
const serializer$
|
|
19339
|
+
const serializer$A = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
18992
19340
|
const getOperationSpec$p = {
|
|
18993
19341
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/auditingSettings/{blobAuditingPolicyName}",
|
|
18994
19342
|
httpMethod: "GET",
|
|
@@ -19007,7 +19355,7 @@ const getOperationSpec$p = {
|
|
|
19007
19355
|
blobAuditingPolicyName1
|
|
19008
19356
|
],
|
|
19009
19357
|
headerParameters: [accept],
|
|
19010
|
-
serializer: serializer$
|
|
19358
|
+
serializer: serializer$A
|
|
19011
19359
|
};
|
|
19012
19360
|
const createOrUpdateOperationSpec$f = {
|
|
19013
19361
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/auditingSettings/{blobAuditingPolicyName}",
|
|
@@ -19038,7 +19386,7 @@ const createOrUpdateOperationSpec$f = {
|
|
|
19038
19386
|
],
|
|
19039
19387
|
headerParameters: [accept, contentType],
|
|
19040
19388
|
mediaType: "json",
|
|
19041
|
-
serializer: serializer$
|
|
19389
|
+
serializer: serializer$A
|
|
19042
19390
|
};
|
|
19043
19391
|
const listByWorkspaceOperationSpec$7 = {
|
|
19044
19392
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/auditingSettings",
|
|
@@ -19057,7 +19405,7 @@ const listByWorkspaceOperationSpec$7 = {
|
|
|
19057
19405
|
workspaceName
|
|
19058
19406
|
],
|
|
19059
19407
|
headerParameters: [accept],
|
|
19060
|
-
serializer: serializer$
|
|
19408
|
+
serializer: serializer$A
|
|
19061
19409
|
};
|
|
19062
19410
|
const listByWorkspaceNextOperationSpec$5 = {
|
|
19063
19411
|
path: "{nextLink}",
|
|
@@ -19076,7 +19424,7 @@ const listByWorkspaceNextOperationSpec$5 = {
|
|
|
19076
19424
|
nextLink
|
|
19077
19425
|
],
|
|
19078
19426
|
headerParameters: [accept],
|
|
19079
|
-
serializer: serializer$
|
|
19427
|
+
serializer: serializer$A
|
|
19080
19428
|
};
|
|
19081
19429
|
|
|
19082
19430
|
/*
|
|
@@ -19249,7 +19597,7 @@ class WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesImpl {
|
|
|
19249
19597
|
}
|
|
19250
19598
|
}
|
|
19251
19599
|
// Operation Specifications
|
|
19252
|
-
const serializer$
|
|
19600
|
+
const serializer$z = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
19253
19601
|
const getOperationSpec$o = {
|
|
19254
19602
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/extendedAuditingSettings/{blobAuditingPolicyName}",
|
|
19255
19603
|
httpMethod: "GET",
|
|
@@ -19268,7 +19616,7 @@ const getOperationSpec$o = {
|
|
|
19268
19616
|
blobAuditingPolicyName1
|
|
19269
19617
|
],
|
|
19270
19618
|
headerParameters: [accept],
|
|
19271
|
-
serializer: serializer$
|
|
19619
|
+
serializer: serializer$z
|
|
19272
19620
|
};
|
|
19273
19621
|
const createOrUpdateOperationSpec$e = {
|
|
19274
19622
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/extendedAuditingSettings/{blobAuditingPolicyName}",
|
|
@@ -19299,7 +19647,7 @@ const createOrUpdateOperationSpec$e = {
|
|
|
19299
19647
|
],
|
|
19300
19648
|
headerParameters: [accept, contentType],
|
|
19301
19649
|
mediaType: "json",
|
|
19302
|
-
serializer: serializer$
|
|
19650
|
+
serializer: serializer$z
|
|
19303
19651
|
};
|
|
19304
19652
|
const listByWorkspaceOperationSpec$6 = {
|
|
19305
19653
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/extendedAuditingSettings",
|
|
@@ -19318,7 +19666,7 @@ const listByWorkspaceOperationSpec$6 = {
|
|
|
19318
19666
|
workspaceName
|
|
19319
19667
|
],
|
|
19320
19668
|
headerParameters: [accept],
|
|
19321
|
-
serializer: serializer$
|
|
19669
|
+
serializer: serializer$z
|
|
19322
19670
|
};
|
|
19323
19671
|
const listByWorkspaceNextOperationSpec$4 = {
|
|
19324
19672
|
path: "{nextLink}",
|
|
@@ -19337,7 +19685,7 @@ const listByWorkspaceNextOperationSpec$4 = {
|
|
|
19337
19685
|
nextLink
|
|
19338
19686
|
],
|
|
19339
19687
|
headerParameters: [accept],
|
|
19340
|
-
serializer: serializer$
|
|
19688
|
+
serializer: serializer$z
|
|
19341
19689
|
};
|
|
19342
19690
|
|
|
19343
19691
|
/*
|
|
@@ -19496,7 +19844,7 @@ class WorkspaceManagedSqlServerSecurityAlertPolicyImpl {
|
|
|
19496
19844
|
* @param options The options parameters.
|
|
19497
19845
|
*/
|
|
19498
19846
|
_list(resourceGroupName, workspaceName, options) {
|
|
19499
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
19847
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$d);
|
|
19500
19848
|
}
|
|
19501
19849
|
/**
|
|
19502
19850
|
* ListNext
|
|
@@ -19510,7 +19858,7 @@ class WorkspaceManagedSqlServerSecurityAlertPolicyImpl {
|
|
|
19510
19858
|
}
|
|
19511
19859
|
}
|
|
19512
19860
|
// Operation Specifications
|
|
19513
|
-
const serializer$
|
|
19861
|
+
const serializer$y = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
19514
19862
|
const getOperationSpec$n = {
|
|
19515
19863
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/securityAlertPolicies/{securityAlertPolicyName}",
|
|
19516
19864
|
httpMethod: "GET",
|
|
@@ -19529,7 +19877,7 @@ const getOperationSpec$n = {
|
|
|
19529
19877
|
securityAlertPolicyName1
|
|
19530
19878
|
],
|
|
19531
19879
|
headerParameters: [accept],
|
|
19532
|
-
serializer: serializer$
|
|
19880
|
+
serializer: serializer$y
|
|
19533
19881
|
};
|
|
19534
19882
|
const createOrUpdateOperationSpec$d = {
|
|
19535
19883
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/securityAlertPolicies/{securityAlertPolicyName}",
|
|
@@ -19560,9 +19908,9 @@ const createOrUpdateOperationSpec$d = {
|
|
|
19560
19908
|
],
|
|
19561
19909
|
headerParameters: [accept, contentType],
|
|
19562
19910
|
mediaType: "json",
|
|
19563
|
-
serializer: serializer$
|
|
19911
|
+
serializer: serializer$y
|
|
19564
19912
|
};
|
|
19565
|
-
const listOperationSpec$
|
|
19913
|
+
const listOperationSpec$d = {
|
|
19566
19914
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/securityAlertPolicies",
|
|
19567
19915
|
httpMethod: "GET",
|
|
19568
19916
|
responses: {
|
|
@@ -19579,7 +19927,7 @@ const listOperationSpec$c = {
|
|
|
19579
19927
|
workspaceName
|
|
19580
19928
|
],
|
|
19581
19929
|
headerParameters: [accept],
|
|
19582
|
-
serializer: serializer$
|
|
19930
|
+
serializer: serializer$y
|
|
19583
19931
|
};
|
|
19584
19932
|
const listNextOperationSpec$7 = {
|
|
19585
19933
|
path: "{nextLink}",
|
|
@@ -19598,7 +19946,7 @@ const listNextOperationSpec$7 = {
|
|
|
19598
19946
|
nextLink
|
|
19599
19947
|
],
|
|
19600
19948
|
headerParameters: [accept],
|
|
19601
|
-
serializer: serializer$
|
|
19949
|
+
serializer: serializer$y
|
|
19602
19950
|
};
|
|
19603
19951
|
|
|
19604
19952
|
/*
|
|
@@ -19733,7 +20081,7 @@ class WorkspaceManagedSqlServerVulnerabilityAssessmentsImpl {
|
|
|
19733
20081
|
* @param options The options parameters.
|
|
19734
20082
|
*/
|
|
19735
20083
|
_list(resourceGroupName, workspaceName, options) {
|
|
19736
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
20084
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$c);
|
|
19737
20085
|
}
|
|
19738
20086
|
/**
|
|
19739
20087
|
* ListNext
|
|
@@ -19747,7 +20095,7 @@ class WorkspaceManagedSqlServerVulnerabilityAssessmentsImpl {
|
|
|
19747
20095
|
}
|
|
19748
20096
|
}
|
|
19749
20097
|
// Operation Specifications
|
|
19750
|
-
const serializer$
|
|
20098
|
+
const serializer$x = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
19751
20099
|
const getOperationSpec$m = {
|
|
19752
20100
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}",
|
|
19753
20101
|
httpMethod: "GET",
|
|
@@ -19766,7 +20114,7 @@ const getOperationSpec$m = {
|
|
|
19766
20114
|
vulnerabilityAssessmentName
|
|
19767
20115
|
],
|
|
19768
20116
|
headerParameters: [accept],
|
|
19769
|
-
serializer: serializer$
|
|
20117
|
+
serializer: serializer$x
|
|
19770
20118
|
};
|
|
19771
20119
|
const createOrUpdateOperationSpec$c = {
|
|
19772
20120
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}",
|
|
@@ -19791,7 +20139,7 @@ const createOrUpdateOperationSpec$c = {
|
|
|
19791
20139
|
],
|
|
19792
20140
|
headerParameters: [accept, contentType],
|
|
19793
20141
|
mediaType: "json",
|
|
19794
|
-
serializer: serializer$
|
|
20142
|
+
serializer: serializer$x
|
|
19795
20143
|
};
|
|
19796
20144
|
const deleteOperationSpec$c = {
|
|
19797
20145
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}",
|
|
@@ -19805,9 +20153,9 @@ const deleteOperationSpec$c = {
|
|
|
19805
20153
|
workspaceName,
|
|
19806
20154
|
vulnerabilityAssessmentName
|
|
19807
20155
|
],
|
|
19808
|
-
serializer: serializer$
|
|
20156
|
+
serializer: serializer$x
|
|
19809
20157
|
};
|
|
19810
|
-
const listOperationSpec$
|
|
20158
|
+
const listOperationSpec$c = {
|
|
19811
20159
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/vulnerabilityAssessments",
|
|
19812
20160
|
httpMethod: "GET",
|
|
19813
20161
|
responses: {
|
|
@@ -19824,7 +20172,7 @@ const listOperationSpec$b = {
|
|
|
19824
20172
|
workspaceName
|
|
19825
20173
|
],
|
|
19826
20174
|
headerParameters: [accept],
|
|
19827
|
-
serializer: serializer$
|
|
20175
|
+
serializer: serializer$x
|
|
19828
20176
|
};
|
|
19829
20177
|
const listNextOperationSpec$6 = {
|
|
19830
20178
|
path: "{nextLink}",
|
|
@@ -19843,7 +20191,7 @@ const listNextOperationSpec$6 = {
|
|
|
19843
20191
|
nextLink
|
|
19844
20192
|
],
|
|
19845
20193
|
headerParameters: [accept],
|
|
19846
|
-
serializer: serializer$
|
|
20194
|
+
serializer: serializer$x
|
|
19847
20195
|
};
|
|
19848
20196
|
|
|
19849
20197
|
/*
|
|
@@ -20002,7 +20350,7 @@ class WorkspaceManagedSqlServerEncryptionProtectorImpl {
|
|
|
20002
20350
|
* @param options The options parameters.
|
|
20003
20351
|
*/
|
|
20004
20352
|
_list(resourceGroupName, workspaceName, options) {
|
|
20005
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
20353
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$b);
|
|
20006
20354
|
}
|
|
20007
20355
|
/**
|
|
20008
20356
|
* Revalidates workspace managed sql server's existing encryption protector.
|
|
@@ -20069,7 +20417,7 @@ class WorkspaceManagedSqlServerEncryptionProtectorImpl {
|
|
|
20069
20417
|
}
|
|
20070
20418
|
}
|
|
20071
20419
|
// Operation Specifications
|
|
20072
|
-
const serializer$
|
|
20420
|
+
const serializer$w = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
20073
20421
|
const getOperationSpec$l = {
|
|
20074
20422
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/encryptionProtector/{encryptionProtectorName}",
|
|
20075
20423
|
httpMethod: "GET",
|
|
@@ -20090,7 +20438,7 @@ const getOperationSpec$l = {
|
|
|
20090
20438
|
encryptionProtectorName
|
|
20091
20439
|
],
|
|
20092
20440
|
headerParameters: [accept],
|
|
20093
|
-
serializer: serializer$
|
|
20441
|
+
serializer: serializer$w
|
|
20094
20442
|
};
|
|
20095
20443
|
const createOrUpdateOperationSpec$b = {
|
|
20096
20444
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/encryptionProtector/{encryptionProtectorName}",
|
|
@@ -20123,9 +20471,9 @@ const createOrUpdateOperationSpec$b = {
|
|
|
20123
20471
|
],
|
|
20124
20472
|
headerParameters: [accept, contentType],
|
|
20125
20473
|
mediaType: "json",
|
|
20126
|
-
serializer: serializer$
|
|
20474
|
+
serializer: serializer$w
|
|
20127
20475
|
};
|
|
20128
|
-
const listOperationSpec$
|
|
20476
|
+
const listOperationSpec$b = {
|
|
20129
20477
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/encryptionProtector",
|
|
20130
20478
|
httpMethod: "GET",
|
|
20131
20479
|
responses: {
|
|
@@ -20142,7 +20490,7 @@ const listOperationSpec$a = {
|
|
|
20142
20490
|
workspaceName
|
|
20143
20491
|
],
|
|
20144
20492
|
headerParameters: [accept],
|
|
20145
|
-
serializer: serializer$
|
|
20493
|
+
serializer: serializer$w
|
|
20146
20494
|
};
|
|
20147
20495
|
const revalidateOperationSpec = {
|
|
20148
20496
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/encryptionProtector/{encryptionProtectorName}/revalidate",
|
|
@@ -20156,7 +20504,7 @@ const revalidateOperationSpec = {
|
|
|
20156
20504
|
workspaceName,
|
|
20157
20505
|
encryptionProtectorName
|
|
20158
20506
|
],
|
|
20159
|
-
serializer: serializer$
|
|
20507
|
+
serializer: serializer$w
|
|
20160
20508
|
};
|
|
20161
20509
|
const listNextOperationSpec$5 = {
|
|
20162
20510
|
path: "{nextLink}",
|
|
@@ -20175,7 +20523,7 @@ const listNextOperationSpec$5 = {
|
|
|
20175
20523
|
nextLink
|
|
20176
20524
|
],
|
|
20177
20525
|
headerParameters: [accept],
|
|
20178
|
-
serializer: serializer$
|
|
20526
|
+
serializer: serializer$w
|
|
20179
20527
|
};
|
|
20180
20528
|
|
|
20181
20529
|
/*
|
|
@@ -20263,7 +20611,7 @@ class WorkspaceManagedSqlServerUsagesImpl {
|
|
|
20263
20611
|
* @param options The options parameters.
|
|
20264
20612
|
*/
|
|
20265
20613
|
_list(resourceGroupName, workspaceName, options) {
|
|
20266
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
20614
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$a);
|
|
20267
20615
|
}
|
|
20268
20616
|
/**
|
|
20269
20617
|
* ListNext
|
|
@@ -20277,8 +20625,8 @@ class WorkspaceManagedSqlServerUsagesImpl {
|
|
|
20277
20625
|
}
|
|
20278
20626
|
}
|
|
20279
20627
|
// Operation Specifications
|
|
20280
|
-
const serializer$
|
|
20281
|
-
const listOperationSpec$
|
|
20628
|
+
const serializer$v = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
20629
|
+
const listOperationSpec$a = {
|
|
20282
20630
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlUsages",
|
|
20283
20631
|
httpMethod: "GET",
|
|
20284
20632
|
responses: {
|
|
@@ -20295,7 +20643,7 @@ const listOperationSpec$9 = {
|
|
|
20295
20643
|
workspaceName
|
|
20296
20644
|
],
|
|
20297
20645
|
headerParameters: [accept],
|
|
20298
|
-
serializer: serializer$
|
|
20646
|
+
serializer: serializer$v
|
|
20299
20647
|
};
|
|
20300
20648
|
const listNextOperationSpec$4 = {
|
|
20301
20649
|
path: "{nextLink}",
|
|
@@ -20314,7 +20662,7 @@ const listNextOperationSpec$4 = {
|
|
|
20314
20662
|
nextLink
|
|
20315
20663
|
],
|
|
20316
20664
|
headerParameters: [accept],
|
|
20317
|
-
serializer: serializer$
|
|
20665
|
+
serializer: serializer$v
|
|
20318
20666
|
};
|
|
20319
20667
|
|
|
20320
20668
|
/*
|
|
@@ -20402,7 +20750,7 @@ class WorkspaceManagedSqlServerRecoverableSqlPoolsImpl {
|
|
|
20402
20750
|
* @param options The options parameters.
|
|
20403
20751
|
*/
|
|
20404
20752
|
_list(resourceGroupName, workspaceName, options) {
|
|
20405
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
20753
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$9);
|
|
20406
20754
|
}
|
|
20407
20755
|
/**
|
|
20408
20756
|
* Get recoverable sql pools for workspace managed sql server.
|
|
@@ -20426,8 +20774,8 @@ class WorkspaceManagedSqlServerRecoverableSqlPoolsImpl {
|
|
|
20426
20774
|
}
|
|
20427
20775
|
}
|
|
20428
20776
|
// Operation Specifications
|
|
20429
|
-
const serializer$
|
|
20430
|
-
const listOperationSpec$
|
|
20777
|
+
const serializer$u = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
20778
|
+
const listOperationSpec$9 = {
|
|
20431
20779
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/recoverableSqlPools",
|
|
20432
20780
|
httpMethod: "GET",
|
|
20433
20781
|
responses: {
|
|
@@ -20444,7 +20792,7 @@ const listOperationSpec$8 = {
|
|
|
20444
20792
|
workspaceName
|
|
20445
20793
|
],
|
|
20446
20794
|
headerParameters: [accept],
|
|
20447
|
-
serializer: serializer$
|
|
20795
|
+
serializer: serializer$u
|
|
20448
20796
|
};
|
|
20449
20797
|
const getOperationSpec$k = {
|
|
20450
20798
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/recoverableSqlPools/{sqlPoolName}",
|
|
@@ -20464,7 +20812,7 @@ const getOperationSpec$k = {
|
|
|
20464
20812
|
sqlPoolName
|
|
20465
20813
|
],
|
|
20466
20814
|
headerParameters: [accept],
|
|
20467
|
-
serializer: serializer$
|
|
20815
|
+
serializer: serializer$u
|
|
20468
20816
|
};
|
|
20469
20817
|
const listNextOperationSpec$3 = {
|
|
20470
20818
|
path: "{nextLink}",
|
|
@@ -20483,7 +20831,7 @@ const listNextOperationSpec$3 = {
|
|
|
20483
20831
|
nextLink
|
|
20484
20832
|
],
|
|
20485
20833
|
headerParameters: [accept],
|
|
20486
|
-
serializer: serializer$
|
|
20834
|
+
serializer: serializer$u
|
|
20487
20835
|
};
|
|
20488
20836
|
|
|
20489
20837
|
/*
|
|
@@ -20647,7 +20995,7 @@ class WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsImpl {
|
|
|
20647
20995
|
* @param options The options parameters.
|
|
20648
20996
|
*/
|
|
20649
20997
|
_list(resourceGroupName, workspaceName, options) {
|
|
20650
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$
|
|
20998
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec$8);
|
|
20651
20999
|
}
|
|
20652
21000
|
/**
|
|
20653
21001
|
* ListNext
|
|
@@ -20661,7 +21009,7 @@ class WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsImpl {
|
|
|
20661
21009
|
}
|
|
20662
21010
|
}
|
|
20663
21011
|
// Operation Specifications
|
|
20664
|
-
const serializer$
|
|
21012
|
+
const serializer$t = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
20665
21013
|
const updateOperationSpec$7 = {
|
|
20666
21014
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/{dedicatedSQLminimalTlsSettingsName}",
|
|
20667
21015
|
httpMethod: "PUT",
|
|
@@ -20693,7 +21041,7 @@ const updateOperationSpec$7 = {
|
|
|
20693
21041
|
],
|
|
20694
21042
|
headerParameters: [accept, contentType],
|
|
20695
21043
|
mediaType: "json",
|
|
20696
|
-
serializer: serializer$
|
|
21044
|
+
serializer: serializer$t
|
|
20697
21045
|
};
|
|
20698
21046
|
const getOperationSpec$j = {
|
|
20699
21047
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/{dedicatedSQLminimalTlsSettingsName}",
|
|
@@ -20715,9 +21063,9 @@ const getOperationSpec$j = {
|
|
|
20715
21063
|
dedicatedSQLminimalTlsSettingsName1
|
|
20716
21064
|
],
|
|
20717
21065
|
headerParameters: [accept],
|
|
20718
|
-
serializer: serializer$
|
|
21066
|
+
serializer: serializer$t
|
|
20719
21067
|
};
|
|
20720
|
-
const listOperationSpec$
|
|
21068
|
+
const listOperationSpec$8 = {
|
|
20721
21069
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings",
|
|
20722
21070
|
httpMethod: "GET",
|
|
20723
21071
|
responses: {
|
|
@@ -20736,7 +21084,7 @@ const listOperationSpec$7 = {
|
|
|
20736
21084
|
workspaceName
|
|
20737
21085
|
],
|
|
20738
21086
|
headerParameters: [accept],
|
|
20739
|
-
serializer: serializer$
|
|
21087
|
+
serializer: serializer$t
|
|
20740
21088
|
};
|
|
20741
21089
|
const listNextOperationSpec$2 = {
|
|
20742
21090
|
path: "{nextLink}",
|
|
@@ -20757,7 +21105,7 @@ const listNextOperationSpec$2 = {
|
|
|
20757
21105
|
nextLink
|
|
20758
21106
|
],
|
|
20759
21107
|
headerParameters: [accept],
|
|
20760
|
-
serializer: serializer$
|
|
21108
|
+
serializer: serializer$t
|
|
20761
21109
|
};
|
|
20762
21110
|
|
|
20763
21111
|
/*
|
|
@@ -21078,7 +21426,7 @@ class WorkspacesImpl {
|
|
|
21078
21426
|
* @param options The options parameters.
|
|
21079
21427
|
*/
|
|
21080
21428
|
_list(options) {
|
|
21081
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec$
|
|
21429
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec$7);
|
|
21082
21430
|
}
|
|
21083
21431
|
/**
|
|
21084
21432
|
* ListByResourceGroupNext
|
|
@@ -21099,7 +21447,7 @@ class WorkspacesImpl {
|
|
|
21099
21447
|
}
|
|
21100
21448
|
}
|
|
21101
21449
|
// Operation Specifications
|
|
21102
|
-
const serializer$
|
|
21450
|
+
const serializer$s = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
21103
21451
|
const listByResourceGroupOperationSpec = {
|
|
21104
21452
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces",
|
|
21105
21453
|
httpMethod: "GET",
|
|
@@ -21118,7 +21466,7 @@ const listByResourceGroupOperationSpec = {
|
|
|
21118
21466
|
resourceGroupName
|
|
21119
21467
|
],
|
|
21120
21468
|
headerParameters: [accept],
|
|
21121
|
-
serializer: serializer$
|
|
21469
|
+
serializer: serializer$s
|
|
21122
21470
|
};
|
|
21123
21471
|
const getOperationSpec$i = {
|
|
21124
21472
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}",
|
|
@@ -21139,7 +21487,7 @@ const getOperationSpec$i = {
|
|
|
21139
21487
|
workspaceName
|
|
21140
21488
|
],
|
|
21141
21489
|
headerParameters: [accept],
|
|
21142
|
-
serializer: serializer$
|
|
21490
|
+
serializer: serializer$s
|
|
21143
21491
|
};
|
|
21144
21492
|
const updateOperationSpec$6 = {
|
|
21145
21493
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}",
|
|
@@ -21171,7 +21519,7 @@ const updateOperationSpec$6 = {
|
|
|
21171
21519
|
],
|
|
21172
21520
|
headerParameters: [accept, contentType],
|
|
21173
21521
|
mediaType: "json",
|
|
21174
|
-
serializer: serializer$
|
|
21522
|
+
serializer: serializer$s
|
|
21175
21523
|
};
|
|
21176
21524
|
const createOrUpdateOperationSpec$a = {
|
|
21177
21525
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}",
|
|
@@ -21203,31 +21551,23 @@ const createOrUpdateOperationSpec$a = {
|
|
|
21203
21551
|
],
|
|
21204
21552
|
headerParameters: [accept, contentType],
|
|
21205
21553
|
mediaType: "json",
|
|
21206
|
-
serializer: serializer$
|
|
21554
|
+
serializer: serializer$s
|
|
21207
21555
|
};
|
|
21208
21556
|
const deleteOperationSpec$b = {
|
|
21209
21557
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}",
|
|
21210
21558
|
httpMethod: "DELETE",
|
|
21211
21559
|
responses: {
|
|
21212
21560
|
200: {
|
|
21213
|
-
bodyMapper:
|
|
21214
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
21215
|
-
}
|
|
21561
|
+
bodyMapper: Workspace
|
|
21216
21562
|
},
|
|
21217
21563
|
201: {
|
|
21218
|
-
bodyMapper:
|
|
21219
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
21220
|
-
}
|
|
21564
|
+
bodyMapper: Workspace
|
|
21221
21565
|
},
|
|
21222
21566
|
202: {
|
|
21223
|
-
bodyMapper:
|
|
21224
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
21225
|
-
}
|
|
21567
|
+
bodyMapper: Workspace
|
|
21226
21568
|
},
|
|
21227
21569
|
204: {
|
|
21228
|
-
bodyMapper:
|
|
21229
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
21230
|
-
}
|
|
21570
|
+
bodyMapper: Workspace
|
|
21231
21571
|
},
|
|
21232
21572
|
default: {
|
|
21233
21573
|
bodyMapper: ErrorResponse
|
|
@@ -21241,9 +21581,9 @@ const deleteOperationSpec$b = {
|
|
|
21241
21581
|
workspaceName
|
|
21242
21582
|
],
|
|
21243
21583
|
headerParameters: [accept],
|
|
21244
|
-
serializer: serializer$
|
|
21584
|
+
serializer: serializer$s
|
|
21245
21585
|
};
|
|
21246
|
-
const listOperationSpec$
|
|
21586
|
+
const listOperationSpec$7 = {
|
|
21247
21587
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Synapse/workspaces",
|
|
21248
21588
|
httpMethod: "GET",
|
|
21249
21589
|
responses: {
|
|
@@ -21257,7 +21597,7 @@ const listOperationSpec$6 = {
|
|
|
21257
21597
|
queryParameters: [apiVersion],
|
|
21258
21598
|
urlParameters: [$host, subscriptionId],
|
|
21259
21599
|
headerParameters: [accept],
|
|
21260
|
-
serializer: serializer$
|
|
21600
|
+
serializer: serializer$s
|
|
21261
21601
|
};
|
|
21262
21602
|
const listByResourceGroupNextOperationSpec = {
|
|
21263
21603
|
path: "{nextLink}",
|
|
@@ -21277,7 +21617,7 @@ const listByResourceGroupNextOperationSpec = {
|
|
|
21277
21617
|
nextLink
|
|
21278
21618
|
],
|
|
21279
21619
|
headerParameters: [accept],
|
|
21280
|
-
serializer: serializer$
|
|
21620
|
+
serializer: serializer$s
|
|
21281
21621
|
};
|
|
21282
21622
|
const listNextOperationSpec$1 = {
|
|
21283
21623
|
path: "{nextLink}",
|
|
@@ -21296,7 +21636,7 @@ const listNextOperationSpec$1 = {
|
|
|
21296
21636
|
nextLink
|
|
21297
21637
|
],
|
|
21298
21638
|
headerParameters: [accept],
|
|
21299
|
-
serializer: serializer$
|
|
21639
|
+
serializer: serializer$s
|
|
21300
21640
|
};
|
|
21301
21641
|
|
|
21302
21642
|
/*
|
|
@@ -21432,7 +21772,7 @@ class WorkspaceAadAdminsImpl {
|
|
|
21432
21772
|
}
|
|
21433
21773
|
}
|
|
21434
21774
|
// Operation Specifications
|
|
21435
|
-
const serializer$
|
|
21775
|
+
const serializer$r = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
21436
21776
|
const getOperationSpec$h = {
|
|
21437
21777
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/administrators/activeDirectory",
|
|
21438
21778
|
httpMethod: "GET",
|
|
@@ -21452,7 +21792,7 @@ const getOperationSpec$h = {
|
|
|
21452
21792
|
workspaceName
|
|
21453
21793
|
],
|
|
21454
21794
|
headerParameters: [accept],
|
|
21455
|
-
serializer: serializer$
|
|
21795
|
+
serializer: serializer$r
|
|
21456
21796
|
};
|
|
21457
21797
|
const createOrUpdateOperationSpec$9 = {
|
|
21458
21798
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/administrators/activeDirectory",
|
|
@@ -21484,7 +21824,7 @@ const createOrUpdateOperationSpec$9 = {
|
|
|
21484
21824
|
],
|
|
21485
21825
|
headerParameters: [accept, contentType],
|
|
21486
21826
|
mediaType: "json",
|
|
21487
|
-
serializer: serializer$
|
|
21827
|
+
serializer: serializer$r
|
|
21488
21828
|
};
|
|
21489
21829
|
const deleteOperationSpec$a = {
|
|
21490
21830
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/administrators/activeDirectory",
|
|
@@ -21506,7 +21846,7 @@ const deleteOperationSpec$a = {
|
|
|
21506
21846
|
workspaceName
|
|
21507
21847
|
],
|
|
21508
21848
|
headerParameters: [accept],
|
|
21509
|
-
serializer: serializer$
|
|
21849
|
+
serializer: serializer$r
|
|
21510
21850
|
};
|
|
21511
21851
|
|
|
21512
21852
|
/*
|
|
@@ -21642,7 +21982,7 @@ class WorkspaceSqlAadAdminsImpl {
|
|
|
21642
21982
|
}
|
|
21643
21983
|
}
|
|
21644
21984
|
// Operation Specifications
|
|
21645
|
-
const serializer$
|
|
21985
|
+
const serializer$q = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
21646
21986
|
const getOperationSpec$g = {
|
|
21647
21987
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlAdministrators/activeDirectory",
|
|
21648
21988
|
httpMethod: "GET",
|
|
@@ -21662,7 +22002,7 @@ const getOperationSpec$g = {
|
|
|
21662
22002
|
workspaceName
|
|
21663
22003
|
],
|
|
21664
22004
|
headerParameters: [accept],
|
|
21665
|
-
serializer: serializer$
|
|
22005
|
+
serializer: serializer$q
|
|
21666
22006
|
};
|
|
21667
22007
|
const createOrUpdateOperationSpec$8 = {
|
|
21668
22008
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlAdministrators/activeDirectory",
|
|
@@ -21694,7 +22034,7 @@ const createOrUpdateOperationSpec$8 = {
|
|
|
21694
22034
|
],
|
|
21695
22035
|
headerParameters: [accept, contentType],
|
|
21696
22036
|
mediaType: "json",
|
|
21697
|
-
serializer: serializer$
|
|
22037
|
+
serializer: serializer$q
|
|
21698
22038
|
};
|
|
21699
22039
|
const deleteOperationSpec$9 = {
|
|
21700
22040
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlAdministrators/activeDirectory",
|
|
@@ -21716,7 +22056,7 @@ const deleteOperationSpec$9 = {
|
|
|
21716
22056
|
workspaceName
|
|
21717
22057
|
],
|
|
21718
22058
|
headerParameters: [accept],
|
|
21719
|
-
serializer: serializer$
|
|
22059
|
+
serializer: serializer$q
|
|
21720
22060
|
};
|
|
21721
22061
|
|
|
21722
22062
|
/*
|
|
@@ -21805,7 +22145,7 @@ class WorkspaceManagedIdentitySqlControlSettingsImpl {
|
|
|
21805
22145
|
}
|
|
21806
22146
|
}
|
|
21807
22147
|
// Operation Specifications
|
|
21808
|
-
const serializer$
|
|
22148
|
+
const serializer$p = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
21809
22149
|
const getOperationSpec$f = {
|
|
21810
22150
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/managedIdentitySqlControlSettings/default",
|
|
21811
22151
|
httpMethod: "GET",
|
|
@@ -21825,7 +22165,7 @@ const getOperationSpec$f = {
|
|
|
21825
22165
|
workspaceName
|
|
21826
22166
|
],
|
|
21827
22167
|
headerParameters: [accept],
|
|
21828
|
-
serializer: serializer$
|
|
22168
|
+
serializer: serializer$p
|
|
21829
22169
|
};
|
|
21830
22170
|
const createOrUpdateOperationSpec$7 = {
|
|
21831
22171
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/managedIdentitySqlControlSettings/default",
|
|
@@ -21857,7 +22197,7 @@ const createOrUpdateOperationSpec$7 = {
|
|
|
21857
22197
|
],
|
|
21858
22198
|
headerParameters: [accept, contentType],
|
|
21859
22199
|
mediaType: "json",
|
|
21860
|
-
serializer: serializer$
|
|
22200
|
+
serializer: serializer$p
|
|
21861
22201
|
};
|
|
21862
22202
|
|
|
21863
22203
|
/*
|
|
@@ -21947,7 +22287,7 @@ class RestorableDroppedSqlPoolsImpl {
|
|
|
21947
22287
|
}
|
|
21948
22288
|
}
|
|
21949
22289
|
// Operation Specifications
|
|
21950
|
-
const serializer$
|
|
22290
|
+
const serializer$o = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
21951
22291
|
const getOperationSpec$e = {
|
|
21952
22292
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/restorableDroppedSqlPools/{restorableDroppedSqlPoolId}",
|
|
21953
22293
|
httpMethod: "GET",
|
|
@@ -21968,7 +22308,7 @@ const getOperationSpec$e = {
|
|
|
21968
22308
|
restorableDroppedSqlPoolId
|
|
21969
22309
|
],
|
|
21970
22310
|
headerParameters: [accept],
|
|
21971
|
-
serializer: serializer$
|
|
22311
|
+
serializer: serializer$o
|
|
21972
22312
|
};
|
|
21973
22313
|
const listByWorkspaceOperationSpec$5 = {
|
|
21974
22314
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/restorableDroppedSqlPools",
|
|
@@ -21989,7 +22329,7 @@ const listByWorkspaceOperationSpec$5 = {
|
|
|
21989
22329
|
workspaceName
|
|
21990
22330
|
],
|
|
21991
22331
|
headerParameters: [accept],
|
|
21992
|
-
serializer: serializer$
|
|
22332
|
+
serializer: serializer$o
|
|
21993
22333
|
};
|
|
21994
22334
|
|
|
21995
22335
|
/*
|
|
@@ -22234,7 +22574,7 @@ class BigDataPoolsImpl {
|
|
|
22234
22574
|
}
|
|
22235
22575
|
}
|
|
22236
22576
|
// Operation Specifications
|
|
22237
|
-
const serializer$
|
|
22577
|
+
const serializer$n = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
22238
22578
|
const getOperationSpec$d = {
|
|
22239
22579
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}",
|
|
22240
22580
|
httpMethod: "GET",
|
|
@@ -22255,7 +22595,7 @@ const getOperationSpec$d = {
|
|
|
22255
22595
|
bigDataPoolName
|
|
22256
22596
|
],
|
|
22257
22597
|
headerParameters: [accept],
|
|
22258
|
-
serializer: serializer$
|
|
22598
|
+
serializer: serializer$n
|
|
22259
22599
|
};
|
|
22260
22600
|
const updateOperationSpec$5 = {
|
|
22261
22601
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}",
|
|
@@ -22279,7 +22619,7 @@ const updateOperationSpec$5 = {
|
|
|
22279
22619
|
],
|
|
22280
22620
|
headerParameters: [accept, contentType],
|
|
22281
22621
|
mediaType: "json",
|
|
22282
|
-
serializer: serializer$
|
|
22622
|
+
serializer: serializer$n
|
|
22283
22623
|
};
|
|
22284
22624
|
const createOrUpdateOperationSpec$6 = {
|
|
22285
22625
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}",
|
|
@@ -22312,31 +22652,23 @@ const createOrUpdateOperationSpec$6 = {
|
|
|
22312
22652
|
],
|
|
22313
22653
|
headerParameters: [accept, contentType],
|
|
22314
22654
|
mediaType: "json",
|
|
22315
|
-
serializer: serializer$
|
|
22655
|
+
serializer: serializer$n
|
|
22316
22656
|
};
|
|
22317
22657
|
const deleteOperationSpec$8 = {
|
|
22318
22658
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}",
|
|
22319
22659
|
httpMethod: "DELETE",
|
|
22320
22660
|
responses: {
|
|
22321
22661
|
200: {
|
|
22322
|
-
bodyMapper:
|
|
22323
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
22324
|
-
}
|
|
22662
|
+
bodyMapper: BigDataPoolResourceInfo
|
|
22325
22663
|
},
|
|
22326
22664
|
201: {
|
|
22327
|
-
bodyMapper:
|
|
22328
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
22329
|
-
}
|
|
22665
|
+
bodyMapper: BigDataPoolResourceInfo
|
|
22330
22666
|
},
|
|
22331
22667
|
202: {
|
|
22332
|
-
bodyMapper:
|
|
22333
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
22334
|
-
}
|
|
22668
|
+
bodyMapper: BigDataPoolResourceInfo
|
|
22335
22669
|
},
|
|
22336
22670
|
204: {
|
|
22337
|
-
bodyMapper:
|
|
22338
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
22339
|
-
}
|
|
22671
|
+
bodyMapper: BigDataPoolResourceInfo
|
|
22340
22672
|
},
|
|
22341
22673
|
default: {
|
|
22342
22674
|
bodyMapper: ErrorResponse
|
|
@@ -22351,7 +22683,7 @@ const deleteOperationSpec$8 = {
|
|
|
22351
22683
|
bigDataPoolName
|
|
22352
22684
|
],
|
|
22353
22685
|
headerParameters: [accept],
|
|
22354
|
-
serializer: serializer$
|
|
22686
|
+
serializer: serializer$n
|
|
22355
22687
|
};
|
|
22356
22688
|
const listByWorkspaceOperationSpec$4 = {
|
|
22357
22689
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools",
|
|
@@ -22372,7 +22704,7 @@ const listByWorkspaceOperationSpec$4 = {
|
|
|
22372
22704
|
workspaceName
|
|
22373
22705
|
],
|
|
22374
22706
|
headerParameters: [accept],
|
|
22375
|
-
serializer: serializer$
|
|
22707
|
+
serializer: serializer$n
|
|
22376
22708
|
};
|
|
22377
22709
|
const listByWorkspaceNextOperationSpec$3 = {
|
|
22378
22710
|
path: "{nextLink}",
|
|
@@ -22393,7 +22725,7 @@ const listByWorkspaceNextOperationSpec$3 = {
|
|
|
22393
22725
|
nextLink
|
|
22394
22726
|
],
|
|
22395
22727
|
headerParameters: [accept],
|
|
22396
|
-
serializer: serializer$
|
|
22728
|
+
serializer: serializer$n
|
|
22397
22729
|
};
|
|
22398
22730
|
|
|
22399
22731
|
/*
|
|
@@ -22424,7 +22756,7 @@ class LibraryImpl {
|
|
|
22424
22756
|
}
|
|
22425
22757
|
}
|
|
22426
22758
|
// Operation Specifications
|
|
22427
|
-
const serializer$
|
|
22759
|
+
const serializer$m = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
22428
22760
|
const getOperationSpec$c = {
|
|
22429
22761
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/libraries/{libraryName}",
|
|
22430
22762
|
httpMethod: "GET",
|
|
@@ -22445,7 +22777,7 @@ const getOperationSpec$c = {
|
|
|
22445
22777
|
libraryName
|
|
22446
22778
|
],
|
|
22447
22779
|
headerParameters: [accept],
|
|
22448
|
-
serializer: serializer$
|
|
22780
|
+
serializer: serializer$m
|
|
22449
22781
|
};
|
|
22450
22782
|
|
|
22451
22783
|
/*
|
|
@@ -22547,7 +22879,7 @@ class LibrariesImpl {
|
|
|
22547
22879
|
}
|
|
22548
22880
|
}
|
|
22549
22881
|
// Operation Specifications
|
|
22550
|
-
const serializer$
|
|
22882
|
+
const serializer$l = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
22551
22883
|
const listByWorkspaceOperationSpec$3 = {
|
|
22552
22884
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/libraries",
|
|
22553
22885
|
httpMethod: "GET",
|
|
@@ -22567,7 +22899,7 @@ const listByWorkspaceOperationSpec$3 = {
|
|
|
22567
22899
|
workspaceName
|
|
22568
22900
|
],
|
|
22569
22901
|
headerParameters: [accept],
|
|
22570
|
-
serializer: serializer$
|
|
22902
|
+
serializer: serializer$l
|
|
22571
22903
|
};
|
|
22572
22904
|
const listByWorkspaceNextOperationSpec$2 = {
|
|
22573
22905
|
path: "{nextLink}",
|
|
@@ -22588,7 +22920,7 @@ const listByWorkspaceNextOperationSpec$2 = {
|
|
|
22588
22920
|
nextLink
|
|
22589
22921
|
],
|
|
22590
22922
|
headerParameters: [accept],
|
|
22591
|
-
serializer: serializer$
|
|
22923
|
+
serializer: serializer$l
|
|
22592
22924
|
};
|
|
22593
22925
|
|
|
22594
22926
|
/*
|
|
@@ -22863,7 +23195,8 @@ class IntegrationRuntimesImpl {
|
|
|
22863
23195
|
const lro = new LroImpl(sendOperation, { resourceGroupName, workspaceName, integrationRuntimeName, options }, startOperationSpec$1);
|
|
22864
23196
|
const poller = new coreLro.LroEngine(lro, {
|
|
22865
23197
|
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
22866
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
23198
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
23199
|
+
lroResourceLocationConfig: "azure-async-operation"
|
|
22867
23200
|
});
|
|
22868
23201
|
yield poller.poll();
|
|
22869
23202
|
return poller;
|
|
@@ -23063,7 +23396,7 @@ class IntegrationRuntimesImpl {
|
|
|
23063
23396
|
}
|
|
23064
23397
|
}
|
|
23065
23398
|
// Operation Specifications
|
|
23066
|
-
const serializer$
|
|
23399
|
+
const serializer$k = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
23067
23400
|
const updateOperationSpec$4 = {
|
|
23068
23401
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}",
|
|
23069
23402
|
httpMethod: "PATCH",
|
|
@@ -23086,7 +23419,7 @@ const updateOperationSpec$4 = {
|
|
|
23086
23419
|
],
|
|
23087
23420
|
headerParameters: [accept, contentType],
|
|
23088
23421
|
mediaType: "json",
|
|
23089
|
-
serializer: serializer$
|
|
23422
|
+
serializer: serializer$k
|
|
23090
23423
|
};
|
|
23091
23424
|
const getOperationSpec$b = {
|
|
23092
23425
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}",
|
|
@@ -23109,7 +23442,7 @@ const getOperationSpec$b = {
|
|
|
23109
23442
|
integrationRuntimeName
|
|
23110
23443
|
],
|
|
23111
23444
|
headerParameters: [accept, ifNoneMatch],
|
|
23112
|
-
serializer: serializer$
|
|
23445
|
+
serializer: serializer$k
|
|
23113
23446
|
};
|
|
23114
23447
|
const createOperationSpec = {
|
|
23115
23448
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}",
|
|
@@ -23146,7 +23479,7 @@ const createOperationSpec = {
|
|
|
23146
23479
|
ifMatch
|
|
23147
23480
|
],
|
|
23148
23481
|
mediaType: "json",
|
|
23149
|
-
serializer: serializer$
|
|
23482
|
+
serializer: serializer$k
|
|
23150
23483
|
};
|
|
23151
23484
|
const deleteOperationSpec$7 = {
|
|
23152
23485
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}",
|
|
@@ -23169,7 +23502,7 @@ const deleteOperationSpec$7 = {
|
|
|
23169
23502
|
integrationRuntimeName
|
|
23170
23503
|
],
|
|
23171
23504
|
headerParameters: [accept],
|
|
23172
|
-
serializer: serializer$
|
|
23505
|
+
serializer: serializer$k
|
|
23173
23506
|
};
|
|
23174
23507
|
const upgradeOperationSpec = {
|
|
23175
23508
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/upgrade",
|
|
@@ -23189,7 +23522,7 @@ const upgradeOperationSpec = {
|
|
|
23189
23522
|
integrationRuntimeName
|
|
23190
23523
|
],
|
|
23191
23524
|
headerParameters: [accept],
|
|
23192
|
-
serializer: serializer$
|
|
23525
|
+
serializer: serializer$k
|
|
23193
23526
|
};
|
|
23194
23527
|
const listByWorkspaceOperationSpec$2 = {
|
|
23195
23528
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes",
|
|
@@ -23199,7 +23532,7 @@ const listByWorkspaceOperationSpec$2 = {
|
|
|
23199
23532
|
bodyMapper: IntegrationRuntimeListResponse
|
|
23200
23533
|
},
|
|
23201
23534
|
default: {
|
|
23202
|
-
bodyMapper:
|
|
23535
|
+
bodyMapper: ErrorResponseAutoGenerated
|
|
23203
23536
|
}
|
|
23204
23537
|
},
|
|
23205
23538
|
queryParameters: [apiVersion1],
|
|
@@ -23210,7 +23543,7 @@ const listByWorkspaceOperationSpec$2 = {
|
|
|
23210
23543
|
workspaceName
|
|
23211
23544
|
],
|
|
23212
23545
|
headerParameters: [accept],
|
|
23213
|
-
serializer: serializer$
|
|
23546
|
+
serializer: serializer$k
|
|
23214
23547
|
};
|
|
23215
23548
|
const startOperationSpec$1 = {
|
|
23216
23549
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/start",
|
|
@@ -23241,7 +23574,7 @@ const startOperationSpec$1 = {
|
|
|
23241
23574
|
integrationRuntimeName
|
|
23242
23575
|
],
|
|
23243
23576
|
headerParameters: [accept],
|
|
23244
|
-
serializer: serializer$
|
|
23577
|
+
serializer: serializer$k
|
|
23245
23578
|
};
|
|
23246
23579
|
const stopOperationSpec$1 = {
|
|
23247
23580
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/stop",
|
|
@@ -23264,7 +23597,7 @@ const stopOperationSpec$1 = {
|
|
|
23264
23597
|
integrationRuntimeName
|
|
23265
23598
|
],
|
|
23266
23599
|
headerParameters: [accept],
|
|
23267
|
-
serializer: serializer$
|
|
23600
|
+
serializer: serializer$k
|
|
23268
23601
|
};
|
|
23269
23602
|
const listOutboundNetworkDependenciesEndpointsOperationSpec = {
|
|
23270
23603
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/outboundNetworkDependenciesEndpoints",
|
|
@@ -23286,7 +23619,7 @@ const listOutboundNetworkDependenciesEndpointsOperationSpec = {
|
|
|
23286
23619
|
integrationRuntimeName
|
|
23287
23620
|
],
|
|
23288
23621
|
headerParameters: [accept],
|
|
23289
|
-
serializer: serializer$
|
|
23622
|
+
serializer: serializer$k
|
|
23290
23623
|
};
|
|
23291
23624
|
const enableInteractiveQueryOperationSpec = {
|
|
23292
23625
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/enableInteractiveQuery",
|
|
@@ -23309,7 +23642,7 @@ const enableInteractiveQueryOperationSpec = {
|
|
|
23309
23642
|
integrationRuntimeName
|
|
23310
23643
|
],
|
|
23311
23644
|
headerParameters: [accept],
|
|
23312
|
-
serializer: serializer$
|
|
23645
|
+
serializer: serializer$k
|
|
23313
23646
|
};
|
|
23314
23647
|
const disableInteractiveQueryOperationSpec = {
|
|
23315
23648
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/disableInteractiveQuery",
|
|
@@ -23332,7 +23665,7 @@ const disableInteractiveQueryOperationSpec = {
|
|
|
23332
23665
|
integrationRuntimeName
|
|
23333
23666
|
],
|
|
23334
23667
|
headerParameters: [accept],
|
|
23335
|
-
serializer: serializer$
|
|
23668
|
+
serializer: serializer$k
|
|
23336
23669
|
};
|
|
23337
23670
|
const listByWorkspaceNextOperationSpec$1 = {
|
|
23338
23671
|
path: "{nextLink}",
|
|
@@ -23342,7 +23675,7 @@ const listByWorkspaceNextOperationSpec$1 = {
|
|
|
23342
23675
|
bodyMapper: IntegrationRuntimeListResponse
|
|
23343
23676
|
},
|
|
23344
23677
|
default: {
|
|
23345
|
-
bodyMapper:
|
|
23678
|
+
bodyMapper: ErrorResponseAutoGenerated
|
|
23346
23679
|
}
|
|
23347
23680
|
},
|
|
23348
23681
|
urlParameters: [
|
|
@@ -23353,7 +23686,7 @@ const listByWorkspaceNextOperationSpec$1 = {
|
|
|
23353
23686
|
nextLink
|
|
23354
23687
|
],
|
|
23355
23688
|
headerParameters: [accept],
|
|
23356
|
-
serializer: serializer$
|
|
23689
|
+
serializer: serializer$k
|
|
23357
23690
|
};
|
|
23358
23691
|
|
|
23359
23692
|
/*
|
|
@@ -23391,7 +23724,7 @@ class IntegrationRuntimeNodeIpAddressOperationsImpl {
|
|
|
23391
23724
|
}
|
|
23392
23725
|
}
|
|
23393
23726
|
// Operation Specifications
|
|
23394
|
-
const serializer$
|
|
23727
|
+
const serializer$j = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
23395
23728
|
const getOperationSpec$a = {
|
|
23396
23729
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}/ipAddress",
|
|
23397
23730
|
httpMethod: "POST",
|
|
@@ -23413,7 +23746,7 @@ const getOperationSpec$a = {
|
|
|
23413
23746
|
nodeName
|
|
23414
23747
|
],
|
|
23415
23748
|
headerParameters: [accept],
|
|
23416
|
-
serializer: serializer$
|
|
23749
|
+
serializer: serializer$j
|
|
23417
23750
|
};
|
|
23418
23751
|
|
|
23419
23752
|
/*
|
|
@@ -23440,7 +23773,7 @@ class IntegrationRuntimeObjectMetadataImpl {
|
|
|
23440
23773
|
* @param options The options parameters.
|
|
23441
23774
|
*/
|
|
23442
23775
|
list(resourceGroupName, workspaceName, integrationRuntimeName, options) {
|
|
23443
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, integrationRuntimeName, options }, listOperationSpec$
|
|
23776
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, integrationRuntimeName, options }, listOperationSpec$6);
|
|
23444
23777
|
}
|
|
23445
23778
|
/**
|
|
23446
23779
|
* Refresh the object metadata in an integration runtime
|
|
@@ -23476,7 +23809,8 @@ class IntegrationRuntimeObjectMetadataImpl {
|
|
|
23476
23809
|
const lro = new LroImpl(sendOperation, { resourceGroupName, workspaceName, integrationRuntimeName, options }, refreshOperationSpec);
|
|
23477
23810
|
const poller = new coreLro.LroEngine(lro, {
|
|
23478
23811
|
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
23479
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
23812
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
23813
|
+
lroResourceLocationConfig: "azure-async-operation"
|
|
23480
23814
|
});
|
|
23481
23815
|
yield poller.poll();
|
|
23482
23816
|
return poller;
|
|
@@ -23497,8 +23831,8 @@ class IntegrationRuntimeObjectMetadataImpl {
|
|
|
23497
23831
|
}
|
|
23498
23832
|
}
|
|
23499
23833
|
// Operation Specifications
|
|
23500
|
-
const serializer$
|
|
23501
|
-
const listOperationSpec$
|
|
23834
|
+
const serializer$i = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
23835
|
+
const listOperationSpec$6 = {
|
|
23502
23836
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/getObjectMetadata",
|
|
23503
23837
|
httpMethod: "POST",
|
|
23504
23838
|
responses: {
|
|
@@ -23520,7 +23854,7 @@ const listOperationSpec$5 = {
|
|
|
23520
23854
|
],
|
|
23521
23855
|
headerParameters: [accept, contentType],
|
|
23522
23856
|
mediaType: "json",
|
|
23523
|
-
serializer: serializer$
|
|
23857
|
+
serializer: serializer$i
|
|
23524
23858
|
};
|
|
23525
23859
|
const refreshOperationSpec = {
|
|
23526
23860
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/refreshObjectMetadata",
|
|
@@ -23551,7 +23885,7 @@ const refreshOperationSpec = {
|
|
|
23551
23885
|
integrationRuntimeName
|
|
23552
23886
|
],
|
|
23553
23887
|
headerParameters: [accept],
|
|
23554
|
-
serializer: serializer$
|
|
23888
|
+
serializer: serializer$i
|
|
23555
23889
|
};
|
|
23556
23890
|
|
|
23557
23891
|
/*
|
|
@@ -23625,7 +23959,7 @@ class IntegrationRuntimeNodesImpl {
|
|
|
23625
23959
|
}
|
|
23626
23960
|
}
|
|
23627
23961
|
// Operation Specifications
|
|
23628
|
-
const serializer$
|
|
23962
|
+
const serializer$h = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
23629
23963
|
const getOperationSpec$9 = {
|
|
23630
23964
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}",
|
|
23631
23965
|
httpMethod: "GET",
|
|
@@ -23647,7 +23981,7 @@ const getOperationSpec$9 = {
|
|
|
23647
23981
|
nodeName
|
|
23648
23982
|
],
|
|
23649
23983
|
headerParameters: [accept],
|
|
23650
|
-
serializer: serializer$
|
|
23984
|
+
serializer: serializer$h
|
|
23651
23985
|
};
|
|
23652
23986
|
const updateOperationSpec$3 = {
|
|
23653
23987
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}",
|
|
@@ -23672,7 +24006,7 @@ const updateOperationSpec$3 = {
|
|
|
23672
24006
|
],
|
|
23673
24007
|
headerParameters: [accept, contentType],
|
|
23674
24008
|
mediaType: "json",
|
|
23675
|
-
serializer: serializer$
|
|
24009
|
+
serializer: serializer$h
|
|
23676
24010
|
};
|
|
23677
24011
|
const deleteOperationSpec$6 = {
|
|
23678
24012
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}",
|
|
@@ -23694,7 +24028,7 @@ const deleteOperationSpec$6 = {
|
|
|
23694
24028
|
nodeName
|
|
23695
24029
|
],
|
|
23696
24030
|
headerParameters: [accept],
|
|
23697
|
-
serializer: serializer$
|
|
24031
|
+
serializer: serializer$h
|
|
23698
24032
|
};
|
|
23699
24033
|
|
|
23700
24034
|
/*
|
|
@@ -23728,7 +24062,7 @@ class IntegrationRuntimeCredentialsImpl {
|
|
|
23728
24062
|
}
|
|
23729
24063
|
}
|
|
23730
24064
|
// Operation Specifications
|
|
23731
|
-
const serializer$
|
|
24065
|
+
const serializer$g = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
23732
24066
|
const syncOperationSpec = {
|
|
23733
24067
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/syncCredentials",
|
|
23734
24068
|
httpMethod: "POST",
|
|
@@ -23747,7 +24081,7 @@ const syncOperationSpec = {
|
|
|
23747
24081
|
integrationRuntimeName
|
|
23748
24082
|
],
|
|
23749
24083
|
headerParameters: [accept],
|
|
23750
|
-
serializer: serializer$
|
|
24084
|
+
serializer: serializer$g
|
|
23751
24085
|
};
|
|
23752
24086
|
|
|
23753
24087
|
/*
|
|
@@ -23778,7 +24112,7 @@ class IntegrationRuntimeConnectionInfosImpl {
|
|
|
23778
24112
|
}
|
|
23779
24113
|
}
|
|
23780
24114
|
// Operation Specifications
|
|
23781
|
-
const serializer$
|
|
24115
|
+
const serializer$f = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
23782
24116
|
const getOperationSpec$8 = {
|
|
23783
24117
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/getConnectionInfo",
|
|
23784
24118
|
httpMethod: "POST",
|
|
@@ -23787,7 +24121,7 @@ const getOperationSpec$8 = {
|
|
|
23787
24121
|
bodyMapper: IntegrationRuntimeConnectionInfo
|
|
23788
24122
|
},
|
|
23789
24123
|
default: {
|
|
23790
|
-
bodyMapper:
|
|
24124
|
+
bodyMapper: ErrorResponseAutoGenerated
|
|
23791
24125
|
}
|
|
23792
24126
|
},
|
|
23793
24127
|
queryParameters: [apiVersion1],
|
|
@@ -23799,7 +24133,7 @@ const getOperationSpec$8 = {
|
|
|
23799
24133
|
integrationRuntimeName
|
|
23800
24134
|
],
|
|
23801
24135
|
headerParameters: [accept],
|
|
23802
|
-
serializer: serializer$
|
|
24136
|
+
serializer: serializer$f
|
|
23803
24137
|
};
|
|
23804
24138
|
|
|
23805
24139
|
/*
|
|
@@ -23844,11 +24178,11 @@ class IntegrationRuntimeAuthKeysOperationsImpl {
|
|
|
23844
24178
|
* @param options The options parameters.
|
|
23845
24179
|
*/
|
|
23846
24180
|
list(resourceGroupName, workspaceName, integrationRuntimeName, options) {
|
|
23847
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, integrationRuntimeName, options }, listOperationSpec$
|
|
24181
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, integrationRuntimeName, options }, listOperationSpec$5);
|
|
23848
24182
|
}
|
|
23849
24183
|
}
|
|
23850
24184
|
// Operation Specifications
|
|
23851
|
-
const serializer$
|
|
24185
|
+
const serializer$e = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
23852
24186
|
const regenerateOperationSpec = {
|
|
23853
24187
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/regenerateAuthKey",
|
|
23854
24188
|
httpMethod: "POST",
|
|
@@ -23871,9 +24205,9 @@ const regenerateOperationSpec = {
|
|
|
23871
24205
|
],
|
|
23872
24206
|
headerParameters: [accept, contentType],
|
|
23873
24207
|
mediaType: "json",
|
|
23874
|
-
serializer: serializer$
|
|
24208
|
+
serializer: serializer$e
|
|
23875
24209
|
};
|
|
23876
|
-
const listOperationSpec$
|
|
24210
|
+
const listOperationSpec$5 = {
|
|
23877
24211
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/listAuthKeys",
|
|
23878
24212
|
httpMethod: "POST",
|
|
23879
24213
|
responses: {
|
|
@@ -23893,7 +24227,7 @@ const listOperationSpec$4 = {
|
|
|
23893
24227
|
integrationRuntimeName
|
|
23894
24228
|
],
|
|
23895
24229
|
headerParameters: [accept],
|
|
23896
|
-
serializer: serializer$
|
|
24230
|
+
serializer: serializer$e
|
|
23897
24231
|
};
|
|
23898
24232
|
|
|
23899
24233
|
/*
|
|
@@ -23920,17 +24254,185 @@ class IntegrationRuntimeMonitoringDataOperationsImpl {
|
|
|
23920
24254
|
* @param options The options parameters.
|
|
23921
24255
|
*/
|
|
23922
24256
|
list(resourceGroupName, workspaceName, integrationRuntimeName, options) {
|
|
23923
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, integrationRuntimeName, options }, listOperationSpec$
|
|
24257
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, integrationRuntimeName, options }, listOperationSpec$4);
|
|
23924
24258
|
}
|
|
23925
24259
|
}
|
|
23926
24260
|
// Operation Specifications
|
|
23927
|
-
const serializer$
|
|
23928
|
-
const listOperationSpec$
|
|
24261
|
+
const serializer$d = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
24262
|
+
const listOperationSpec$4 = {
|
|
23929
24263
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/monitoringData",
|
|
23930
24264
|
httpMethod: "POST",
|
|
23931
24265
|
responses: {
|
|
23932
24266
|
200: {
|
|
23933
|
-
bodyMapper: IntegrationRuntimeMonitoringData
|
|
24267
|
+
bodyMapper: IntegrationRuntimeMonitoringData
|
|
24268
|
+
},
|
|
24269
|
+
default: {
|
|
24270
|
+
bodyMapper: ErrorResponse
|
|
24271
|
+
}
|
|
24272
|
+
},
|
|
24273
|
+
queryParameters: [apiVersion1],
|
|
24274
|
+
urlParameters: [
|
|
24275
|
+
$host,
|
|
24276
|
+
subscriptionId,
|
|
24277
|
+
resourceGroupName,
|
|
24278
|
+
workspaceName,
|
|
24279
|
+
integrationRuntimeName
|
|
24280
|
+
],
|
|
24281
|
+
headerParameters: [accept],
|
|
24282
|
+
serializer: serializer$d
|
|
24283
|
+
};
|
|
24284
|
+
|
|
24285
|
+
/*
|
|
24286
|
+
* Copyright (c) Microsoft Corporation.
|
|
24287
|
+
* Licensed under the MIT License.
|
|
24288
|
+
*
|
|
24289
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
24290
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
24291
|
+
*/
|
|
24292
|
+
/** Class containing IntegrationRuntimeStatusOperations operations. */
|
|
24293
|
+
class IntegrationRuntimeStatusOperationsImpl {
|
|
24294
|
+
/**
|
|
24295
|
+
* Initialize a new instance of the class IntegrationRuntimeStatusOperations class.
|
|
24296
|
+
* @param client Reference to the service client
|
|
24297
|
+
*/
|
|
24298
|
+
constructor(client) {
|
|
24299
|
+
this.client = client;
|
|
24300
|
+
}
|
|
24301
|
+
/**
|
|
24302
|
+
* Get the integration runtime status
|
|
24303
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24304
|
+
* @param workspaceName The name of the workspace.
|
|
24305
|
+
* @param integrationRuntimeName Integration runtime name
|
|
24306
|
+
* @param options The options parameters.
|
|
24307
|
+
*/
|
|
24308
|
+
get(resourceGroupName, workspaceName, integrationRuntimeName, options) {
|
|
24309
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, integrationRuntimeName, options }, getOperationSpec$7);
|
|
24310
|
+
}
|
|
24311
|
+
}
|
|
24312
|
+
// Operation Specifications
|
|
24313
|
+
const serializer$c = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
24314
|
+
const getOperationSpec$7 = {
|
|
24315
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/getStatus",
|
|
24316
|
+
httpMethod: "POST",
|
|
24317
|
+
responses: {
|
|
24318
|
+
200: {
|
|
24319
|
+
bodyMapper: IntegrationRuntimeStatusResponse
|
|
24320
|
+
},
|
|
24321
|
+
default: {
|
|
24322
|
+
bodyMapper: ErrorResponse
|
|
24323
|
+
}
|
|
24324
|
+
},
|
|
24325
|
+
queryParameters: [apiVersion1],
|
|
24326
|
+
urlParameters: [
|
|
24327
|
+
$host,
|
|
24328
|
+
subscriptionId,
|
|
24329
|
+
resourceGroupName,
|
|
24330
|
+
workspaceName,
|
|
24331
|
+
integrationRuntimeName
|
|
24332
|
+
],
|
|
24333
|
+
headerParameters: [accept],
|
|
24334
|
+
serializer: serializer$c
|
|
24335
|
+
};
|
|
24336
|
+
|
|
24337
|
+
/*
|
|
24338
|
+
* Copyright (c) Microsoft Corporation.
|
|
24339
|
+
* Licensed under the MIT License.
|
|
24340
|
+
*
|
|
24341
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
24342
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
24343
|
+
*/
|
|
24344
|
+
/** Class containing Get operations. */
|
|
24345
|
+
class GetImpl {
|
|
24346
|
+
/**
|
|
24347
|
+
* Initialize a new instance of the class Get class.
|
|
24348
|
+
* @param client Reference to the service client
|
|
24349
|
+
*/
|
|
24350
|
+
constructor(client) {
|
|
24351
|
+
this.client = client;
|
|
24352
|
+
}
|
|
24353
|
+
/**
|
|
24354
|
+
* Get an integration runtime start operation status
|
|
24355
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24356
|
+
* @param workspaceName The name of the workspace.
|
|
24357
|
+
* @param integrationRuntimeName Integration runtime name
|
|
24358
|
+
* @param integrationRuntimeOperationId Integration runtime Operation Id
|
|
24359
|
+
* @param options The options parameters.
|
|
24360
|
+
*/
|
|
24361
|
+
integrationRuntimeStart(resourceGroupName, workspaceName, integrationRuntimeName, integrationRuntimeOperationId, options) {
|
|
24362
|
+
return this.client.sendOperationRequest({
|
|
24363
|
+
resourceGroupName,
|
|
24364
|
+
workspaceName,
|
|
24365
|
+
integrationRuntimeName,
|
|
24366
|
+
integrationRuntimeOperationId,
|
|
24367
|
+
options
|
|
24368
|
+
}, integrationRuntimeStartOperationSpec);
|
|
24369
|
+
}
|
|
24370
|
+
/**
|
|
24371
|
+
* Get an integration runtime stop operation status
|
|
24372
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24373
|
+
* @param workspaceName The name of the workspace.
|
|
24374
|
+
* @param integrationRuntimeName Integration runtime name
|
|
24375
|
+
* @param integrationRuntimeOperationId Integration runtime Operation Id
|
|
24376
|
+
* @param options The options parameters.
|
|
24377
|
+
*/
|
|
24378
|
+
integrationRuntimeStop(resourceGroupName, workspaceName, integrationRuntimeName, integrationRuntimeOperationId, options) {
|
|
24379
|
+
return this.client.sendOperationRequest({
|
|
24380
|
+
resourceGroupName,
|
|
24381
|
+
workspaceName,
|
|
24382
|
+
integrationRuntimeName,
|
|
24383
|
+
integrationRuntimeOperationId,
|
|
24384
|
+
options
|
|
24385
|
+
}, integrationRuntimeStopOperationSpec);
|
|
24386
|
+
}
|
|
24387
|
+
/**
|
|
24388
|
+
* Get an integration runtime enable interactivequery operation status
|
|
24389
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24390
|
+
* @param workspaceName The name of the workspace.
|
|
24391
|
+
* @param integrationRuntimeName Integration runtime name
|
|
24392
|
+
* @param integrationRuntimeOperationId Integration runtime Operation Id
|
|
24393
|
+
* @param options The options parameters.
|
|
24394
|
+
*/
|
|
24395
|
+
integrationRuntimeEnableInteractivequery(resourceGroupName, workspaceName, integrationRuntimeName, integrationRuntimeOperationId, options) {
|
|
24396
|
+
return this.client.sendOperationRequest({
|
|
24397
|
+
resourceGroupName,
|
|
24398
|
+
workspaceName,
|
|
24399
|
+
integrationRuntimeName,
|
|
24400
|
+
integrationRuntimeOperationId,
|
|
24401
|
+
options
|
|
24402
|
+
}, integrationRuntimeEnableInteractivequeryOperationSpec);
|
|
24403
|
+
}
|
|
24404
|
+
}
|
|
24405
|
+
// Operation Specifications
|
|
24406
|
+
const serializer$b = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
24407
|
+
const integrationRuntimeStartOperationSpec = {
|
|
24408
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/start/operationstatuses/{integrationRuntimeOperationId}",
|
|
24409
|
+
httpMethod: "GET",
|
|
24410
|
+
responses: {
|
|
24411
|
+
200: {
|
|
24412
|
+
bodyMapper: IntegrationRuntimeOperationStatus
|
|
24413
|
+
},
|
|
24414
|
+
default: {
|
|
24415
|
+
bodyMapper: ErrorResponse
|
|
24416
|
+
}
|
|
24417
|
+
},
|
|
24418
|
+
queryParameters: [apiVersion1],
|
|
24419
|
+
urlParameters: [
|
|
24420
|
+
$host,
|
|
24421
|
+
subscriptionId,
|
|
24422
|
+
resourceGroupName,
|
|
24423
|
+
workspaceName,
|
|
24424
|
+
integrationRuntimeName,
|
|
24425
|
+
integrationRuntimeOperationId
|
|
24426
|
+
],
|
|
24427
|
+
headerParameters: [accept],
|
|
24428
|
+
serializer: serializer$b
|
|
24429
|
+
};
|
|
24430
|
+
const integrationRuntimeStopOperationSpec = {
|
|
24431
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/stop/operationstatuses/{integrationRuntimeOperationId}",
|
|
24432
|
+
httpMethod: "GET",
|
|
24433
|
+
responses: {
|
|
24434
|
+
200: {
|
|
24435
|
+
bodyMapper: IntegrationRuntimeStopOperationStatus
|
|
23934
24436
|
},
|
|
23935
24437
|
default: {
|
|
23936
24438
|
bodyMapper: ErrorResponse
|
|
@@ -23942,47 +24444,18 @@ const listOperationSpec$3 = {
|
|
|
23942
24444
|
subscriptionId,
|
|
23943
24445
|
resourceGroupName,
|
|
23944
24446
|
workspaceName,
|
|
23945
|
-
integrationRuntimeName
|
|
24447
|
+
integrationRuntimeName,
|
|
24448
|
+
integrationRuntimeOperationId
|
|
23946
24449
|
],
|
|
23947
24450
|
headerParameters: [accept],
|
|
23948
24451
|
serializer: serializer$b
|
|
23949
24452
|
};
|
|
23950
|
-
|
|
23951
|
-
|
|
23952
|
-
|
|
23953
|
-
* Licensed under the MIT License.
|
|
23954
|
-
*
|
|
23955
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
23956
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
23957
|
-
*/
|
|
23958
|
-
/** Class containing IntegrationRuntimeStatusOperations operations. */
|
|
23959
|
-
class IntegrationRuntimeStatusOperationsImpl {
|
|
23960
|
-
/**
|
|
23961
|
-
* Initialize a new instance of the class IntegrationRuntimeStatusOperations class.
|
|
23962
|
-
* @param client Reference to the service client
|
|
23963
|
-
*/
|
|
23964
|
-
constructor(client) {
|
|
23965
|
-
this.client = client;
|
|
23966
|
-
}
|
|
23967
|
-
/**
|
|
23968
|
-
* Get the integration runtime status
|
|
23969
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23970
|
-
* @param workspaceName The name of the workspace.
|
|
23971
|
-
* @param integrationRuntimeName Integration runtime name
|
|
23972
|
-
* @param options The options parameters.
|
|
23973
|
-
*/
|
|
23974
|
-
get(resourceGroupName, workspaceName, integrationRuntimeName, options) {
|
|
23975
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, integrationRuntimeName, options }, getOperationSpec$7);
|
|
23976
|
-
}
|
|
23977
|
-
}
|
|
23978
|
-
// Operation Specifications
|
|
23979
|
-
const serializer$a = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
23980
|
-
const getOperationSpec$7 = {
|
|
23981
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/getStatus",
|
|
23982
|
-
httpMethod: "POST",
|
|
24453
|
+
const integrationRuntimeEnableInteractivequeryOperationSpec = {
|
|
24454
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/enableinteractivequery/operationstatuses/{integrationRuntimeOperationId}",
|
|
24455
|
+
httpMethod: "GET",
|
|
23983
24456
|
responses: {
|
|
23984
24457
|
200: {
|
|
23985
|
-
bodyMapper:
|
|
24458
|
+
bodyMapper: IntegrationRuntimeEnableinteractivequery
|
|
23986
24459
|
},
|
|
23987
24460
|
default: {
|
|
23988
24461
|
bodyMapper: ErrorResponse
|
|
@@ -23994,10 +24467,11 @@ const getOperationSpec$7 = {
|
|
|
23994
24467
|
subscriptionId,
|
|
23995
24468
|
resourceGroupName,
|
|
23996
24469
|
workspaceName,
|
|
23997
|
-
integrationRuntimeName
|
|
24470
|
+
integrationRuntimeName,
|
|
24471
|
+
integrationRuntimeOperationId
|
|
23998
24472
|
],
|
|
23999
24473
|
headerParameters: [accept],
|
|
24000
|
-
serializer: serializer$
|
|
24474
|
+
serializer: serializer$b
|
|
24001
24475
|
};
|
|
24002
24476
|
|
|
24003
24477
|
/*
|
|
@@ -24028,7 +24502,7 @@ class SparkConfigurationImpl {
|
|
|
24028
24502
|
}
|
|
24029
24503
|
}
|
|
24030
24504
|
// Operation Specifications
|
|
24031
|
-
const serializer$
|
|
24505
|
+
const serializer$a = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
24032
24506
|
const getOperationSpec$6 = {
|
|
24033
24507
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sparkconfigurations/{sparkConfigurationName}",
|
|
24034
24508
|
httpMethod: "GET",
|
|
@@ -24049,7 +24523,7 @@ const getOperationSpec$6 = {
|
|
|
24049
24523
|
sparkConfigurationName
|
|
24050
24524
|
],
|
|
24051
24525
|
headerParameters: [accept],
|
|
24052
|
-
serializer: serializer$
|
|
24526
|
+
serializer: serializer$a
|
|
24053
24527
|
};
|
|
24054
24528
|
|
|
24055
24529
|
/*
|
|
@@ -24151,7 +24625,7 @@ class SparkConfigurationsImpl {
|
|
|
24151
24625
|
}
|
|
24152
24626
|
}
|
|
24153
24627
|
// Operation Specifications
|
|
24154
|
-
const serializer$
|
|
24628
|
+
const serializer$9 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
24155
24629
|
const listByWorkspaceOperationSpec$1 = {
|
|
24156
24630
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sparkconfigurations",
|
|
24157
24631
|
httpMethod: "GET",
|
|
@@ -24171,7 +24645,7 @@ const listByWorkspaceOperationSpec$1 = {
|
|
|
24171
24645
|
workspaceName
|
|
24172
24646
|
],
|
|
24173
24647
|
headerParameters: [accept],
|
|
24174
|
-
serializer: serializer$
|
|
24648
|
+
serializer: serializer$9
|
|
24175
24649
|
};
|
|
24176
24650
|
const listByWorkspaceNextOperationSpec = {
|
|
24177
24651
|
path: "{nextLink}",
|
|
@@ -24192,7 +24666,7 @@ const listByWorkspaceNextOperationSpec = {
|
|
|
24192
24666
|
nextLink
|
|
24193
24667
|
],
|
|
24194
24668
|
headerParameters: [accept],
|
|
24195
|
-
serializer: serializer$
|
|
24669
|
+
serializer: serializer$9
|
|
24196
24670
|
};
|
|
24197
24671
|
|
|
24198
24672
|
/*
|
|
@@ -24276,7 +24750,7 @@ class KustoOperationsImpl {
|
|
|
24276
24750
|
* @param options The options parameters.
|
|
24277
24751
|
*/
|
|
24278
24752
|
_list(options) {
|
|
24279
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec$
|
|
24753
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec$3);
|
|
24280
24754
|
}
|
|
24281
24755
|
/**
|
|
24282
24756
|
* ListNext
|
|
@@ -24288,8 +24762,8 @@ class KustoOperationsImpl {
|
|
|
24288
24762
|
}
|
|
24289
24763
|
}
|
|
24290
24764
|
// Operation Specifications
|
|
24291
|
-
const serializer$
|
|
24292
|
-
const listOperationSpec$
|
|
24765
|
+
const serializer$8 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
24766
|
+
const listOperationSpec$3 = {
|
|
24293
24767
|
path: "/providers/Microsoft.Synapse/kustooperations",
|
|
24294
24768
|
httpMethod: "GET",
|
|
24295
24769
|
responses: {
|
|
@@ -24303,7 +24777,7 @@ const listOperationSpec$2 = {
|
|
|
24303
24777
|
queryParameters: [apiVersion1],
|
|
24304
24778
|
urlParameters: [$host],
|
|
24305
24779
|
headerParameters: [accept],
|
|
24306
|
-
serializer: serializer$
|
|
24780
|
+
serializer: serializer$8
|
|
24307
24781
|
};
|
|
24308
24782
|
const listNextOperationSpec = {
|
|
24309
24783
|
path: "{nextLink}",
|
|
@@ -24318,7 +24792,7 @@ const listNextOperationSpec = {
|
|
|
24318
24792
|
},
|
|
24319
24793
|
urlParameters: [$host, nextLink],
|
|
24320
24794
|
headerParameters: [accept],
|
|
24321
|
-
serializer: serializer$
|
|
24795
|
+
serializer: serializer$8
|
|
24322
24796
|
};
|
|
24323
24797
|
|
|
24324
24798
|
/*
|
|
@@ -25052,7 +25526,7 @@ class KustoPoolsImpl {
|
|
|
25052
25526
|
}
|
|
25053
25527
|
}
|
|
25054
25528
|
// Operation Specifications
|
|
25055
|
-
const serializer$
|
|
25529
|
+
const serializer$7 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
25056
25530
|
const listSkusOperationSpec = {
|
|
25057
25531
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Synapse/skus",
|
|
25058
25532
|
httpMethod: "GET",
|
|
@@ -25067,7 +25541,7 @@ const listSkusOperationSpec = {
|
|
|
25067
25541
|
queryParameters: [apiVersion1],
|
|
25068
25542
|
urlParameters: [$host, subscriptionId],
|
|
25069
25543
|
headerParameters: [accept],
|
|
25070
|
-
serializer: serializer$
|
|
25544
|
+
serializer: serializer$7
|
|
25071
25545
|
};
|
|
25072
25546
|
const checkNameAvailabilityOperationSpec$4 = {
|
|
25073
25547
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Synapse/locations/{location}/kustoPoolCheckNameAvailability",
|
|
@@ -25089,7 +25563,7 @@ const checkNameAvailabilityOperationSpec$4 = {
|
|
|
25089
25563
|
],
|
|
25090
25564
|
headerParameters: [accept, contentType],
|
|
25091
25565
|
mediaType: "json",
|
|
25092
|
-
serializer: serializer$
|
|
25566
|
+
serializer: serializer$7
|
|
25093
25567
|
};
|
|
25094
25568
|
const listByWorkspaceOperationSpec = {
|
|
25095
25569
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools",
|
|
@@ -25110,7 +25584,7 @@ const listByWorkspaceOperationSpec = {
|
|
|
25110
25584
|
workspaceName
|
|
25111
25585
|
],
|
|
25112
25586
|
headerParameters: [accept],
|
|
25113
|
-
serializer: serializer$
|
|
25587
|
+
serializer: serializer$7
|
|
25114
25588
|
};
|
|
25115
25589
|
const getOperationSpec$5 = {
|
|
25116
25590
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}",
|
|
@@ -25132,7 +25606,7 @@ const getOperationSpec$5 = {
|
|
|
25132
25606
|
kustoPoolName1
|
|
25133
25607
|
],
|
|
25134
25608
|
headerParameters: [accept],
|
|
25135
|
-
serializer: serializer$
|
|
25609
|
+
serializer: serializer$7
|
|
25136
25610
|
};
|
|
25137
25611
|
const createOrUpdateOperationSpec$5 = {
|
|
25138
25612
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}",
|
|
@@ -25170,7 +25644,7 @@ const createOrUpdateOperationSpec$5 = {
|
|
|
25170
25644
|
ifMatch
|
|
25171
25645
|
],
|
|
25172
25646
|
mediaType: "json",
|
|
25173
|
-
serializer: serializer$
|
|
25647
|
+
serializer: serializer$7
|
|
25174
25648
|
};
|
|
25175
25649
|
const updateOperationSpec$2 = {
|
|
25176
25650
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}",
|
|
@@ -25207,7 +25681,7 @@ const updateOperationSpec$2 = {
|
|
|
25207
25681
|
ifMatch
|
|
25208
25682
|
],
|
|
25209
25683
|
mediaType: "json",
|
|
25210
|
-
serializer: serializer$
|
|
25684
|
+
serializer: serializer$7
|
|
25211
25685
|
};
|
|
25212
25686
|
const deleteOperationSpec$5 = {
|
|
25213
25687
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}",
|
|
@@ -25230,7 +25704,7 @@ const deleteOperationSpec$5 = {
|
|
|
25230
25704
|
kustoPoolName1
|
|
25231
25705
|
],
|
|
25232
25706
|
headerParameters: [accept],
|
|
25233
|
-
serializer: serializer$
|
|
25707
|
+
serializer: serializer$7
|
|
25234
25708
|
};
|
|
25235
25709
|
const stopOperationSpec = {
|
|
25236
25710
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/stop",
|
|
@@ -25253,7 +25727,7 @@ const stopOperationSpec = {
|
|
|
25253
25727
|
kustoPoolName1
|
|
25254
25728
|
],
|
|
25255
25729
|
headerParameters: [accept],
|
|
25256
|
-
serializer: serializer$
|
|
25730
|
+
serializer: serializer$7
|
|
25257
25731
|
};
|
|
25258
25732
|
const startOperationSpec = {
|
|
25259
25733
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/start",
|
|
@@ -25276,7 +25750,7 @@ const startOperationSpec = {
|
|
|
25276
25750
|
kustoPoolName1
|
|
25277
25751
|
],
|
|
25278
25752
|
headerParameters: [accept],
|
|
25279
|
-
serializer: serializer$
|
|
25753
|
+
serializer: serializer$7
|
|
25280
25754
|
};
|
|
25281
25755
|
const listSkusByResourceOperationSpec = {
|
|
25282
25756
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/skus",
|
|
@@ -25298,7 +25772,7 @@ const listSkusByResourceOperationSpec = {
|
|
|
25298
25772
|
kustoPoolName1
|
|
25299
25773
|
],
|
|
25300
25774
|
headerParameters: [accept],
|
|
25301
|
-
serializer: serializer$
|
|
25775
|
+
serializer: serializer$7
|
|
25302
25776
|
};
|
|
25303
25777
|
const listLanguageExtensionsOperationSpec = {
|
|
25304
25778
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/listLanguageExtensions",
|
|
@@ -25320,7 +25794,7 @@ const listLanguageExtensionsOperationSpec = {
|
|
|
25320
25794
|
kustoPoolName1
|
|
25321
25795
|
],
|
|
25322
25796
|
headerParameters: [accept],
|
|
25323
|
-
serializer: serializer$
|
|
25797
|
+
serializer: serializer$7
|
|
25324
25798
|
};
|
|
25325
25799
|
const addLanguageExtensionsOperationSpec = {
|
|
25326
25800
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/addLanguageExtensions",
|
|
@@ -25345,7 +25819,7 @@ const addLanguageExtensionsOperationSpec = {
|
|
|
25345
25819
|
],
|
|
25346
25820
|
headerParameters: [accept, contentType],
|
|
25347
25821
|
mediaType: "json",
|
|
25348
|
-
serializer: serializer$
|
|
25822
|
+
serializer: serializer$7
|
|
25349
25823
|
};
|
|
25350
25824
|
const removeLanguageExtensionsOperationSpec = {
|
|
25351
25825
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/removeLanguageExtensions",
|
|
@@ -25370,7 +25844,7 @@ const removeLanguageExtensionsOperationSpec = {
|
|
|
25370
25844
|
],
|
|
25371
25845
|
headerParameters: [accept, contentType],
|
|
25372
25846
|
mediaType: "json",
|
|
25373
|
-
serializer: serializer$
|
|
25847
|
+
serializer: serializer$7
|
|
25374
25848
|
};
|
|
25375
25849
|
const listFollowerDatabasesOperationSpec = {
|
|
25376
25850
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/listFollowerDatabases",
|
|
@@ -25392,7 +25866,7 @@ const listFollowerDatabasesOperationSpec = {
|
|
|
25392
25866
|
kustoPoolName1
|
|
25393
25867
|
],
|
|
25394
25868
|
headerParameters: [accept],
|
|
25395
|
-
serializer: serializer$
|
|
25869
|
+
serializer: serializer$7
|
|
25396
25870
|
};
|
|
25397
25871
|
const detachFollowerDatabasesOperationSpec = {
|
|
25398
25872
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/detachFollowerDatabases",
|
|
@@ -25417,7 +25891,7 @@ const detachFollowerDatabasesOperationSpec = {
|
|
|
25417
25891
|
],
|
|
25418
25892
|
headerParameters: [accept, contentType],
|
|
25419
25893
|
mediaType: "json",
|
|
25420
|
-
serializer: serializer$
|
|
25894
|
+
serializer: serializer$7
|
|
25421
25895
|
};
|
|
25422
25896
|
|
|
25423
25897
|
/*
|
|
@@ -25455,7 +25929,7 @@ class KustoPoolChildResourceImpl {
|
|
|
25455
25929
|
}
|
|
25456
25930
|
}
|
|
25457
25931
|
// Operation Specifications
|
|
25458
|
-
const serializer$
|
|
25932
|
+
const serializer$6 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
25459
25933
|
const checkNameAvailabilityOperationSpec$3 = {
|
|
25460
25934
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/checkNameAvailability",
|
|
25461
25935
|
httpMethod: "POST",
|
|
@@ -25478,7 +25952,7 @@ const checkNameAvailabilityOperationSpec$3 = {
|
|
|
25478
25952
|
],
|
|
25479
25953
|
headerParameters: [accept, contentType],
|
|
25480
25954
|
mediaType: "json",
|
|
25481
|
-
serializer: serializer$
|
|
25955
|
+
serializer: serializer$6
|
|
25482
25956
|
};
|
|
25483
25957
|
|
|
25484
25958
|
/*
|
|
@@ -25701,7 +26175,7 @@ class KustoPoolAttachedDatabaseConfigurationsImpl {
|
|
|
25701
26175
|
}
|
|
25702
26176
|
}
|
|
25703
26177
|
// Operation Specifications
|
|
25704
|
-
const serializer$
|
|
26178
|
+
const serializer$5 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
25705
26179
|
const listByKustoPoolOperationSpec$1 = {
|
|
25706
26180
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations",
|
|
25707
26181
|
httpMethod: "GET",
|
|
@@ -25722,7 +26196,7 @@ const listByKustoPoolOperationSpec$1 = {
|
|
|
25722
26196
|
kustoPoolName1
|
|
25723
26197
|
],
|
|
25724
26198
|
headerParameters: [accept],
|
|
25725
|
-
serializer: serializer$
|
|
26199
|
+
serializer: serializer$5
|
|
25726
26200
|
};
|
|
25727
26201
|
const getOperationSpec$4 = {
|
|
25728
26202
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}",
|
|
@@ -25745,7 +26219,7 @@ const getOperationSpec$4 = {
|
|
|
25745
26219
|
attachedDatabaseConfigurationName
|
|
25746
26220
|
],
|
|
25747
26221
|
headerParameters: [accept],
|
|
25748
|
-
serializer: serializer$
|
|
26222
|
+
serializer: serializer$5
|
|
25749
26223
|
};
|
|
25750
26224
|
const createOrUpdateOperationSpec$4 = {
|
|
25751
26225
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}",
|
|
@@ -25779,7 +26253,7 @@ const createOrUpdateOperationSpec$4 = {
|
|
|
25779
26253
|
],
|
|
25780
26254
|
headerParameters: [accept, contentType],
|
|
25781
26255
|
mediaType: "json",
|
|
25782
|
-
serializer: serializer$
|
|
26256
|
+
serializer: serializer$5
|
|
25783
26257
|
};
|
|
25784
26258
|
const deleteOperationSpec$4 = {
|
|
25785
26259
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}",
|
|
@@ -25803,7 +26277,7 @@ const deleteOperationSpec$4 = {
|
|
|
25803
26277
|
attachedDatabaseConfigurationName
|
|
25804
26278
|
],
|
|
25805
26279
|
headerParameters: [accept],
|
|
25806
|
-
serializer: serializer$
|
|
26280
|
+
serializer: serializer$5
|
|
25807
26281
|
};
|
|
25808
26282
|
|
|
25809
26283
|
/*
|
|
@@ -26090,7 +26564,7 @@ class KustoPoolDatabasesImpl {
|
|
|
26090
26564
|
}
|
|
26091
26565
|
}
|
|
26092
26566
|
// Operation Specifications
|
|
26093
|
-
const serializer$
|
|
26567
|
+
const serializer$4 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
26094
26568
|
const listByKustoPoolOperationSpec = {
|
|
26095
26569
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases",
|
|
26096
26570
|
httpMethod: "GET",
|
|
@@ -26111,7 +26585,7 @@ const listByKustoPoolOperationSpec = {
|
|
|
26111
26585
|
kustoPoolName1
|
|
26112
26586
|
],
|
|
26113
26587
|
headerParameters: [accept],
|
|
26114
|
-
serializer: serializer$
|
|
26588
|
+
serializer: serializer$4
|
|
26115
26589
|
};
|
|
26116
26590
|
const getOperationSpec$3 = {
|
|
26117
26591
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}",
|
|
@@ -26134,7 +26608,7 @@ const getOperationSpec$3 = {
|
|
|
26134
26608
|
databaseName
|
|
26135
26609
|
],
|
|
26136
26610
|
headerParameters: [accept],
|
|
26137
|
-
serializer: serializer$
|
|
26611
|
+
serializer: serializer$4
|
|
26138
26612
|
};
|
|
26139
26613
|
const createOrUpdateOperationSpec$3 = {
|
|
26140
26614
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}",
|
|
@@ -26168,7 +26642,7 @@ const createOrUpdateOperationSpec$3 = {
|
|
|
26168
26642
|
],
|
|
26169
26643
|
headerParameters: [accept, contentType],
|
|
26170
26644
|
mediaType: "json",
|
|
26171
|
-
serializer: serializer$
|
|
26645
|
+
serializer: serializer$4
|
|
26172
26646
|
};
|
|
26173
26647
|
const updateOperationSpec$1 = {
|
|
26174
26648
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}",
|
|
@@ -26202,7 +26676,7 @@ const updateOperationSpec$1 = {
|
|
|
26202
26676
|
],
|
|
26203
26677
|
headerParameters: [accept, contentType],
|
|
26204
26678
|
mediaType: "json",
|
|
26205
|
-
serializer: serializer$
|
|
26679
|
+
serializer: serializer$4
|
|
26206
26680
|
};
|
|
26207
26681
|
const deleteOperationSpec$3 = {
|
|
26208
26682
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}",
|
|
@@ -26226,7 +26700,7 @@ const deleteOperationSpec$3 = {
|
|
|
26226
26700
|
databaseName
|
|
26227
26701
|
],
|
|
26228
26702
|
headerParameters: [accept],
|
|
26229
|
-
serializer: serializer$
|
|
26703
|
+
serializer: serializer$4
|
|
26230
26704
|
};
|
|
26231
26705
|
|
|
26232
26706
|
/*
|
|
@@ -26616,7 +27090,7 @@ class KustoPoolDataConnectionsImpl {
|
|
|
26616
27090
|
}
|
|
26617
27091
|
}
|
|
26618
27092
|
// Operation Specifications
|
|
26619
|
-
const serializer$
|
|
27093
|
+
const serializer$3 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
26620
27094
|
const checkNameAvailabilityOperationSpec$2 = {
|
|
26621
27095
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/checkNameAvailability",
|
|
26622
27096
|
httpMethod: "POST",
|
|
@@ -26640,7 +27114,7 @@ const checkNameAvailabilityOperationSpec$2 = {
|
|
|
26640
27114
|
],
|
|
26641
27115
|
headerParameters: [accept, contentType],
|
|
26642
27116
|
mediaType: "json",
|
|
26643
|
-
serializer: serializer$
|
|
27117
|
+
serializer: serializer$3
|
|
26644
27118
|
};
|
|
26645
27119
|
const dataConnectionValidationOperationSpec = {
|
|
26646
27120
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/dataConnectionValidation",
|
|
@@ -26674,7 +27148,7 @@ const dataConnectionValidationOperationSpec = {
|
|
|
26674
27148
|
],
|
|
26675
27149
|
headerParameters: [accept, contentType],
|
|
26676
27150
|
mediaType: "json",
|
|
26677
|
-
serializer: serializer$
|
|
27151
|
+
serializer: serializer$3
|
|
26678
27152
|
};
|
|
26679
27153
|
const listByDatabaseOperationSpec = {
|
|
26680
27154
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/dataConnections",
|
|
@@ -26697,7 +27171,7 @@ const listByDatabaseOperationSpec = {
|
|
|
26697
27171
|
databaseName
|
|
26698
27172
|
],
|
|
26699
27173
|
headerParameters: [accept],
|
|
26700
|
-
serializer: serializer$
|
|
27174
|
+
serializer: serializer$3
|
|
26701
27175
|
};
|
|
26702
27176
|
const getOperationSpec$2 = {
|
|
26703
27177
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/dataConnections/{dataConnectionName}",
|
|
@@ -26721,7 +27195,7 @@ const getOperationSpec$2 = {
|
|
|
26721
27195
|
dataConnectionName1
|
|
26722
27196
|
],
|
|
26723
27197
|
headerParameters: [accept],
|
|
26724
|
-
serializer: serializer$
|
|
27198
|
+
serializer: serializer$3
|
|
26725
27199
|
};
|
|
26726
27200
|
const createOrUpdateOperationSpec$2 = {
|
|
26727
27201
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/dataConnections/{dataConnectionName}",
|
|
@@ -26756,7 +27230,7 @@ const createOrUpdateOperationSpec$2 = {
|
|
|
26756
27230
|
],
|
|
26757
27231
|
headerParameters: [accept, contentType],
|
|
26758
27232
|
mediaType: "json",
|
|
26759
|
-
serializer: serializer$
|
|
27233
|
+
serializer: serializer$3
|
|
26760
27234
|
};
|
|
26761
27235
|
const updateOperationSpec = {
|
|
26762
27236
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/dataConnections/{dataConnectionName}",
|
|
@@ -26791,7 +27265,7 @@ const updateOperationSpec = {
|
|
|
26791
27265
|
],
|
|
26792
27266
|
headerParameters: [accept, contentType],
|
|
26793
27267
|
mediaType: "json",
|
|
26794
|
-
serializer: serializer$
|
|
27268
|
+
serializer: serializer$3
|
|
26795
27269
|
};
|
|
26796
27270
|
const deleteOperationSpec$2 = {
|
|
26797
27271
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/dataConnections/{dataConnectionName}",
|
|
@@ -26816,7 +27290,7 @@ const deleteOperationSpec$2 = {
|
|
|
26816
27290
|
dataConnectionName1
|
|
26817
27291
|
],
|
|
26818
27292
|
headerParameters: [accept],
|
|
26819
|
-
serializer: serializer$
|
|
27293
|
+
serializer: serializer$3
|
|
26820
27294
|
};
|
|
26821
27295
|
|
|
26822
27296
|
/*
|
|
@@ -26910,7 +27384,7 @@ class KustoPoolPrincipalAssignmentsImpl {
|
|
|
26910
27384
|
* @param options The options parameters.
|
|
26911
27385
|
*/
|
|
26912
27386
|
_list(workspaceName, kustoPoolName, resourceGroupName, options) {
|
|
26913
|
-
return this.client.sendOperationRequest({ workspaceName, kustoPoolName, resourceGroupName, options }, listOperationSpec$
|
|
27387
|
+
return this.client.sendOperationRequest({ workspaceName, kustoPoolName, resourceGroupName, options }, listOperationSpec$2);
|
|
26914
27388
|
}
|
|
26915
27389
|
/**
|
|
26916
27390
|
* Gets a Kusto pool principalAssignment.
|
|
@@ -27056,7 +27530,7 @@ class KustoPoolPrincipalAssignmentsImpl {
|
|
|
27056
27530
|
}
|
|
27057
27531
|
}
|
|
27058
27532
|
// Operation Specifications
|
|
27059
|
-
const serializer$
|
|
27533
|
+
const serializer$2 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
27060
27534
|
const checkNameAvailabilityOperationSpec$1 = {
|
|
27061
27535
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/checkPrincipalAssignmentNameAvailability",
|
|
27062
27536
|
httpMethod: "POST",
|
|
@@ -27079,9 +27553,9 @@ const checkNameAvailabilityOperationSpec$1 = {
|
|
|
27079
27553
|
],
|
|
27080
27554
|
headerParameters: [accept, contentType],
|
|
27081
27555
|
mediaType: "json",
|
|
27082
|
-
serializer: serializer$
|
|
27556
|
+
serializer: serializer$2
|
|
27083
27557
|
};
|
|
27084
|
-
const listOperationSpec$
|
|
27558
|
+
const listOperationSpec$2 = {
|
|
27085
27559
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments",
|
|
27086
27560
|
httpMethod: "GET",
|
|
27087
27561
|
responses: {
|
|
@@ -27101,7 +27575,7 @@ const listOperationSpec$1 = {
|
|
|
27101
27575
|
kustoPoolName1
|
|
27102
27576
|
],
|
|
27103
27577
|
headerParameters: [accept],
|
|
27104
|
-
serializer: serializer$
|
|
27578
|
+
serializer: serializer$2
|
|
27105
27579
|
};
|
|
27106
27580
|
const getOperationSpec$1 = {
|
|
27107
27581
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}",
|
|
@@ -27124,7 +27598,7 @@ const getOperationSpec$1 = {
|
|
|
27124
27598
|
principalAssignmentName1
|
|
27125
27599
|
],
|
|
27126
27600
|
headerParameters: [accept],
|
|
27127
|
-
serializer: serializer$
|
|
27601
|
+
serializer: serializer$2
|
|
27128
27602
|
};
|
|
27129
27603
|
const createOrUpdateOperationSpec$1 = {
|
|
27130
27604
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}",
|
|
@@ -27158,7 +27632,7 @@ const createOrUpdateOperationSpec$1 = {
|
|
|
27158
27632
|
],
|
|
27159
27633
|
headerParameters: [accept, contentType],
|
|
27160
27634
|
mediaType: "json",
|
|
27161
|
-
serializer: serializer$
|
|
27635
|
+
serializer: serializer$2
|
|
27162
27636
|
};
|
|
27163
27637
|
const deleteOperationSpec$1 = {
|
|
27164
27638
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}",
|
|
@@ -27182,7 +27656,7 @@ const deleteOperationSpec$1 = {
|
|
|
27182
27656
|
principalAssignmentName1
|
|
27183
27657
|
],
|
|
27184
27658
|
headerParameters: [accept],
|
|
27185
|
-
serializer: serializer$
|
|
27659
|
+
serializer: serializer$2
|
|
27186
27660
|
};
|
|
27187
27661
|
|
|
27188
27662
|
/*
|
|
@@ -27286,7 +27760,7 @@ class KustoPoolDatabasePrincipalAssignmentsImpl {
|
|
|
27286
27760
|
databaseName,
|
|
27287
27761
|
resourceGroupName,
|
|
27288
27762
|
options
|
|
27289
|
-
}, listOperationSpec);
|
|
27763
|
+
}, listOperationSpec$1);
|
|
27290
27764
|
}
|
|
27291
27765
|
/**
|
|
27292
27766
|
* Gets a Kusto pool database principalAssignment.
|
|
@@ -27440,7 +27914,7 @@ class KustoPoolDatabasePrincipalAssignmentsImpl {
|
|
|
27440
27914
|
}
|
|
27441
27915
|
}
|
|
27442
27916
|
// Operation Specifications
|
|
27443
|
-
const serializer = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
27917
|
+
const serializer$1 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
27444
27918
|
const checkNameAvailabilityOperationSpec = {
|
|
27445
27919
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/checkPrincipalAssignmentNameAvailability",
|
|
27446
27920
|
httpMethod: "POST",
|
|
@@ -27464,9 +27938,9 @@ const checkNameAvailabilityOperationSpec = {
|
|
|
27464
27938
|
],
|
|
27465
27939
|
headerParameters: [accept, contentType],
|
|
27466
27940
|
mediaType: "json",
|
|
27467
|
-
serializer
|
|
27941
|
+
serializer: serializer$1
|
|
27468
27942
|
};
|
|
27469
|
-
const listOperationSpec = {
|
|
27943
|
+
const listOperationSpec$1 = {
|
|
27470
27944
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/principalAssignments",
|
|
27471
27945
|
httpMethod: "GET",
|
|
27472
27946
|
responses: {
|
|
@@ -27487,7 +27961,7 @@ const listOperationSpec = {
|
|
|
27487
27961
|
databaseName
|
|
27488
27962
|
],
|
|
27489
27963
|
headerParameters: [accept],
|
|
27490
|
-
serializer
|
|
27964
|
+
serializer: serializer$1
|
|
27491
27965
|
};
|
|
27492
27966
|
const getOperationSpec = {
|
|
27493
27967
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}",
|
|
@@ -27511,7 +27985,7 @@ const getOperationSpec = {
|
|
|
27511
27985
|
principalAssignmentName1
|
|
27512
27986
|
],
|
|
27513
27987
|
headerParameters: [accept],
|
|
27514
|
-
serializer
|
|
27988
|
+
serializer: serializer$1
|
|
27515
27989
|
};
|
|
27516
27990
|
const createOrUpdateOperationSpec = {
|
|
27517
27991
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}",
|
|
@@ -27546,7 +28020,7 @@ const createOrUpdateOperationSpec = {
|
|
|
27546
28020
|
],
|
|
27547
28021
|
headerParameters: [accept, contentType],
|
|
27548
28022
|
mediaType: "json",
|
|
27549
|
-
serializer
|
|
28023
|
+
serializer: serializer$1
|
|
27550
28024
|
};
|
|
27551
28025
|
const deleteOperationSpec = {
|
|
27552
28026
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}",
|
|
@@ -27571,6 +28045,108 @@ const deleteOperationSpec = {
|
|
|
27571
28045
|
principalAssignmentName1
|
|
27572
28046
|
],
|
|
27573
28047
|
headerParameters: [accept],
|
|
28048
|
+
serializer: serializer$1
|
|
28049
|
+
};
|
|
28050
|
+
|
|
28051
|
+
/*
|
|
28052
|
+
* Copyright (c) Microsoft Corporation.
|
|
28053
|
+
* Licensed under the MIT License.
|
|
28054
|
+
*
|
|
28055
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
28056
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
28057
|
+
*/
|
|
28058
|
+
/// <reference lib="esnext.asynciterable" />
|
|
28059
|
+
/** Class containing KustoPoolPrivateLinkResourcesOperations operations. */
|
|
28060
|
+
class KustoPoolPrivateLinkResourcesOperationsImpl {
|
|
28061
|
+
/**
|
|
28062
|
+
* Initialize a new instance of the class KustoPoolPrivateLinkResourcesOperations class.
|
|
28063
|
+
* @param client Reference to the service client
|
|
28064
|
+
*/
|
|
28065
|
+
constructor(client) {
|
|
28066
|
+
this.client = client;
|
|
28067
|
+
}
|
|
28068
|
+
/**
|
|
28069
|
+
* Lists all Kusto pool PrivateLinkResources.
|
|
28070
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28071
|
+
* @param workspaceName The name of the workspace.
|
|
28072
|
+
* @param kustoPoolName The name of the Kusto pool.
|
|
28073
|
+
* @param options The options parameters.
|
|
28074
|
+
*/
|
|
28075
|
+
list(resourceGroupName, workspaceName, kustoPoolName, options) {
|
|
28076
|
+
const iter = this.listPagingAll(resourceGroupName, workspaceName, kustoPoolName, options);
|
|
28077
|
+
return {
|
|
28078
|
+
next() {
|
|
28079
|
+
return iter.next();
|
|
28080
|
+
},
|
|
28081
|
+
[Symbol.asyncIterator]() {
|
|
28082
|
+
return this;
|
|
28083
|
+
},
|
|
28084
|
+
byPage: (settings) => {
|
|
28085
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
28086
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
28087
|
+
}
|
|
28088
|
+
return this.listPagingPage(resourceGroupName, workspaceName, kustoPoolName, options, settings);
|
|
28089
|
+
}
|
|
28090
|
+
};
|
|
28091
|
+
}
|
|
28092
|
+
listPagingPage(resourceGroupName, workspaceName, kustoPoolName, options, _settings) {
|
|
28093
|
+
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
28094
|
+
let result;
|
|
28095
|
+
result = yield tslib.__await(this._list(resourceGroupName, workspaceName, kustoPoolName, options));
|
|
28096
|
+
yield yield tslib.__await(result.value || []);
|
|
28097
|
+
});
|
|
28098
|
+
}
|
|
28099
|
+
listPagingAll(resourceGroupName, workspaceName, kustoPoolName, options) {
|
|
28100
|
+
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
28101
|
+
var e_1, _a;
|
|
28102
|
+
try {
|
|
28103
|
+
for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, kustoPoolName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
|
|
28104
|
+
const page = _c.value;
|
|
28105
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
28106
|
+
}
|
|
28107
|
+
}
|
|
28108
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
28109
|
+
finally {
|
|
28110
|
+
try {
|
|
28111
|
+
if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
|
|
28112
|
+
}
|
|
28113
|
+
finally { if (e_1) throw e_1.error; }
|
|
28114
|
+
}
|
|
28115
|
+
});
|
|
28116
|
+
}
|
|
28117
|
+
/**
|
|
28118
|
+
* Lists all Kusto pool PrivateLinkResources.
|
|
28119
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28120
|
+
* @param workspaceName The name of the workspace.
|
|
28121
|
+
* @param kustoPoolName The name of the Kusto pool.
|
|
28122
|
+
* @param options The options parameters.
|
|
28123
|
+
*/
|
|
28124
|
+
_list(resourceGroupName, workspaceName, kustoPoolName, options) {
|
|
28125
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, kustoPoolName, options }, listOperationSpec);
|
|
28126
|
+
}
|
|
28127
|
+
}
|
|
28128
|
+
// Operation Specifications
|
|
28129
|
+
const serializer = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
28130
|
+
const listOperationSpec = {
|
|
28131
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/privateLinkResources",
|
|
28132
|
+
httpMethod: "GET",
|
|
28133
|
+
responses: {
|
|
28134
|
+
200: {
|
|
28135
|
+
bodyMapper: PrivateLinkResources
|
|
28136
|
+
},
|
|
28137
|
+
default: {
|
|
28138
|
+
bodyMapper: ErrorResponse
|
|
28139
|
+
}
|
|
28140
|
+
},
|
|
28141
|
+
queryParameters: [apiVersion1],
|
|
28142
|
+
urlParameters: [
|
|
28143
|
+
$host,
|
|
28144
|
+
subscriptionId,
|
|
28145
|
+
resourceGroupName,
|
|
28146
|
+
workspaceName,
|
|
28147
|
+
kustoPoolName1
|
|
28148
|
+
],
|
|
28149
|
+
headerParameters: [accept],
|
|
27574
28150
|
serializer
|
|
27575
28151
|
};
|
|
27576
28152
|
|
|
@@ -27604,7 +28180,7 @@ class SynapseManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
27604
28180
|
requestContentType: "application/json; charset=utf-8",
|
|
27605
28181
|
credential: credentials
|
|
27606
28182
|
};
|
|
27607
|
-
const packageDetails = `azsdk-js-arm-synapse/
|
|
28183
|
+
const packageDetails = `azsdk-js-arm-synapse/9.0.0-beta.1`;
|
|
27608
28184
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
27609
28185
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
27610
28186
|
: `${packageDetails}`;
|
|
@@ -27642,7 +28218,7 @@ class SynapseManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
27642
28218
|
this.ipFirewallRules = new IpFirewallRulesImpl(this);
|
|
27643
28219
|
this.keys = new KeysImpl(this);
|
|
27644
28220
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
27645
|
-
this.
|
|
28221
|
+
this.privateLinkResourcesOperations = new PrivateLinkResourcesOperationsImpl(this);
|
|
27646
28222
|
this.privateLinkHubPrivateLinkResources = new PrivateLinkHubPrivateLinkResourcesImpl(this);
|
|
27647
28223
|
this.privateLinkHubs = new PrivateLinkHubsImpl(this);
|
|
27648
28224
|
this.privateEndpointConnectionsPrivateLinkHub = new PrivateEndpointConnectionsPrivateLinkHubImpl(this);
|
|
@@ -27700,6 +28276,7 @@ class SynapseManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
27700
28276
|
this.integrationRuntimeAuthKeysOperations = new IntegrationRuntimeAuthKeysOperationsImpl(this);
|
|
27701
28277
|
this.integrationRuntimeMonitoringDataOperations = new IntegrationRuntimeMonitoringDataOperationsImpl(this);
|
|
27702
28278
|
this.integrationRuntimeStatusOperations = new IntegrationRuntimeStatusOperationsImpl(this);
|
|
28279
|
+
this.get = new GetImpl(this);
|
|
27703
28280
|
this.sparkConfiguration = new SparkConfigurationImpl(this);
|
|
27704
28281
|
this.sparkConfigurations = new SparkConfigurationsImpl(this);
|
|
27705
28282
|
this.kustoOperations = new KustoOperationsImpl(this);
|
|
@@ -27710,6 +28287,7 @@ class SynapseManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
27710
28287
|
this.kustoPoolDataConnections = new KustoPoolDataConnectionsImpl(this);
|
|
27711
28288
|
this.kustoPoolPrincipalAssignments = new KustoPoolPrincipalAssignmentsImpl(this);
|
|
27712
28289
|
this.kustoPoolDatabasePrincipalAssignments = new KustoPoolDatabasePrincipalAssignmentsImpl(this);
|
|
28290
|
+
this.kustoPoolPrivateLinkResourcesOperations = new KustoPoolPrivateLinkResourcesOperationsImpl(this);
|
|
27713
28291
|
}
|
|
27714
28292
|
}
|
|
27715
28293
|
|