@azure/arm-arizeaiobservabilityeval 1.0.0-beta.1 → 1.0.0
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 +2 -2
- package/README.md +3 -2
- package/dist/browser/api/observabilityEvalContext.js +2 -2
- package/dist/browser/api/observabilityEvalContext.js.map +1 -1
- package/dist/browser/api/operations/operations.d.ts.map +1 -1
- package/dist/browser/api/operations/operations.js +3 -3
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/organizations/operations.d.ts.map +1 -1
- package/dist/browser/api/organizations/operations.js +14 -14
- package/dist/browser/api/organizations/operations.js.map +1 -1
- package/dist/browser/index.d.ts +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +103 -104
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +82 -87
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.js +2 -1
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/observabilityEvalContext.js +2 -2
- package/dist/commonjs/api/observabilityEvalContext.js.map +1 -1
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/api/operations/operations.js +2 -2
- package/dist/commonjs/api/operations/operations.js.map +1 -1
- package/dist/commonjs/api/organizations/operations.d.ts.map +1 -1
- package/dist/commonjs/api/organizations/operations.js +13 -13
- package/dist/commonjs/api/organizations/operations.js.map +1 -1
- package/dist/commonjs/index.d.ts +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +3 -3
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +3 -3
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +103 -104
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +93 -98
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +2 -1
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/observabilityEvalContext.js +2 -2
- package/dist/esm/api/observabilityEvalContext.js.map +1 -1
- package/dist/esm/api/operations/operations.d.ts.map +1 -1
- package/dist/esm/api/operations/operations.js +3 -3
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/organizations/operations.d.ts.map +1 -1
- package/dist/esm/api/organizations/operations.js +14 -14
- package/dist/esm/api/organizations/operations.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +103 -104
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +82 -87
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.js +2 -1
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/dist/react-native/api/observabilityEvalContext.js +2 -2
- package/dist/react-native/api/observabilityEvalContext.js.map +1 -1
- package/dist/react-native/api/operations/operations.d.ts.map +1 -1
- package/dist/react-native/api/operations/operations.js +3 -3
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/organizations/operations.d.ts.map +1 -1
- package/dist/react-native/api/organizations/operations.js +14 -14
- package/dist/react-native/api/organizations/operations.js.map +1 -1
- package/dist/react-native/index.d.ts +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +103 -104
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +82 -87
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.js +2 -1
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +11 -18
- package/review/arm-arizeaiobservabilityeval-models.api.md +3 -2
- package/review/arm-arizeaiobservabilityeval.api.md +3 -2
|
@@ -1,3 +1,104 @@
|
|
|
1
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
2
|
+
export interface _OperationListResult {
|
|
3
|
+
/** The Operation items on this page */
|
|
4
|
+
value: Operation[];
|
|
5
|
+
/** The link to the next page of items */
|
|
6
|
+
nextLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
9
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
10
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
11
|
+
export interface Operation {
|
|
12
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
15
|
+
readonly isDataAction?: boolean;
|
|
16
|
+
/** Localized display information for this particular operation. */
|
|
17
|
+
display?: OperationDisplay;
|
|
18
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
19
|
+
readonly origin?: Origin;
|
|
20
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
21
|
+
readonly actionType?: ActionType;
|
|
22
|
+
}
|
|
23
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
24
|
+
/** Localized display information for and operation. */
|
|
25
|
+
export interface OperationDisplay {
|
|
26
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
27
|
+
readonly provider?: string;
|
|
28
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
29
|
+
readonly resource?: string;
|
|
30
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
31
|
+
readonly operation?: string;
|
|
32
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
33
|
+
readonly description?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
36
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
37
|
+
export declare enum KnownOrigin {
|
|
38
|
+
/** Indicates the operation is initiated by a user. */
|
|
39
|
+
User = "user",
|
|
40
|
+
/** Indicates the operation is initiated by a system. */
|
|
41
|
+
System = "system",
|
|
42
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
43
|
+
UserSystem = "user,system"
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
47
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
48
|
+
* this enum contains the known values that the service supports.
|
|
49
|
+
* ### Known values supported by the service
|
|
50
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
51
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
52
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
53
|
+
*/
|
|
54
|
+
export type Origin = string;
|
|
55
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
56
|
+
export declare enum KnownActionType {
|
|
57
|
+
/** Actions are for internal-only APIs. */
|
|
58
|
+
Internal = "Internal"
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
62
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
63
|
+
* this enum contains the known values that the service supports.
|
|
64
|
+
* ### Known values supported by the service
|
|
65
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
66
|
+
*/
|
|
67
|
+
export type ActionType = string;
|
|
68
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
69
|
+
export interface ErrorResponse {
|
|
70
|
+
/** The error object. */
|
|
71
|
+
error?: ErrorDetail;
|
|
72
|
+
}
|
|
73
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
74
|
+
/** The error detail. */
|
|
75
|
+
export interface ErrorDetail {
|
|
76
|
+
/** The error code. */
|
|
77
|
+
readonly code?: string;
|
|
78
|
+
/** The error message. */
|
|
79
|
+
readonly message?: string;
|
|
80
|
+
/** The error target. */
|
|
81
|
+
readonly target?: string;
|
|
82
|
+
/** The error details. */
|
|
83
|
+
readonly details?: ErrorDetail[];
|
|
84
|
+
/** The error additional info. */
|
|
85
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
86
|
+
}
|
|
87
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
88
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
89
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
90
|
+
/** The resource management error additional info. */
|
|
91
|
+
export interface ErrorAdditionalInfo {
|
|
92
|
+
/** The additional info type. */
|
|
93
|
+
readonly type?: string;
|
|
94
|
+
/** The additional info. */
|
|
95
|
+
readonly info?: Record<string, any>;
|
|
96
|
+
}
|
|
97
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
98
|
+
/** model interface _ErrorAdditionalInfoInfo */
|
|
99
|
+
export interface _ErrorAdditionalInfoInfo {
|
|
100
|
+
}
|
|
101
|
+
export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
|
|
1
102
|
/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
|
|
2
103
|
export interface OrganizationResource extends TrackedResource {
|
|
3
104
|
/** The resource-specific properties for this resource. */
|
|
@@ -16,7 +117,7 @@ export interface OrganizationProperties {
|
|
|
16
117
|
/** Provisioning state of the resource. */
|
|
17
118
|
readonly provisioningState?: ResourceProvisioningState;
|
|
18
119
|
/** partner properties */
|
|
19
|
-
partnerProperties
|
|
120
|
+
partnerProperties: PartnerProperties;
|
|
20
121
|
/** Single sign-on properties */
|
|
21
122
|
singleSignOnProperties?: SingleSignOnPropertiesV2;
|
|
22
123
|
}
|
|
@@ -267,40 +368,6 @@ export declare enum KnownCreatedByType {
|
|
|
267
368
|
* **Key**: The entity was created by a key.
|
|
268
369
|
*/
|
|
269
370
|
export type CreatedByType = string;
|
|
270
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
271
|
-
export interface ErrorResponse {
|
|
272
|
-
/** The error object. */
|
|
273
|
-
error?: ErrorDetail;
|
|
274
|
-
}
|
|
275
|
-
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
276
|
-
/** The error detail. */
|
|
277
|
-
export interface ErrorDetail {
|
|
278
|
-
/** The error code. */
|
|
279
|
-
readonly code?: string;
|
|
280
|
-
/** The error message. */
|
|
281
|
-
readonly message?: string;
|
|
282
|
-
/** The error target. */
|
|
283
|
-
readonly target?: string;
|
|
284
|
-
/** The error details. */
|
|
285
|
-
readonly details?: ErrorDetail[];
|
|
286
|
-
/** The error additional info. */
|
|
287
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
288
|
-
}
|
|
289
|
-
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
290
|
-
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
291
|
-
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
292
|
-
/** The resource management error additional info. */
|
|
293
|
-
export interface ErrorAdditionalInfo {
|
|
294
|
-
/** The additional info type. */
|
|
295
|
-
readonly type?: string;
|
|
296
|
-
/** The additional info. */
|
|
297
|
-
readonly info?: Record<string, any>;
|
|
298
|
-
}
|
|
299
|
-
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
300
|
-
/** model interface _ErrorAdditionalInfoInfo */
|
|
301
|
-
export interface _ErrorAdditionalInfoInfo {
|
|
302
|
-
}
|
|
303
|
-
export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
|
|
304
371
|
/** The type used for update operations of the Organization Resource. */
|
|
305
372
|
export interface OrganizationResourceUpdate {
|
|
306
373
|
/** Resource tags. */
|
|
@@ -319,76 +386,8 @@ export interface _OrganizationResourceListResult {
|
|
|
319
386
|
export declare function _organizationResourceListResultDeserializer(item: any): _OrganizationResourceListResult;
|
|
320
387
|
export declare function organizationResourceArraySerializer(result: Array<OrganizationResource>): any[];
|
|
321
388
|
export declare function organizationResourceArrayDeserializer(result: Array<OrganizationResource>): any[];
|
|
322
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
323
|
-
export interface _OperationListResult {
|
|
324
|
-
/** The Operation items on this page */
|
|
325
|
-
value: Operation[];
|
|
326
|
-
/** The link to the next page of items */
|
|
327
|
-
nextLink?: string;
|
|
328
|
-
}
|
|
329
|
-
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
330
|
-
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
331
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
332
|
-
export interface Operation {
|
|
333
|
-
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
334
|
-
readonly name?: string;
|
|
335
|
-
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
336
|
-
readonly isDataAction?: boolean;
|
|
337
|
-
/** Localized display information for this particular operation. */
|
|
338
|
-
display?: OperationDisplay;
|
|
339
|
-
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
340
|
-
readonly origin?: Origin;
|
|
341
|
-
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
342
|
-
readonly actionType?: ActionType;
|
|
343
|
-
}
|
|
344
|
-
export declare function operationDeserializer(item: any): Operation;
|
|
345
|
-
/** Localized display information for and operation. */
|
|
346
|
-
export interface OperationDisplay {
|
|
347
|
-
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
348
|
-
readonly provider?: string;
|
|
349
|
-
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
350
|
-
readonly resource?: string;
|
|
351
|
-
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
352
|
-
readonly operation?: string;
|
|
353
|
-
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
354
|
-
readonly description?: string;
|
|
355
|
-
}
|
|
356
|
-
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
357
|
-
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
358
|
-
export declare enum KnownOrigin {
|
|
359
|
-
/** Indicates the operation is initiated by a user. */
|
|
360
|
-
User = "user",
|
|
361
|
-
/** Indicates the operation is initiated by a system. */
|
|
362
|
-
System = "system",
|
|
363
|
-
/** Indicates the operation is initiated by a user or system. */
|
|
364
|
-
UserSystem = "user,system"
|
|
365
|
-
}
|
|
366
|
-
/**
|
|
367
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
368
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
369
|
-
* this enum contains the known values that the service supports.
|
|
370
|
-
* ### Known values supported by the service
|
|
371
|
-
* **user**: Indicates the operation is initiated by a user. \
|
|
372
|
-
* **system**: Indicates the operation is initiated by a system. \
|
|
373
|
-
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
374
|
-
*/
|
|
375
|
-
export type Origin = string;
|
|
376
|
-
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
377
|
-
export declare enum KnownActionType {
|
|
378
|
-
/** Actions are for internal-only APIs. */
|
|
379
|
-
Internal = "Internal"
|
|
380
|
-
}
|
|
381
|
-
/**
|
|
382
|
-
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
383
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
384
|
-
* this enum contains the known values that the service supports.
|
|
385
|
-
* ### Known values supported by the service
|
|
386
|
-
* **Internal**: Actions are for internal-only APIs.
|
|
387
|
-
*/
|
|
388
|
-
export type ActionType = string;
|
|
389
389
|
/** The available API versions. */
|
|
390
390
|
export declare enum KnownVersions {
|
|
391
|
-
|
|
392
|
-
V20241001Preview = "2024-10-01-preview"
|
|
391
|
+
V20241001 = "2024-10-01"
|
|
393
392
|
}
|
|
394
393
|
//# sourceMappingURL=models.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"AAGA,2GAA2G;AAC3G,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IAC3D,0DAA0D;IAC1D,UAAU,CAAC,EAAE,sBAAsB,CAAC;IACpC,gEAAgE;IAChE,QAAQ,CAAC,EAAE,sBAAsB,CAAC;CACnC;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,oBAAoB,GAAG,GAAG,CAW9E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAiBhF;AAED,0CAA0C;AAC1C,MAAM,WAAW,sBAAsB;IACrC,2CAA2C;IAC3C,WAAW,EAAE,kBAAkB,CAAC;IAChC,2BAA2B;IAC3B,IAAI,EAAE,WAAW,CAAC;IAClB,0CAA0C;IAC1C,QAAQ,CAAC,iBAAiB,CAAC,EAAE,yBAAyB,CAAC;IACvD,yBAAyB;IACzB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,84 @@
|
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
|
+
export function _operationListResultDeserializer(item) {
|
|
4
|
+
return {
|
|
5
|
+
value: operationArrayDeserializer(item["value"]),
|
|
6
|
+
nextLink: item["nextLink"],
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function operationArrayDeserializer(result) {
|
|
10
|
+
return result.map((item) => {
|
|
11
|
+
return operationDeserializer(item);
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
export function operationDeserializer(item) {
|
|
15
|
+
return {
|
|
16
|
+
name: item["name"],
|
|
17
|
+
isDataAction: item["isDataAction"],
|
|
18
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
19
|
+
origin: item["origin"],
|
|
20
|
+
actionType: item["actionType"],
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export function operationDisplayDeserializer(item) {
|
|
24
|
+
return {
|
|
25
|
+
provider: item["provider"],
|
|
26
|
+
resource: item["resource"],
|
|
27
|
+
operation: item["operation"],
|
|
28
|
+
description: item["description"],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
32
|
+
export var KnownOrigin;
|
|
33
|
+
(function (KnownOrigin) {
|
|
34
|
+
/** Indicates the operation is initiated by a user. */
|
|
35
|
+
KnownOrigin["User"] = "user";
|
|
36
|
+
/** Indicates the operation is initiated by a system. */
|
|
37
|
+
KnownOrigin["System"] = "system";
|
|
38
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
39
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
40
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
41
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
42
|
+
export var KnownActionType;
|
|
43
|
+
(function (KnownActionType) {
|
|
44
|
+
/** Actions are for internal-only APIs. */
|
|
45
|
+
KnownActionType["Internal"] = "Internal";
|
|
46
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
47
|
+
export function errorResponseDeserializer(item) {
|
|
48
|
+
return {
|
|
49
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export function errorDetailDeserializer(item) {
|
|
53
|
+
return {
|
|
54
|
+
code: item["code"],
|
|
55
|
+
message: item["message"],
|
|
56
|
+
target: item["target"],
|
|
57
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
58
|
+
additionalInfo: !item["additionalInfo"]
|
|
59
|
+
? item["additionalInfo"]
|
|
60
|
+
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export function errorDetailArrayDeserializer(result) {
|
|
64
|
+
return result.map((item) => {
|
|
65
|
+
return errorDetailDeserializer(item);
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
export function errorAdditionalInfoArrayDeserializer(result) {
|
|
69
|
+
return result.map((item) => {
|
|
70
|
+
return errorAdditionalInfoDeserializer(item);
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
export function errorAdditionalInfoDeserializer(item) {
|
|
74
|
+
return {
|
|
75
|
+
type: item["type"],
|
|
76
|
+
info: !item["info"] ? item["info"] : _errorAdditionalInfoInfoDeserializer(item["info"]),
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export function _errorAdditionalInfoInfoDeserializer(item) {
|
|
80
|
+
return item;
|
|
81
|
+
}
|
|
3
82
|
export function organizationResourceSerializer(item) {
|
|
4
83
|
return {
|
|
5
84
|
tags: item["tags"],
|
|
@@ -34,9 +113,7 @@ export function organizationPropertiesSerializer(item) {
|
|
|
34
113
|
return {
|
|
35
114
|
marketplace: marketplaceDetailsSerializer(item["marketplace"]),
|
|
36
115
|
user: userDetailsSerializer(item["user"]),
|
|
37
|
-
partnerProperties:
|
|
38
|
-
? item["partnerProperties"]
|
|
39
|
-
: partnerPropertiesSerializer(item["partnerProperties"]),
|
|
116
|
+
partnerProperties: partnerPropertiesSerializer(item["partnerProperties"]),
|
|
40
117
|
singleSignOnProperties: !item["singleSignOnProperties"]
|
|
41
118
|
? item["singleSignOnProperties"]
|
|
42
119
|
: singleSignOnPropertiesV2Serializer(item["singleSignOnProperties"]),
|
|
@@ -47,9 +124,7 @@ export function organizationPropertiesDeserializer(item) {
|
|
|
47
124
|
marketplace: marketplaceDetailsDeserializer(item["marketplace"]),
|
|
48
125
|
user: userDetailsDeserializer(item["user"]),
|
|
49
126
|
provisioningState: item["provisioningState"],
|
|
50
|
-
partnerProperties:
|
|
51
|
-
? item["partnerProperties"]
|
|
52
|
-
: partnerPropertiesDeserializer(item["partnerProperties"]),
|
|
127
|
+
partnerProperties: partnerPropertiesDeserializer(item["partnerProperties"]),
|
|
53
128
|
singleSignOnProperties: !item["singleSignOnProperties"]
|
|
54
129
|
? item["singleSignOnProperties"]
|
|
55
130
|
: singleSignOnPropertiesV2Deserializer(item["singleSignOnProperties"]),
|
|
@@ -267,41 +342,6 @@ export var KnownCreatedByType;
|
|
|
267
342
|
/** The entity was created by a key. */
|
|
268
343
|
KnownCreatedByType["Key"] = "Key";
|
|
269
344
|
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
270
|
-
export function errorResponseDeserializer(item) {
|
|
271
|
-
return {
|
|
272
|
-
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
273
|
-
};
|
|
274
|
-
}
|
|
275
|
-
export function errorDetailDeserializer(item) {
|
|
276
|
-
return {
|
|
277
|
-
code: item["code"],
|
|
278
|
-
message: item["message"],
|
|
279
|
-
target: item["target"],
|
|
280
|
-
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
281
|
-
additionalInfo: !item["additionalInfo"]
|
|
282
|
-
? item["additionalInfo"]
|
|
283
|
-
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
284
|
-
};
|
|
285
|
-
}
|
|
286
|
-
export function errorDetailArrayDeserializer(result) {
|
|
287
|
-
return result.map((item) => {
|
|
288
|
-
return errorDetailDeserializer(item);
|
|
289
|
-
});
|
|
290
|
-
}
|
|
291
|
-
export function errorAdditionalInfoArrayDeserializer(result) {
|
|
292
|
-
return result.map((item) => {
|
|
293
|
-
return errorAdditionalInfoDeserializer(item);
|
|
294
|
-
});
|
|
295
|
-
}
|
|
296
|
-
export function errorAdditionalInfoDeserializer(item) {
|
|
297
|
-
return {
|
|
298
|
-
type: item["type"],
|
|
299
|
-
info: !item["info"] ? item["info"] : _errorAdditionalInfoInfoDeserializer(item["info"]),
|
|
300
|
-
};
|
|
301
|
-
}
|
|
302
|
-
export function _errorAdditionalInfoInfoDeserializer(item) {
|
|
303
|
-
return item;
|
|
304
|
-
}
|
|
305
345
|
export function organizationResourceUpdateSerializer(item) {
|
|
306
346
|
return {
|
|
307
347
|
tags: item["tags"],
|
|
@@ -326,54 +366,9 @@ export function organizationResourceArrayDeserializer(result) {
|
|
|
326
366
|
return organizationResourceDeserializer(item);
|
|
327
367
|
});
|
|
328
368
|
}
|
|
329
|
-
export function _operationListResultDeserializer(item) {
|
|
330
|
-
return {
|
|
331
|
-
value: operationArrayDeserializer(item["value"]),
|
|
332
|
-
nextLink: item["nextLink"],
|
|
333
|
-
};
|
|
334
|
-
}
|
|
335
|
-
export function operationArrayDeserializer(result) {
|
|
336
|
-
return result.map((item) => {
|
|
337
|
-
return operationDeserializer(item);
|
|
338
|
-
});
|
|
339
|
-
}
|
|
340
|
-
export function operationDeserializer(item) {
|
|
341
|
-
return {
|
|
342
|
-
name: item["name"],
|
|
343
|
-
isDataAction: item["isDataAction"],
|
|
344
|
-
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
345
|
-
origin: item["origin"],
|
|
346
|
-
actionType: item["actionType"],
|
|
347
|
-
};
|
|
348
|
-
}
|
|
349
|
-
export function operationDisplayDeserializer(item) {
|
|
350
|
-
return {
|
|
351
|
-
provider: item["provider"],
|
|
352
|
-
resource: item["resource"],
|
|
353
|
-
operation: item["operation"],
|
|
354
|
-
description: item["description"],
|
|
355
|
-
};
|
|
356
|
-
}
|
|
357
|
-
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
358
|
-
export var KnownOrigin;
|
|
359
|
-
(function (KnownOrigin) {
|
|
360
|
-
/** Indicates the operation is initiated by a user. */
|
|
361
|
-
KnownOrigin["User"] = "user";
|
|
362
|
-
/** Indicates the operation is initiated by a system. */
|
|
363
|
-
KnownOrigin["System"] = "system";
|
|
364
|
-
/** Indicates the operation is initiated by a user or system. */
|
|
365
|
-
KnownOrigin["UserSystem"] = "user,system";
|
|
366
|
-
})(KnownOrigin || (KnownOrigin = {}));
|
|
367
|
-
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
368
|
-
export var KnownActionType;
|
|
369
|
-
(function (KnownActionType) {
|
|
370
|
-
/** Actions are for internal-only APIs. */
|
|
371
|
-
KnownActionType["Internal"] = "Internal";
|
|
372
|
-
})(KnownActionType || (KnownActionType = {}));
|
|
373
369
|
/** The available API versions. */
|
|
374
370
|
export var KnownVersions;
|
|
375
371
|
(function (KnownVersions) {
|
|
376
|
-
|
|
377
|
-
KnownVersions["V20241001Preview"] = "2024-10-01-preview";
|
|
372
|
+
KnownVersions["V20241001"] = "2024-10-01";
|
|
378
373
|
})(KnownVersions || (KnownVersions = {}));
|
|
379
374
|
//# sourceMappingURL=models.js.map
|