@azure/arm-apicenter 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +1296 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/operationsListSample.js +58 -0
  11. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  12. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +39 -0
  15. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +1 -0
  16. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/servicesDeleteSample.js +39 -0
  19. package/dist-esm/samples-dev/servicesDeleteSample.js.map +1 -0
  20. package/dist-esm/samples-dev/servicesGetSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/servicesGetSample.js +39 -0
  23. package/dist-esm/samples-dev/servicesGetSample.js.map +1 -0
  24. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +59 -0
  27. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +1 -0
  28. package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +58 -0
  31. package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +1 -0
  32. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/servicesUpdateSample.js +39 -0
  35. package/dist-esm/samples-dev/servicesUpdateSample.js.map +1 -0
  36. package/dist-esm/src/azureAPICenter.d.ts +21 -0
  37. package/dist-esm/src/azureAPICenter.d.ts.map +1 -0
  38. package/dist-esm/src/azureAPICenter.js +101 -0
  39. package/dist-esm/src/azureAPICenter.js.map +1 -0
  40. package/dist-esm/src/index.d.ts +6 -0
  41. package/dist-esm/src/index.d.ts.map +1 -0
  42. package/dist-esm/src/index.js +13 -0
  43. package/dist-esm/src/index.js.map +1 -0
  44. package/dist-esm/src/models/index.d.ts +369 -0
  45. package/dist-esm/src/models/index.d.ts.map +1 -0
  46. package/dist-esm/src/models/index.js +58 -0
  47. package/dist-esm/src/models/index.js.map +1 -0
  48. package/dist-esm/src/models/mappers.d.ts +16 -0
  49. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  50. package/dist-esm/src/models/mappers.js +428 -0
  51. package/dist-esm/src/models/mappers.js.map +1 -0
  52. package/dist-esm/src/models/parameters.d.ts +12 -0
  53. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  54. package/dist-esm/src/models/parameters.js +112 -0
  55. package/dist-esm/src/models/parameters.js.map +1 -0
  56. package/dist-esm/src/operations/index.d.ts +3 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +10 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +32 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +138 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/services.d.ts +81 -0
  65. package/dist-esm/src/operations/services.d.ts.map +1 -0
  66. package/dist-esm/src/operations/services.js +392 -0
  67. package/dist-esm/src/operations/services.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
  69. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/index.js +10 -0
  71. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  73. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/services.d.ts +45 -0
  77. package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/services.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/services.js.map +1 -0
  80. package/dist-esm/src/pagingHelper.d.ts +13 -0
  81. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  82. package/dist-esm/src/pagingHelper.js +32 -0
  83. package/dist-esm/src/pagingHelper.js.map +1 -0
  84. package/dist-esm/test/apicenter_operations_test.spec.d.ts +4 -0
  85. package/dist-esm/test/apicenter_operations_test.spec.d.ts.map +1 -0
  86. package/dist-esm/test/apicenter_operations_test.spec.js +76 -0
  87. package/dist-esm/test/apicenter_operations_test.spec.js.map +1 -0
  88. package/package.json +121 -0
  89. package/review/arm-apicenter.api.md +274 -0
  90. package/rollup.config.js +122 -0
  91. package/src/azureAPICenter.ts +142 -0
  92. package/src/index.ts +13 -0
  93. package/src/models/index.ts +421 -0
  94. package/src/models/mappers.ts +451 -0
  95. package/src/models/parameters.ts +130 -0
  96. package/src/operations/index.ts +10 -0
  97. package/src/operations/operations.ts +149 -0
  98. package/src/operations/services.ts +472 -0
  99. package/src/operationsInterfaces/index.ts +10 -0
  100. package/src/operationsInterfaces/operations.ts +22 -0
  101. package/src/operationsInterfaces/services.ts +86 -0
  102. package/src/pagingHelper.ts +39 -0
  103. package/tsconfig.json +33 -0
  104. package/types/arm-apicenter.d.ts +494 -0
  105. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,58 @@
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
+ /** Known values of {@link Origin} that the service accepts. */
9
+ export var KnownOrigin;
10
+ (function (KnownOrigin) {
11
+ /** User */
12
+ KnownOrigin["User"] = "user";
13
+ /** System */
14
+ KnownOrigin["System"] = "system";
15
+ /** UserSystem */
16
+ KnownOrigin["UserSystem"] = "user,system";
17
+ })(KnownOrigin || (KnownOrigin = {}));
18
+ /** Known values of {@link ActionType} that the service accepts. */
19
+ export var KnownActionType;
20
+ (function (KnownActionType) {
21
+ /** Internal */
22
+ KnownActionType["Internal"] = "Internal";
23
+ })(KnownActionType || (KnownActionType = {}));
24
+ /** Known values of {@link ProvisioningState} that the service accepts. */
25
+ export var KnownProvisioningState;
26
+ (function (KnownProvisioningState) {
27
+ /** Succeeded */
28
+ KnownProvisioningState["Succeeded"] = "Succeeded";
29
+ /** Failed */
30
+ KnownProvisioningState["Failed"] = "Failed";
31
+ /** Canceled */
32
+ KnownProvisioningState["Canceled"] = "Canceled";
33
+ })(KnownProvisioningState || (KnownProvisioningState = {}));
34
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
35
+ export var KnownManagedServiceIdentityType;
36
+ (function (KnownManagedServiceIdentityType) {
37
+ /** None */
38
+ KnownManagedServiceIdentityType["None"] = "None";
39
+ /** SystemAssigned */
40
+ KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
41
+ /** UserAssigned */
42
+ KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
43
+ /** SystemAssignedUserAssigned */
44
+ KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
45
+ })(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
46
+ /** Known values of {@link CreatedByType} that the service accepts. */
47
+ export var KnownCreatedByType;
48
+ (function (KnownCreatedByType) {
49
+ /** User */
50
+ KnownCreatedByType["User"] = "User";
51
+ /** Application */
52
+ KnownCreatedByType["Application"] = "Application";
53
+ /** ManagedIdentity */
54
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
55
+ /** Key */
56
+ KnownCreatedByType["Key"] = "Key";
57
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
58
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAmOH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B"}
@@ -0,0 +1,16 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationListResult: coreClient.CompositeMapper;
3
+ export declare const Operation: coreClient.CompositeMapper;
4
+ export declare const OperationDisplay: coreClient.CompositeMapper;
5
+ export declare const ErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorDetail: coreClient.CompositeMapper;
7
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
8
+ export declare const ServiceCollection: coreClient.CompositeMapper;
9
+ export declare const ManagedServiceIdentity: coreClient.CompositeMapper;
10
+ export declare const UserAssignedIdentity: coreClient.CompositeMapper;
11
+ export declare const Resource: coreClient.CompositeMapper;
12
+ export declare const SystemData: coreClient.CompositeMapper;
13
+ export declare const ServiceUpdate: coreClient.CompositeMapper;
14
+ export declare const TrackedResource: coreClient.CompositeMapper;
15
+ export declare const Service: coreClient.CompositeMapper;
16
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA0B1C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqC/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqB7C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAsBhC,CAAC"}
@@ -0,0 +1,428 @@
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 OperationListResult = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "OperationListResult",
12
+ modelProperties: {
13
+ value: {
14
+ serializedName: "value",
15
+ readOnly: true,
16
+ type: {
17
+ name: "Sequence",
18
+ element: {
19
+ type: {
20
+ name: "Composite",
21
+ className: "Operation"
22
+ }
23
+ }
24
+ }
25
+ },
26
+ nextLink: {
27
+ serializedName: "nextLink",
28
+ readOnly: true,
29
+ type: {
30
+ name: "String"
31
+ }
32
+ }
33
+ }
34
+ }
35
+ };
36
+ export const Operation = {
37
+ type: {
38
+ name: "Composite",
39
+ className: "Operation",
40
+ modelProperties: {
41
+ name: {
42
+ serializedName: "name",
43
+ readOnly: true,
44
+ type: {
45
+ name: "String"
46
+ }
47
+ },
48
+ isDataAction: {
49
+ serializedName: "isDataAction",
50
+ readOnly: true,
51
+ type: {
52
+ name: "Boolean"
53
+ }
54
+ },
55
+ display: {
56
+ serializedName: "display",
57
+ type: {
58
+ name: "Composite",
59
+ className: "OperationDisplay"
60
+ }
61
+ },
62
+ origin: {
63
+ serializedName: "origin",
64
+ readOnly: true,
65
+ type: {
66
+ name: "String"
67
+ }
68
+ },
69
+ actionType: {
70
+ serializedName: "actionType",
71
+ readOnly: true,
72
+ type: {
73
+ name: "String"
74
+ }
75
+ }
76
+ }
77
+ }
78
+ };
79
+ export const OperationDisplay = {
80
+ type: {
81
+ name: "Composite",
82
+ className: "OperationDisplay",
83
+ modelProperties: {
84
+ provider: {
85
+ serializedName: "provider",
86
+ readOnly: true,
87
+ type: {
88
+ name: "String"
89
+ }
90
+ },
91
+ resource: {
92
+ serializedName: "resource",
93
+ readOnly: true,
94
+ type: {
95
+ name: "String"
96
+ }
97
+ },
98
+ operation: {
99
+ serializedName: "operation",
100
+ readOnly: true,
101
+ type: {
102
+ name: "String"
103
+ }
104
+ },
105
+ description: {
106
+ serializedName: "description",
107
+ readOnly: true,
108
+ type: {
109
+ name: "String"
110
+ }
111
+ }
112
+ }
113
+ }
114
+ };
115
+ export const ErrorResponse = {
116
+ type: {
117
+ name: "Composite",
118
+ className: "ErrorResponse",
119
+ modelProperties: {
120
+ error: {
121
+ serializedName: "error",
122
+ type: {
123
+ name: "Composite",
124
+ className: "ErrorDetail"
125
+ }
126
+ }
127
+ }
128
+ }
129
+ };
130
+ export const ErrorDetail = {
131
+ type: {
132
+ name: "Composite",
133
+ className: "ErrorDetail",
134
+ modelProperties: {
135
+ code: {
136
+ serializedName: "code",
137
+ readOnly: true,
138
+ type: {
139
+ name: "String"
140
+ }
141
+ },
142
+ message: {
143
+ serializedName: "message",
144
+ readOnly: true,
145
+ type: {
146
+ name: "String"
147
+ }
148
+ },
149
+ target: {
150
+ serializedName: "target",
151
+ readOnly: true,
152
+ type: {
153
+ name: "String"
154
+ }
155
+ },
156
+ details: {
157
+ serializedName: "details",
158
+ readOnly: true,
159
+ type: {
160
+ name: "Sequence",
161
+ element: {
162
+ type: {
163
+ name: "Composite",
164
+ className: "ErrorDetail"
165
+ }
166
+ }
167
+ }
168
+ },
169
+ additionalInfo: {
170
+ serializedName: "additionalInfo",
171
+ readOnly: true,
172
+ type: {
173
+ name: "Sequence",
174
+ element: {
175
+ type: {
176
+ name: "Composite",
177
+ className: "ErrorAdditionalInfo"
178
+ }
179
+ }
180
+ }
181
+ }
182
+ }
183
+ }
184
+ };
185
+ export const ErrorAdditionalInfo = {
186
+ type: {
187
+ name: "Composite",
188
+ className: "ErrorAdditionalInfo",
189
+ modelProperties: {
190
+ type: {
191
+ serializedName: "type",
192
+ readOnly: true,
193
+ type: {
194
+ name: "String"
195
+ }
196
+ },
197
+ info: {
198
+ serializedName: "info",
199
+ readOnly: true,
200
+ type: {
201
+ name: "Dictionary",
202
+ value: { type: { name: "any" } }
203
+ }
204
+ }
205
+ }
206
+ }
207
+ };
208
+ export const ServiceCollection = {
209
+ type: {
210
+ name: "Composite",
211
+ className: "ServiceCollection",
212
+ modelProperties: {
213
+ value: {
214
+ serializedName: "value",
215
+ required: true,
216
+ type: {
217
+ name: "Sequence",
218
+ element: {
219
+ type: {
220
+ name: "Composite",
221
+ className: "Service"
222
+ }
223
+ }
224
+ }
225
+ },
226
+ nextLink: {
227
+ serializedName: "nextLink",
228
+ type: {
229
+ name: "String"
230
+ }
231
+ }
232
+ }
233
+ }
234
+ };
235
+ export const ManagedServiceIdentity = {
236
+ type: {
237
+ name: "Composite",
238
+ className: "ManagedServiceIdentity",
239
+ modelProperties: {
240
+ principalId: {
241
+ serializedName: "principalId",
242
+ readOnly: true,
243
+ type: {
244
+ name: "Uuid"
245
+ }
246
+ },
247
+ tenantId: {
248
+ serializedName: "tenantId",
249
+ readOnly: true,
250
+ type: {
251
+ name: "Uuid"
252
+ }
253
+ },
254
+ type: {
255
+ serializedName: "type",
256
+ required: true,
257
+ type: {
258
+ name: "String"
259
+ }
260
+ },
261
+ userAssignedIdentities: {
262
+ serializedName: "userAssignedIdentities",
263
+ type: {
264
+ name: "Dictionary",
265
+ value: {
266
+ type: { name: "Composite", className: "UserAssignedIdentity" }
267
+ }
268
+ }
269
+ }
270
+ }
271
+ }
272
+ };
273
+ export const UserAssignedIdentity = {
274
+ type: {
275
+ name: "Composite",
276
+ className: "UserAssignedIdentity",
277
+ modelProperties: {
278
+ principalId: {
279
+ serializedName: "principalId",
280
+ readOnly: true,
281
+ type: {
282
+ name: "Uuid"
283
+ }
284
+ },
285
+ clientId: {
286
+ serializedName: "clientId",
287
+ readOnly: true,
288
+ type: {
289
+ name: "Uuid"
290
+ }
291
+ }
292
+ }
293
+ }
294
+ };
295
+ export const Resource = {
296
+ type: {
297
+ name: "Composite",
298
+ className: "Resource",
299
+ modelProperties: {
300
+ id: {
301
+ serializedName: "id",
302
+ readOnly: true,
303
+ type: {
304
+ name: "String"
305
+ }
306
+ },
307
+ name: {
308
+ serializedName: "name",
309
+ readOnly: true,
310
+ type: {
311
+ name: "String"
312
+ }
313
+ },
314
+ type: {
315
+ serializedName: "type",
316
+ readOnly: true,
317
+ type: {
318
+ name: "String"
319
+ }
320
+ },
321
+ systemData: {
322
+ serializedName: "systemData",
323
+ type: {
324
+ name: "Composite",
325
+ className: "SystemData"
326
+ }
327
+ }
328
+ }
329
+ }
330
+ };
331
+ export const SystemData = {
332
+ type: {
333
+ name: "Composite",
334
+ className: "SystemData",
335
+ modelProperties: {
336
+ createdBy: {
337
+ serializedName: "createdBy",
338
+ type: {
339
+ name: "String"
340
+ }
341
+ },
342
+ createdByType: {
343
+ serializedName: "createdByType",
344
+ type: {
345
+ name: "String"
346
+ }
347
+ },
348
+ createdAt: {
349
+ serializedName: "createdAt",
350
+ type: {
351
+ name: "DateTime"
352
+ }
353
+ },
354
+ lastModifiedBy: {
355
+ serializedName: "lastModifiedBy",
356
+ type: {
357
+ name: "String"
358
+ }
359
+ },
360
+ lastModifiedByType: {
361
+ serializedName: "lastModifiedByType",
362
+ type: {
363
+ name: "String"
364
+ }
365
+ },
366
+ lastModifiedAt: {
367
+ serializedName: "lastModifiedAt",
368
+ type: {
369
+ name: "DateTime"
370
+ }
371
+ }
372
+ }
373
+ }
374
+ };
375
+ export const ServiceUpdate = {
376
+ type: {
377
+ name: "Composite",
378
+ className: "ServiceUpdate",
379
+ modelProperties: {
380
+ provisioningState: {
381
+ serializedName: "properties.provisioningState",
382
+ readOnly: true,
383
+ type: {
384
+ name: "String"
385
+ }
386
+ }
387
+ }
388
+ }
389
+ };
390
+ export const TrackedResource = {
391
+ type: {
392
+ name: "Composite",
393
+ className: "TrackedResource",
394
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
395
+ serializedName: "tags",
396
+ type: {
397
+ name: "Dictionary",
398
+ value: { type: { name: "String" } }
399
+ }
400
+ }, location: {
401
+ serializedName: "location",
402
+ required: true,
403
+ type: {
404
+ name: "String"
405
+ }
406
+ } })
407
+ }
408
+ };
409
+ export const Service = {
410
+ type: {
411
+ name: "Composite",
412
+ className: "Service",
413
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
414
+ serializedName: "identity",
415
+ type: {
416
+ name: "Composite",
417
+ className: "ManagedServiceIdentity"
418
+ }
419
+ }, provisioningState: {
420
+ serializedName: "properties.provisioningState",
421
+ readOnly: true,
422
+ type: {
423
+ name: "String"
424
+ }
425
+ } })
426
+ }
427
+ };
428
+ //# 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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"}
@@ -0,0 +1,12 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const nextLink: OperationURLParameter;
6
+ export declare const subscriptionId: OperationURLParameter;
7
+ export declare const resourceGroupName: OperationURLParameter;
8
+ export declare const serviceName: OperationURLParameter;
9
+ export declare const contentType: OperationParameter;
10
+ export declare const resource: OperationParameter;
11
+ export declare const parameters: OperationParameter;
12
+ //# 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;AAM5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC"}
@@ -0,0 +1,112 @@
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 { Service as ServiceMapper, ServiceUpdate as ServiceUpdateMapper } from "../models/mappers";
9
+ export const accept = {
10
+ parameterPath: "accept",
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Accept",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const $host = {
21
+ parameterPath: "$host",
22
+ mapper: {
23
+ serializedName: "$host",
24
+ required: true,
25
+ type: {
26
+ name: "String"
27
+ }
28
+ },
29
+ skipEncoding: true
30
+ };
31
+ export const apiVersion = {
32
+ parameterPath: "apiVersion",
33
+ mapper: {
34
+ defaultValue: "2023-07-01-preview",
35
+ isConstant: true,
36
+ serializedName: "api-version",
37
+ type: {
38
+ name: "String"
39
+ }
40
+ }
41
+ };
42
+ export const nextLink = {
43
+ parameterPath: "nextLink",
44
+ mapper: {
45
+ serializedName: "nextLink",
46
+ required: true,
47
+ type: {
48
+ name: "String"
49
+ }
50
+ },
51
+ skipEncoding: true
52
+ };
53
+ export const subscriptionId = {
54
+ parameterPath: "subscriptionId",
55
+ mapper: {
56
+ constraints: {
57
+ MinLength: 1
58
+ },
59
+ serializedName: "subscriptionId",
60
+ required: true,
61
+ type: {
62
+ name: "String"
63
+ }
64
+ }
65
+ };
66
+ export const resourceGroupName = {
67
+ parameterPath: "resourceGroupName",
68
+ mapper: {
69
+ constraints: {
70
+ MaxLength: 90,
71
+ MinLength: 1
72
+ },
73
+ serializedName: "resourceGroupName",
74
+ required: true,
75
+ type: {
76
+ name: "String"
77
+ }
78
+ }
79
+ };
80
+ export const serviceName = {
81
+ parameterPath: "serviceName",
82
+ mapper: {
83
+ constraints: {
84
+ Pattern: new RegExp("^[a-zA-Z0-9\\-]{1,64}$")
85
+ },
86
+ serializedName: "serviceName",
87
+ required: true,
88
+ type: {
89
+ name: "String"
90
+ }
91
+ }
92
+ };
93
+ export const contentType = {
94
+ parameterPath: ["options", "contentType"],
95
+ mapper: {
96
+ defaultValue: "application/json",
97
+ isConstant: true,
98
+ serializedName: "Content-Type",
99
+ type: {
100
+ name: "String"
101
+ }
102
+ }
103
+ };
104
+ export const resource = {
105
+ parameterPath: ["options", "resource"],
106
+ mapper: ServiceMapper
107
+ };
108
+ export const parameters = {
109
+ parameterPath: ["options", "parameters"],
110
+ mapper: ServiceUpdateMapper
111
+ };
112
+ //# 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,EACL,OAAO,IAAI,aAAa,EACxB,aAAa,IAAI,mBAAmB,EACrC,MAAM,mBAAmB,CAAC;AAE3B,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,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,wBAAwB,CAAC;SAC9C;QACD,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,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,QAAQ,GAAuB;IAC1C,aAAa,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;IACtC,MAAM,EAAE,aAAa;CACtB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,CAAC,SAAS,EAAE,YAAY,CAAC;IACxC,MAAM,EAAE,mBAAmB;CAC5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./operations";
2
+ export * from "./services";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
@@ -0,0 +1,10 @@
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 "./operations";
9
+ export * from "./services";
10
+ //# 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,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}