@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,227 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export const DataBoundaryProperties = {
|
|
9
|
+
type: {
|
|
10
|
+
name: "Composite",
|
|
11
|
+
className: "DataBoundaryProperties",
|
|
12
|
+
modelProperties: {
|
|
13
|
+
dataBoundary: {
|
|
14
|
+
serializedName: "dataBoundary",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
provisioningState: {
|
|
20
|
+
serializedName: "provisioningState",
|
|
21
|
+
readOnly: true,
|
|
22
|
+
type: {
|
|
23
|
+
name: "String",
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
};
|
|
29
|
+
export const Resource = {
|
|
30
|
+
type: {
|
|
31
|
+
name: "Composite",
|
|
32
|
+
className: "Resource",
|
|
33
|
+
modelProperties: {
|
|
34
|
+
id: {
|
|
35
|
+
serializedName: "id",
|
|
36
|
+
readOnly: true,
|
|
37
|
+
type: {
|
|
38
|
+
name: "String",
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
name: {
|
|
42
|
+
serializedName: "name",
|
|
43
|
+
readOnly: true,
|
|
44
|
+
type: {
|
|
45
|
+
name: "String",
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
type: {
|
|
49
|
+
serializedName: "type",
|
|
50
|
+
readOnly: true,
|
|
51
|
+
type: {
|
|
52
|
+
name: "String",
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
systemData: {
|
|
56
|
+
serializedName: "systemData",
|
|
57
|
+
type: {
|
|
58
|
+
name: "Composite",
|
|
59
|
+
className: "SystemData",
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
export const SystemData = {
|
|
66
|
+
type: {
|
|
67
|
+
name: "Composite",
|
|
68
|
+
className: "SystemData",
|
|
69
|
+
modelProperties: {
|
|
70
|
+
createdBy: {
|
|
71
|
+
serializedName: "createdBy",
|
|
72
|
+
type: {
|
|
73
|
+
name: "String",
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
createdByType: {
|
|
77
|
+
serializedName: "createdByType",
|
|
78
|
+
type: {
|
|
79
|
+
name: "String",
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
createdAt: {
|
|
83
|
+
serializedName: "createdAt",
|
|
84
|
+
type: {
|
|
85
|
+
name: "DateTime",
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
lastModifiedBy: {
|
|
89
|
+
serializedName: "lastModifiedBy",
|
|
90
|
+
type: {
|
|
91
|
+
name: "String",
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
lastModifiedByType: {
|
|
95
|
+
serializedName: "lastModifiedByType",
|
|
96
|
+
type: {
|
|
97
|
+
name: "String",
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
lastModifiedAt: {
|
|
101
|
+
serializedName: "lastModifiedAt",
|
|
102
|
+
type: {
|
|
103
|
+
name: "DateTime",
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
};
|
|
109
|
+
export const ErrorResponse = {
|
|
110
|
+
type: {
|
|
111
|
+
name: "Composite",
|
|
112
|
+
className: "ErrorResponse",
|
|
113
|
+
modelProperties: {
|
|
114
|
+
error: {
|
|
115
|
+
serializedName: "error",
|
|
116
|
+
type: {
|
|
117
|
+
name: "Composite",
|
|
118
|
+
className: "ErrorDetail",
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
};
|
|
124
|
+
export const ErrorDetail = {
|
|
125
|
+
type: {
|
|
126
|
+
name: "Composite",
|
|
127
|
+
className: "ErrorDetail",
|
|
128
|
+
modelProperties: {
|
|
129
|
+
code: {
|
|
130
|
+
serializedName: "code",
|
|
131
|
+
readOnly: true,
|
|
132
|
+
type: {
|
|
133
|
+
name: "String",
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
message: {
|
|
137
|
+
serializedName: "message",
|
|
138
|
+
readOnly: true,
|
|
139
|
+
type: {
|
|
140
|
+
name: "String",
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
target: {
|
|
144
|
+
serializedName: "target",
|
|
145
|
+
readOnly: true,
|
|
146
|
+
type: {
|
|
147
|
+
name: "String",
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
details: {
|
|
151
|
+
serializedName: "details",
|
|
152
|
+
readOnly: true,
|
|
153
|
+
type: {
|
|
154
|
+
name: "Sequence",
|
|
155
|
+
element: {
|
|
156
|
+
type: {
|
|
157
|
+
name: "Composite",
|
|
158
|
+
className: "ErrorDetail",
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
additionalInfo: {
|
|
164
|
+
serializedName: "additionalInfo",
|
|
165
|
+
readOnly: true,
|
|
166
|
+
type: {
|
|
167
|
+
name: "Sequence",
|
|
168
|
+
element: {
|
|
169
|
+
type: {
|
|
170
|
+
name: "Composite",
|
|
171
|
+
className: "ErrorAdditionalInfo",
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
};
|
|
179
|
+
export const ErrorAdditionalInfo = {
|
|
180
|
+
type: {
|
|
181
|
+
name: "Composite",
|
|
182
|
+
className: "ErrorAdditionalInfo",
|
|
183
|
+
modelProperties: {
|
|
184
|
+
type: {
|
|
185
|
+
serializedName: "type",
|
|
186
|
+
readOnly: true,
|
|
187
|
+
type: {
|
|
188
|
+
name: "String",
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
|
+
info: {
|
|
192
|
+
serializedName: "info",
|
|
193
|
+
readOnly: true,
|
|
194
|
+
type: {
|
|
195
|
+
name: "Dictionary",
|
|
196
|
+
value: { type: { name: "any" } },
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
},
|
|
200
|
+
},
|
|
201
|
+
};
|
|
202
|
+
export const ProxyResource = {
|
|
203
|
+
type: {
|
|
204
|
+
name: "Composite",
|
|
205
|
+
className: "ProxyResource",
|
|
206
|
+
modelProperties: {
|
|
207
|
+
...Resource.type.modelProperties,
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
};
|
|
211
|
+
export const DataBoundaryDefinition = {
|
|
212
|
+
type: {
|
|
213
|
+
name: "Composite",
|
|
214
|
+
className: "DataBoundaryDefinition",
|
|
215
|
+
modelProperties: {
|
|
216
|
+
...ProxyResource.type.modelProperties,
|
|
217
|
+
properties: {
|
|
218
|
+
serializedName: "properties",
|
|
219
|
+
type: {
|
|
220
|
+
name: "Composite",
|
|
221
|
+
className: "DataBoundaryProperties",
|
|
222
|
+
},
|
|
223
|
+
},
|
|
224
|
+
},
|
|
225
|
+
},
|
|
226
|
+
};
|
|
227
|
+
//# 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,81 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { DataBoundaryDefinition as DataBoundaryDefinitionMapper } from "../models/mappers.js";
|
|
9
|
+
export const contentType = {
|
|
10
|
+
parameterPath: ["options", "contentType"],
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Content-Type",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
export const dataBoundaryDefinition = {
|
|
21
|
+
parameterPath: "dataBoundaryDefinition",
|
|
22
|
+
mapper: DataBoundaryDefinitionMapper,
|
|
23
|
+
};
|
|
24
|
+
export const accept = {
|
|
25
|
+
parameterPath: "accept",
|
|
26
|
+
mapper: {
|
|
27
|
+
defaultValue: "application/json",
|
|
28
|
+
isConstant: true,
|
|
29
|
+
serializedName: "Accept",
|
|
30
|
+
type: {
|
|
31
|
+
name: "String",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
export const $host = {
|
|
36
|
+
parameterPath: "$host",
|
|
37
|
+
mapper: {
|
|
38
|
+
serializedName: "$host",
|
|
39
|
+
required: true,
|
|
40
|
+
type: {
|
|
41
|
+
name: "String",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
skipEncoding: true,
|
|
45
|
+
};
|
|
46
|
+
export const apiVersion = {
|
|
47
|
+
parameterPath: "apiVersion",
|
|
48
|
+
mapper: {
|
|
49
|
+
defaultValue: "2024-08-01",
|
|
50
|
+
isConstant: true,
|
|
51
|
+
serializedName: "api-version",
|
|
52
|
+
type: {
|
|
53
|
+
name: "String",
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
export const defaultParam = {
|
|
58
|
+
parameterPath: "defaultParam",
|
|
59
|
+
mapper: {
|
|
60
|
+
serializedName: "default",
|
|
61
|
+
required: true,
|
|
62
|
+
type: {
|
|
63
|
+
name: "String",
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
export const scope = {
|
|
68
|
+
parameterPath: "scope",
|
|
69
|
+
mapper: {
|
|
70
|
+
constraints: {
|
|
71
|
+
MinLength: 1,
|
|
72
|
+
},
|
|
73
|
+
serializedName: "scope",
|
|
74
|
+
required: true,
|
|
75
|
+
type: {
|
|
76
|
+
name: "String",
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
skipEncoding: true,
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EAAE,sBAAsB,IAAI,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAE9F,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAuB;IACxD,aAAa,EAAE,wBAAwB;IACvC,MAAM,EAAE,4BAA4B;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,SAAS;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport { DataBoundaryDefinition as DataBoundaryDefinitionMapper } from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const dataBoundaryDefinition: OperationParameter = {\n parameterPath: \"dataBoundaryDefinition\",\n mapper: DataBoundaryDefinitionMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-08-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const defaultParam: OperationURLParameter = {\n parameterPath: \"defaultParam\",\n mapper: {\n serializedName: \"default\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { DataBoundaries } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { DataboundariesManegementClient } from "../databoundariesManegementClient.js";
|
|
3
|
+
import { DataBoundaryDefinition, DefaultName, DataBoundariesPutOptionalParams, DataBoundariesPutResponse, DataBoundariesGetTenantOptionalParams, DataBoundariesGetTenantResponse, DataBoundariesGetScopeOptionalParams, DataBoundariesGetScopeResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing DataBoundaries operations. */
|
|
5
|
+
export declare class DataBoundariesImpl implements DataBoundaries {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class DataBoundaries class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: DataboundariesManegementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Opt-in tenant to data boundary.
|
|
14
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
15
|
+
* @param dataBoundaryDefinition The data boundary to opt the tenant to.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
put(defaultParam: DefaultName, dataBoundaryDefinition: DataBoundaryDefinition, options?: DataBoundariesPutOptionalParams): Promise<DataBoundariesPutResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Get data boundary of tenant.
|
|
21
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
getTenant(defaultParam: DefaultName, options?: DataBoundariesGetTenantOptionalParams): Promise<DataBoundariesGetTenantResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Get data boundary at specified scope
|
|
27
|
+
* @param scope The scope at which the operation is performed.
|
|
28
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
getScope(scope: string, defaultParam: DefaultName, options?: DataBoundariesGetScopeOptionalParams): Promise<DataBoundariesGetScopeResponse>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=dataBoundaries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataBoundaries.d.ts","sourceRoot":"","sources":["../../../src/operations/dataBoundaries.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,+BAA+B,EAC/B,yBAAyB,EACzB,qCAAqC,EACrC,+BAA+B,EAC/B,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACH,GAAG,CACD,YAAY,EAAE,WAAW,EACzB,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;OAIG;IACH,SAAS,CACP,YAAY,EAAE,WAAW,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;OAKG;IACH,QAAQ,CACN,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,WAAW,EACzB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;CAM3C"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
|
+
/** Class containing DataBoundaries operations. */
|
|
12
|
+
export class DataBoundariesImpl {
|
|
13
|
+
client;
|
|
14
|
+
/**
|
|
15
|
+
* Initialize a new instance of the class DataBoundaries class.
|
|
16
|
+
* @param client Reference to the service client
|
|
17
|
+
*/
|
|
18
|
+
constructor(client) {
|
|
19
|
+
this.client = client;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Opt-in tenant to data boundary.
|
|
23
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
24
|
+
* @param dataBoundaryDefinition The data boundary to opt the tenant to.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
put(defaultParam, dataBoundaryDefinition, options) {
|
|
28
|
+
return this.client.sendOperationRequest({ defaultParam, dataBoundaryDefinition, options }, putOperationSpec);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Get data boundary of tenant.
|
|
32
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
getTenant(defaultParam, options) {
|
|
36
|
+
return this.client.sendOperationRequest({ defaultParam, options }, getTenantOperationSpec);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Get data boundary at specified scope
|
|
40
|
+
* @param scope The scope at which the operation is performed.
|
|
41
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
getScope(scope, defaultParam, options) {
|
|
45
|
+
return this.client.sendOperationRequest({ scope, defaultParam, options }, getScopeOperationSpec);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
// Operation Specifications
|
|
49
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
50
|
+
const putOperationSpec = {
|
|
51
|
+
path: "/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
52
|
+
httpMethod: "PUT",
|
|
53
|
+
responses: {
|
|
54
|
+
200: {
|
|
55
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
56
|
+
},
|
|
57
|
+
201: {
|
|
58
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
59
|
+
},
|
|
60
|
+
default: {
|
|
61
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
requestBody: Parameters.dataBoundaryDefinition,
|
|
65
|
+
queryParameters: [Parameters.apiVersion],
|
|
66
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam],
|
|
67
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
68
|
+
mediaType: "json",
|
|
69
|
+
serializer,
|
|
70
|
+
};
|
|
71
|
+
const getTenantOperationSpec = {
|
|
72
|
+
path: "/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
73
|
+
httpMethod: "GET",
|
|
74
|
+
responses: {
|
|
75
|
+
200: {
|
|
76
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
77
|
+
},
|
|
78
|
+
default: {
|
|
79
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
queryParameters: [Parameters.apiVersion],
|
|
83
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam],
|
|
84
|
+
headerParameters: [Parameters.accept],
|
|
85
|
+
serializer,
|
|
86
|
+
};
|
|
87
|
+
const getScopeOperationSpec = {
|
|
88
|
+
path: "/{scope}/providers/Microsoft.Resources/dataBoundaries/{default}",
|
|
89
|
+
httpMethod: "GET",
|
|
90
|
+
responses: {
|
|
91
|
+
200: {
|
|
92
|
+
bodyMapper: Mappers.DataBoundaryDefinition,
|
|
93
|
+
},
|
|
94
|
+
default: {
|
|
95
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
queryParameters: [Parameters.apiVersion],
|
|
99
|
+
urlParameters: [Parameters.$host, Parameters.defaultParam, Parameters.scope],
|
|
100
|
+
headerParameters: [Parameters.accept],
|
|
101
|
+
serializer,
|
|
102
|
+
};
|
|
103
|
+
//# 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,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./dataBoundaries.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,qBAAqB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./dataBoundaries.js\";\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { DataBoundaryDefinition, DefaultName, DataBoundariesPutOptionalParams, DataBoundariesPutResponse, DataBoundariesGetTenantOptionalParams, DataBoundariesGetTenantResponse, DataBoundariesGetScopeOptionalParams, DataBoundariesGetScopeResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a DataBoundaries. */
|
|
3
|
+
export interface DataBoundaries {
|
|
4
|
+
/**
|
|
5
|
+
* Opt-in tenant to data boundary.
|
|
6
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
7
|
+
* @param dataBoundaryDefinition The data boundary to opt the tenant to.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
put(defaultParam: DefaultName, dataBoundaryDefinition: DataBoundaryDefinition, options?: DataBoundariesPutOptionalParams): Promise<DataBoundariesPutResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Get data boundary of tenant.
|
|
13
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
getTenant(defaultParam: DefaultName, options?: DataBoundariesGetTenantOptionalParams): Promise<DataBoundariesGetTenantResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Get data boundary at specified scope
|
|
19
|
+
* @param scope The scope at which the operation is performed.
|
|
20
|
+
* @param defaultParam Default string modeled as parameter for auto generation to work correctly.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
getScope(scope: string, defaultParam: DefaultName, options?: DataBoundariesGetScopeOptionalParams): Promise<DataBoundariesGetScopeResponse>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=dataBoundaries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataBoundaries.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/dataBoundaries.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,+BAA+B,EAC/B,yBAAyB,EACzB,qCAAqC,EACrC,+BAA+B,EAC/B,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,GAAG,CACD,YAAY,EAAE,WAAW,EACzB,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;OAIG;IACH,SAAS,CACP,YAAY,EAAE,WAAW,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;OAKG;IACH,QAAQ,CACN,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,WAAW,EACzB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataBoundaries.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/dataBoundaries.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n DataBoundaryDefinition,\n DefaultName,\n DataBoundariesPutOptionalParams,\n DataBoundariesPutResponse,\n DataBoundariesGetTenantOptionalParams,\n DataBoundariesGetTenantResponse,\n DataBoundariesGetScopeOptionalParams,\n DataBoundariesGetScopeResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a DataBoundaries. */\nexport interface DataBoundaries {\n /**\n * Opt-in tenant to data boundary.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param dataBoundaryDefinition The data boundary to opt the tenant to.\n * @param options The options parameters.\n */\n put(\n defaultParam: DefaultName,\n dataBoundaryDefinition: DataBoundaryDefinition,\n options?: DataBoundariesPutOptionalParams,\n ): Promise<DataBoundariesPutResponse>;\n /**\n * Get data boundary of tenant.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param options The options parameters.\n */\n getTenant(\n defaultParam: DefaultName,\n options?: DataBoundariesGetTenantOptionalParams,\n ): Promise<DataBoundariesGetTenantResponse>;\n /**\n * Get data boundary at specified scope\n * @param scope The scope at which the operation is performed.\n * @param defaultParam Default string modeled as parameter for auto generation to work correctly.\n * @param options The options parameters.\n */\n getScope(\n scope: string,\n defaultParam: DefaultName,\n options?: DataBoundariesGetScopeOptionalParams,\n ): Promise<DataBoundariesGetScopeResponse>;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./dataBoundaries.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,qBAAqB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./dataBoundaries.js\";\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import { DataBoundaries } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { DataboundariesManegementClientOptionalParams } from "./models/index.js";
|
|
5
|
+
export declare class DataboundariesManegementClient extends coreClient.ServiceClient {
|
|
6
|
+
$host: string;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
/**
|
|
9
|
+
* Initializes a new instance of the DataboundariesManegementClient class.
|
|
10
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
11
|
+
* @param options The parameter options
|
|
12
|
+
*/
|
|
13
|
+
constructor(credentials: coreAuth.TokenCredential, options?: DataboundariesManegementClientOptionalParams);
|
|
14
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
15
|
+
private addCustomApiVersionPolicy;
|
|
16
|
+
dataBoundaries: DataBoundaries;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=databoundariesManegementClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"databoundariesManegementClient.d.ts","sourceRoot":"","sources":["../../src/databoundariesManegementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAE,4CAA4C,EAAE,MAAM,mBAAmB,CAAC;AAEjF,qBAAa,8BAA+B,SAAQ,UAAU,CAAC,aAAa;IAC1E,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,OAAO,CAAC,EAAE,4CAA4C;IAwExD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,cAAc,EAAE,cAAc,CAAC;CAChC"}
|