Skip to content

Commit 77dc7e4

Browse files
authored
arm-synapse-track1 (Azure#18619)
1 parent b049934 commit 77dc7e4

File tree

67 files changed

+545
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+545
-580
lines changed

sdk/synapse/arm-synapse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-synapse",
33
"author": "Microsoft Corporation",
44
"description": "SynapseManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "6.1.0",
5+
"version": "7.0.0",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^2.1.0",
88
"@azure/ms-rest-js": "^2.2.0",

sdk/synapse/arm-synapse/src/models/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5321,6 +5321,11 @@ export interface EventHubDataConnection {
53215321
* 'Deleting', 'Succeeded', 'Failed', 'Moving', 'Canceled'
53225322
*/
53235323
provisioningState?: ResourceProvisioningState;
5324+
/**
5325+
* The resource ID of a managed identity (system or user assigned) to be used to authenticate
5326+
* with event hub.
5327+
*/
5328+
managedIdentityResourceId?: string;
53245329
}
53255330

53265331
/**
@@ -11544,7 +11549,7 @@ export type KustoOperationsListNextResponse = OperationListResult & {
1154411549
/**
1154511550
* Contains response data for the listSkus operation.
1154611551
*/
11547-
export type KustoPoolListSkusResponse = SkuDescriptionList & {
11552+
export type KustoPoolsListSkusResponse = SkuDescriptionList & {
1154811553
/**
1154911554
* The underlying HTTP response.
1155011555
*/

sdk/synapse/arm-synapse/src/models/kustoPoolOperationsMappers.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

sdk/synapse/arm-synapse/src/models/kustoPoolsMappers.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ export {
110110
ServerSecurityAlertPolicy,
111111
ServerVulnerabilityAssessment,
112112
Sku,
113+
SkuDescription,
114+
SkuDescriptionList,
115+
SkuLocationInfoItem,
113116
SparkConfigProperties,
114117
SparkConfigurationResource,
115118
SqlPool,

sdk/synapse/arm-synapse/src/models/mappers.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7771,6 +7771,12 @@ export const EventHubDataConnection: msRest.CompositeMapper = {
77717771
type: {
77727772
name: "String"
77737773
}
7774+
},
7775+
managedIdentityResourceId: {
7776+
serializedName: "properties.managedIdentityResourceId",
7777+
type: {
7778+
name: "String"
7779+
}
77747780
}
77757781
}
77767782
}

sdk/synapse/arm-synapse/src/operations/azureADOnlyAuthentications.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ export class AzureADOnlyAuthentications {
3030
* Gets a Azure Active Directory only authentication property
3131
* @summary Get Azure Active Directory only authentication property
3232
* @param resourceGroupName The name of the resource group. The name is case insensitive.
33-
* @param workspaceName The name of the workspace
33+
* @param workspaceName The name of the workspace.
3434
* @param [options] The optional parameters
3535
* @returns Promise<Models.AzureADOnlyAuthenticationsGetResponse>
3636
*/
3737
get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AzureADOnlyAuthenticationsGetResponse>;
3838
/**
3939
* @param resourceGroupName The name of the resource group. The name is case insensitive.
40-
* @param workspaceName The name of the workspace
40+
* @param workspaceName The name of the workspace.
4141
* @param callback The callback
4242
*/
4343
get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<Models.AzureADOnlyAuthentication>): void;
4444
/**
4545
* @param resourceGroupName The name of the resource group. The name is case insensitive.
46-
* @param workspaceName The name of the workspace
46+
* @param workspaceName The name of the workspace.
4747
* @param options The optional parameters
4848
* @param callback The callback
4949
*/
@@ -63,7 +63,7 @@ export class AzureADOnlyAuthentications {
6363
* Create or Update a Azure Active Directory only authentication property for the workspaces
6464
* @summary Create or Update Azure Active Directory only authentication property
6565
* @param resourceGroupName The name of the resource group. The name is case insensitive.
66-
* @param workspaceName The name of the workspace
66+
* @param workspaceName The name of the workspace.
6767
* @param azureADOnlyAuthenticationInfo Azure Active Directory Property
6868
* @param [options] The optional parameters
6969
* @returns Promise<Models.AzureADOnlyAuthenticationsCreateResponse>
@@ -77,20 +77,20 @@ export class AzureADOnlyAuthentications {
7777
* Gets a list of Azure Active Directory only authentication property for a workspace
7878
* @summary Gets a list of Azure Active Directory only authentication property
7979
* @param resourceGroupName The name of the resource group. The name is case insensitive.
80-
* @param workspaceName The name of the workspace
80+
* @param workspaceName The name of the workspace.
8181
* @param [options] The optional parameters
8282
* @returns Promise<Models.AzureADOnlyAuthenticationsListResponse>
8383
*/
8484
list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AzureADOnlyAuthenticationsListResponse>;
8585
/**
8686
* @param resourceGroupName The name of the resource group. The name is case insensitive.
87-
* @param workspaceName The name of the workspace
87+
* @param workspaceName The name of the workspace.
8888
* @param callback The callback
8989
*/
9090
list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<Models.AzureADOnlyAuthenticationListResult>): void;
9191
/**
9292
* @param resourceGroupName The name of the resource group. The name is case insensitive.
93-
* @param workspaceName The name of the workspace
93+
* @param workspaceName The name of the workspace.
9494
* @param options The optional parameters
9595
* @param callback The callback
9696
*/
@@ -110,7 +110,7 @@ export class AzureADOnlyAuthentications {
110110
* Create or Update a Azure Active Directory only authentication property for the workspaces
111111
* @summary Create or Update Azure Active Directory only authentication property
112112
* @param resourceGroupName The name of the resource group. The name is case insensitive.
113-
* @param workspaceName The name of the workspace
113+
* @param workspaceName The name of the workspace.
114114
* @param azureADOnlyAuthenticationInfo Azure Active Directory Property
115115
* @param [options] The optional parameters
116116
* @returns Promise<msRestAzure.LROPoller>

sdk/synapse/arm-synapse/src/operations/bigDataPools.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ export class BigDataPools {
3030
* Get a Big Data pool.
3131
* @summary Get Big Data pool
3232
* @param resourceGroupName The name of the resource group. The name is case insensitive.
33-
* @param workspaceName The name of the workspace
33+
* @param workspaceName The name of the workspace.
3434
* @param bigDataPoolName Big Data pool name
3535
* @param [options] The optional parameters
3636
* @returns Promise<Models.BigDataPoolsGetResponse>
3737
*/
3838
get(resourceGroupName: string, workspaceName: string, bigDataPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.BigDataPoolsGetResponse>;
3939
/**
4040
* @param resourceGroupName The name of the resource group. The name is case insensitive.
41-
* @param workspaceName The name of the workspace
41+
* @param workspaceName The name of the workspace.
4242
* @param bigDataPoolName Big Data pool name
4343
* @param callback The callback
4444
*/
4545
get(resourceGroupName: string, workspaceName: string, bigDataPoolName: string, callback: msRest.ServiceCallback<Models.BigDataPoolResourceInfo>): void;
4646
/**
4747
* @param resourceGroupName The name of the resource group. The name is case insensitive.
48-
* @param workspaceName The name of the workspace
48+
* @param workspaceName The name of the workspace.
4949
* @param bigDataPoolName Big Data pool name
5050
* @param options The optional parameters
5151
* @param callback The callback
@@ -67,7 +67,7 @@ export class BigDataPools {
6767
* Patch a Big Data pool.
6868
* @summary Update a Big Data pool.
6969
* @param resourceGroupName The name of the resource group. The name is case insensitive.
70-
* @param workspaceName The name of the workspace
70+
* @param workspaceName The name of the workspace.
7171
* @param bigDataPoolName Big Data pool name
7272
* @param bigDataPoolPatchInfo The updated Big Data pool properties
7373
* @param [options] The optional parameters
@@ -76,15 +76,15 @@ export class BigDataPools {
7676
update(resourceGroupName: string, workspaceName: string, bigDataPoolName: string, bigDataPoolPatchInfo: Models.BigDataPoolPatchInfo, options?: msRest.RequestOptionsBase): Promise<Models.BigDataPoolsUpdateResponse>;
7777
/**
7878
* @param resourceGroupName The name of the resource group. The name is case insensitive.
79-
* @param workspaceName The name of the workspace
79+
* @param workspaceName The name of the workspace.
8080
* @param bigDataPoolName Big Data pool name
8181
* @param bigDataPoolPatchInfo The updated Big Data pool properties
8282
* @param callback The callback
8383
*/
8484
update(resourceGroupName: string, workspaceName: string, bigDataPoolName: string, bigDataPoolPatchInfo: Models.BigDataPoolPatchInfo, callback: msRest.ServiceCallback<Models.BigDataPoolResourceInfo>): void;
8585
/**
8686
* @param resourceGroupName The name of the resource group. The name is case insensitive.
87-
* @param workspaceName The name of the workspace
87+
* @param workspaceName The name of the workspace.
8888
* @param bigDataPoolName Big Data pool name
8989
* @param bigDataPoolPatchInfo The updated Big Data pool properties
9090
* @param options The optional parameters
@@ -108,7 +108,7 @@ export class BigDataPools {
108108
* Create a new Big Data pool.
109109
* @summary Create a Big Data pool.
110110
* @param resourceGroupName The name of the resource group. The name is case insensitive.
111-
* @param workspaceName The name of the workspace
111+
* @param workspaceName The name of the workspace.
112112
* @param bigDataPoolName Big Data pool name
113113
* @param bigDataPoolInfo The Big Data pool to create.
114114
* @param [options] The optional parameters
@@ -123,7 +123,7 @@ export class BigDataPools {
123123
* Delete a Big Data pool from the workspace.
124124
* @summary Delete a Big Data pool.
125125
* @param resourceGroupName The name of the resource group. The name is case insensitive.
126-
* @param workspaceName The name of the workspace
126+
* @param workspaceName The name of the workspace.
127127
* @param bigDataPoolName Big Data pool name
128128
* @param [options] The optional parameters
129129
* @returns Promise<Models.BigDataPoolsDeleteMethodResponse>
@@ -137,20 +137,20 @@ export class BigDataPools {
137137
* List Big Data pools in a workspace.
138138
* @summary List the Big Data pools in a workspace.
139139
* @param resourceGroupName The name of the resource group. The name is case insensitive.
140-
* @param workspaceName The name of the workspace
140+
* @param workspaceName The name of the workspace.
141141
* @param [options] The optional parameters
142142
* @returns Promise<Models.BigDataPoolsListByWorkspaceResponse>
143143
*/
144144
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.BigDataPoolsListByWorkspaceResponse>;
145145
/**
146146
* @param resourceGroupName The name of the resource group. The name is case insensitive.
147-
* @param workspaceName The name of the workspace
147+
* @param workspaceName The name of the workspace.
148148
* @param callback The callback
149149
*/
150150
listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<Models.BigDataPoolResourceInfoListResult>): void;
151151
/**
152152
* @param resourceGroupName The name of the resource group. The name is case insensitive.
153-
* @param workspaceName The name of the workspace
153+
* @param workspaceName The name of the workspace.
154154
* @param options The optional parameters
155155
* @param callback The callback
156156
*/
@@ -170,7 +170,7 @@ export class BigDataPools {
170170
* Create a new Big Data pool.
171171
* @summary Create a Big Data pool.
172172
* @param resourceGroupName The name of the resource group. The name is case insensitive.
173-
* @param workspaceName The name of the workspace
173+
* @param workspaceName The name of the workspace.
174174
* @param bigDataPoolName Big Data pool name
175175
* @param bigDataPoolInfo The Big Data pool to create.
176176
* @param [options] The optional parameters
@@ -193,7 +193,7 @@ export class BigDataPools {
193193
* Delete a Big Data pool from the workspace.
194194
* @summary Delete a Big Data pool.
195195
* @param resourceGroupName The name of the resource group. The name is case insensitive.
196-
* @param workspaceName The name of the workspace
196+
* @param workspaceName The name of the workspace.
197197
* @param bigDataPoolName Big Data pool name
198198
* @param [options] The optional parameters
199199
* @returns Promise<msRestAzure.LROPoller>

sdk/synapse/arm-synapse/src/operations/dataMaskingPolicies.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class DataMaskingPolicies {
2828
/**
2929
* Creates or updates a Sql pool data masking policy
3030
* @param resourceGroupName The name of the resource group. The name is case insensitive.
31-
* @param workspaceName The name of the workspace
31+
* @param workspaceName The name of the workspace.
3232
* @param sqlPoolName SQL pool name
3333
* @param parameters Parameters for creating or updating a data masking policy.
3434
* @param [options] The optional parameters
@@ -37,15 +37,15 @@ export class DataMaskingPolicies {
3737
createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.DataMaskingPolicy, options?: msRest.RequestOptionsBase): Promise<Models.DataMaskingPoliciesCreateOrUpdateResponse>;
3838
/**
3939
* @param resourceGroupName The name of the resource group. The name is case insensitive.
40-
* @param workspaceName The name of the workspace
40+
* @param workspaceName The name of the workspace.
4141
* @param sqlPoolName SQL pool name
4242
* @param parameters Parameters for creating or updating a data masking policy.
4343
* @param callback The callback
4444
*/
4545
createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: Models.DataMaskingPolicy, callback: msRest.ServiceCallback<Models.DataMaskingPolicy>): void;
4646
/**
4747
* @param resourceGroupName The name of the resource group. The name is case insensitive.
48-
* @param workspaceName The name of the workspace
48+
* @param workspaceName The name of the workspace.
4949
* @param sqlPoolName SQL pool name
5050
* @param parameters Parameters for creating or updating a data masking policy.
5151
* @param options The optional parameters
@@ -68,22 +68,22 @@ export class DataMaskingPolicies {
6868
/**
6969
* Gets a Sql pool data masking policy.
7070
* @param resourceGroupName The name of the resource group. The name is case insensitive.
71-
* @param workspaceName The name of the workspace
71+
* @param workspaceName The name of the workspace.
7272
* @param sqlPoolName SQL pool name
7373
* @param [options] The optional parameters
7474
* @returns Promise<Models.DataMaskingPoliciesGetResponse>
7575
*/
7676
get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.DataMaskingPoliciesGetResponse>;
7777
/**
7878
* @param resourceGroupName The name of the resource group. The name is case insensitive.
79-
* @param workspaceName The name of the workspace
79+
* @param workspaceName The name of the workspace.
8080
* @param sqlPoolName SQL pool name
8181
* @param callback The callback
8282
*/
8383
get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback<Models.DataMaskingPolicy>): void;
8484
/**
8585
* @param resourceGroupName The name of the resource group. The name is case insensitive.
86-
* @param workspaceName The name of the workspace
86+
* @param workspaceName The name of the workspace.
8787
* @param sqlPoolName SQL pool name
8888
* @param options The optional parameters
8989
* @param callback The callback

sdk/synapse/arm-synapse/src/operations/dataMaskingRules.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class DataMaskingRules {
2828
/**
2929
* Creates or updates a Sql pool data masking rule.
3030
* @param resourceGroupName The name of the resource group. The name is case insensitive.
31-
* @param workspaceName The name of the workspace
31+
* @param workspaceName The name of the workspace.
3232
* @param sqlPoolName SQL pool name
3333
* @param dataMaskingRuleName The name of the data masking rule.
3434
* @param parameters The required parameters for creating or updating a data masking rule.
@@ -38,7 +38,7 @@ export class DataMaskingRules {
3838
createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, dataMaskingRuleName: string, parameters: Models.DataMaskingRule, options?: msRest.RequestOptionsBase): Promise<Models.DataMaskingRulesCreateOrUpdateResponse>;
3939
/**
4040
* @param resourceGroupName The name of the resource group. The name is case insensitive.
41-
* @param workspaceName The name of the workspace
41+
* @param workspaceName The name of the workspace.
4242
* @param sqlPoolName SQL pool name
4343
* @param dataMaskingRuleName The name of the data masking rule.
4444
* @param parameters The required parameters for creating or updating a data masking rule.
@@ -47,7 +47,7 @@ export class DataMaskingRules {
4747
createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, dataMaskingRuleName: string, parameters: Models.DataMaskingRule, callback: msRest.ServiceCallback<Models.DataMaskingRule>): void;
4848
/**
4949
* @param resourceGroupName The name of the resource group. The name is case insensitive.
50-
* @param workspaceName The name of the workspace
50+
* @param workspaceName The name of the workspace.
5151
* @param sqlPoolName SQL pool name
5252
* @param dataMaskingRuleName The name of the data masking rule.
5353
* @param parameters The required parameters for creating or updating a data masking rule.
@@ -72,7 +72,7 @@ export class DataMaskingRules {
7272
/**
7373
* Gets the specific Sql pool data masking rule.
7474
* @param resourceGroupName The name of the resource group. The name is case insensitive.
75-
* @param workspaceName The name of the workspace
75+
* @param workspaceName The name of the workspace.
7676
* @param sqlPoolName SQL pool name
7777
* @param dataMaskingRuleName The name of the data masking rule.
7878
* @param [options] The optional parameters
@@ -81,15 +81,15 @@ export class DataMaskingRules {
8181
get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, dataMaskingRuleName: string, options?: msRest.RequestOptionsBase): Promise<Models.DataMaskingRulesGetResponse>;
8282
/**
8383
* @param resourceGroupName The name of the resource group. The name is case insensitive.
84-
* @param workspaceName The name of the workspace
84+
* @param workspaceName The name of the workspace.
8585
* @param sqlPoolName SQL pool name
8686
* @param dataMaskingRuleName The name of the data masking rule.
8787
* @param callback The callback
8888
*/
8989
get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, dataMaskingRuleName: string, callback: msRest.ServiceCallback<Models.DataMaskingRule>): void;
9090
/**
9191
* @param resourceGroupName The name of the resource group. The name is case insensitive.
92-
* @param workspaceName The name of the workspace
92+
* @param workspaceName The name of the workspace.
9393
* @param sqlPoolName SQL pool name
9494
* @param dataMaskingRuleName The name of the data masking rule.
9595
* @param options The optional parameters
@@ -112,22 +112,22 @@ export class DataMaskingRules {
112112
/**
113113
* Gets a list of Sql pool data masking rules.
114114
* @param resourceGroupName The name of the resource group. The name is case insensitive.
115-
* @param workspaceName The name of the workspace
115+
* @param workspaceName The name of the workspace.
116116
* @param sqlPoolName SQL pool name
117117
* @param [options] The optional parameters
118118
* @returns Promise<Models.DataMaskingRulesListBySqlPoolResponse>
119119
*/
120120
listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.DataMaskingRulesListBySqlPoolResponse>;
121121
/**
122122
* @param resourceGroupName The name of the resource group. The name is case insensitive.
123-
* @param workspaceName The name of the workspace
123+
* @param workspaceName The name of the workspace.
124124
* @param sqlPoolName SQL pool name
125125
* @param callback The callback
126126
*/
127127
listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, callback: msRest.ServiceCallback<Models.DataMaskingRuleListResult>): void;
128128
/**
129129
* @param resourceGroupName The name of the resource group. The name is case insensitive.
130-
* @param workspaceName The name of the workspace
130+
* @param workspaceName The name of the workspace.
131131
* @param sqlPoolName SQL pool name
132132
* @param options The optional parameters
133133
* @param callback The callback

0 commit comments

Comments
 (0)