@azure/arm-durabletask 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.
Files changed (211) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +3 -2
  3. package/dist/browser/api/durableTaskContext.js +2 -2
  4. package/dist/browser/api/durableTaskContext.js.map +1 -1
  5. package/dist/browser/api/operations/operations.d.ts.map +1 -1
  6. package/dist/browser/api/operations/operations.js +3 -3
  7. package/dist/browser/api/operations/operations.js.map +1 -1
  8. package/dist/browser/api/retentionPolicies/index.d.ts +3 -0
  9. package/dist/browser/api/retentionPolicies/index.d.ts.map +1 -0
  10. package/dist/browser/api/retentionPolicies/index.js +4 -0
  11. package/dist/browser/api/retentionPolicies/index.js.map +1 -0
  12. package/dist/browser/api/retentionPolicies/operations.d.ts +32 -0
  13. package/dist/browser/api/retentionPolicies/operations.d.ts.map +1 -0
  14. package/dist/browser/api/retentionPolicies/operations.js +162 -0
  15. package/dist/browser/api/retentionPolicies/operations.js.map +1 -0
  16. package/dist/browser/api/retentionPolicies/options.d.ts +23 -0
  17. package/dist/browser/api/retentionPolicies/options.d.ts.map +1 -0
  18. package/dist/browser/api/retentionPolicies/options.js +4 -0
  19. package/dist/browser/api/retentionPolicies/options.js.map +1 -0
  20. package/dist/browser/api/schedulers/operations.js +12 -12
  21. package/dist/browser/api/schedulers/operations.js.map +1 -1
  22. package/dist/browser/api/taskHubs/operations.d.ts.map +1 -1
  23. package/dist/browser/api/taskHubs/operations.js +9 -9
  24. package/dist/browser/api/taskHubs/operations.js.map +1 -1
  25. package/dist/browser/classic/index.d.ts +1 -0
  26. package/dist/browser/classic/index.d.ts.map +1 -1
  27. package/dist/browser/classic/index.js.map +1 -1
  28. package/dist/browser/classic/retentionPolicies/index.d.ts +25 -0
  29. package/dist/browser/classic/retentionPolicies/index.d.ts.map +1 -0
  30. package/dist/browser/classic/retentionPolicies/index.js +16 -0
  31. package/dist/browser/classic/retentionPolicies/index.js.map +1 -0
  32. package/dist/browser/durableTaskClient.d.ts +3 -0
  33. package/dist/browser/durableTaskClient.d.ts.map +1 -1
  34. package/dist/browser/durableTaskClient.js +2 -0
  35. package/dist/browser/durableTaskClient.js.map +1 -1
  36. package/dist/browser/index.d.ts +3 -2
  37. package/dist/browser/index.d.ts.map +1 -1
  38. package/dist/browser/index.js +1 -1
  39. package/dist/browser/index.js.map +1 -1
  40. package/dist/browser/models/index.d.ts +1 -1
  41. package/dist/browser/models/index.d.ts.map +1 -1
  42. package/dist/browser/models/index.js +1 -1
  43. package/dist/browser/models/index.js.map +1 -1
  44. package/dist/browser/models/models.d.ts +219 -158
  45. package/dist/browser/models/models.d.ts.map +1 -1
  46. package/dist/browser/models/models.js +219 -132
  47. package/dist/browser/models/models.js.map +1 -1
  48. package/dist/browser/restorePollerHelpers.d.ts.map +1 -1
  49. package/dist/browser/restorePollerHelpers.js +17 -4
  50. package/dist/browser/restorePollerHelpers.js.map +1 -1
  51. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -1
  52. package/dist/browser/static-helpers/urlTemplate.js +2 -1
  53. package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
  54. package/dist/commonjs/api/durableTaskContext.js +2 -2
  55. package/dist/commonjs/api/durableTaskContext.js.map +1 -1
  56. package/dist/commonjs/api/operations/operations.d.ts.map +1 -1
  57. package/dist/commonjs/api/operations/operations.js +2 -2
  58. package/dist/commonjs/api/operations/operations.js.map +1 -1
  59. package/dist/commonjs/api/retentionPolicies/index.d.ts +3 -0
  60. package/dist/commonjs/api/retentionPolicies/index.d.ts.map +1 -0
  61. package/dist/commonjs/api/retentionPolicies/index.js +12 -0
  62. package/dist/commonjs/api/retentionPolicies/index.js.map +1 -0
  63. package/dist/commonjs/api/retentionPolicies/operations.d.ts +32 -0
  64. package/dist/commonjs/api/retentionPolicies/operations.d.ts.map +1 -0
  65. package/dist/commonjs/api/retentionPolicies/operations.js +179 -0
  66. package/dist/commonjs/api/retentionPolicies/operations.js.map +1 -0
  67. package/dist/commonjs/api/retentionPolicies/options.d.ts +23 -0
  68. package/dist/commonjs/api/retentionPolicies/options.d.ts.map +1 -0
  69. package/dist/commonjs/api/retentionPolicies/options.js +5 -0
  70. package/dist/commonjs/api/retentionPolicies/options.js.map +1 -0
  71. package/dist/commonjs/api/schedulers/operations.js +12 -12
  72. package/dist/commonjs/api/schedulers/operations.js.map +1 -1
  73. package/dist/commonjs/api/taskHubs/operations.d.ts.map +1 -1
  74. package/dist/commonjs/api/taskHubs/operations.js +8 -8
  75. package/dist/commonjs/api/taskHubs/operations.js.map +1 -1
  76. package/dist/commonjs/classic/index.d.ts +1 -0
  77. package/dist/commonjs/classic/index.d.ts.map +1 -1
  78. package/dist/commonjs/classic/index.js.map +1 -1
  79. package/dist/commonjs/classic/retentionPolicies/index.d.ts +25 -0
  80. package/dist/commonjs/classic/retentionPolicies/index.d.ts.map +1 -0
  81. package/dist/commonjs/classic/retentionPolicies/index.js +19 -0
  82. package/dist/commonjs/classic/retentionPolicies/index.js.map +1 -0
  83. package/dist/commonjs/durableTaskClient.d.ts +3 -0
  84. package/dist/commonjs/durableTaskClient.d.ts.map +1 -1
  85. package/dist/commonjs/durableTaskClient.js +8 -6
  86. package/dist/commonjs/durableTaskClient.js.map +1 -1
  87. package/dist/commonjs/index.d.ts +3 -2
  88. package/dist/commonjs/index.d.ts.map +1 -1
  89. package/dist/commonjs/index.js +5 -4
  90. package/dist/commonjs/index.js.map +1 -1
  91. package/dist/commonjs/models/index.d.ts +1 -1
  92. package/dist/commonjs/models/index.d.ts.map +1 -1
  93. package/dist/commonjs/models/index.js +5 -4
  94. package/dist/commonjs/models/index.js.map +1 -1
  95. package/dist/commonjs/models/models.d.ts +219 -158
  96. package/dist/commonjs/models/models.d.ts.map +1 -1
  97. package/dist/commonjs/models/models.js +247 -149
  98. package/dist/commonjs/models/models.js.map +1 -1
  99. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -1
  100. package/dist/commonjs/restorePollerHelpers.js +20 -7
  101. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  102. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -1
  103. package/dist/commonjs/static-helpers/urlTemplate.js +2 -1
  104. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
  105. package/dist/commonjs/tsdoc-metadata.json +1 -1
  106. package/dist/esm/api/durableTaskContext.js +2 -2
  107. package/dist/esm/api/durableTaskContext.js.map +1 -1
  108. package/dist/esm/api/operations/operations.d.ts.map +1 -1
  109. package/dist/esm/api/operations/operations.js +3 -3
  110. package/dist/esm/api/operations/operations.js.map +1 -1
  111. package/dist/esm/api/retentionPolicies/index.d.ts +3 -0
  112. package/dist/esm/api/retentionPolicies/index.d.ts.map +1 -0
  113. package/dist/esm/api/retentionPolicies/index.js +4 -0
  114. package/dist/esm/api/retentionPolicies/index.js.map +1 -0
  115. package/dist/esm/api/retentionPolicies/operations.d.ts +32 -0
  116. package/dist/esm/api/retentionPolicies/operations.d.ts.map +1 -0
  117. package/dist/esm/api/retentionPolicies/operations.js +162 -0
  118. package/dist/esm/api/retentionPolicies/operations.js.map +1 -0
  119. package/dist/esm/api/retentionPolicies/options.d.ts +23 -0
  120. package/dist/esm/api/retentionPolicies/options.d.ts.map +1 -0
  121. package/dist/esm/api/retentionPolicies/options.js +4 -0
  122. package/dist/esm/api/retentionPolicies/options.js.map +1 -0
  123. package/dist/esm/api/schedulers/operations.js +12 -12
  124. package/dist/esm/api/schedulers/operations.js.map +1 -1
  125. package/dist/esm/api/taskHubs/operations.d.ts.map +1 -1
  126. package/dist/esm/api/taskHubs/operations.js +9 -9
  127. package/dist/esm/api/taskHubs/operations.js.map +1 -1
  128. package/dist/esm/classic/index.d.ts +1 -0
  129. package/dist/esm/classic/index.d.ts.map +1 -1
  130. package/dist/esm/classic/index.js.map +1 -1
  131. package/dist/esm/classic/retentionPolicies/index.d.ts +25 -0
  132. package/dist/esm/classic/retentionPolicies/index.d.ts.map +1 -0
  133. package/dist/esm/classic/retentionPolicies/index.js +16 -0
  134. package/dist/esm/classic/retentionPolicies/index.js.map +1 -0
  135. package/dist/esm/durableTaskClient.d.ts +3 -0
  136. package/dist/esm/durableTaskClient.d.ts.map +1 -1
  137. package/dist/esm/durableTaskClient.js +2 -0
  138. package/dist/esm/durableTaskClient.js.map +1 -1
  139. package/dist/esm/index.d.ts +3 -2
  140. package/dist/esm/index.d.ts.map +1 -1
  141. package/dist/esm/index.js +1 -1
  142. package/dist/esm/index.js.map +1 -1
  143. package/dist/esm/models/index.d.ts +1 -1
  144. package/dist/esm/models/index.d.ts.map +1 -1
  145. package/dist/esm/models/index.js +1 -1
  146. package/dist/esm/models/index.js.map +1 -1
  147. package/dist/esm/models/models.d.ts +219 -158
  148. package/dist/esm/models/models.d.ts.map +1 -1
  149. package/dist/esm/models/models.js +219 -132
  150. package/dist/esm/models/models.js.map +1 -1
  151. package/dist/esm/restorePollerHelpers.d.ts.map +1 -1
  152. package/dist/esm/restorePollerHelpers.js +17 -4
  153. package/dist/esm/restorePollerHelpers.js.map +1 -1
  154. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -1
  155. package/dist/esm/static-helpers/urlTemplate.js +2 -1
  156. package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
  157. package/dist/react-native/api/durableTaskContext.js +2 -2
  158. package/dist/react-native/api/durableTaskContext.js.map +1 -1
  159. package/dist/react-native/api/operations/operations.d.ts.map +1 -1
  160. package/dist/react-native/api/operations/operations.js +3 -3
  161. package/dist/react-native/api/operations/operations.js.map +1 -1
  162. package/dist/react-native/api/retentionPolicies/index.d.ts +3 -0
  163. package/dist/react-native/api/retentionPolicies/index.d.ts.map +1 -0
  164. package/dist/react-native/api/retentionPolicies/index.js +4 -0
  165. package/dist/react-native/api/retentionPolicies/index.js.map +1 -0
  166. package/dist/react-native/api/retentionPolicies/operations.d.ts +32 -0
  167. package/dist/react-native/api/retentionPolicies/operations.d.ts.map +1 -0
  168. package/dist/react-native/api/retentionPolicies/operations.js +162 -0
  169. package/dist/react-native/api/retentionPolicies/operations.js.map +1 -0
  170. package/dist/react-native/api/retentionPolicies/options.d.ts +23 -0
  171. package/dist/react-native/api/retentionPolicies/options.d.ts.map +1 -0
  172. package/dist/react-native/api/retentionPolicies/options.js +4 -0
  173. package/dist/react-native/api/retentionPolicies/options.js.map +1 -0
  174. package/dist/react-native/api/schedulers/operations.js +12 -12
  175. package/dist/react-native/api/schedulers/operations.js.map +1 -1
  176. package/dist/react-native/api/taskHubs/operations.d.ts.map +1 -1
  177. package/dist/react-native/api/taskHubs/operations.js +9 -9
  178. package/dist/react-native/api/taskHubs/operations.js.map +1 -1
  179. package/dist/react-native/classic/index.d.ts +1 -0
  180. package/dist/react-native/classic/index.d.ts.map +1 -1
  181. package/dist/react-native/classic/index.js.map +1 -1
  182. package/dist/react-native/classic/retentionPolicies/index.d.ts +25 -0
  183. package/dist/react-native/classic/retentionPolicies/index.d.ts.map +1 -0
  184. package/dist/react-native/classic/retentionPolicies/index.js +16 -0
  185. package/dist/react-native/classic/retentionPolicies/index.js.map +1 -0
  186. package/dist/react-native/durableTaskClient.d.ts +3 -0
  187. package/dist/react-native/durableTaskClient.d.ts.map +1 -1
  188. package/dist/react-native/durableTaskClient.js +2 -0
  189. package/dist/react-native/durableTaskClient.js.map +1 -1
  190. package/dist/react-native/index.d.ts +3 -2
  191. package/dist/react-native/index.d.ts.map +1 -1
  192. package/dist/react-native/index.js +1 -1
  193. package/dist/react-native/index.js.map +1 -1
  194. package/dist/react-native/models/index.d.ts +1 -1
  195. package/dist/react-native/models/index.d.ts.map +1 -1
  196. package/dist/react-native/models/index.js +1 -1
  197. package/dist/react-native/models/index.js.map +1 -1
  198. package/dist/react-native/models/models.d.ts +219 -158
  199. package/dist/react-native/models/models.d.ts.map +1 -1
  200. package/dist/react-native/models/models.js +219 -132
  201. package/dist/react-native/models/models.js.map +1 -1
  202. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -1
  203. package/dist/react-native/restorePollerHelpers.js +17 -4
  204. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  205. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -1
  206. package/dist/react-native/static-helpers/urlTemplate.js +2 -1
  207. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
  208. package/package.json +24 -5
  209. package/review/arm-durabletask-api-retentionPolicies.api.md +52 -0
  210. package/review/arm-durabletask-models.api.md +30 -1
  211. package/review/arm-durabletask.api.md +63 -1
@@ -1,106 +1,70 @@
1
- /** A Task Hub resource belonging to the scheduler */
2
- export interface TaskHub extends ProxyResource {
3
- /** The resource-specific properties for this resource. */
4
- properties?: TaskHubProperties;
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;
5
7
  }
6
- export declare function taskHubSerializer(item: TaskHub): any;
7
- export declare function taskHubDeserializer(item: any): TaskHub;
8
- /** The properties of Task Hub */
9
- export interface TaskHubProperties {
10
- /** The status of the last operation */
11
- readonly provisioningState?: ProvisioningState;
12
- /** URL of the durable task scheduler dashboard */
13
- readonly dashboardUrl?: string;
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;
14
22
  }
15
- export declare function taskHubPropertiesSerializer(item: TaskHubProperties): any;
16
- export declare function taskHubPropertiesDeserializer(item: any): TaskHubProperties;
17
- /** The status of the current operation */
18
- export declare enum KnownProvisioningState {
19
- /** Resource has been created. */
20
- Succeeded = "Succeeded",
21
- /** Resource creation failed. */
22
- Failed = "Failed",
23
- /** Resource creation was canceled. */
24
- Canceled = "Canceled",
25
- /** The resource is being provisioned */
26
- Provisioning = "Provisioning",
27
- /** The resource is updating */
28
- Updating = "Updating",
29
- /** The resource is being deleted */
30
- Deleting = "Deleting",
31
- /** The resource create request has been accepted */
32
- Accepted = "Accepted"
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"
33
44
  }
34
45
  /**
35
- * The status of the current operation \
36
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
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,
37
48
  * this enum contains the known values that the service supports.
38
49
  * ### Known values supported by the service
39
- * **Succeeded**: Resource has been created. \
40
- * **Failed**: Resource creation failed. \
41
- * **Canceled**: Resource creation was canceled. \
42
- * **Provisioning**: The resource is being provisioned \
43
- * **Updating**: The resource is updating \
44
- * **Deleting**: The resource is being deleted \
45
- * **Accepted**: The resource create request has been accepted
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.
46
53
  */
47
- export type ProvisioningState = string;
48
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
49
- export interface ProxyResource extends Resource {
50
- }
51
- export declare function proxyResourceSerializer(item: ProxyResource): any;
52
- export declare function proxyResourceDeserializer(item: any): ProxyResource;
53
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
54
- export interface Resource {
55
- /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
56
- readonly id?: string;
57
- /** The name of the resource */
58
- readonly name?: string;
59
- /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
60
- readonly type?: string;
61
- /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
62
- readonly systemData?: SystemData;
63
- }
64
- export declare function resourceSerializer(item: Resource): any;
65
- export declare function resourceDeserializer(item: any): Resource;
66
- /** Metadata pertaining to creation and last modification of the resource. */
67
- export interface SystemData {
68
- /** The identity that created the resource. */
69
- createdBy?: string;
70
- /** The type of identity that created the resource. */
71
- createdByType?: CreatedByType;
72
- /** The timestamp of resource creation (UTC). */
73
- createdAt?: Date;
74
- /** The identity that last modified the resource. */
75
- lastModifiedBy?: string;
76
- /** The type of identity that last modified the resource. */
77
- lastModifiedByType?: CreatedByType;
78
- /** The timestamp of resource last modification (UTC) */
79
- lastModifiedAt?: Date;
80
- }
81
- export declare function systemDataDeserializer(item: any): SystemData;
82
- /** The kind of entity that created the resource. */
83
- export declare enum KnownCreatedByType {
84
- /** The entity was created by a user. */
85
- User = "User",
86
- /** The entity was created by an application. */
87
- Application = "Application",
88
- /** The entity was created by a managed identity. */
89
- ManagedIdentity = "ManagedIdentity",
90
- /** The entity was created by a key. */
91
- Key = "Key"
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"
92
59
  }
93
60
  /**
94
- * The kind of entity that created the resource. \
95
- * {@link KnowncreatedByType} can be used interchangeably with createdByType,
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,
96
63
  * this enum contains the known values that the service supports.
97
64
  * ### Known values supported by the service
98
- * **User**: The entity was created by a user. \
99
- * **Application**: The entity was created by an application. \
100
- * **ManagedIdentity**: The entity was created by a managed identity. \
101
- * **Key**: The entity was created by a key.
65
+ * **Internal**: Actions are for internal-only APIs.
102
66
  */
103
- export type CreatedByType = string;
67
+ export type ActionType = string;
104
68
  /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
105
69
  export interface ErrorResponse {
106
70
  /** The error object. */
@@ -135,16 +99,6 @@ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditio
135
99
  export interface _ErrorAdditionalInfoInfo {
136
100
  }
137
101
  export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
138
- /** The response of a TaskHub list operation. */
139
- export interface _TaskHubListResult {
140
- /** The TaskHub items on this page */
141
- value: TaskHub[];
142
- /** The link to the next page of items */
143
- nextLink?: string;
144
- }
145
- export declare function _taskHubListResultDeserializer(item: any): _TaskHubListResult;
146
- export declare function taskHubArraySerializer(result: Array<TaskHub>): any[];
147
- export declare function taskHubArrayDeserializer(result: Array<TaskHub>): any[];
148
102
  /** A Durable Task Scheduler resource */
149
103
  export interface Scheduler extends TrackedResource {
150
104
  /** The resource-specific properties for this resource. */
@@ -165,6 +119,37 @@ export interface SchedulerProperties {
165
119
  }
166
120
  export declare function schedulerPropertiesSerializer(item: SchedulerProperties): any;
167
121
  export declare function schedulerPropertiesDeserializer(item: any): SchedulerProperties;
122
+ /** The status of the current operation */
123
+ export declare enum KnownProvisioningState {
124
+ /** Resource has been created. */
125
+ Succeeded = "Succeeded",
126
+ /** Resource creation failed. */
127
+ Failed = "Failed",
128
+ /** Resource creation was canceled. */
129
+ Canceled = "Canceled",
130
+ /** The resource is being provisioned */
131
+ Provisioning = "Provisioning",
132
+ /** The resource is updating */
133
+ Updating = "Updating",
134
+ /** The resource is being deleted */
135
+ Deleting = "Deleting",
136
+ /** The resource create request has been accepted */
137
+ Accepted = "Accepted"
138
+ }
139
+ /**
140
+ * The status of the current operation \
141
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
142
+ * this enum contains the known values that the service supports.
143
+ * ### Known values supported by the service
144
+ * **Succeeded**: Resource has been created. \
145
+ * **Failed**: Resource creation failed. \
146
+ * **Canceled**: Resource creation was canceled. \
147
+ * **Provisioning**: The resource is being provisioned \
148
+ * **Updating**: The resource is updating \
149
+ * **Deleting**: The resource is being deleted \
150
+ * **Accepted**: The resource create request has been accepted
151
+ */
152
+ export type ProvisioningState = string;
168
153
  /** The SKU (Stock Keeping Unit) assigned to this durable task scheduler */
169
154
  export interface SchedulerSku {
170
155
  /** The name of the SKU */
@@ -201,6 +186,57 @@ export interface TrackedResource extends Resource {
201
186
  }
202
187
  export declare function trackedResourceSerializer(item: TrackedResource): any;
203
188
  export declare function trackedResourceDeserializer(item: any): TrackedResource;
189
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
190
+ export interface Resource {
191
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
192
+ readonly id?: string;
193
+ /** The name of the resource */
194
+ readonly name?: string;
195
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
196
+ readonly type?: string;
197
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
198
+ readonly systemData?: SystemData;
199
+ }
200
+ export declare function resourceSerializer(item: Resource): any;
201
+ export declare function resourceDeserializer(item: any): Resource;
202
+ /** Metadata pertaining to creation and last modification of the resource. */
203
+ export interface SystemData {
204
+ /** The identity that created the resource. */
205
+ createdBy?: string;
206
+ /** The type of identity that created the resource. */
207
+ createdByType?: CreatedByType;
208
+ /** The timestamp of resource creation (UTC). */
209
+ createdAt?: Date;
210
+ /** The identity that last modified the resource. */
211
+ lastModifiedBy?: string;
212
+ /** The type of identity that last modified the resource. */
213
+ lastModifiedByType?: CreatedByType;
214
+ /** The timestamp of resource last modification (UTC) */
215
+ lastModifiedAt?: Date;
216
+ }
217
+ export declare function systemDataDeserializer(item: any): SystemData;
218
+ /** The kind of entity that created the resource. */
219
+ export declare enum KnownCreatedByType {
220
+ /** The entity was created by a user. */
221
+ User = "User",
222
+ /** The entity was created by an application. */
223
+ Application = "Application",
224
+ /** The entity was created by a managed identity. */
225
+ ManagedIdentity = "ManagedIdentity",
226
+ /** The entity was created by a key. */
227
+ Key = "Key"
228
+ }
229
+ /**
230
+ * The kind of entity that created the resource. \
231
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
232
+ * this enum contains the known values that the service supports.
233
+ * ### Known values supported by the service
234
+ * **User**: The entity was created by a user. \
235
+ * **Application**: The entity was created by an application. \
236
+ * **ManagedIdentity**: The entity was created by a managed identity. \
237
+ * **Key**: The entity was created by a key.
238
+ */
239
+ export type CreatedByType = string;
204
240
  /** The update request model for the Scheduler resource */
205
241
  export interface SchedulerUpdate {
206
242
  /** The resource-specific properties for this resource. */
@@ -241,76 +277,101 @@ export interface _SchedulerListResult {
241
277
  export declare function _schedulerListResultDeserializer(item: any): _SchedulerListResult;
242
278
  export declare function schedulerArraySerializer(result: Array<Scheduler>): any[];
243
279
  export declare function schedulerArrayDeserializer(result: Array<Scheduler>): any[];
244
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
245
- export interface _OperationListResult {
246
- /** The Operation items on this page */
247
- value: Operation[];
280
+ /** A Task Hub resource belonging to the scheduler */
281
+ export interface TaskHub extends ProxyResource {
282
+ /** The resource-specific properties for this resource. */
283
+ properties?: TaskHubProperties;
284
+ }
285
+ export declare function taskHubSerializer(item: TaskHub): any;
286
+ export declare function taskHubDeserializer(item: any): TaskHub;
287
+ /** The properties of Task Hub */
288
+ export interface TaskHubProperties {
289
+ /** The status of the last operation */
290
+ readonly provisioningState?: ProvisioningState;
291
+ /** URL of the durable task scheduler dashboard */
292
+ readonly dashboardUrl?: string;
293
+ }
294
+ export declare function taskHubPropertiesSerializer(item: TaskHubProperties): any;
295
+ export declare function taskHubPropertiesDeserializer(item: any): TaskHubProperties;
296
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
297
+ export interface ProxyResource extends Resource {
298
+ }
299
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
300
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
301
+ /** The response of a TaskHub list operation. */
302
+ export interface _TaskHubListResult {
303
+ /** The TaskHub items on this page */
304
+ value: TaskHub[];
248
305
  /** The link to the next page of items */
249
306
  nextLink?: string;
250
307
  }
251
- export declare function _operationListResultDeserializer(item: any): _OperationListResult;
252
- export declare function operationArrayDeserializer(result: Array<Operation>): any[];
253
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
254
- export interface Operation {
255
- /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
256
- readonly name?: string;
257
- /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
258
- readonly isDataAction?: boolean;
259
- /** Localized display information for this particular operation. */
260
- display?: OperationDisplay;
261
- /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
262
- readonly origin?: Origin;
263
- /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
264
- readonly actionType?: ActionType;
308
+ export declare function _taskHubListResultDeserializer(item: any): _TaskHubListResult;
309
+ export declare function taskHubArraySerializer(result: Array<TaskHub>): any[];
310
+ export declare function taskHubArrayDeserializer(result: Array<TaskHub>): any[];
311
+ /** A retention policy resource belonging to the scheduler */
312
+ export interface RetentionPolicy extends ProxyResource {
313
+ /** The resource-specific properties for this resource. */
314
+ properties?: RetentionPolicyProperties;
265
315
  }
266
- export declare function operationDeserializer(item: any): Operation;
267
- /** Localized display information for and operation. */
268
- export interface OperationDisplay {
269
- /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
270
- readonly provider?: string;
271
- /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
272
- readonly resource?: string;
273
- /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
274
- readonly operation?: string;
275
- /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
276
- readonly description?: string;
316
+ export declare function retentionPolicySerializer(item: RetentionPolicy): any;
317
+ export declare function retentionPolicyDeserializer(item: any): RetentionPolicy;
318
+ /** The retention policy settings for the resource */
319
+ export interface RetentionPolicyProperties {
320
+ /** The status of the last operation */
321
+ readonly provisioningState?: ProvisioningState;
322
+ /** The orchestration retention policies */
323
+ retentionPolicies?: RetentionPolicyDetails[];
277
324
  }
278
- export declare function operationDisplayDeserializer(item: any): OperationDisplay;
279
- /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
280
- export declare enum KnownOrigin {
281
- /** Indicates the operation is initiated by a user. */
282
- User = "user",
283
- /** Indicates the operation is initiated by a system. */
284
- System = "system",
285
- /** Indicates the operation is initiated by a user or system. */
286
- UserSystem = "user,system"
325
+ export declare function retentionPolicyPropertiesSerializer(item: RetentionPolicyProperties): any;
326
+ export declare function retentionPolicyPropertiesDeserializer(item: any): RetentionPolicyProperties;
327
+ export declare function retentionPolicyDetailsArraySerializer(result: Array<RetentionPolicyDetails>): any[];
328
+ export declare function retentionPolicyDetailsArrayDeserializer(result: Array<RetentionPolicyDetails>): any[];
329
+ /** The properties of a retention policy */
330
+ export interface RetentionPolicyDetails {
331
+ /** The retention period in days after which the orchestration will be purged automatically */
332
+ retentionPeriodInDays: number;
333
+ /** The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states. */
334
+ orchestrationState?: PurgeableOrchestrationState;
287
335
  }
288
- /**
289
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
290
- * {@link KnownOrigin} can be used interchangeably with Origin,
291
- * this enum contains the known values that the service supports.
292
- * ### Known values supported by the service
293
- * **user**: Indicates the operation is initiated by a user. \
294
- * **system**: Indicates the operation is initiated by a system. \
295
- * **user,system**: Indicates the operation is initiated by a user or system.
296
- */
297
- export type Origin = string;
298
- /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
299
- export declare enum KnownActionType {
300
- /** Actions are for internal-only APIs. */
301
- Internal = "Internal"
336
+ export declare function retentionPolicyDetailsSerializer(item: RetentionPolicyDetails): any;
337
+ export declare function retentionPolicyDetailsDeserializer(item: any): RetentionPolicyDetails;
338
+ /** Purgeable orchestration state to be used in retention policies */
339
+ export declare enum KnownPurgeableOrchestrationState {
340
+ /** The orchestration is completed */
341
+ Completed = "Completed",
342
+ /** The orchestration is failed */
343
+ Failed = "Failed",
344
+ /** The orchestration is terminated */
345
+ Terminated = "Terminated",
346
+ /** The orchestration is canceled */
347
+ Canceled = "Canceled"
302
348
  }
303
349
  /**
304
- * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
305
- * {@link KnownActionType} can be used interchangeably with ActionType,
350
+ * Purgeable orchestration state to be used in retention policies \
351
+ * {@link KnownPurgeableOrchestrationState} can be used interchangeably with PurgeableOrchestrationState,
306
352
  * this enum contains the known values that the service supports.
307
353
  * ### Known values supported by the service
308
- * **Internal**: Actions are for internal-only APIs.
354
+ * **Completed**: The orchestration is completed \
355
+ * **Failed**: The orchestration is failed \
356
+ * **Terminated**: The orchestration is terminated \
357
+ * **Canceled**: The orchestration is canceled
309
358
  */
310
- export type ActionType = string;
359
+ export type PurgeableOrchestrationState = string;
360
+ /** The response of a RetentionPolicy list operation. */
361
+ export interface _RetentionPolicyListResult {
362
+ /** The RetentionPolicy items on this page */
363
+ value: RetentionPolicy[];
364
+ /** The link to the next page of items */
365
+ nextLink?: string;
366
+ }
367
+ export declare function _retentionPolicyListResultDeserializer(item: any): _RetentionPolicyListResult;
368
+ export declare function retentionPolicyArraySerializer(result: Array<RetentionPolicy>): any[];
369
+ export declare function retentionPolicyArrayDeserializer(result: Array<RetentionPolicy>): any[];
311
370
  /** API Versions */
312
371
  export declare enum KnownVersions {
313
372
  /** 2024-10-01-preview */
314
- V20241001Preview = "2024-10-01-preview"
373
+ V20241001Preview = "2024-10-01-preview",
374
+ /** 2025-04-01-preview */
375
+ V20250401Preview = "2025-04-01-preview"
315
376
  }
316
377
  //# sourceMappingURL=models.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}