@azure/arm-elasticsan 1.0.1-alpha.20240924.1 → 1.1.0
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 +7 -9
- package/dist/index.js +849 -837
- 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/elasticSansCreateSample.js +6 -6
- package/dist-esm/samples-dev/elasticSansDeleteSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansGetSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansUpdateSample.js +4 -4
- package/dist-esm/samples-dev/operationsListSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +7 -7
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js +2 -2
- package/dist-esm/samples-dev/skusListSample.js +3 -3
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +17 -14
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/volumeGroupsGetSample.js +2 -2
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +2 -2
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +16 -13
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +8 -8
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js +2 -2
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +3 -3
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesCreateSample.js +4 -4
- package/dist-esm/samples-dev/volumesDeleteSample.js +4 -4
- package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesGetSample.js +2 -2
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +2 -2
- package/dist-esm/samples-dev/volumesUpdateSample.js +2 -2
- package/dist-esm/src/elasticSanManagement.d.ts.map +1 -1
- package/dist-esm/src/elasticSanManagement.js +9 -9
- package/dist-esm/src/elasticSanManagement.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +4 -0
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +531 -519
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +61 -61
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/elasticSans.d.ts.map +1 -1
- package/dist-esm/src/operations/elasticSans.js +59 -59
- package/dist-esm/src/operations/elasticSans.js.map +1 -1
- package/dist-esm/src/operations/operations.js +5 -5
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +35 -35
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +5 -5
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/skus.js +5 -5
- package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/volumeGroups.js +51 -51
- package/dist-esm/src/operations/volumeGroups.js.map +1 -1
- package/dist-esm/src/operations/volumeSnapshots.d.ts.map +1 -1
- package/dist-esm/src/operations/volumeSnapshots.js +40 -40
- package/dist-esm/src/operations/volumeSnapshots.js.map +1 -1
- package/dist-esm/src/operations/volumes.d.ts.map +1 -1
- package/dist-esm/src/operations/volumes.js +54 -54
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/test/elasticsan_examples.spec.d.ts.map +1 -1
- package/dist-esm/test/elasticsan_examples.spec.js +28 -9
- package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
- package/package.json +6 -6
- package/review/arm-elasticsan.api.md +2 -0
- package/src/elasticSanManagement.ts +18 -17
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +26 -19
- package/src/models/mappers.ts +549 -536
- package/src/models/parameters.ts +62 -62
- package/src/operations/elasticSans.ts +115 -124
- package/src/operations/operations.ts +10 -10
- package/src/operations/privateEndpointConnections.ts +71 -76
- package/src/operations/privateLinkResources.ts +9 -10
- package/src/operations/skus.ts +9 -9
- package/src/operations/volumeGroups.ts +101 -109
- package/src/operations/volumeSnapshots.ts +79 -85
- package/src/operations/volumes.ts +104 -112
- package/src/operationsInterfaces/elasticSans.ts +10 -10
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnections.ts +7 -7
- package/src/operationsInterfaces/privateLinkResources.ts +2 -2
- package/src/operationsInterfaces/skus.ts +1 -1
- package/src/operationsInterfaces/volumeGroups.ts +9 -9
- package/src/operationsInterfaces/volumeSnapshots.ts +7 -7
- package/src/operationsInterfaces/volumes.ts +9 -9
- package/src/pagingHelper.ts +1 -1
- package/types/arm-elasticsan.d.ts +4 -0
|
@@ -11,7 +11,7 @@ import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
|
11
11
|
import {
|
|
12
12
|
PipelineRequest,
|
|
13
13
|
PipelineResponse,
|
|
14
|
-
SendRequest
|
|
14
|
+
SendRequest,
|
|
15
15
|
} from "@azure/core-rest-pipeline";
|
|
16
16
|
import * as coreAuth from "@azure/core-auth";
|
|
17
17
|
import {
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
VolumesImpl,
|
|
23
23
|
PrivateEndpointConnectionsImpl,
|
|
24
24
|
PrivateLinkResourcesImpl,
|
|
25
|
-
VolumeSnapshotsImpl
|
|
25
|
+
VolumeSnapshotsImpl,
|
|
26
26
|
} from "./operations";
|
|
27
27
|
import {
|
|
28
28
|
Operations,
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
Volumes,
|
|
33
33
|
PrivateEndpointConnections,
|
|
34
34
|
PrivateLinkResources,
|
|
35
|
-
VolumeSnapshots
|
|
35
|
+
VolumeSnapshots,
|
|
36
36
|
} from "./operationsInterfaces";
|
|
37
37
|
import { ElasticSanManagementOptionalParams } from "./models";
|
|
38
38
|
|
|
@@ -50,7 +50,7 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
50
50
|
constructor(
|
|
51
51
|
credentials: coreAuth.TokenCredential,
|
|
52
52
|
subscriptionId: string,
|
|
53
|
-
options?: ElasticSanManagementOptionalParams
|
|
53
|
+
options?: ElasticSanManagementOptionalParams,
|
|
54
54
|
) {
|
|
55
55
|
if (credentials === undefined) {
|
|
56
56
|
throw new Error("'credentials' cannot be null");
|
|
@@ -65,10 +65,10 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
65
65
|
}
|
|
66
66
|
const defaults: ElasticSanManagementOptionalParams = {
|
|
67
67
|
requestContentType: "application/json; charset=utf-8",
|
|
68
|
-
credential: credentials
|
|
68
|
+
credential: credentials,
|
|
69
69
|
};
|
|
70
70
|
|
|
71
|
-
const packageDetails = `azsdk-js-arm-elasticsan/1.0
|
|
71
|
+
const packageDetails = `azsdk-js-arm-elasticsan/1.1.0`;
|
|
72
72
|
const userAgentPrefix =
|
|
73
73
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
74
74
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
@@ -78,20 +78,21 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
78
78
|
...defaults,
|
|
79
79
|
...options,
|
|
80
80
|
userAgentOptions: {
|
|
81
|
-
userAgentPrefix
|
|
81
|
+
userAgentPrefix,
|
|
82
82
|
},
|
|
83
83
|
endpoint:
|
|
84
|
-
options.endpoint ?? options.baseUri ?? "https://management.azure.com"
|
|
84
|
+
options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
85
85
|
};
|
|
86
86
|
super(optionsWithDefaults);
|
|
87
87
|
|
|
88
88
|
let bearerTokenAuthenticationPolicyFound: boolean = false;
|
|
89
89
|
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
90
|
-
const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =
|
|
90
|
+
const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =
|
|
91
|
+
options.pipeline.getOrderedPolicies();
|
|
91
92
|
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
|
|
92
93
|
(pipelinePolicy) =>
|
|
93
94
|
pipelinePolicy.name ===
|
|
94
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
95
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
95
96
|
);
|
|
96
97
|
}
|
|
97
98
|
if (
|
|
@@ -101,7 +102,7 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
101
102
|
!bearerTokenAuthenticationPolicyFound
|
|
102
103
|
) {
|
|
103
104
|
this.pipeline.removePolicy({
|
|
104
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
105
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
105
106
|
});
|
|
106
107
|
this.pipeline.addPolicy(
|
|
107
108
|
coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
@@ -111,9 +112,9 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
111
112
|
`${optionsWithDefaults.endpoint}/.default`,
|
|
112
113
|
challengeCallbacks: {
|
|
113
114
|
authorizeRequestOnChallenge:
|
|
114
|
-
coreClient.authorizeRequestOnClaimChallenge
|
|
115
|
-
}
|
|
116
|
-
})
|
|
115
|
+
coreClient.authorizeRequestOnClaimChallenge,
|
|
116
|
+
},
|
|
117
|
+
}),
|
|
117
118
|
);
|
|
118
119
|
}
|
|
119
120
|
// Parameter assignments
|
|
@@ -121,7 +122,7 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
121
122
|
|
|
122
123
|
// Assigning values to Constant parameters
|
|
123
124
|
this.$host = options.$host || "https://management.azure.com";
|
|
124
|
-
this.apiVersion = options.apiVersion || "
|
|
125
|
+
this.apiVersion = options.apiVersion || "2024-05-01";
|
|
125
126
|
this.operations = new OperationsImpl(this);
|
|
126
127
|
this.skus = new SkusImpl(this);
|
|
127
128
|
this.elasticSans = new ElasticSansImpl(this);
|
|
@@ -142,7 +143,7 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
142
143
|
name: "CustomApiVersionPolicy",
|
|
143
144
|
async sendRequest(
|
|
144
145
|
request: PipelineRequest,
|
|
145
|
-
next: SendRequest
|
|
146
|
+
next: SendRequest,
|
|
146
147
|
): Promise<PipelineResponse> {
|
|
147
148
|
const param = request.url.split("?");
|
|
148
149
|
if (param.length > 1) {
|
|
@@ -156,7 +157,7 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
156
157
|
request.url = param[0] + "?" + newParams.join("&");
|
|
157
158
|
}
|
|
158
159
|
return next(request);
|
|
159
|
-
}
|
|
160
|
+
},
|
|
160
161
|
};
|
|
161
162
|
this.pipeline.addPolicy(apiVersionPolicy);
|
|
162
163
|
}
|
package/src/lroImpl.ts
CHANGED
|
@@ -28,15 +28,15 @@ export function createLroSpec<T>(inputs: {
|
|
|
28
28
|
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
29
29
|
sendPollRequest: (
|
|
30
30
|
path: string,
|
|
31
|
-
options?: { abortSignal?: AbortSignalLike }
|
|
31
|
+
options?: { abortSignal?: AbortSignalLike },
|
|
32
32
|
) => {
|
|
33
33
|
const { requestBody, ...restSpec } = spec;
|
|
34
34
|
return sendOperationFn(args, {
|
|
35
35
|
...restSpec,
|
|
36
36
|
httpMethod: "GET",
|
|
37
37
|
path,
|
|
38
|
-
abortSignal: options?.abortSignal
|
|
38
|
+
abortSignal: options?.abortSignal,
|
|
39
39
|
});
|
|
40
|
-
}
|
|
40
|
+
},
|
|
41
41
|
};
|
|
42
42
|
}
|
package/src/models/index.ts
CHANGED
|
@@ -414,6 +414,8 @@ export interface VolumeGroupProperties {
|
|
|
414
414
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
415
415
|
*/
|
|
416
416
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
417
|
+
/** A boolean indicating whether or not Data Integrity Check is enabled */
|
|
418
|
+
enforceDataIntegrityCheckForIscsi?: boolean;
|
|
417
419
|
}
|
|
418
420
|
|
|
419
421
|
/** The encryption settings on the volume group. */
|
|
@@ -487,6 +489,8 @@ export interface VolumeGroupUpdateProperties {
|
|
|
487
489
|
encryptionProperties?: EncryptionProperties;
|
|
488
490
|
/** A collection of rules governing the accessibility from specific network locations. */
|
|
489
491
|
networkAcls?: NetworkRuleSet;
|
|
492
|
+
/** A boolean indicating whether or not Data Integrity Check is enabled */
|
|
493
|
+
enforceDataIntegrityCheckForIscsi?: boolean;
|
|
490
494
|
}
|
|
491
495
|
|
|
492
496
|
/** Volume response properties. */
|
|
@@ -751,7 +755,7 @@ export enum KnownOrigin {
|
|
|
751
755
|
/** System */
|
|
752
756
|
System = "system",
|
|
753
757
|
/** UserSystem */
|
|
754
|
-
UserSystem = "user,system"
|
|
758
|
+
UserSystem = "user,system",
|
|
755
759
|
}
|
|
756
760
|
|
|
757
761
|
/**
|
|
@@ -768,7 +772,7 @@ export type Origin = string;
|
|
|
768
772
|
/** Known values of {@link ActionType} that the service accepts. */
|
|
769
773
|
export enum KnownActionType {
|
|
770
774
|
/** Internal */
|
|
771
|
-
Internal = "Internal"
|
|
775
|
+
Internal = "Internal",
|
|
772
776
|
}
|
|
773
777
|
|
|
774
778
|
/**
|
|
@@ -785,7 +789,7 @@ export enum KnownSkuName {
|
|
|
785
789
|
/** Premium locally redundant storage */
|
|
786
790
|
PremiumLRS = "Premium_LRS",
|
|
787
791
|
/** Premium zone redundant storage */
|
|
788
|
-
PremiumZRS = "Premium_ZRS"
|
|
792
|
+
PremiumZRS = "Premium_ZRS",
|
|
789
793
|
}
|
|
790
794
|
|
|
791
795
|
/**
|
|
@@ -801,7 +805,7 @@ export type SkuName = string;
|
|
|
801
805
|
/** Known values of {@link SkuTier} that the service accepts. */
|
|
802
806
|
export enum KnownSkuTier {
|
|
803
807
|
/** Premium Tier */
|
|
804
|
-
Premium = "Premium"
|
|
808
|
+
Premium = "Premium",
|
|
805
809
|
}
|
|
806
810
|
|
|
807
811
|
/**
|
|
@@ -830,7 +834,7 @@ export enum KnownProvisioningStates {
|
|
|
830
834
|
/** Updating */
|
|
831
835
|
Updating = "Updating",
|
|
832
836
|
/** Deleting */
|
|
833
|
-
Deleting = "Deleting"
|
|
837
|
+
Deleting = "Deleting",
|
|
834
838
|
}
|
|
835
839
|
|
|
836
840
|
/**
|
|
@@ -858,7 +862,7 @@ export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
|
858
862
|
/** Failed */
|
|
859
863
|
Failed = "Failed",
|
|
860
864
|
/** Rejected */
|
|
861
|
-
Rejected = "Rejected"
|
|
865
|
+
Rejected = "Rejected",
|
|
862
866
|
}
|
|
863
867
|
|
|
864
868
|
/**
|
|
@@ -882,7 +886,7 @@ export enum KnownCreatedByType {
|
|
|
882
886
|
/** ManagedIdentity */
|
|
883
887
|
ManagedIdentity = "ManagedIdentity",
|
|
884
888
|
/** Key */
|
|
885
|
-
Key = "Key"
|
|
889
|
+
Key = "Key",
|
|
886
890
|
}
|
|
887
891
|
|
|
888
892
|
/**
|
|
@@ -902,7 +906,7 @@ export enum KnownPublicNetworkAccess {
|
|
|
902
906
|
/** Enabled */
|
|
903
907
|
Enabled = "Enabled",
|
|
904
908
|
/** Disabled */
|
|
905
|
-
Disabled = "Disabled"
|
|
909
|
+
Disabled = "Disabled",
|
|
906
910
|
}
|
|
907
911
|
|
|
908
912
|
/**
|
|
@@ -922,7 +926,7 @@ export enum KnownIdentityType {
|
|
|
922
926
|
/** SystemAssigned */
|
|
923
927
|
SystemAssigned = "SystemAssigned",
|
|
924
928
|
/** UserAssigned */
|
|
925
|
-
UserAssigned = "UserAssigned"
|
|
929
|
+
UserAssigned = "UserAssigned",
|
|
926
930
|
}
|
|
927
931
|
|
|
928
932
|
/**
|
|
@@ -941,7 +945,7 @@ export enum KnownStorageTargetType {
|
|
|
941
945
|
/** Iscsi */
|
|
942
946
|
Iscsi = "Iscsi",
|
|
943
947
|
/** None */
|
|
944
|
-
None = "None"
|
|
948
|
+
None = "None",
|
|
945
949
|
}
|
|
946
950
|
|
|
947
951
|
/**
|
|
@@ -959,7 +963,7 @@ export enum KnownEncryptionType {
|
|
|
959
963
|
/** Volume is encrypted at rest with Platform managed key. It is the default encryption type. */
|
|
960
964
|
EncryptionAtRestWithPlatformKey = "EncryptionAtRestWithPlatformKey",
|
|
961
965
|
/** Volume is encrypted at rest with Customer managed key that can be changed and revoked by a customer. */
|
|
962
|
-
EncryptionAtRestWithCustomerManagedKey = "EncryptionAtRestWithCustomerManagedKey"
|
|
966
|
+
EncryptionAtRestWithCustomerManagedKey = "EncryptionAtRestWithCustomerManagedKey",
|
|
963
967
|
}
|
|
964
968
|
|
|
965
969
|
/**
|
|
@@ -975,7 +979,7 @@ export type EncryptionType = string;
|
|
|
975
979
|
/** Known values of {@link Action} that the service accepts. */
|
|
976
980
|
export enum KnownAction {
|
|
977
981
|
/** Allow */
|
|
978
|
-
Allow = "Allow"
|
|
982
|
+
Allow = "Allow",
|
|
979
983
|
}
|
|
980
984
|
|
|
981
985
|
/**
|
|
@@ -998,7 +1002,7 @@ export enum KnownVolumeCreateOption {
|
|
|
998
1002
|
/** Disk */
|
|
999
1003
|
Disk = "Disk",
|
|
1000
1004
|
/** DiskRestorePoint */
|
|
1001
|
-
DiskRestorePoint = "DiskRestorePoint"
|
|
1005
|
+
DiskRestorePoint = "DiskRestorePoint",
|
|
1002
1006
|
}
|
|
1003
1007
|
|
|
1004
1008
|
/**
|
|
@@ -1031,7 +1035,7 @@ export enum KnownOperationalStatus {
|
|
|
1031
1035
|
/** Stopped */
|
|
1032
1036
|
Stopped = "Stopped",
|
|
1033
1037
|
/** StoppedDeallocated */
|
|
1034
|
-
StoppedDeallocated = "Stopped (deallocated)"
|
|
1038
|
+
StoppedDeallocated = "Stopped (deallocated)",
|
|
1035
1039
|
}
|
|
1036
1040
|
|
|
1037
1041
|
/**
|
|
@@ -1055,7 +1059,7 @@ export enum KnownXMsDeleteSnapshots {
|
|
|
1055
1059
|
/** True */
|
|
1056
1060
|
True = "true",
|
|
1057
1061
|
/** False */
|
|
1058
|
-
False = "false"
|
|
1062
|
+
False = "false",
|
|
1059
1063
|
}
|
|
1060
1064
|
|
|
1061
1065
|
/**
|
|
@@ -1073,7 +1077,7 @@ export enum KnownXMsForceDelete {
|
|
|
1073
1077
|
/** True */
|
|
1074
1078
|
True = "true",
|
|
1075
1079
|
/** False */
|
|
1076
|
-
False = "false"
|
|
1080
|
+
False = "false",
|
|
1077
1081
|
}
|
|
1078
1082
|
|
|
1079
1083
|
/**
|
|
@@ -1291,7 +1295,8 @@ export interface PrivateEndpointConnectionsCreateOptionalParams
|
|
|
1291
1295
|
}
|
|
1292
1296
|
|
|
1293
1297
|
/** Contains response data for the create operation. */
|
|
1294
|
-
export type PrivateEndpointConnectionsCreateResponse =
|
|
1298
|
+
export type PrivateEndpointConnectionsCreateResponse =
|
|
1299
|
+
PrivateEndpointConnection;
|
|
1295
1300
|
|
|
1296
1301
|
/** Optional parameters. */
|
|
1297
1302
|
export interface PrivateEndpointConnectionsGetOptionalParams
|
|
@@ -1314,14 +1319,16 @@ export interface PrivateEndpointConnectionsListOptionalParams
|
|
|
1314
1319
|
extends coreClient.OperationOptions {}
|
|
1315
1320
|
|
|
1316
1321
|
/** Contains response data for the list operation. */
|
|
1317
|
-
export type PrivateEndpointConnectionsListResponse =
|
|
1322
|
+
export type PrivateEndpointConnectionsListResponse =
|
|
1323
|
+
PrivateEndpointConnectionListResult;
|
|
1318
1324
|
|
|
1319
1325
|
/** Optional parameters. */
|
|
1320
1326
|
export interface PrivateLinkResourcesListByElasticSanOptionalParams
|
|
1321
1327
|
extends coreClient.OperationOptions {}
|
|
1322
1328
|
|
|
1323
1329
|
/** Contains response data for the listByElasticSan operation. */
|
|
1324
|
-
export type PrivateLinkResourcesListByElasticSanResponse =
|
|
1330
|
+
export type PrivateLinkResourcesListByElasticSanResponse =
|
|
1331
|
+
PrivateLinkResourceListResult;
|
|
1325
1332
|
|
|
1326
1333
|
/** Optional parameters. */
|
|
1327
1334
|
export interface VolumeSnapshotsListByVolumeGroupOptionalParams
|