@azure/arm-databoundaries 1.0.0-beta.1 → 1.0.0-beta.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/CHANGELOG.md +11 -1
- package/LICENSE +4 -4
- package/README.md +25 -17
- 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 +29 -24
- 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-esm/src → dist/browser}/models/mappers.js +8 -3
- 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 +3 -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 +104 -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 +230 -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 +108 -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 +11 -11
- package/dist/esm/databoundariesManegementClient.d.ts +18 -0
- package/dist/esm/databoundariesManegementClient.d.ts.map +1 -0
- package/dist/esm/databoundariesManegementClient.js +99 -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 +227 -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 +103 -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 +99 -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 +227 -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 +103 -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 +84 -70
- 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/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
- /package/review/{arm-databoundaries.api.md → arm-databoundaries-node.api.md} +0 -0
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.DataBoundaryDefinition = exports.ProxyResource = exports.ErrorAdditionalInfo = exports.ErrorDetail = exports.ErrorResponse = exports.SystemData = exports.Resource = exports.DataBoundaryProperties = void 0;
|
|
11
|
+
exports.DataBoundaryProperties = {
|
|
12
|
+
type: {
|
|
13
|
+
name: "Composite",
|
|
14
|
+
className: "DataBoundaryProperties",
|
|
15
|
+
modelProperties: {
|
|
16
|
+
dataBoundary: {
|
|
17
|
+
serializedName: "dataBoundary",
|
|
18
|
+
type: {
|
|
19
|
+
name: "String",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
provisioningState: {
|
|
23
|
+
serializedName: "provisioningState",
|
|
24
|
+
readOnly: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "String",
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
exports.Resource = {
|
|
33
|
+
type: {
|
|
34
|
+
name: "Composite",
|
|
35
|
+
className: "Resource",
|
|
36
|
+
modelProperties: {
|
|
37
|
+
id: {
|
|
38
|
+
serializedName: "id",
|
|
39
|
+
readOnly: true,
|
|
40
|
+
type: {
|
|
41
|
+
name: "String",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
name: {
|
|
45
|
+
serializedName: "name",
|
|
46
|
+
readOnly: true,
|
|
47
|
+
type: {
|
|
48
|
+
name: "String",
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
type: {
|
|
52
|
+
serializedName: "type",
|
|
53
|
+
readOnly: true,
|
|
54
|
+
type: {
|
|
55
|
+
name: "String",
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
systemData: {
|
|
59
|
+
serializedName: "systemData",
|
|
60
|
+
type: {
|
|
61
|
+
name: "Composite",
|
|
62
|
+
className: "SystemData",
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
exports.SystemData = {
|
|
69
|
+
type: {
|
|
70
|
+
name: "Composite",
|
|
71
|
+
className: "SystemData",
|
|
72
|
+
modelProperties: {
|
|
73
|
+
createdBy: {
|
|
74
|
+
serializedName: "createdBy",
|
|
75
|
+
type: {
|
|
76
|
+
name: "String",
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
createdByType: {
|
|
80
|
+
serializedName: "createdByType",
|
|
81
|
+
type: {
|
|
82
|
+
name: "String",
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
createdAt: {
|
|
86
|
+
serializedName: "createdAt",
|
|
87
|
+
type: {
|
|
88
|
+
name: "DateTime",
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
lastModifiedBy: {
|
|
92
|
+
serializedName: "lastModifiedBy",
|
|
93
|
+
type: {
|
|
94
|
+
name: "String",
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
lastModifiedByType: {
|
|
98
|
+
serializedName: "lastModifiedByType",
|
|
99
|
+
type: {
|
|
100
|
+
name: "String",
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
lastModifiedAt: {
|
|
104
|
+
serializedName: "lastModifiedAt",
|
|
105
|
+
type: {
|
|
106
|
+
name: "DateTime",
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
};
|
|
112
|
+
exports.ErrorResponse = {
|
|
113
|
+
type: {
|
|
114
|
+
name: "Composite",
|
|
115
|
+
className: "ErrorResponse",
|
|
116
|
+
modelProperties: {
|
|
117
|
+
error: {
|
|
118
|
+
serializedName: "error",
|
|
119
|
+
type: {
|
|
120
|
+
name: "Composite",
|
|
121
|
+
className: "ErrorDetail",
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
};
|
|
127
|
+
exports.ErrorDetail = {
|
|
128
|
+
type: {
|
|
129
|
+
name: "Composite",
|
|
130
|
+
className: "ErrorDetail",
|
|
131
|
+
modelProperties: {
|
|
132
|
+
code: {
|
|
133
|
+
serializedName: "code",
|
|
134
|
+
readOnly: true,
|
|
135
|
+
type: {
|
|
136
|
+
name: "String",
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
message: {
|
|
140
|
+
serializedName: "message",
|
|
141
|
+
readOnly: true,
|
|
142
|
+
type: {
|
|
143
|
+
name: "String",
|
|
144
|
+
},
|
|
145
|
+
},
|
|
146
|
+
target: {
|
|
147
|
+
serializedName: "target",
|
|
148
|
+
readOnly: true,
|
|
149
|
+
type: {
|
|
150
|
+
name: "String",
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
details: {
|
|
154
|
+
serializedName: "details",
|
|
155
|
+
readOnly: true,
|
|
156
|
+
type: {
|
|
157
|
+
name: "Sequence",
|
|
158
|
+
element: {
|
|
159
|
+
type: {
|
|
160
|
+
name: "Composite",
|
|
161
|
+
className: "ErrorDetail",
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
additionalInfo: {
|
|
167
|
+
serializedName: "additionalInfo",
|
|
168
|
+
readOnly: true,
|
|
169
|
+
type: {
|
|
170
|
+
name: "Sequence",
|
|
171
|
+
element: {
|
|
172
|
+
type: {
|
|
173
|
+
name: "Composite",
|
|
174
|
+
className: "ErrorAdditionalInfo",
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
};
|
|
182
|
+
exports.ErrorAdditionalInfo = {
|
|
183
|
+
type: {
|
|
184
|
+
name: "Composite",
|
|
185
|
+
className: "ErrorAdditionalInfo",
|
|
186
|
+
modelProperties: {
|
|
187
|
+
type: {
|
|
188
|
+
serializedName: "type",
|
|
189
|
+
readOnly: true,
|
|
190
|
+
type: {
|
|
191
|
+
name: "String",
|
|
192
|
+
},
|
|
193
|
+
},
|
|
194
|
+
info: {
|
|
195
|
+
serializedName: "info",
|
|
196
|
+
readOnly: true,
|
|
197
|
+
type: {
|
|
198
|
+
name: "Dictionary",
|
|
199
|
+
value: { type: { name: "any" } },
|
|
200
|
+
},
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
};
|
|
205
|
+
exports.ProxyResource = {
|
|
206
|
+
type: {
|
|
207
|
+
name: "Composite",
|
|
208
|
+
className: "ProxyResource",
|
|
209
|
+
modelProperties: {
|
|
210
|
+
...exports.Resource.type.modelProperties,
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
};
|
|
214
|
+
exports.DataBoundaryDefinition = {
|
|
215
|
+
type: {
|
|
216
|
+
name: "Composite",
|
|
217
|
+
className: "DataBoundaryDefinition",
|
|
218
|
+
modelProperties: {
|
|
219
|
+
...exports.ProxyResource.type.modelProperties,
|
|
220
|
+
properties: {
|
|
221
|
+
serializedName: "properties",
|
|
222
|
+
type: {
|
|
223
|
+
name: "Composite",
|
|
224
|
+
className: "DataBoundaryProperties",
|
|
225
|
+
},
|
|
226
|
+
},
|
|
227
|
+
},
|
|
228
|
+
},
|
|
229
|
+
};
|
|
230
|
+
//# sourceMappingURL=mappers.js.map
|
|
@@ -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,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.scope = exports.defaultParam = exports.apiVersion = exports.$host = exports.accept = exports.dataBoundaryDefinition = exports.contentType = void 0;
|
|
11
|
+
const mappers_js_1 = require("../models/mappers.js");
|
|
12
|
+
exports.contentType = {
|
|
13
|
+
parameterPath: ["options", "contentType"],
|
|
14
|
+
mapper: {
|
|
15
|
+
defaultValue: "application/json",
|
|
16
|
+
isConstant: true,
|
|
17
|
+
serializedName: "Content-Type",
|
|
18
|
+
type: {
|
|
19
|
+
name: "String",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
exports.dataBoundaryDefinition = {
|
|
24
|
+
parameterPath: "dataBoundaryDefinition",
|
|
25
|
+
mapper: mappers_js_1.DataBoundaryDefinition,
|
|
26
|
+
};
|
|
27
|
+
exports.accept = {
|
|
28
|
+
parameterPath: "accept",
|
|
29
|
+
mapper: {
|
|
30
|
+
defaultValue: "application/json",
|
|
31
|
+
isConstant: true,
|
|
32
|
+
serializedName: "Accept",
|
|
33
|
+
type: {
|
|
34
|
+
name: "String",
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
exports.$host = {
|
|
39
|
+
parameterPath: "$host",
|
|
40
|
+
mapper: {
|
|
41
|
+
serializedName: "$host",
|
|
42
|
+
required: true,
|
|
43
|
+
type: {
|
|
44
|
+
name: "String",
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
skipEncoding: true,
|
|
48
|
+
};
|
|
49
|
+
exports.apiVersion = {
|
|
50
|
+
parameterPath: "apiVersion",
|
|
51
|
+
mapper: {
|
|
52
|
+
defaultValue: "2024-08-01",
|
|
53
|
+
isConstant: true,
|
|
54
|
+
serializedName: "api-version",
|
|
55
|
+
type: {
|
|
56
|
+
name: "String",
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
exports.defaultParam = {
|
|
61
|
+
parameterPath: "defaultParam",
|
|
62
|
+
mapper: {
|
|
63
|
+
serializedName: "default",
|
|
64
|
+
required: true,
|
|
65
|
+
type: {
|
|
66
|
+
name: "String",
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
};
|
|
70
|
+
exports.scope = {
|
|
71
|
+
parameterPath: "scope",
|
|
72
|
+
mapper: {
|
|
73
|
+
constraints: {
|
|
74
|
+
MinLength: 1,
|
|
75
|
+
},
|
|
76
|
+
serializedName: "scope",
|
|
77
|
+
required: true,
|
|
78
|
+
type: {
|
|
79
|
+
name: "String",
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
skipEncoding: true,
|
|
83
|
+
};
|
|
84
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAOH,qDAA8F;AAEjF,QAAA,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;AAEW,QAAA,sBAAsB,GAAuB;IACxD,aAAa,EAAE,wBAAwB;IACvC,MAAM,EAAE,mCAA4B;CACrC,CAAC;AAEW,QAAA,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;AAEW,QAAA,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;AAEW,QAAA,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;AAEW,QAAA,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;AAEW,QAAA,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,108 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.DataBoundariesImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/** Class containing DataBoundaries operations. */
|
|
16
|
+
class DataBoundariesImpl {
|
|
17
|
+
client;
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class DataBoundaries class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Opt-in tenant to data boundary.
|
|
27
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
28
|
+
* @param dataBoundaryDefinition The data boundary to opt the tenant to.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
put(defaultParam, dataBoundaryDefinition, options) {
|
|
32
|
+
return this.client.sendOperationRequest({ defaultParam, dataBoundaryDefinition, options }, putOperationSpec);
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Get data boundary of tenant.
|
|
36
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
getTenant(defaultParam, options) {
|
|
40
|
+
return this.client.sendOperationRequest({ defaultParam, options }, getTenantOperationSpec);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Get data boundary at specified scope
|
|
44
|
+
* @param scope The scope at which the operation is performed.
|
|
45
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
getScope(scope, defaultParam, options) {
|
|
49
|
+
return this.client.sendOperationRequest({ scope, defaultParam, options }, getScopeOperationSpec);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exports.DataBoundariesImpl = DataBoundariesImpl;
|
|
53
|
+
// Operation Specifications
|
|
54
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
55
|
+
const putOperationSpec = {
|
|
56
|
+
path: "/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
57
|
+
httpMethod: "PUT",
|
|
58
|
+
responses: {
|
|
59
|
+
200: {
|
|
60
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
61
|
+
},
|
|
62
|
+
201: {
|
|
63
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
64
|
+
},
|
|
65
|
+
default: {
|
|
66
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
requestBody: Parameters.dataBoundaryDefinition,
|
|
70
|
+
queryParameters: [Parameters.apiVersion],
|
|
71
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam],
|
|
72
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
73
|
+
mediaType: "json",
|
|
74
|
+
serializer,
|
|
75
|
+
};
|
|
76
|
+
const getTenantOperationSpec = {
|
|
77
|
+
path: "/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
78
|
+
httpMethod: "GET",
|
|
79
|
+
responses: {
|
|
80
|
+
200: {
|
|
81
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
82
|
+
},
|
|
83
|
+
default: {
|
|
84
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
85
|
+
},
|
|
86
|
+
},
|
|
87
|
+
queryParameters: [Parameters.apiVersion],
|
|
88
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam],
|
|
89
|
+
headerParameters: [Parameters.accept],
|
|
90
|
+
serializer,
|
|
91
|
+
};
|
|
92
|
+
const getScopeOperationSpec = {
|
|
93
|
+
path: "/{scope}/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
94
|
+
httpMethod: "GET",
|
|
95
|
+
responses: {
|
|
96
|
+
200: {
|
|
97
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
98
|
+
},
|
|
99
|
+
default: {
|
|
100
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
queryParameters: [Parameters.apiVersion],
|
|
104
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam, Parameters.scope],
|
|
105
|
+
headerParameters: [Parameters.accept],
|
|
106
|
+
serializer,
|
|
107
|
+
};
|
|
108
|
+
//# sourceMappingURL=dataBoundaries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataBoundaries.js","sourceRoot":"","sources":["../../../src/operations/dataBoundaries.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 { 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,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./dataBoundaries.js"), exports);
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,8DAAoC","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,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=dataBoundaries.js.map
|
|
@@ -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,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./dataBoundaries.js"), exports);
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,8DAAoC","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"]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|
|
1
|
+
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
+
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
+
{
|
|
4
|
+
"tsdocVersion": "0.12",
|
|
5
|
+
"toolPackages": [
|
|
6
|
+
{
|
|
7
|
+
"packageName": "@microsoft/api-extractor",
|
|
8
|
+
"packageVersion": "7.52.10"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
11
|
+
}
|