@azure/arm-maps 3.1.2-alpha.20260304.1 → 3.1.2-alpha.20260306.1
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/dist/commonjs/azureMapsManagementClient.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/models/index.js +11 -0
- package/dist/commonjs/models/mappers.js +36 -0
- package/dist/commonjs/models/parameters.js +18 -0
- package/dist/commonjs/operations/accounts.js +4 -0
- package/dist/commonjs/operations/creators.js +4 -0
- package/dist/commonjs/operations/index.js +6 -0
- package/dist/commonjs/operations/maps.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +6 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +4 -4
package/dist/commonjs/index.js
CHANGED
|
@@ -26,3 +26,10 @@ var import_pagingHelper = require("./pagingHelper.js");
|
|
|
26
26
|
__reExport(src_exports, require("./models/index.js"), module.exports);
|
|
27
27
|
var import_azureMapsManagementClient = require("./azureMapsManagementClient.js");
|
|
28
28
|
__reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
AzureMapsManagementClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
|
@@ -74,3 +74,14 @@ var KnownKeyType = /* @__PURE__ */ ((KnownKeyType2) => {
|
|
|
74
74
|
KnownKeyType2["Secondary"] = "secondary";
|
|
75
75
|
return KnownKeyType2;
|
|
76
76
|
})(KnownKeyType || {});
|
|
77
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
78
|
+
0 && (module.exports = {
|
|
79
|
+
KnownCreatedByType,
|
|
80
|
+
KnownIdentityType,
|
|
81
|
+
KnownInfrastructureEncryption,
|
|
82
|
+
KnownKeyType,
|
|
83
|
+
KnownKind,
|
|
84
|
+
KnownManagedServiceIdentityType,
|
|
85
|
+
KnownName,
|
|
86
|
+
KnownSigningKey
|
|
87
|
+
});
|
|
@@ -1165,3 +1165,39 @@ const Creator = {
|
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
1167
1167
|
};
|
|
1168
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
1169
|
+
0 && (module.exports = {
|
|
1170
|
+
AccountSasParameters,
|
|
1171
|
+
CorsRule,
|
|
1172
|
+
CorsRules,
|
|
1173
|
+
Creator,
|
|
1174
|
+
CreatorList,
|
|
1175
|
+
CreatorProperties,
|
|
1176
|
+
CreatorUpdateParameters,
|
|
1177
|
+
CustomerManagedKeyEncryption,
|
|
1178
|
+
CustomerManagedKeyEncryptionKeyIdentity,
|
|
1179
|
+
Dimension,
|
|
1180
|
+
Encryption,
|
|
1181
|
+
ErrorAdditionalInfo,
|
|
1182
|
+
ErrorDetail,
|
|
1183
|
+
ErrorResponse,
|
|
1184
|
+
LinkedResource,
|
|
1185
|
+
ManagedServiceIdentity,
|
|
1186
|
+
MapsAccount,
|
|
1187
|
+
MapsAccountKeys,
|
|
1188
|
+
MapsAccountProperties,
|
|
1189
|
+
MapsAccountSasToken,
|
|
1190
|
+
MapsAccountUpdateParameters,
|
|
1191
|
+
MapsAccounts,
|
|
1192
|
+
MapsKeySpecification,
|
|
1193
|
+
MapsOperations,
|
|
1194
|
+
MetricSpecification,
|
|
1195
|
+
OperationDetail,
|
|
1196
|
+
OperationDisplay,
|
|
1197
|
+
Resource,
|
|
1198
|
+
ServiceSpecification,
|
|
1199
|
+
Sku,
|
|
1200
|
+
SystemData,
|
|
1201
|
+
TrackedResource,
|
|
1202
|
+
UserAssignedIdentity
|
|
1203
|
+
});
|
|
@@ -161,3 +161,21 @@ const creatorUpdateParameters = {
|
|
|
161
161
|
parameterPath: "creatorUpdateParameters",
|
|
162
162
|
mapper: import_mappers.CreatorUpdateParameters
|
|
163
163
|
};
|
|
164
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
165
|
+
0 && (module.exports = {
|
|
166
|
+
$host,
|
|
167
|
+
accept,
|
|
168
|
+
accountName,
|
|
169
|
+
apiVersion,
|
|
170
|
+
contentType,
|
|
171
|
+
creatorName,
|
|
172
|
+
creatorResource,
|
|
173
|
+
creatorUpdateParameters,
|
|
174
|
+
keySpecification,
|
|
175
|
+
mapsAccount,
|
|
176
|
+
mapsAccountSasParameters,
|
|
177
|
+
mapsAccountUpdateParameters,
|
|
178
|
+
nextLink,
|
|
179
|
+
resourceGroupName,
|
|
180
|
+
subscriptionId
|
|
181
|
+
});
|
|
@@ -17,3 +17,9 @@ module.exports = __toCommonJS(operations_exports);
|
|
|
17
17
|
__reExport(operations_exports, require("./accounts.js"), module.exports);
|
|
18
18
|
__reExport(operations_exports, require("./maps.js"), module.exports);
|
|
19
19
|
__reExport(operations_exports, require("./creators.js"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("./accounts.js"),
|
|
23
|
+
...require("./maps.js"),
|
|
24
|
+
...require("./creators.js")
|
|
25
|
+
});
|
|
@@ -17,3 +17,9 @@ module.exports = __toCommonJS(operationsInterfaces_exports);
|
|
|
17
17
|
__reExport(operationsInterfaces_exports, require("./accounts.js"), module.exports);
|
|
18
18
|
__reExport(operationsInterfaces_exports, require("./maps.js"), module.exports);
|
|
19
19
|
__reExport(operationsInterfaces_exports, require("./creators.js"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("./accounts.js"),
|
|
23
|
+
...require("./maps.js"),
|
|
24
|
+
...require("./creators.js")
|
|
25
|
+
});
|
|
@@ -36,3 +36,8 @@ function setContinuationToken(page, continuationToken) {
|
|
|
36
36
|
pageInfo.continuationToken = continuationToken;
|
|
37
37
|
pageMap.set(page, pageInfo);
|
|
38
38
|
}
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
getContinuationToken,
|
|
42
|
+
setContinuationToken
|
|
43
|
+
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for AzureMapsManagementClient.",
|
|
6
|
-
"version": "3.1.2-alpha.
|
|
6
|
+
"version": "3.1.2-alpha.20260306.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@azure/core-auth": ">=1.10.2-alpha <1.10.2-alphb",
|
|
12
12
|
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
13
13
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
14
|
-
"@azure/core-rest-pipeline": ">=1.23.
|
|
14
|
+
"@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
|
|
15
15
|
"tslib": "^2.8.1"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"rimraf": "^6.1.0",
|
|
39
39
|
"typescript": "~5.9.3",
|
|
40
40
|
"vitest": "^4.0.8",
|
|
41
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
42
41
|
"@azure-tools/test-credential": "^2.1.2",
|
|
42
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
43
43
|
"@azure/dev-tool": "^1.0.0",
|
|
44
|
-
"@azure-tools/test-
|
|
44
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
45
45
|
},
|
|
46
46
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
47
47
|
"bugs": {
|