@azure/arm-databoundaries 1.0.0-alpha.20250110.1 → 1.0.0-alpha.20250113.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/{dist-esm/src → dist/browser}/databoundariesManegementClient.d.ts +2 -2
- package/dist/browser/databoundariesManegementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/databoundariesManegementClient.js +15 -18
- package/dist/browser/databoundariesManegementClient.js.map +1 -0
- package/dist/browser/index.d.ts +4 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +3 -3
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataBoundaries.d.ts +3 -3
- package/dist/browser/operations/dataBoundaries.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataBoundaries.js +2 -2
- package/dist/browser/operations/dataBoundaries.js.map +1 -0
- package/dist/browser/operations/index.d.ts +2 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +1 -1
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dataBoundaries.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dataBoundaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataBoundaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +2 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +1 -1
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/commonjs/databoundariesManegementClient.d.ts +18 -0
- package/dist/commonjs/databoundariesManegementClient.d.ts.map +1 -0
- package/dist/commonjs/databoundariesManegementClient.js +96 -0
- package/dist/commonjs/databoundariesManegementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +4 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +16 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-databoundaries.d.ts → dist/commonjs/models/index.d.ts} +213 -276
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +57 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +10 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +225 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +9 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +84 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dataBoundaries.d.ts +33 -0
- package/dist/commonjs/operations/dataBoundaries.d.ts.map +1 -0
- package/dist/commonjs/operations/dataBoundaries.js +107 -0
- package/dist/commonjs/operations/dataBoundaries.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +2 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +12 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataBoundaries.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/dataBoundaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataBoundaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataBoundaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +12 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/databoundariesManegementClient.d.ts +18 -0
- package/dist/esm/databoundariesManegementClient.d.ts.map +1 -0
- package/dist/esm/databoundariesManegementClient.js +91 -0
- package/dist/esm/databoundariesManegementClient.js.map +1 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +4 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +213 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +54 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +10 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +222 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +9 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +81 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dataBoundaries.d.ts +33 -0
- package/dist/esm/operations/dataBoundaries.d.ts.map +1 -0
- package/dist/esm/operations/dataBoundaries.js +102 -0
- package/dist/esm/operations/dataBoundaries.js.map +1 -0
- package/dist/esm/operations/index.d.ts +2 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +9 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataBoundaries.d.ts +25 -0
- package/dist/esm/operationsInterfaces/dataBoundaries.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/dataBoundaries.js} +2 -2
- package/dist/esm/operationsInterfaces/dataBoundaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +9 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/react-native/databoundariesManegementClient.d.ts +18 -0
- package/dist/react-native/databoundariesManegementClient.d.ts.map +1 -0
- package/dist/react-native/databoundariesManegementClient.js +91 -0
- package/dist/react-native/databoundariesManegementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +4 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +11 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +213 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +54 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +10 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +222 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +9 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +81 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dataBoundaries.d.ts +33 -0
- package/dist/react-native/operations/dataBoundaries.d.ts.map +1 -0
- package/dist/react-native/operations/dataBoundaries.js +102 -0
- package/dist/react-native/operations/dataBoundaries.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +2 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +9 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataBoundaries.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/dataBoundaries.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/react-native/operationsInterfaces/dataBoundaries.js} +2 -2
- package/dist/react-native/operationsInterfaces/dataBoundaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +9 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/package.json +74 -45
- package/dist/index.js +0 -587
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesGetScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataBoundariesGetScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesGetScopeSample.js +0 -37
- package/dist-esm/samples-dev/dataBoundariesGetScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesGetTenantSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataBoundariesGetTenantSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesGetTenantSample.js +0 -36
- package/dist-esm/samples-dev/dataBoundariesGetTenantSample.js.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataBoundariesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesPutSample.js +0 -39
- package/dist-esm/samples-dev/dataBoundariesPutSample.js.map +0 -1
- package/dist-esm/src/databoundariesManegementClient.d.ts.map +0 -1
- package/dist-esm/src/databoundariesManegementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -4
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dataBoundaries.d.ts.map +0 -1
- package/dist-esm/src/operations/dataBoundaries.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -2
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataBoundaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataBoundaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/test/databoundaries_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/databoundaries_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/databoundaries_operations_test.spec.js +0 -58
- package/dist-esm/test/databoundaries_operations_test.spec.js.map +0 -1
- package/src/databoundariesManegementClient.ts +0 -133
- package/src/models/index.ts +0 -243
- package/src/models/mappers.ts +0 -236
- package/src/models/parameters.ts +0 -93
- package/src/operations/dataBoundaries.ts +0 -141
- package/src/operationsInterfaces/dataBoundaries.ts +0 -53
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataBoundaries.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const DataBoundaryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataBoundaryProperties\",\n modelProperties: {\n dataBoundary: {\n serializedName: \"dataBoundary\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const DataBoundaryDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataBoundaryDefinition\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DataBoundaryProperties\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const contentType: OperationParameter;
|
|
3
|
+
export declare const dataBoundaryDefinition: OperationParameter;
|
|
4
|
+
export declare const accept: OperationParameter;
|
|
5
|
+
export declare const $host: OperationURLParameter;
|
|
6
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
7
|
+
export declare const defaultParam: OperationURLParameter;
|
|
8
|
+
export declare const scope: OperationURLParameter;
|
|
9
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAG5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAGpC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAanB,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { DataBoundaryDefinition as DataBoundaryDefinitionMapper } from "../models/mappers.js";
|
|
9
|
+
export const contentType = {
|
|
10
|
+
parameterPath: ["options", "contentType"],
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Content-Type",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
export const dataBoundaryDefinition = {
|
|
21
|
+
parameterPath: "dataBoundaryDefinition",
|
|
22
|
+
mapper: DataBoundaryDefinitionMapper,
|
|
23
|
+
};
|
|
24
|
+
export const accept = {
|
|
25
|
+
parameterPath: "accept",
|
|
26
|
+
mapper: {
|
|
27
|
+
defaultValue: "application/json",
|
|
28
|
+
isConstant: true,
|
|
29
|
+
serializedName: "Accept",
|
|
30
|
+
type: {
|
|
31
|
+
name: "String",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
export const $host = {
|
|
36
|
+
parameterPath: "$host",
|
|
37
|
+
mapper: {
|
|
38
|
+
serializedName: "$host",
|
|
39
|
+
required: true,
|
|
40
|
+
type: {
|
|
41
|
+
name: "String",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
skipEncoding: true,
|
|
45
|
+
};
|
|
46
|
+
export const apiVersion = {
|
|
47
|
+
parameterPath: "apiVersion",
|
|
48
|
+
mapper: {
|
|
49
|
+
defaultValue: "2024-08-01",
|
|
50
|
+
isConstant: true,
|
|
51
|
+
serializedName: "api-version",
|
|
52
|
+
type: {
|
|
53
|
+
name: "String",
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
export const defaultParam = {
|
|
58
|
+
parameterPath: "defaultParam",
|
|
59
|
+
mapper: {
|
|
60
|
+
serializedName: "default",
|
|
61
|
+
required: true,
|
|
62
|
+
type: {
|
|
63
|
+
name: "String",
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
export const scope = {
|
|
68
|
+
parameterPath: "scope",
|
|
69
|
+
mapper: {
|
|
70
|
+
constraints: {
|
|
71
|
+
MinLength: 1,
|
|
72
|
+
},
|
|
73
|
+
serializedName: "scope",
|
|
74
|
+
required: true,
|
|
75
|
+
type: {
|
|
76
|
+
name: "String",
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
skipEncoding: true,
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EAAE,sBAAsB,IAAI,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAE9F,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAuB;IACxD,aAAa,EAAE,wBAAwB;IACvC,MAAM,EAAE,4BAA4B;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,SAAS;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport { DataBoundaryDefinition as DataBoundaryDefinitionMapper } from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const dataBoundaryDefinition: OperationParameter = {\n parameterPath: \"dataBoundaryDefinition\",\n mapper: DataBoundaryDefinitionMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-08-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const defaultParam: OperationURLParameter = {\n parameterPath: \"defaultParam\",\n mapper: {\n serializedName: \"default\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { DataBoundaries } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { DataboundariesManegementClient } from "../databoundariesManegementClient.js";
|
|
3
|
+
import { DataBoundaryDefinition, DefaultName, DataBoundariesPutOptionalParams, DataBoundariesPutResponse, DataBoundariesGetTenantOptionalParams, DataBoundariesGetTenantResponse, DataBoundariesGetScopeOptionalParams, DataBoundariesGetScopeResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing DataBoundaries operations. */
|
|
5
|
+
export declare class DataBoundariesImpl implements DataBoundaries {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class DataBoundaries class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: DataboundariesManegementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Opt-in tenant to data boundary.
|
|
14
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
15
|
+
* @param dataBoundaryDefinition The data boundary to opt the tenant to.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
put(defaultParam: DefaultName, dataBoundaryDefinition: DataBoundaryDefinition, options?: DataBoundariesPutOptionalParams): Promise<DataBoundariesPutResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Get data boundary of tenant.
|
|
21
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
getTenant(defaultParam: DefaultName, options?: DataBoundariesGetTenantOptionalParams): Promise<DataBoundariesGetTenantResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Get data boundary at specified scope
|
|
27
|
+
* @param scope The scope at which the operation is performed.
|
|
28
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
getScope(scope: string, defaultParam: DefaultName, options?: DataBoundariesGetScopeOptionalParams): Promise<DataBoundariesGetScopeResponse>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=dataBoundaries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataBoundaries.d.ts","sourceRoot":"","sources":["../../../src/operations/dataBoundaries.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,+BAA+B,EAC/B,yBAAyB,EACzB,qCAAqC,EACrC,+BAA+B,EAC/B,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACH,GAAG,CACD,YAAY,EAAE,WAAW,EACzB,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;OAIG;IACH,SAAS,CACP,YAAY,EAAE,WAAW,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;OAKG;IACH,QAAQ,CACN,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,WAAW,EACzB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;CAM3C"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
|
+
/** Class containing DataBoundaries operations. */
|
|
12
|
+
export class DataBoundariesImpl {
|
|
13
|
+
/**
|
|
14
|
+
* Initialize a new instance of the class DataBoundaries class.
|
|
15
|
+
* @param client Reference to the service client
|
|
16
|
+
*/
|
|
17
|
+
constructor(client) {
|
|
18
|
+
this.client = client;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Opt-in tenant to data boundary.
|
|
22
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
23
|
+
* @param dataBoundaryDefinition The data boundary to opt the tenant to.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
put(defaultParam, dataBoundaryDefinition, options) {
|
|
27
|
+
return this.client.sendOperationRequest({ defaultParam, dataBoundaryDefinition, options }, putOperationSpec);
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Get data boundary of tenant.
|
|
31
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
getTenant(defaultParam, options) {
|
|
35
|
+
return this.client.sendOperationRequest({ defaultParam, options }, getTenantOperationSpec);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Get data boundary at specified scope
|
|
39
|
+
* @param scope The scope at which the operation is performed.
|
|
40
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
getScope(scope, defaultParam, options) {
|
|
44
|
+
return this.client.sendOperationRequest({ scope, defaultParam, options }, getScopeOperationSpec);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
// Operation Specifications
|
|
48
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
49
|
+
const putOperationSpec = {
|
|
50
|
+
path: "/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
51
|
+
httpMethod: "PUT",
|
|
52
|
+
responses: {
|
|
53
|
+
200: {
|
|
54
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
55
|
+
},
|
|
56
|
+
201: {
|
|
57
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
58
|
+
},
|
|
59
|
+
default: {
|
|
60
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
requestBody: Parameters.dataBoundaryDefinition,
|
|
64
|
+
queryParameters: [Parameters.apiVersion],
|
|
65
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam],
|
|
66
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
67
|
+
mediaType: "json",
|
|
68
|
+
serializer,
|
|
69
|
+
};
|
|
70
|
+
const getTenantOperationSpec = {
|
|
71
|
+
path: "/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
72
|
+
httpMethod: "GET",
|
|
73
|
+
responses: {
|
|
74
|
+
200: {
|
|
75
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
76
|
+
},
|
|
77
|
+
default: {
|
|
78
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
queryParameters: [Parameters.apiVersion],
|
|
82
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam],
|
|
83
|
+
headerParameters: [Parameters.accept],
|
|
84
|
+
serializer,
|
|
85
|
+
};
|
|
86
|
+
const getScopeOperationSpec = {
|
|
87
|
+
path: "/{scope}/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
88
|
+
httpMethod: "GET",
|
|
89
|
+
responses: {
|
|
90
|
+
200: {
|
|
91
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
92
|
+
},
|
|
93
|
+
default: {
|
|
94
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
queryParameters: [Parameters.apiVersion],
|
|
98
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam, Parameters.scope],
|
|
99
|
+
headerParameters: [Parameters.accept],
|
|
100
|
+
serializer,
|
|
101
|
+
};
|
|
102
|
+
//# sourceMappingURL=dataBoundaries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataBoundaries.js","sourceRoot":"","sources":["../../../src/operations/dataBoundaries.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAatD,kDAAkD;AAClD,MAAM,OAAO,kBAAkB;IAG7B;;;OAGG;IACH,YAAY,MAAsC;QAChD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,GAAG,CACD,YAAyB,EACzB,sBAA8C,EAC9C,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,sBAAsB,EAAE,OAAO,EAAE,EACjD,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,SAAS,CACP,YAAyB,EACzB,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,OAAO,EAAE,EACzB,sBAAsB,CACvB,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,QAAQ,CACN,KAAa,EACb,YAAyB,EACzB,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,EAChC,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,yDAAyD;IAC/D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,sBAAsB;IAC9C,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,YAAY,CAAC;IAC1D,gBAAgB,EAAE,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,sBAAsB,GAA6B;IACvD,IAAI,EAAE,yDAAyD;IAC/D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,YAAY,CAAC;IAC1D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,iEAAiE;IACvE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,YAAY,EAAE,UAAU,CAAC,KAAK,CAAC;IAC5E,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { DataBoundaries } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataboundariesManegementClient } from \"../databoundariesManegementClient.js\";\nimport {\n DataBoundaryDefinition,\n DefaultName,\n DataBoundariesPutOptionalParams,\n DataBoundariesPutResponse,\n DataBoundariesGetTenantOptionalParams,\n DataBoundariesGetTenantResponse,\n DataBoundariesGetScopeOptionalParams,\n DataBoundariesGetScopeResponse,\n} from \"../models/index.js\";\n\n/** Class containing DataBoundaries operations. */\nexport class DataBoundariesImpl implements DataBoundaries {\n private readonly client: DataboundariesManegementClient;\n\n /**\n * Initialize a new instance of the class DataBoundaries class.\n * @param client Reference to the service client\n */\n constructor(client: DataboundariesManegementClient) {\n this.client = client;\n }\n\n /**\n * Opt-in tenant to data boundary.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param dataBoundaryDefinition The data boundary to opt the tenant to.\n * @param options The options parameters.\n */\n put(\n defaultParam: DefaultName,\n dataBoundaryDefinition: DataBoundaryDefinition,\n options?: DataBoundariesPutOptionalParams,\n ): Promise<DataBoundariesPutResponse> {\n return this.client.sendOperationRequest(\n { defaultParam, dataBoundaryDefinition, options },\n putOperationSpec,\n );\n }\n\n /**\n * Get data boundary of tenant.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param options The options parameters.\n */\n getTenant(\n defaultParam: DefaultName,\n options?: DataBoundariesGetTenantOptionalParams,\n ): Promise<DataBoundariesGetTenantResponse> {\n return this.client.sendOperationRequest(\n { defaultParam, options },\n getTenantOperationSpec,\n );\n }\n\n /**\n * Get data boundary at specified scope\n * @param scope The scope at which the operation is performed.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param options The options parameters.\n */\n getScope(\n scope: string,\n defaultParam: DefaultName,\n options?: DataBoundariesGetScopeOptionalParams,\n ): Promise<DataBoundariesGetScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, defaultParam, options },\n getScopeOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst putOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Resources/dataBoundaries/{default}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoundaryDefinition,\n },\n 201: {\n bodyMapper: Mappers.DataBoundaryDefinition,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.dataBoundaryDefinition,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.defaultParam],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst getTenantOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Resources/dataBoundaries/{default}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoundaryDefinition,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.defaultParam],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Resources/dataBoundaries/{default}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoundaryDefinition,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.defaultParam, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./dataBoundaries.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,qBAAqB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./dataBoundaries.js\";\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { DataBoundaryDefinition, DefaultName, DataBoundariesPutOptionalParams, DataBoundariesPutResponse, DataBoundariesGetTenantOptionalParams, DataBoundariesGetTenantResponse, DataBoundariesGetScopeOptionalParams, DataBoundariesGetScopeResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a DataBoundaries. */
|
|
3
|
+
export interface DataBoundaries {
|
|
4
|
+
/**
|
|
5
|
+
* Opt-in tenant to data boundary.
|
|
6
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
7
|
+
* @param dataBoundaryDefinition The data boundary to opt the tenant to.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
put(defaultParam: DefaultName, dataBoundaryDefinition: DataBoundaryDefinition, options?: DataBoundariesPutOptionalParams): Promise<DataBoundariesPutResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Get data boundary of tenant.
|
|
13
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
getTenant(defaultParam: DefaultName, options?: DataBoundariesGetTenantOptionalParams): Promise<DataBoundariesGetTenantResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Get data boundary at specified scope
|
|
19
|
+
* @param scope The scope at which the operation is performed.
|
|
20
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
getScope(scope: string, defaultParam: DefaultName, options?: DataBoundariesGetScopeOptionalParams): Promise<DataBoundariesGetScopeResponse>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=dataBoundaries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataBoundaries.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/dataBoundaries.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,+BAA+B,EAC/B,yBAAyB,EACzB,qCAAqC,EACrC,+BAA+B,EAC/B,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,GAAG,CACD,YAAY,EAAE,WAAW,EACzB,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;OAIG;IACH,SAAS,CACP,YAAY,EAAE,WAAW,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;OAKG;IACH,QAAQ,CACN,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,WAAW,EACzB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataBoundaries.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/dataBoundaries.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n DataBoundaryDefinition,\n DefaultName,\n DataBoundariesPutOptionalParams,\n DataBoundariesPutResponse,\n DataBoundariesGetTenantOptionalParams,\n DataBoundariesGetTenantResponse,\n DataBoundariesGetScopeOptionalParams,\n DataBoundariesGetScopeResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a DataBoundaries. */\nexport interface DataBoundaries {\n /**\n * Opt-in tenant to data boundary.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param dataBoundaryDefinition The data boundary to opt the tenant to.\n * @param options The options parameters.\n */\n put(\n defaultParam: DefaultName,\n dataBoundaryDefinition: DataBoundaryDefinition,\n options?: DataBoundariesPutOptionalParams,\n ): Promise<DataBoundariesPutResponse>;\n /**\n * Get data boundary of tenant.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param options The options parameters.\n */\n getTenant(\n defaultParam: DefaultName,\n options?: DataBoundariesGetTenantOptionalParams,\n ): Promise<DataBoundariesGetTenantResponse>;\n /**\n * Get data boundary at specified scope\n * @param scope The scope at which the operation is performed.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param options The options parameters.\n */\n getScope(\n scope: string,\n defaultParam: DefaultName,\n options?: DataBoundariesGetScopeOptionalParams,\n ): Promise<DataBoundariesGetScopeResponse>;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./dataBoundaries.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,qBAAqB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./dataBoundaries.js\";\n"]}
|
package/package.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for DataboundariesManegementClient.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20250113.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/core-client": "^1.7.0",
|
|
12
11
|
"@azure/core-auth": "^1.6.0",
|
|
12
|
+
"@azure/core-client": "^1.7.0",
|
|
13
13
|
"@azure/core-rest-pipeline": "^1.14.0",
|
|
14
14
|
"tslib": "^2.2.0"
|
|
15
15
|
},
|
|
@@ -21,26 +21,25 @@
|
|
|
21
21
|
"isomorphic"
|
|
22
22
|
],
|
|
23
23
|
"license": "MIT",
|
|
24
|
-
"main": "./dist/index.js",
|
|
25
|
-
"module": "./dist
|
|
26
|
-
"types": "./
|
|
24
|
+
"main": "./dist/commonjs/index.js",
|
|
25
|
+
"module": "./dist/esm/index.js",
|
|
26
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"rimraf": "^5.0.0",
|
|
32
|
-
"dotenv": "^16.0.0",
|
|
28
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
29
|
+
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
30
|
+
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
33
31
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
34
32
|
"@azure/identity": "^4.2.1",
|
|
35
|
-
"@azure-tools/test-recorder": "^3.0.0",
|
|
36
|
-
"@azure-tools/test-credential": "^1.1.0",
|
|
37
|
-
"mocha": "^11.0.2",
|
|
38
|
-
"@types/mocha": "^10.0.0",
|
|
39
|
-
"tsx": "^4.7.1",
|
|
40
|
-
"@types/chai": "^4.2.8",
|
|
41
|
-
"chai": "^4.2.0",
|
|
42
33
|
"@types/node": "^18.0.0",
|
|
43
|
-
"
|
|
34
|
+
"@vitest/browser": "^2.1.8",
|
|
35
|
+
"@vitest/coverage-istanbul": "^2.1.8",
|
|
36
|
+
"dotenv": "^16.0.0",
|
|
37
|
+
"mkdirp": "^3.0.1",
|
|
38
|
+
"playwright": "^1.49.1",
|
|
39
|
+
"rimraf": "^5.0.0",
|
|
40
|
+
"tsx": "^4.7.1",
|
|
41
|
+
"typescript": "~5.7.2",
|
|
42
|
+
"vitest": "^2.1.8"
|
|
44
43
|
},
|
|
45
44
|
"repository": {
|
|
46
45
|
"type": "git",
|
|
@@ -50,46 +49,36 @@
|
|
|
50
49
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
51
50
|
},
|
|
52
51
|
"files": [
|
|
53
|
-
"dist
|
|
54
|
-
"dist/**/*.js.map",
|
|
55
|
-
"dist/**/*.d.ts",
|
|
56
|
-
"dist/**/*.d.ts.map",
|
|
57
|
-
"dist-esm/**/*.js",
|
|
58
|
-
"dist-esm/**/*.js.map",
|
|
59
|
-
"dist-esm/**/*.d.ts",
|
|
60
|
-
"dist-esm/**/*.d.ts.map",
|
|
61
|
-
"src/**/*.ts",
|
|
52
|
+
"dist/",
|
|
62
53
|
"README.md",
|
|
63
54
|
"LICENSE",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"CHANGELOG.md",
|
|
67
|
-
"types/*"
|
|
55
|
+
"review/",
|
|
56
|
+
"CHANGELOG.md"
|
|
68
57
|
],
|
|
69
58
|
"scripts": {
|
|
70
|
-
"build": "npm run clean &&
|
|
71
|
-
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
72
|
-
"prepack": "npm run build",
|
|
73
|
-
"pack": "npm pack 2>&1",
|
|
74
|
-
"extract-api": "dev-tool run extract-api",
|
|
75
|
-
"lint": "echo skipped",
|
|
76
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
77
|
-
"build:node": "echo skipped",
|
|
59
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
78
60
|
"build:browser": "echo skipped",
|
|
79
|
-
"build:
|
|
61
|
+
"build:node": "echo skipped",
|
|
80
62
|
"build:samples": "echo skipped.",
|
|
63
|
+
"build:test": "echo skipped",
|
|
81
64
|
"check-format": "echo skipped",
|
|
65
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
82
66
|
"execute:samples": "echo skipped",
|
|
67
|
+
"extract-api": "dev-tool run extract-api",
|
|
83
68
|
"format": "echo skipped",
|
|
69
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
70
|
+
"integration-test:browser": "echo skipped",
|
|
71
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
72
|
+
"lint": "echo skipped",
|
|
73
|
+
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
74
|
+
"pack": "npm pack 2>&1",
|
|
75
|
+
"prepack": "npm run build",
|
|
84
76
|
"test": "npm run integration-test",
|
|
85
|
-
"test:node": "echo skipped",
|
|
86
77
|
"test:browser": "echo skipped",
|
|
78
|
+
"test:node": "echo skipped",
|
|
87
79
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
88
|
-
"unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node",
|
|
89
80
|
"unit-test:browser": "echo skipped",
|
|
90
|
-
"
|
|
91
|
-
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
|
|
92
|
-
"integration-test:browser": "echo skipped"
|
|
81
|
+
"unit-test:node": "dev-tool run test:vitest"
|
|
93
82
|
},
|
|
94
83
|
"sideEffects": false,
|
|
95
84
|
"//metadata": {
|
|
@@ -109,5 +98,45 @@
|
|
|
109
98
|
],
|
|
110
99
|
"disableDocsMs": true,
|
|
111
100
|
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-databoundaries?view=azure-node-preview"
|
|
101
|
+
},
|
|
102
|
+
"type": "module",
|
|
103
|
+
"tshy": {
|
|
104
|
+
"project": "./tsconfig.src.json",
|
|
105
|
+
"exports": {
|
|
106
|
+
"./package.json": "./package.json",
|
|
107
|
+
".": "./src/index.ts"
|
|
108
|
+
},
|
|
109
|
+
"dialects": [
|
|
110
|
+
"esm",
|
|
111
|
+
"commonjs"
|
|
112
|
+
],
|
|
113
|
+
"esmDialects": [
|
|
114
|
+
"browser",
|
|
115
|
+
"react-native"
|
|
116
|
+
],
|
|
117
|
+
"selfLink": false
|
|
118
|
+
},
|
|
119
|
+
"browser": "./dist/browser/index.js",
|
|
120
|
+
"react-native": "./dist/react-native/index.js",
|
|
121
|
+
"exports": {
|
|
122
|
+
"./package.json": "./package.json",
|
|
123
|
+
".": {
|
|
124
|
+
"browser": {
|
|
125
|
+
"types": "./dist/browser/index.d.ts",
|
|
126
|
+
"default": "./dist/browser/index.js"
|
|
127
|
+
},
|
|
128
|
+
"react-native": {
|
|
129
|
+
"types": "./dist/react-native/index.d.ts",
|
|
130
|
+
"default": "./dist/react-native/index.js"
|
|
131
|
+
},
|
|
132
|
+
"import": {
|
|
133
|
+
"types": "./dist/esm/index.d.ts",
|
|
134
|
+
"default": "./dist/esm/index.js"
|
|
135
|
+
},
|
|
136
|
+
"require": {
|
|
137
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
138
|
+
"default": "./dist/commonjs/index.js"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
112
141
|
}
|
|
113
142
|
}
|