@azure/arm-databoundaries 1.0.0-beta.2 → 1.0.0-beta.3
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/LICENSE +1 -1
- package/README.md +9 -12
- package/dist/browser/api/dataBoundaries/index.d.ts +3 -0
- package/dist/browser/api/dataBoundaries/index.js +4 -0
- package/dist/browser/api/dataBoundaries/index.js.map +1 -0
- package/dist/browser/api/dataBoundaries/operations.d.ts +17 -0
- package/dist/browser/api/dataBoundaries/operations.js +87 -0
- package/dist/browser/api/dataBoundaries/operations.js.map +1 -0
- package/dist/browser/api/dataBoundaries/options.d.ts +11 -0
- package/dist/browser/api/dataBoundaries/options.js +4 -0
- package/dist/browser/api/dataBoundaries/options.js.map +1 -0
- package/dist/browser/api/databoundariesManegementContext.d.ts +20 -0
- package/dist/browser/api/databoundariesManegementContext.js +26 -0
- package/dist/browser/api/databoundariesManegementContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/classic/dataBoundaries/index.d.ts +14 -0
- package/dist/browser/classic/dataBoundaries/index.js +16 -0
- package/dist/browser/classic/dataBoundaries/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/databoundariesManegementClient.d.ts +16 -16
- package/dist/browser/databoundariesManegementClient.js +24 -94
- package/dist/browser/databoundariesManegementClient.js.map +1 -1
- package/dist/browser/index.d.ts +12 -2
- package/dist/browser/index.js +6 -9
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -212
- package/dist/browser/models/index.js +3 -53
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +236 -0
- package/dist/browser/models/models.js +198 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/dataBoundaries/index.d.ts +3 -0
- package/dist/commonjs/api/dataBoundaries/index.js +32 -0
- package/dist/commonjs/api/dataBoundaries/index.js.map +7 -0
- package/dist/commonjs/api/dataBoundaries/operations.d.ts +17 -0
- package/dist/commonjs/api/dataBoundaries/operations.js +136 -0
- package/dist/commonjs/api/dataBoundaries/operations.js.map +7 -0
- package/dist/commonjs/api/dataBoundaries/options.d.ts +11 -0
- package/dist/commonjs/api/dataBoundaries/options.js +16 -0
- package/dist/commonjs/api/dataBoundaries/options.js.map +7 -0
- package/dist/commonjs/api/databoundariesManegementContext.d.ts +20 -0
- package/dist/commonjs/api/databoundariesManegementContext.js +47 -0
- package/dist/commonjs/api/databoundariesManegementContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +68 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/classic/dataBoundaries/index.d.ts +14 -0
- package/dist/commonjs/classic/dataBoundaries/index.js +40 -0
- package/dist/commonjs/classic/dataBoundaries/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/databoundariesManegementClient.d.ts +16 -16
- package/dist/commonjs/databoundariesManegementClient.js +50 -103
- package/dist/commonjs/databoundariesManegementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +12 -2
- package/dist/commonjs/index.js +51 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -212
- package/dist/commonjs/models/index.js +40 -57
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +236 -0
- package/dist/commonjs/models/models.js +229 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/dataBoundaries/index.d.ts +3 -0
- package/dist/esm/api/dataBoundaries/index.js +4 -0
- package/dist/esm/api/dataBoundaries/index.js.map +1 -0
- package/dist/esm/api/dataBoundaries/operations.d.ts +17 -0
- package/dist/esm/api/dataBoundaries/operations.js +87 -0
- package/dist/esm/api/dataBoundaries/operations.js.map +1 -0
- package/dist/esm/api/dataBoundaries/options.d.ts +11 -0
- package/dist/esm/api/dataBoundaries/options.js +4 -0
- package/dist/esm/api/dataBoundaries/options.js.map +1 -0
- package/dist/esm/api/databoundariesManegementContext.d.ts +20 -0
- package/dist/esm/api/databoundariesManegementContext.js +26 -0
- package/dist/esm/api/databoundariesManegementContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +31 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/classic/dataBoundaries/index.d.ts +14 -0
- package/dist/esm/classic/dataBoundaries/index.js +16 -0
- package/dist/esm/classic/dataBoundaries/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/databoundariesManegementClient.d.ts +16 -16
- package/dist/esm/databoundariesManegementClient.js +24 -94
- package/dist/esm/databoundariesManegementClient.js.map +1 -1
- package/dist/esm/index.d.ts +12 -2
- package/dist/esm/index.js +6 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -212
- package/dist/esm/models/index.js +3 -53
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +236 -0
- package/dist/esm/models/models.js +198 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +144 -91
- package/CHANGELOG.md +0 -17
- package/dist/browser/databoundariesManegementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -10
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -227
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -9
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -81
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/dataBoundaries.d.ts +0 -33
- package/dist/browser/operations/dataBoundaries.d.ts.map +0 -1
- package/dist/browser/operations/dataBoundaries.js +0 -103
- package/dist/browser/operations/dataBoundaries.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -2
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -9
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/dataBoundaries.d.ts +0 -25
- package/dist/browser/operationsInterfaces/dataBoundaries.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dataBoundaries.js +0 -9
- package/dist/browser/operationsInterfaces/dataBoundaries.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -2
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -9
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/databoundariesManegementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -10
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -230
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -9
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -84
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/dataBoundaries.d.ts +0 -33
- package/dist/commonjs/operations/dataBoundaries.d.ts.map +0 -1
- package/dist/commonjs/operations/dataBoundaries.js +0 -108
- package/dist/commonjs/operations/dataBoundaries.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -2
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -12
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataBoundaries.d.ts +0 -25
- package/dist/commonjs/operationsInterfaces/dataBoundaries.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataBoundaries.js +0 -10
- package/dist/commonjs/operationsInterfaces/dataBoundaries.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -2
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -12
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/databoundariesManegementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -10
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -227
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -9
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -81
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/dataBoundaries.d.ts +0 -33
- package/dist/esm/operations/dataBoundaries.d.ts.map +0 -1
- package/dist/esm/operations/dataBoundaries.js +0 -103
- package/dist/esm/operations/dataBoundaries.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -2
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -9
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/dataBoundaries.d.ts +0 -25
- package/dist/esm/operationsInterfaces/dataBoundaries.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dataBoundaries.js +0 -9
- package/dist/esm/operationsInterfaces/dataBoundaries.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -2
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -9
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/databoundariesManegementClient.d.ts +0 -18
- package/dist/react-native/databoundariesManegementClient.d.ts.map +0 -1
- package/dist/react-native/databoundariesManegementClient.js +0 -99
- package/dist/react-native/databoundariesManegementClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -4
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -11
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -213
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -54
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -10
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -227
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -9
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -81
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/dataBoundaries.d.ts +0 -33
- package/dist/react-native/operations/dataBoundaries.d.ts.map +0 -1
- package/dist/react-native/operations/dataBoundaries.js +0 -103
- package/dist/react-native/operations/dataBoundaries.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -2
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -9
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dataBoundaries.d.ts +0 -25
- package/dist/react-native/operationsInterfaces/dataBoundaries.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dataBoundaries.js +0 -9
- package/dist/react-native/operationsInterfaces/dataBoundaries.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -2
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -9
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/review/arm-databoundaries-node.api.md +0 -154
|
@@ -1,104 +1,51 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
};
|
|
47
|
-
super(optionsWithDefaults);
|
|
48
|
-
let bearerTokenAuthenticationPolicyFound = false;
|
|
49
|
-
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
50
|
-
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
51
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
52
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
53
|
-
}
|
|
54
|
-
if (!options ||
|
|
55
|
-
!options.pipeline ||
|
|
56
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
57
|
-
!bearerTokenAuthenticationPolicyFound) {
|
|
58
|
-
this.pipeline.removePolicy({
|
|
59
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
60
|
-
});
|
|
61
|
-
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
62
|
-
credential: credentials,
|
|
63
|
-
scopes: optionsWithDefaults.credentialScopes ??
|
|
64
|
-
`${optionsWithDefaults.endpoint}/.default`,
|
|
65
|
-
challengeCallbacks: {
|
|
66
|
-
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
67
|
-
},
|
|
68
|
-
}));
|
|
69
|
-
}
|
|
70
|
-
// Assigning values to Constant parameters
|
|
71
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
72
|
-
this.apiVersion = options.apiVersion || "2024-08-01";
|
|
73
|
-
this.dataBoundaries = new index_js_1.DataBoundariesImpl(this);
|
|
74
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
75
|
-
}
|
|
76
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
77
|
-
addCustomApiVersionPolicy(apiVersion) {
|
|
78
|
-
if (!apiVersion) {
|
|
79
|
-
return;
|
|
80
|
-
}
|
|
81
|
-
const apiVersionPolicy = {
|
|
82
|
-
name: "CustomApiVersionPolicy",
|
|
83
|
-
async sendRequest(request, next) {
|
|
84
|
-
const param = request.url.split("?");
|
|
85
|
-
if (param.length > 1) {
|
|
86
|
-
const newParams = param[1].split("&").map((item) => {
|
|
87
|
-
if (item.indexOf("api-version") > -1) {
|
|
88
|
-
return "api-version=" + apiVersion;
|
|
89
|
-
}
|
|
90
|
-
else {
|
|
91
|
-
return item;
|
|
92
|
-
}
|
|
93
|
-
});
|
|
94
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
95
|
-
}
|
|
96
|
-
return next(request);
|
|
97
|
-
},
|
|
98
|
-
};
|
|
99
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
100
|
-
}
|
|
101
|
-
dataBoundaries;
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var databoundariesManegementClient_exports = {};
|
|
19
|
+
__export(databoundariesManegementClient_exports, {
|
|
20
|
+
DataboundariesManegementClient: () => DataboundariesManegementClient
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(databoundariesManegementClient_exports);
|
|
23
|
+
var import_api = require("./api/index.js");
|
|
24
|
+
var import_dataBoundaries = require("./classic/dataBoundaries/index.js");
|
|
25
|
+
var import_operations = require("./classic/operations/index.js");
|
|
26
|
+
class DataboundariesManegementClient {
|
|
27
|
+
_client;
|
|
28
|
+
/** The pipeline used by this client to make requests */
|
|
29
|
+
pipeline;
|
|
30
|
+
/** Provides APIs for data boundary operations. */
|
|
31
|
+
constructor(credential, options = {}) {
|
|
32
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
33
|
+
const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-client` : `azsdk-js-client`;
|
|
34
|
+
this._client = (0, import_api.createDataboundariesManegement)(credential, {
|
|
35
|
+
...options,
|
|
36
|
+
userAgentOptions: { userAgentPrefix }
|
|
37
|
+
});
|
|
38
|
+
this.pipeline = this._client.pipeline;
|
|
39
|
+
this.dataBoundaries = (0, import_dataBoundaries._getDataBoundariesOperations)(this._client);
|
|
40
|
+
this.operations = (0, import_operations._getOperationsOperations)(this._client);
|
|
41
|
+
}
|
|
42
|
+
/** The operation groups for dataBoundaries */
|
|
43
|
+
dataBoundaries;
|
|
44
|
+
/** The operation groups for operations */
|
|
45
|
+
operations;
|
|
102
46
|
}
|
|
103
|
-
|
|
104
|
-
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
DataboundariesManegementClient
|
|
50
|
+
});
|
|
51
|
+
//# sourceMappingURL=databoundariesManegementClient.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/databoundariesManegementClient.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n DataboundariesManegementContext,\n DataboundariesManegementClientOptionalParams,\n createDataboundariesManegement,\n} from \"./api/index.js\";\nimport {\n DataBoundariesOperations,\n _getDataBoundariesOperations,\n} from \"./classic/dataBoundaries/index.js\";\nimport { OperationsOperations, _getOperationsOperations } from \"./classic/operations/index.js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { DataboundariesManegementClientOptionalParams } from \"./api/databoundariesManegementContext.js\";\n\nexport class DataboundariesManegementClient {\n private _client: DataboundariesManegementContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n /** Provides APIs for data boundary operations. */\n constructor(\n credential: TokenCredential,\n options: DataboundariesManegementClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createDataboundariesManegement(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.dataBoundaries = _getDataBoundariesOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n }\n\n /** The operation groups for dataBoundaries */\n public readonly dataBoundaries: DataBoundariesOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,iBAIO;AACP,4BAGO;AACP,wBAA+D;AAMxD,MAAM,+BAA+B;AAAA,EAClC;AAAA;AAAA,EAEQ;AAAA;AAAA,EAGhB,YACE,YACA,UAAwD,CAAC,GACzD;AACA,UAAM,oBAAoB,SAAS,kBAAkB;AACrD,UAAM,kBAAkB,oBACpB,GAAG,iBAAiB,qBACpB;AACJ,SAAK,cAAU,2CAA+B,YAAY;AAAA,MACxD,GAAG;AAAA,MACH,kBAAkB,EAAE,gBAAgB;AAAA,IACtC,CAAC;AACD,SAAK,WAAW,KAAK,QAAQ;AAC7B,SAAK,qBAAiB,oDAA6B,KAAK,OAAO;AAC/D,SAAK,iBAAa,4CAAyB,KAAK,OAAO;AAAA,EACzD;AAAA;AAAA,EAGgB;AAAA;AAAA,EAEA;AAClB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
import { AzureClouds, AzureSupportedClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
2
|
+
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
3
|
export { DataboundariesManegementClient } from "./databoundariesManegementClient.js";
|
|
3
|
-
export
|
|
4
|
+
export type { Operation, OperationDisplay, Origin, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, DataBoundaryDefinition, DataBoundaryProperties, DataBoundary, ProvisioningState, DefaultName, ProxyResource, Resource, SystemData, CreatedByType, } from "./models/index.js";
|
|
5
|
+
export { KnownOrigin, KnownActionType, KnownDataBoundary, KnownProvisioningState, KnownDefaultName, KnownCreatedByType, KnownVersions, } from "./models/index.js";
|
|
6
|
+
export type { DataboundariesManegementClientOptionalParams } from "./api/index.js";
|
|
7
|
+
export type { DataBoundariesPutOptionalParams, DataBoundariesGetTenantOptionalParams, DataBoundariesGetScopeOptionalParams, } from "./api/dataBoundaries/index.js";
|
|
8
|
+
export type { OperationsListOptionalParams } from "./api/operations/index.js";
|
|
9
|
+
export type { DataBoundariesOperations, OperationsOperations } from "./classic/index.js";
|
|
10
|
+
export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
11
|
+
export { AzureClouds };
|
|
12
|
+
export type { AzureSupportedClouds };
|
|
13
|
+
export { RestError, isRestError } from "@azure/core-rest-pipeline";
|
|
4
14
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/commonjs/index.js
CHANGED
|
@@ -1,16 +1,51 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var src_exports = {};
|
|
19
|
+
__export(src_exports, {
|
|
20
|
+
AzureClouds: () => import_cloudSettingHelpers.AzureClouds,
|
|
21
|
+
DataboundariesManegementClient: () => import_databoundariesManegementClient.DataboundariesManegementClient,
|
|
22
|
+
KnownActionType: () => import_models.KnownActionType,
|
|
23
|
+
KnownCreatedByType: () => import_models.KnownCreatedByType,
|
|
24
|
+
KnownDataBoundary: () => import_models.KnownDataBoundary,
|
|
25
|
+
KnownDefaultName: () => import_models.KnownDefaultName,
|
|
26
|
+
KnownOrigin: () => import_models.KnownOrigin,
|
|
27
|
+
KnownProvisioningState: () => import_models.KnownProvisioningState,
|
|
28
|
+
KnownVersions: () => import_models.KnownVersions,
|
|
29
|
+
RestError: () => import_core_rest_pipeline.RestError,
|
|
30
|
+
isRestError: () => import_core_rest_pipeline.isRestError
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(src_exports);
|
|
33
|
+
var import_cloudSettingHelpers = require("./static-helpers/cloudSettingHelpers.js");
|
|
34
|
+
var import_databoundariesManegementClient = require("./databoundariesManegementClient.js");
|
|
35
|
+
var import_models = require("./models/index.js");
|
|
36
|
+
var import_core_rest_pipeline = require("@azure/core-rest-pipeline");
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
39
|
+
AzureClouds,
|
|
40
|
+
DataboundariesManegementClient,
|
|
41
|
+
KnownActionType,
|
|
42
|
+
KnownCreatedByType,
|
|
43
|
+
KnownDataBoundary,
|
|
44
|
+
KnownDefaultName,
|
|
45
|
+
KnownOrigin,
|
|
46
|
+
KnownProvisioningState,
|
|
47
|
+
KnownVersions,
|
|
48
|
+
RestError,
|
|
49
|
+
isRestError
|
|
50
|
+
});
|
|
51
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AzureClouds, AzureSupportedClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { DataboundariesManegementClient } from \"./databoundariesManegementClient.js\";\nexport type {\n Operation,\n OperationDisplay,\n Origin,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n DataBoundaryDefinition,\n DataBoundaryProperties,\n DataBoundary,\n ProvisioningState,\n DefaultName,\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n} from \"./models/index.js\";\nexport {\n KnownOrigin,\n KnownActionType,\n KnownDataBoundary,\n KnownProvisioningState,\n KnownDefaultName,\n KnownCreatedByType,\n KnownVersions,\n} from \"./models/index.js\";\nexport type { DataboundariesManegementClientOptionalParams } from \"./api/index.js\";\nexport type {\n DataBoundariesPutOptionalParams,\n DataBoundariesGetTenantOptionalParams,\n DataBoundariesGetScopeOptionalParams,\n} from \"./api/dataBoundaries/index.js\";\nexport type { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport type { DataBoundariesOperations, OperationsOperations } from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { AzureClouds };\nexport type { AzureSupportedClouds };\nexport { RestError, isRestError } from \"@azure/core-rest-pipeline\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,iCAAkD;AAOlD,4CAA+C;AAmB/C,oBAQO;AAYP,gCAAuC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var logger_exports = {};
|
|
19
|
+
__export(logger_exports, {
|
|
20
|
+
logger: () => logger
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(logger_exports);
|
|
23
|
+
var import_logger = require("@azure/logger");
|
|
24
|
+
const logger = (0, import_logger.createClientLogger)("arm-databoundaries");
|
|
25
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
26
|
+
0 && (module.exports = {
|
|
27
|
+
logger
|
|
28
|
+
});
|
|
29
|
+
//# sourceMappingURL=logger.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/logger.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-databoundaries\");\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAmC;AAC5B,MAAM,aAAS,kCAAmB,oBAAoB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,213 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export interface DataBoundaryProperties {
|
|
4
|
-
/** The data boundary definition. */
|
|
5
|
-
dataBoundary?: DataBoundary;
|
|
6
|
-
/**
|
|
7
|
-
* Denotes the state of provisioning.
|
|
8
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
9
|
-
*/
|
|
10
|
-
readonly provisioningState?: ProvisioningState;
|
|
11
|
-
}
|
|
12
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
13
|
-
export interface Resource {
|
|
14
|
-
/**
|
|
15
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
16
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
-
*/
|
|
18
|
-
readonly id?: string;
|
|
19
|
-
/**
|
|
20
|
-
* The name of the resource
|
|
21
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
-
*/
|
|
23
|
-
readonly name?: string;
|
|
24
|
-
/**
|
|
25
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
26
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
-
*/
|
|
28
|
-
readonly type?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
33
|
-
readonly systemData?: SystemData;
|
|
34
|
-
}
|
|
35
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
36
|
-
export interface SystemData {
|
|
37
|
-
/** The identity that created the resource. */
|
|
38
|
-
createdBy?: string;
|
|
39
|
-
/** The type of identity that created the resource. */
|
|
40
|
-
createdByType?: CreatedByType;
|
|
41
|
-
/** The timestamp of resource creation (UTC). */
|
|
42
|
-
createdAt?: Date;
|
|
43
|
-
/** The identity that last modified the resource. */
|
|
44
|
-
lastModifiedBy?: string;
|
|
45
|
-
/** The type of identity that last modified the resource. */
|
|
46
|
-
lastModifiedByType?: CreatedByType;
|
|
47
|
-
/** The timestamp of resource last modification (UTC) */
|
|
48
|
-
lastModifiedAt?: Date;
|
|
49
|
-
}
|
|
50
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
51
|
-
export interface ErrorResponse {
|
|
52
|
-
/** The error object. */
|
|
53
|
-
error?: ErrorDetail;
|
|
54
|
-
}
|
|
55
|
-
/** The error detail. */
|
|
56
|
-
export interface ErrorDetail {
|
|
57
|
-
/**
|
|
58
|
-
* The error code.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
61
|
-
readonly code?: string;
|
|
62
|
-
/**
|
|
63
|
-
* The error message.
|
|
64
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
65
|
-
*/
|
|
66
|
-
readonly message?: string;
|
|
67
|
-
/**
|
|
68
|
-
* The error target.
|
|
69
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
-
*/
|
|
71
|
-
readonly target?: string;
|
|
72
|
-
/**
|
|
73
|
-
* The error details.
|
|
74
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
-
*/
|
|
76
|
-
readonly details?: ErrorDetail[];
|
|
77
|
-
/**
|
|
78
|
-
* The error additional info.
|
|
79
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
-
*/
|
|
81
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
82
|
-
}
|
|
83
|
-
/** The resource management error additional info. */
|
|
84
|
-
export interface ErrorAdditionalInfo {
|
|
85
|
-
/**
|
|
86
|
-
* The additional info type.
|
|
87
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
-
*/
|
|
89
|
-
readonly type?: string;
|
|
90
|
-
/**
|
|
91
|
-
* The additional info.
|
|
92
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
-
*/
|
|
94
|
-
readonly info?: Record<string, unknown>;
|
|
95
|
-
}
|
|
96
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
97
|
-
export interface ProxyResource extends Resource {
|
|
98
|
-
}
|
|
99
|
-
/** A data boundary definition. */
|
|
100
|
-
export interface DataBoundaryDefinition extends ProxyResource {
|
|
101
|
-
/** Data boundary properties */
|
|
102
|
-
properties?: DataBoundaryProperties;
|
|
103
|
-
}
|
|
104
|
-
/** Known values of {@link DefaultName} that the service accepts. */
|
|
105
|
-
export declare enum KnownDefaultName {
|
|
106
|
-
/** Default */
|
|
107
|
-
Default = "default"
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* Defines values for DefaultName. \
|
|
111
|
-
* {@link KnownDefaultName} can be used interchangeably with DefaultName,
|
|
112
|
-
* this enum contains the known values that the service supports.
|
|
113
|
-
* ### Known values supported by the service
|
|
114
|
-
* **default**
|
|
115
|
-
*/
|
|
116
|
-
export type DefaultName = string;
|
|
117
|
-
/** Known values of {@link DataBoundary} that the service accepts. */
|
|
118
|
-
export declare enum KnownDataBoundary {
|
|
119
|
-
/** NotDefined */
|
|
120
|
-
NotDefined = "NotDefined",
|
|
121
|
-
/** Global */
|
|
122
|
-
Global = "Global",
|
|
123
|
-
/** EU */
|
|
124
|
-
EU = "EU"
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* Defines values for DataBoundary. \
|
|
128
|
-
* {@link KnownDataBoundary} can be used interchangeably with DataBoundary,
|
|
129
|
-
* this enum contains the known values that the service supports.
|
|
130
|
-
* ### Known values supported by the service
|
|
131
|
-
* **NotDefined** \
|
|
132
|
-
* **Global** \
|
|
133
|
-
* **EU**
|
|
134
|
-
*/
|
|
135
|
-
export type DataBoundary = string;
|
|
136
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
137
|
-
export declare enum KnownProvisioningState {
|
|
138
|
-
/** Accepted */
|
|
139
|
-
Accepted = "Accepted",
|
|
140
|
-
/** Running */
|
|
141
|
-
Running = "Running",
|
|
142
|
-
/** Creating */
|
|
143
|
-
Creating = "Creating",
|
|
144
|
-
/** Canceled */
|
|
145
|
-
Canceled = "Canceled",
|
|
146
|
-
/** Failed */
|
|
147
|
-
Failed = "Failed",
|
|
148
|
-
/** Succeeded */
|
|
149
|
-
Succeeded = "Succeeded",
|
|
150
|
-
/** Updating */
|
|
151
|
-
Updating = "Updating"
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* Defines values for ProvisioningState. \
|
|
155
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
156
|
-
* this enum contains the known values that the service supports.
|
|
157
|
-
* ### Known values supported by the service
|
|
158
|
-
* **Accepted** \
|
|
159
|
-
* **Running** \
|
|
160
|
-
* **Creating** \
|
|
161
|
-
* **Canceled** \
|
|
162
|
-
* **Failed** \
|
|
163
|
-
* **Succeeded** \
|
|
164
|
-
* **Updating**
|
|
165
|
-
*/
|
|
166
|
-
export type ProvisioningState = string;
|
|
167
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
168
|
-
export declare enum KnownCreatedByType {
|
|
169
|
-
/** User */
|
|
170
|
-
User = "User",
|
|
171
|
-
/** Application */
|
|
172
|
-
Application = "Application",
|
|
173
|
-
/** ManagedIdentity */
|
|
174
|
-
ManagedIdentity = "ManagedIdentity",
|
|
175
|
-
/** Key */
|
|
176
|
-
Key = "Key"
|
|
177
|
-
}
|
|
178
|
-
/**
|
|
179
|
-
* Defines values for CreatedByType. \
|
|
180
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
181
|
-
* this enum contains the known values that the service supports.
|
|
182
|
-
* ### Known values supported by the service
|
|
183
|
-
* **User** \
|
|
184
|
-
* **Application** \
|
|
185
|
-
* **ManagedIdentity** \
|
|
186
|
-
* **Key**
|
|
187
|
-
*/
|
|
188
|
-
export type CreatedByType = string;
|
|
189
|
-
/** Optional parameters. */
|
|
190
|
-
export interface DataBoundariesPutOptionalParams extends coreClient.OperationOptions {
|
|
191
|
-
}
|
|
192
|
-
/** Contains response data for the put operation. */
|
|
193
|
-
export type DataBoundariesPutResponse = DataBoundaryDefinition;
|
|
194
|
-
/** Optional parameters. */
|
|
195
|
-
export interface DataBoundariesGetTenantOptionalParams extends coreClient.OperationOptions {
|
|
196
|
-
}
|
|
197
|
-
/** Contains response data for the getTenant operation. */
|
|
198
|
-
export type DataBoundariesGetTenantResponse = DataBoundaryDefinition;
|
|
199
|
-
/** Optional parameters. */
|
|
200
|
-
export interface DataBoundariesGetScopeOptionalParams extends coreClient.OperationOptions {
|
|
201
|
-
}
|
|
202
|
-
/** Contains response data for the getScope operation. */
|
|
203
|
-
export type DataBoundariesGetScopeResponse = DataBoundaryDefinition;
|
|
204
|
-
/** Optional parameters. */
|
|
205
|
-
export interface DataboundariesManegementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
206
|
-
/** server parameter */
|
|
207
|
-
$host?: string;
|
|
208
|
-
/** Api Version */
|
|
209
|
-
apiVersion?: string;
|
|
210
|
-
/** Overrides client endpoint. */
|
|
211
|
-
endpoint?: string;
|
|
212
|
-
}
|
|
1
|
+
export type { Operation, OperationDisplay, Origin, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, DataBoundaryDefinition, DataBoundaryProperties, DataBoundary, ProvisioningState, DefaultName, ProxyResource, Resource, SystemData, CreatedByType, } from "./models.js";
|
|
2
|
+
export { KnownOrigin, KnownActionType, KnownDataBoundary, KnownProvisioningState, KnownDefaultName, KnownCreatedByType, KnownVersions, } from "./models.js";
|
|
213
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,57 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var
|
|
19
|
-
(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
42
|
-
/** Updating */
|
|
43
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
44
|
-
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
45
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
46
|
-
var KnownCreatedByType;
|
|
47
|
-
(function (KnownCreatedByType) {
|
|
48
|
-
/** User */
|
|
49
|
-
KnownCreatedByType["User"] = "User";
|
|
50
|
-
/** Application */
|
|
51
|
-
KnownCreatedByType["Application"] = "Application";
|
|
52
|
-
/** ManagedIdentity */
|
|
53
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
54
|
-
/** Key */
|
|
55
|
-
KnownCreatedByType["Key"] = "Key";
|
|
56
|
-
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
57
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var models_exports = {};
|
|
19
|
+
__export(models_exports, {
|
|
20
|
+
KnownActionType: () => import_models.KnownActionType,
|
|
21
|
+
KnownCreatedByType: () => import_models.KnownCreatedByType,
|
|
22
|
+
KnownDataBoundary: () => import_models.KnownDataBoundary,
|
|
23
|
+
KnownDefaultName: () => import_models.KnownDefaultName,
|
|
24
|
+
KnownOrigin: () => import_models.KnownOrigin,
|
|
25
|
+
KnownProvisioningState: () => import_models.KnownProvisioningState,
|
|
26
|
+
KnownVersions: () => import_models.KnownVersions
|
|
27
|
+
});
|
|
28
|
+
module.exports = __toCommonJS(models_exports);
|
|
29
|
+
var import_models = require("./models.js");
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
KnownActionType,
|
|
33
|
+
KnownCreatedByType,
|
|
34
|
+
KnownDataBoundary,
|
|
35
|
+
KnownDefaultName,
|
|
36
|
+
KnownOrigin,
|
|
37
|
+
KnownProvisioningState,
|
|
38
|
+
KnownVersions
|
|
39
|
+
});
|
|
40
|
+
//# sourceMappingURL=index.js.map
|