@distilled.cloud/azure 0.8.0 → 0.10.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.
Files changed (151) hide show
  1. package/lib/credentials.d.ts +2 -2
  2. package/lib/credentials.d.ts.map +1 -1
  3. package/lib/credentials.js +2 -2
  4. package/lib/credentials.js.map +1 -1
  5. package/lib/errors.d.ts +24 -24
  6. package/lib/retry.d.ts +2 -2
  7. package/lib/retry.d.ts.map +1 -1
  8. package/lib/retry.js +2 -2
  9. package/lib/retry.js.map +1 -1
  10. package/lib/services/app.d.ts +551 -0
  11. package/lib/services/app.d.ts.map +1 -1
  12. package/lib/services/app.js +788 -0
  13. package/lib/services/app.js.map +1 -1
  14. package/lib/services/applicationinsights.d.ts +56 -85
  15. package/lib/services/applicationinsights.d.ts.map +1 -1
  16. package/lib/services/applicationinsights.js +56 -120
  17. package/lib/services/applicationinsights.js.map +1 -1
  18. package/lib/services/authorization.d.ts +61 -243
  19. package/lib/services/authorization.d.ts.map +1 -1
  20. package/lib/services/authorization.js +61 -303
  21. package/lib/services/authorization.js.map +1 -1
  22. package/lib/services/automation.d.ts +764 -1010
  23. package/lib/services/automation.d.ts.map +1 -1
  24. package/lib/services/automation.js +764 -1070
  25. package/lib/services/automation.js.map +1 -1
  26. package/lib/services/azure-kusto.d.ts +440 -166
  27. package/lib/services/azure-kusto.d.ts.map +1 -1
  28. package/lib/services/azure-kusto.js +440 -166
  29. package/lib/services/azure-kusto.js.map +1 -1
  30. package/lib/services/batch.d.ts +1 -1
  31. package/lib/services/batch.js +1 -1
  32. package/lib/services/batch.js.map +1 -1
  33. package/lib/services/cognitiveservices.d.ts +2 -0
  34. package/lib/services/cognitiveservices.d.ts.map +1 -1
  35. package/lib/services/cognitiveservices.js +3 -1
  36. package/lib/services/cognitiveservices.js.map +1 -1
  37. package/lib/services/computelimit.d.ts +188 -0
  38. package/lib/services/computelimit.d.ts.map +1 -1
  39. package/lib/services/computelimit.js +236 -0
  40. package/lib/services/computelimit.js.map +1 -1
  41. package/lib/services/containerinstance.d.ts +210 -1291
  42. package/lib/services/containerinstance.d.ts.map +1 -1
  43. package/lib/services/containerinstance.js +250 -1355
  44. package/lib/services/containerinstance.js.map +1 -1
  45. package/lib/services/databricks.d.ts +111 -187
  46. package/lib/services/databricks.d.ts.map +1 -1
  47. package/lib/services/databricks.js +111 -220
  48. package/lib/services/databricks.js.map +1 -1
  49. package/lib/services/desktopvirtualization.d.ts +51 -575
  50. package/lib/services/desktopvirtualization.d.ts.map +1 -1
  51. package/lib/services/desktopvirtualization.js +56 -590
  52. package/lib/services/desktopvirtualization.js.map +1 -1
  53. package/lib/services/imagebuilder.d.ts +129 -15
  54. package/lib/services/imagebuilder.d.ts.map +1 -1
  55. package/lib/services/imagebuilder.js +129 -15
  56. package/lib/services/imagebuilder.js.map +1 -1
  57. package/lib/services/index.d.ts +2 -0
  58. package/lib/services/index.d.ts.map +1 -1
  59. package/lib/services/index.js +2 -0
  60. package/lib/services/index.js.map +1 -1
  61. package/lib/services/managednetworkfabric.d.ts +4283 -693
  62. package/lib/services/managednetworkfabric.d.ts.map +1 -1
  63. package/lib/services/managednetworkfabric.js +4833 -828
  64. package/lib/services/managednetworkfabric.js.map +1 -1
  65. package/lib/services/monitor.d.ts +81 -73
  66. package/lib/services/monitor.d.ts.map +1 -1
  67. package/lib/services/monitor.js +91 -88
  68. package/lib/services/monitor.js.map +1 -1
  69. package/lib/services/monitoringservice.d.ts +149 -0
  70. package/lib/services/monitoringservice.d.ts.map +1 -0
  71. package/lib/services/monitoringservice.js +216 -0
  72. package/lib/services/monitoringservice.js.map +1 -0
  73. package/lib/services/network.d.ts +4513 -3857
  74. package/lib/services/network.d.ts.map +1 -1
  75. package/lib/services/network.js +4544 -4056
  76. package/lib/services/network.js.map +1 -1
  77. package/lib/services/orbitalplanetarycomputer.d.ts +131 -0
  78. package/lib/services/orbitalplanetarycomputer.d.ts.map +1 -0
  79. package/lib/services/orbitalplanetarycomputer.js +183 -0
  80. package/lib/services/orbitalplanetarycomputer.js.map +1 -0
  81. package/lib/services/recoveryservicesbackup.d.ts +24 -312
  82. package/lib/services/recoveryservicesbackup.d.ts.map +1 -1
  83. package/lib/services/recoveryservicesbackup.js +24 -312
  84. package/lib/services/recoveryservicesbackup.js.map +1 -1
  85. package/lib/services/redhatopenshift.d.ts +9 -11
  86. package/lib/services/redhatopenshift.d.ts.map +1 -1
  87. package/lib/services/redhatopenshift.js +9 -11
  88. package/lib/services/redhatopenshift.js.map +1 -1
  89. package/lib/services/reservations.d.ts +159 -239
  90. package/lib/services/reservations.d.ts.map +1 -1
  91. package/lib/services/reservations.js +159 -369
  92. package/lib/services/reservations.js.map +1 -1
  93. package/lib/services/resourcegraph.d.ts +64 -30
  94. package/lib/services/resourcegraph.d.ts.map +1 -1
  95. package/lib/services/resourcegraph.js +74 -30
  96. package/lib/services/resourcegraph.js.map +1 -1
  97. package/lib/services/resources.d.ts +549 -3331
  98. package/lib/services/resources.d.ts.map +1 -1
  99. package/lib/services/resources.js +1029 -4846
  100. package/lib/services/resources.js.map +1 -1
  101. package/lib/services/search.d.ts +9 -2
  102. package/lib/services/search.d.ts.map +1 -1
  103. package/lib/services/search.js +9 -2
  104. package/lib/services/search.js.map +1 -1
  105. package/lib/services/sql.d.ts +4008 -2495
  106. package/lib/services/sql.d.ts.map +1 -1
  107. package/lib/services/sql.js +4208 -2521
  108. package/lib/services/sql.js.map +1 -1
  109. package/lib/services/storage.d.ts +4 -20
  110. package/lib/services/storage.d.ts.map +1 -1
  111. package/lib/services/storage.js +4 -20
  112. package/lib/services/storage.js.map +1 -1
  113. package/lib/services/storageactions.d.ts +18 -0
  114. package/lib/services/storageactions.d.ts.map +1 -1
  115. package/lib/services/storageactions.js +28 -0
  116. package/lib/services/storageactions.js.map +1 -1
  117. package/lib/services/storagecache.d.ts +288 -752
  118. package/lib/services/storagecache.d.ts.map +1 -1
  119. package/lib/services/storagecache.js +312 -930
  120. package/lib/services/storagecache.js.map +1 -1
  121. package/package.json +4 -4
  122. package/src/credentials.ts +2 -2
  123. package/src/retry.ts +2 -2
  124. package/src/services/app.ts +1014 -0
  125. package/src/services/applicationinsights.ts +56 -169
  126. package/src/services/authorization.ts +65 -397
  127. package/src/services/automation.ts +1179 -1686
  128. package/src/services/azure-kusto.ts +494 -228
  129. package/src/services/batch.ts +1 -1
  130. package/src/services/cognitiveservices.ts +3 -1
  131. package/src/services/computelimit.ts +310 -0
  132. package/src/services/containerinstance.ts +1393 -3134
  133. package/src/services/databricks.ts +125 -294
  134. package/src/services/desktopvirtualization.ts +83 -859
  135. package/src/services/imagebuilder.ts +129 -21
  136. package/src/services/index.ts +2 -0
  137. package/src/services/managednetworkfabric.ts +7141 -1408
  138. package/src/services/monitor.ts +134 -136
  139. package/src/services/monitoringservice.ts +287 -0
  140. package/src/services/network.ts +5738 -6158
  141. package/src/services/orbitalplanetarycomputer.ts +233 -0
  142. package/src/services/recoveryservicesbackup.ts +26 -456
  143. package/src/services/redhatopenshift.ts +26 -34
  144. package/src/services/reservations.ts +209 -553
  145. package/src/services/resourcegraph.ts +123 -55
  146. package/src/services/resources.ts +1852 -8168
  147. package/src/services/search.ts +9 -2
  148. package/src/services/sql.ts +4552 -2757
  149. package/src/services/storage.ts +4 -22
  150. package/src/services/storageactions.ts +36 -0
  151. package/src/services/storagecache.ts +312 -1303
@@ -6,11 +6,11 @@
6
6
  */
7
7
  import * as Schema from "effect/Schema";
8
8
  export declare const ActivityGetInput: Schema.Struct<{
9
+ readonly subscriptionId: Schema.String;
9
10
  readonly resourceGroupName: Schema.String;
10
11
  readonly automationAccountName: Schema.String;
11
12
  readonly moduleName: Schema.String;
12
13
  readonly activityName: Schema.String;
13
- readonly subscriptionId: Schema.String;
14
14
  readonly "api-version": Schema.String;
15
15
  }>;
16
16
  export type ActivityGetInput = typeof ActivityGetInput.Type;
@@ -49,24 +49,24 @@ export type ActivityGetOutput = typeof ActivityGetOutput.Type;
49
49
  /**
50
50
  * Retrieve the activity in the module identified by module name and activity name.
51
51
  *
52
- * @param resourceGroupName - Name of an Azure Resource group.
52
+ * @param api-version - The API version to use for this operation.
53
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
54
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
53
55
  * @param automationAccountName - The name of the automation account.
54
- * @param moduleName - The name of module.
56
+ * @param moduleName - The module name.
55
57
  * @param activityName - The name of activity.
56
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
57
- * @param api-version - Client Api Version.
58
58
  */
59
59
  export declare const ActivityGet: any;
60
60
  export declare const ActivityListByModuleInput: Schema.Struct<{
61
+ readonly subscriptionId: Schema.String;
61
62
  readonly resourceGroupName: Schema.String;
62
63
  readonly automationAccountName: Schema.String;
63
64
  readonly moduleName: Schema.String;
64
- readonly subscriptionId: Schema.String;
65
65
  readonly "api-version": Schema.String;
66
66
  }>;
67
67
  export type ActivityListByModuleInput = typeof ActivityListByModuleInput.Type;
68
68
  export declare const ActivityListByModuleOutput: Schema.Struct<{
69
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
69
+ readonly value: Schema.$Array<Schema.Struct<{
70
70
  readonly id: Schema.optional<Schema.String>;
71
71
  readonly name: Schema.optional<Schema.String>;
72
72
  readonly properties: Schema.optional<Schema.Struct<{
@@ -96,18 +96,18 @@ export declare const ActivityListByModuleOutput: Schema.Struct<{
96
96
  readonly lastModifiedTime: Schema.optional<Schema.String>;
97
97
  readonly description: Schema.optional<Schema.String>;
98
98
  }>>;
99
- }>>>;
99
+ }>>;
100
100
  readonly nextLink: Schema.optional<Schema.String>;
101
101
  }>;
102
102
  export type ActivityListByModuleOutput = typeof ActivityListByModuleOutput.Type;
103
103
  /**
104
104
  * Retrieve a list of activities in the module identified by module name.
105
105
  *
106
- * @param resourceGroupName - Name of an Azure Resource group.
106
+ * @param api-version - The API version to use for this operation.
107
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
108
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
107
109
  * @param automationAccountName - The name of the automation account.
108
- * @param moduleName - The name of module.
109
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
110
- * @param api-version - Client Api Version.
110
+ * @param moduleName - The module name.
111
111
  */
112
112
  export declare const ActivityListByModule: any;
113
113
  export declare const AgentRegistrationInformationGetInput: Schema.Struct<{
@@ -130,10 +130,10 @@ export type AgentRegistrationInformationGetOutput = typeof AgentRegistrationInfo
130
130
  /**
131
131
  * Retrieve the automation agent registration information.
132
132
  *
133
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
134
- * @param resourceGroupName - Name of an Azure Resource group.
133
+ * @param api-version - The API version to use for this operation.
134
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
135
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
135
136
  * @param automationAccountName - The name of the automation account.
136
- * @param api-version - Client Api Version.
137
137
  */
138
138
  export declare const AgentRegistrationInformationGet: any;
139
139
  export declare const AgentRegistrationInformationRegenerateKeyInput: Schema.Struct<{
@@ -156,16 +156,16 @@ export type AgentRegistrationInformationRegenerateKeyOutput = typeof AgentRegist
156
156
  /**
157
157
  * Regenerate a primary or secondary agent registration key
158
158
  *
159
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
160
- * @param resourceGroupName - Name of an Azure Resource group.
159
+ * @param api-version - The API version to use for this operation.
160
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
161
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
161
162
  * @param automationAccountName - The name of the automation account.
162
- * @param api-version - Client Api Version.
163
163
  */
164
164
  export declare const AgentRegistrationInformationRegenerateKey: any;
165
165
  export declare const AutomationAccountCreateOrUpdateInput: Schema.Struct<{
166
+ readonly subscriptionId: Schema.String;
166
167
  readonly resourceGroupName: Schema.String;
167
168
  readonly automationAccountName: Schema.String;
168
- readonly subscriptionId: Schema.String;
169
169
  readonly "api-version": Schema.String;
170
170
  }>;
171
171
  export type AutomationAccountCreateOrUpdateInput = typeof AutomationAccountCreateOrUpdateInput.Type;
@@ -177,16 +177,16 @@ export type AutomationAccountCreateOrUpdateOutput = typeof AutomationAccountCrea
177
177
  /**
178
178
  * Create or update automation account.
179
179
  *
180
- * @param resourceGroupName - Name of an Azure Resource group.
180
+ * @param api-version - The API version to use for this operation.
181
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
182
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
181
183
  * @param automationAccountName - The name of the automation account.
182
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
183
- * @param api-version - Client Api Version.
184
184
  */
185
185
  export declare const AutomationAccountCreateOrUpdate: any;
186
186
  export declare const AutomationAccountDeleteInput: Schema.Struct<{
187
+ readonly subscriptionId: Schema.String;
187
188
  readonly resourceGroupName: Schema.String;
188
189
  readonly automationAccountName: Schema.String;
189
- readonly subscriptionId: Schema.String;
190
190
  readonly "api-version": Schema.String;
191
191
  }>;
192
192
  export type AutomationAccountDeleteInput = typeof AutomationAccountDeleteInput.Type;
@@ -195,16 +195,16 @@ export type AutomationAccountDeleteOutput = typeof AutomationAccountDeleteOutput
195
195
  /**
196
196
  * Delete an automation account.
197
197
  *
198
- * @param resourceGroupName - Name of an Azure Resource group.
198
+ * @param api-version - The API version to use for this operation.
199
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
200
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
199
201
  * @param automationAccountName - The name of the automation account.
200
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
201
- * @param api-version - Client Api Version.
202
202
  */
203
203
  export declare const AutomationAccountDelete: any;
204
204
  export declare const AutomationAccountGetInput: Schema.Struct<{
205
+ readonly subscriptionId: Schema.String;
205
206
  readonly resourceGroupName: Schema.String;
206
207
  readonly automationAccountName: Schema.String;
207
- readonly subscriptionId: Schema.String;
208
208
  readonly "api-version": Schema.String;
209
209
  }>;
210
210
  export type AutomationAccountGetInput = typeof AutomationAccountGetInput.Type;
@@ -216,10 +216,10 @@ export type AutomationAccountGetOutput = typeof AutomationAccountGetOutput.Type;
216
216
  /**
217
217
  * Get information about an Automation Account.
218
218
  *
219
- * @param resourceGroupName - Name of an Azure Resource group.
219
+ * @param api-version - The API version to use for this operation.
220
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
221
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
220
222
  * @param automationAccountName - The name of the automation account.
221
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
222
- * @param api-version - Client Api Version.
223
223
  */
224
224
  export declare const AutomationAccountGet: any;
225
225
  export declare const AutomationAccountListInput: Schema.Struct<{
@@ -228,10 +228,10 @@ export declare const AutomationAccountListInput: Schema.Struct<{
228
228
  }>;
229
229
  export type AutomationAccountListInput = typeof AutomationAccountListInput.Type;
230
230
  export declare const AutomationAccountListOutput: Schema.Struct<{
231
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
231
+ readonly value: Schema.$Array<Schema.Struct<{
232
232
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
233
233
  readonly location: Schema.String;
234
- }>>>;
234
+ }>>;
235
235
  readonly nextLink: Schema.optional<Schema.String>;
236
236
  }>;
237
237
  export type AutomationAccountListOutput = typeof AutomationAccountListOutput.Type;
@@ -240,41 +240,41 @@ export type AutomationAccountListOutput = typeof AutomationAccountListOutput.Typ
240
240
  *
241
241
  * Retrieve a list of accounts within a given subscription.
242
242
  *
243
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
244
- * @param api-version - Client Api Version.
243
+ * @param api-version - The API version to use for this operation.
244
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
245
245
  */
246
246
  export declare const AutomationAccountList: any;
247
247
  export declare const AutomationAccountListByResourceGroupInput: Schema.Struct<{
248
- readonly resourceGroupName: Schema.String;
249
248
  readonly subscriptionId: Schema.String;
249
+ readonly resourceGroupName: Schema.String;
250
250
  readonly "api-version": Schema.String;
251
251
  }>;
252
252
  export type AutomationAccountListByResourceGroupInput = typeof AutomationAccountListByResourceGroupInput.Type;
253
253
  export declare const AutomationAccountListByResourceGroupOutput: Schema.Struct<{
254
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
254
+ readonly value: Schema.$Array<Schema.Struct<{
255
255
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
256
256
  readonly location: Schema.String;
257
- }>>>;
257
+ }>>;
258
258
  readonly nextLink: Schema.optional<Schema.String>;
259
259
  }>;
260
260
  export type AutomationAccountListByResourceGroupOutput = typeof AutomationAccountListByResourceGroupOutput.Type;
261
261
  /**
262
262
  * Retrieve a list of accounts within a given resource group.
263
263
  *
264
- * @param resourceGroupName - Name of an Azure Resource group.
265
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
266
- * @param api-version - Client Api Version.
264
+ * @param api-version - The API version to use for this operation.
265
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
266
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
267
267
  */
268
268
  export declare const AutomationAccountListByResourceGroup: any;
269
269
  export declare const AutomationAccountListDeletedRunbooksInput: Schema.Struct<{
270
+ readonly subscriptionId: Schema.String;
270
271
  readonly resourceGroupName: Schema.String;
271
272
  readonly automationAccountName: Schema.String;
272
- readonly subscriptionId: Schema.String;
273
273
  readonly "api-version": Schema.String;
274
274
  }>;
275
275
  export type AutomationAccountListDeletedRunbooksInput = typeof AutomationAccountListDeletedRunbooksInput.Type;
276
276
  export declare const AutomationAccountListDeletedRunbooksOutput: Schema.Struct<{
277
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
277
+ readonly value: Schema.$Array<Schema.Struct<{
278
278
  readonly properties: Schema.optional<Schema.Struct<{
279
279
  readonly runbookId: Schema.optional<Schema.String>;
280
280
  readonly runbookType: Schema.optional<Schema.String>;
@@ -286,23 +286,23 @@ export declare const AutomationAccountListDeletedRunbooksOutput: Schema.Struct<{
286
286
  readonly id: Schema.optional<Schema.String>;
287
287
  readonly name: Schema.optional<Schema.String>;
288
288
  readonly location: Schema.optional<Schema.String>;
289
- }>>>;
289
+ }>>;
290
290
  readonly nextLink: Schema.optional<Schema.String>;
291
291
  }>;
292
292
  export type AutomationAccountListDeletedRunbooksOutput = typeof AutomationAccountListDeletedRunbooksOutput.Type;
293
293
  /**
294
294
  * Retrieve the deleted runbooks for an automation account.
295
295
  *
296
- * @param resourceGroupName - Name of an Azure Resource group.
296
+ * @param api-version - The API version to use for this operation.
297
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
298
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
297
299
  * @param automationAccountName - The name of the automation account.
298
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
299
- * @param api-version - Client Api Version.
300
300
  */
301
301
  export declare const AutomationAccountListDeletedRunbooks: any;
302
302
  export declare const AutomationAccountUpdateInput: Schema.Struct<{
303
+ readonly subscriptionId: Schema.String;
303
304
  readonly resourceGroupName: Schema.String;
304
305
  readonly automationAccountName: Schema.String;
305
- readonly subscriptionId: Schema.String;
306
306
  readonly "api-version": Schema.String;
307
307
  }>;
308
308
  export type AutomationAccountUpdateInput = typeof AutomationAccountUpdateInput.Type;
@@ -314,17 +314,17 @@ export type AutomationAccountUpdateOutput = typeof AutomationAccountUpdateOutput
314
314
  /**
315
315
  * Update an automation account.
316
316
  *
317
- * @param resourceGroupName - Name of an Azure Resource group.
317
+ * @param api-version - The API version to use for this operation.
318
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
319
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
318
320
  * @param automationAccountName - The name of the automation account.
319
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
320
- * @param api-version - Client Api Version.
321
321
  */
322
322
  export declare const AutomationAccountUpdate: any;
323
323
  export declare const CertificateCreateOrUpdateInput: Schema.Struct<{
324
+ readonly subscriptionId: Schema.String;
324
325
  readonly resourceGroupName: Schema.String;
325
326
  readonly automationAccountName: Schema.String;
326
327
  readonly certificateName: Schema.String;
327
- readonly subscriptionId: Schema.String;
328
328
  readonly "api-version": Schema.String;
329
329
  }>;
330
330
  export type CertificateCreateOrUpdateInput = typeof CertificateCreateOrUpdateInput.Type;
@@ -333,18 +333,18 @@ export type CertificateCreateOrUpdateOutput = typeof CertificateCreateOrUpdateOu
333
333
  /**
334
334
  * Create a certificate.
335
335
  *
336
- * @param resourceGroupName - Name of an Azure Resource group.
336
+ * @param api-version - The API version to use for this operation.
337
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
338
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
337
339
  * @param automationAccountName - The name of the automation account.
338
- * @param certificateName - The parameters supplied to the create or update certificate operation.
339
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
340
- * @param api-version - Client Api Version.
340
+ * @param certificateName - The name of certificate.
341
341
  */
342
342
  export declare const CertificateCreateOrUpdate: any;
343
343
  export declare const CertificateDeleteInput: Schema.Struct<{
344
+ readonly subscriptionId: Schema.String;
344
345
  readonly resourceGroupName: Schema.String;
345
346
  readonly automationAccountName: Schema.String;
346
347
  readonly certificateName: Schema.String;
347
- readonly subscriptionId: Schema.String;
348
348
  readonly "api-version": Schema.String;
349
349
  }>;
350
350
  export type CertificateDeleteInput = typeof CertificateDeleteInput.Type;
@@ -353,18 +353,18 @@ export type CertificateDeleteOutput = typeof CertificateDeleteOutput.Type;
353
353
  /**
354
354
  * Delete the certificate.
355
355
  *
356
- * @param resourceGroupName - Name of an Azure Resource group.
356
+ * @param api-version - The API version to use for this operation.
357
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
358
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
357
359
  * @param automationAccountName - The name of the automation account.
358
360
  * @param certificateName - The name of certificate.
359
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
360
- * @param api-version - Client Api Version.
361
361
  */
362
362
  export declare const CertificateDelete: any;
363
363
  export declare const CertificateGetInput: Schema.Struct<{
364
+ readonly subscriptionId: Schema.String;
364
365
  readonly resourceGroupName: Schema.String;
365
366
  readonly automationAccountName: Schema.String;
366
367
  readonly certificateName: Schema.String;
367
- readonly subscriptionId: Schema.String;
368
368
  readonly "api-version": Schema.String;
369
369
  }>;
370
370
  export type CertificateGetInput = typeof CertificateGetInput.Type;
@@ -373,39 +373,39 @@ export type CertificateGetOutput = typeof CertificateGetOutput.Type;
373
373
  /**
374
374
  * Retrieve the certificate identified by certificate name.
375
375
  *
376
- * @param resourceGroupName - Name of an Azure Resource group.
376
+ * @param api-version - The API version to use for this operation.
377
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
378
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
377
379
  * @param automationAccountName - The name of the automation account.
378
380
  * @param certificateName - The name of certificate.
379
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
380
- * @param api-version - Client Api Version.
381
381
  */
382
382
  export declare const CertificateGet: any;
383
383
  export declare const CertificateListByAutomationAccountInput: Schema.Struct<{
384
+ readonly subscriptionId: Schema.String;
384
385
  readonly resourceGroupName: Schema.String;
385
386
  readonly automationAccountName: Schema.String;
386
- readonly subscriptionId: Schema.String;
387
387
  readonly "api-version": Schema.String;
388
388
  }>;
389
389
  export type CertificateListByAutomationAccountInput = typeof CertificateListByAutomationAccountInput.Type;
390
390
  export declare const CertificateListByAutomationAccountOutput: Schema.Struct<{
391
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
391
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
392
392
  readonly nextLink: Schema.optional<Schema.String>;
393
393
  }>;
394
394
  export type CertificateListByAutomationAccountOutput = typeof CertificateListByAutomationAccountOutput.Type;
395
395
  /**
396
396
  * Retrieve a list of certificates.
397
397
  *
398
- * @param resourceGroupName - Name of an Azure Resource group.
398
+ * @param api-version - The API version to use for this operation.
399
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
400
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
399
401
  * @param automationAccountName - The name of the automation account.
400
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
401
- * @param api-version - Client Api Version.
402
402
  */
403
403
  export declare const CertificateListByAutomationAccount: any;
404
404
  export declare const CertificateUpdateInput: Schema.Struct<{
405
+ readonly subscriptionId: Schema.String;
405
406
  readonly resourceGroupName: Schema.String;
406
407
  readonly automationAccountName: Schema.String;
407
408
  readonly certificateName: Schema.String;
408
- readonly subscriptionId: Schema.String;
409
409
  readonly "api-version": Schema.String;
410
410
  }>;
411
411
  export type CertificateUpdateInput = typeof CertificateUpdateInput.Type;
@@ -414,18 +414,18 @@ export type CertificateUpdateOutput = typeof CertificateUpdateOutput.Type;
414
414
  /**
415
415
  * Update a certificate.
416
416
  *
417
- * @param resourceGroupName - Name of an Azure Resource group.
417
+ * @param api-version - The API version to use for this operation.
418
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
419
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
418
420
  * @param automationAccountName - The name of the automation account.
419
- * @param certificateName - The parameters supplied to the update certificate operation.
420
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
421
- * @param api-version - Client Api Version.
421
+ * @param certificateName - The name of certificate.
422
422
  */
423
423
  export declare const CertificateUpdate: any;
424
424
  export declare const ConnectionCreateOrUpdateInput: Schema.Struct<{
425
+ readonly subscriptionId: Schema.String;
425
426
  readonly resourceGroupName: Schema.String;
426
427
  readonly automationAccountName: Schema.String;
427
428
  readonly connectionName: Schema.String;
428
- readonly subscriptionId: Schema.String;
429
429
  readonly "api-version": Schema.String;
430
430
  }>;
431
431
  export type ConnectionCreateOrUpdateInput = typeof ConnectionCreateOrUpdateInput.Type;
@@ -434,18 +434,18 @@ export type ConnectionCreateOrUpdateOutput = typeof ConnectionCreateOrUpdateOutp
434
434
  /**
435
435
  * Create or update a connection.
436
436
  *
437
- * @param resourceGroupName - Name of an Azure Resource group.
437
+ * @param api-version - The API version to use for this operation.
438
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
439
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
438
440
  * @param automationAccountName - The name of the automation account.
439
- * @param connectionName - The parameters supplied to the create or update connection operation.
440
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
441
- * @param api-version - Client Api Version.
441
+ * @param connectionName - The name of connection.
442
442
  */
443
443
  export declare const ConnectionCreateOrUpdate: any;
444
444
  export declare const ConnectionDeleteInput: Schema.Struct<{
445
+ readonly subscriptionId: Schema.String;
445
446
  readonly resourceGroupName: Schema.String;
446
447
  readonly automationAccountName: Schema.String;
447
448
  readonly connectionName: Schema.String;
448
- readonly subscriptionId: Schema.String;
449
449
  readonly "api-version": Schema.String;
450
450
  }>;
451
451
  export type ConnectionDeleteInput = typeof ConnectionDeleteInput.Type;
@@ -454,18 +454,18 @@ export type ConnectionDeleteOutput = typeof ConnectionDeleteOutput.Type;
454
454
  /**
455
455
  * Delete the connection.
456
456
  *
457
- * @param resourceGroupName - Name of an Azure Resource group.
457
+ * @param api-version - The API version to use for this operation.
458
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
459
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
458
460
  * @param automationAccountName - The name of the automation account.
459
461
  * @param connectionName - The name of connection.
460
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
461
- * @param api-version - Client Api Version.
462
462
  */
463
463
  export declare const ConnectionDelete: any;
464
464
  export declare const ConnectionGetInput: Schema.Struct<{
465
+ readonly subscriptionId: Schema.String;
465
466
  readonly resourceGroupName: Schema.String;
466
467
  readonly automationAccountName: Schema.String;
467
468
  readonly connectionName: Schema.String;
468
- readonly subscriptionId: Schema.String;
469
469
  readonly "api-version": Schema.String;
470
470
  }>;
471
471
  export type ConnectionGetInput = typeof ConnectionGetInput.Type;
@@ -474,74 +474,59 @@ export type ConnectionGetOutput = typeof ConnectionGetOutput.Type;
474
474
  /**
475
475
  * Retrieve the connection identified by connection name.
476
476
  *
477
- * @param resourceGroupName - Name of an Azure Resource group.
477
+ * @param api-version - The API version to use for this operation.
478
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
479
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
478
480
  * @param automationAccountName - The name of the automation account.
479
481
  * @param connectionName - The name of connection.
480
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
481
- * @param api-version - Client Api Version.
482
482
  */
483
483
  export declare const ConnectionGet: any;
484
484
  export declare const ConnectionListByAutomationAccountInput: Schema.Struct<{
485
+ readonly subscriptionId: Schema.String;
485
486
  readonly resourceGroupName: Schema.String;
486
487
  readonly automationAccountName: Schema.String;
487
- readonly subscriptionId: Schema.String;
488
488
  readonly "api-version": Schema.String;
489
489
  }>;
490
490
  export type ConnectionListByAutomationAccountInput = typeof ConnectionListByAutomationAccountInput.Type;
491
491
  export declare const ConnectionListByAutomationAccountOutput: Schema.Struct<{
492
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
492
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
493
493
  readonly nextLink: Schema.optional<Schema.String>;
494
494
  }>;
495
495
  export type ConnectionListByAutomationAccountOutput = typeof ConnectionListByAutomationAccountOutput.Type;
496
496
  /**
497
497
  * Retrieve a list of connections.
498
498
  *
499
- * @param resourceGroupName - Name of an Azure Resource group.
499
+ * @param api-version - The API version to use for this operation.
500
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
501
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
500
502
  * @param automationAccountName - The name of the automation account.
501
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
502
- * @param api-version - Client Api Version.
503
503
  */
504
504
  export declare const ConnectionListByAutomationAccount: any;
505
505
  export declare const ConnectionTypeCreateOrUpdateInput: Schema.Struct<{
506
+ readonly subscriptionId: Schema.String;
506
507
  readonly resourceGroupName: Schema.String;
507
508
  readonly automationAccountName: Schema.String;
508
509
  readonly connectionTypeName: Schema.String;
509
- readonly subscriptionId: Schema.String;
510
510
  readonly "api-version": Schema.String;
511
511
  }>;
512
512
  export type ConnectionTypeCreateOrUpdateInput = typeof ConnectionTypeCreateOrUpdateInput.Type;
513
- export declare const ConnectionTypeCreateOrUpdateOutput: Schema.Struct<{
514
- readonly id: Schema.optional<Schema.String>;
515
- readonly name: Schema.optional<Schema.String>;
516
- readonly type: Schema.optional<Schema.String>;
517
- readonly properties: Schema.optional<Schema.Struct<{
518
- readonly isGlobal: Schema.optional<Schema.Boolean>;
519
- readonly fieldDefinitions: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
520
- readonly isEncrypted: Schema.optional<Schema.Boolean>;
521
- readonly isOptional: Schema.optional<Schema.Boolean>;
522
- readonly type: Schema.String;
523
- }>>>;
524
- readonly creationTime: Schema.optional<Schema.String>;
525
- readonly lastModifiedTime: Schema.optional<Schema.String>;
526
- readonly description: Schema.optional<Schema.String>;
527
- }>>;
528
- }>;
513
+ export declare const ConnectionTypeCreateOrUpdateOutput: Schema.Struct<{}>;
529
514
  export type ConnectionTypeCreateOrUpdateOutput = typeof ConnectionTypeCreateOrUpdateOutput.Type;
530
515
  /**
531
516
  * Create a connection type.
532
517
  *
533
- * @param resourceGroupName - Name of an Azure Resource group.
518
+ * @param api-version - The API version to use for this operation.
519
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
520
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
534
521
  * @param automationAccountName - The name of the automation account.
535
- * @param connectionTypeName - The parameters supplied to the create or update connection type operation.
536
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
537
- * @param api-version - Client Api Version.
522
+ * @param connectionTypeName - The name of connection type.
538
523
  */
539
524
  export declare const ConnectionTypeCreateOrUpdate: any;
540
525
  export declare const ConnectionTypeDeleteInput: Schema.Struct<{
526
+ readonly subscriptionId: Schema.String;
541
527
  readonly resourceGroupName: Schema.String;
542
528
  readonly automationAccountName: Schema.String;
543
529
  readonly connectionTypeName: Schema.String;
544
- readonly subscriptionId: Schema.String;
545
530
  readonly "api-version": Schema.String;
546
531
  }>;
547
532
  export type ConnectionTypeDeleteInput = typeof ConnectionTypeDeleteInput.Type;
@@ -550,89 +535,59 @@ export type ConnectionTypeDeleteOutput = typeof ConnectionTypeDeleteOutput.Type;
550
535
  /**
551
536
  * Delete the connection type.
552
537
  *
553
- * @param resourceGroupName - Name of an Azure Resource group.
538
+ * @param api-version - The API version to use for this operation.
539
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
540
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
554
541
  * @param automationAccountName - The name of the automation account.
555
542
  * @param connectionTypeName - The name of connection type.
556
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
557
- * @param api-version - Client Api Version.
558
543
  */
559
544
  export declare const ConnectionTypeDelete: any;
560
545
  export declare const ConnectionTypeGetInput: Schema.Struct<{
546
+ readonly subscriptionId: Schema.String;
561
547
  readonly resourceGroupName: Schema.String;
562
548
  readonly automationAccountName: Schema.String;
563
549
  readonly connectionTypeName: Schema.String;
564
- readonly subscriptionId: Schema.String;
565
550
  readonly "api-version": Schema.String;
566
551
  }>;
567
552
  export type ConnectionTypeGetInput = typeof ConnectionTypeGetInput.Type;
568
- export declare const ConnectionTypeGetOutput: Schema.Struct<{
569
- readonly id: Schema.optional<Schema.String>;
570
- readonly name: Schema.optional<Schema.String>;
571
- readonly type: Schema.optional<Schema.String>;
572
- readonly properties: Schema.optional<Schema.Struct<{
573
- readonly isGlobal: Schema.optional<Schema.Boolean>;
574
- readonly fieldDefinitions: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
575
- readonly isEncrypted: Schema.optional<Schema.Boolean>;
576
- readonly isOptional: Schema.optional<Schema.Boolean>;
577
- readonly type: Schema.String;
578
- }>>>;
579
- readonly creationTime: Schema.optional<Schema.String>;
580
- readonly lastModifiedTime: Schema.optional<Schema.String>;
581
- readonly description: Schema.optional<Schema.String>;
582
- }>>;
583
- }>;
553
+ export declare const ConnectionTypeGetOutput: Schema.Struct<{}>;
584
554
  export type ConnectionTypeGetOutput = typeof ConnectionTypeGetOutput.Type;
585
555
  /**
586
556
  * Retrieve the connection type identified by connection type name.
587
557
  *
588
- * @param resourceGroupName - Name of an Azure Resource group.
558
+ * @param api-version - The API version to use for this operation.
559
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
560
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
589
561
  * @param automationAccountName - The name of the automation account.
590
562
  * @param connectionTypeName - The name of connection type.
591
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
592
- * @param api-version - Client Api Version.
593
563
  */
594
564
  export declare const ConnectionTypeGet: any;
595
565
  export declare const ConnectionTypeListByAutomationAccountInput: Schema.Struct<{
566
+ readonly subscriptionId: Schema.String;
596
567
  readonly resourceGroupName: Schema.String;
597
568
  readonly automationAccountName: Schema.String;
598
- readonly subscriptionId: Schema.String;
599
569
  readonly "api-version": Schema.String;
600
570
  }>;
601
571
  export type ConnectionTypeListByAutomationAccountInput = typeof ConnectionTypeListByAutomationAccountInput.Type;
602
572
  export declare const ConnectionTypeListByAutomationAccountOutput: Schema.Struct<{
603
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
604
- readonly id: Schema.optional<Schema.String>;
605
- readonly name: Schema.optional<Schema.String>;
606
- readonly type: Schema.optional<Schema.String>;
607
- readonly properties: Schema.optional<Schema.Struct<{
608
- readonly isGlobal: Schema.optional<Schema.Boolean>;
609
- readonly fieldDefinitions: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
610
- readonly isEncrypted: Schema.optional<Schema.Boolean>;
611
- readonly isOptional: Schema.optional<Schema.Boolean>;
612
- readonly type: Schema.String;
613
- }>>>;
614
- readonly creationTime: Schema.optional<Schema.String>;
615
- readonly lastModifiedTime: Schema.optional<Schema.String>;
616
- readonly description: Schema.optional<Schema.String>;
617
- }>>;
618
- }>>>;
573
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
619
574
  readonly nextLink: Schema.optional<Schema.String>;
620
575
  }>;
621
576
  export type ConnectionTypeListByAutomationAccountOutput = typeof ConnectionTypeListByAutomationAccountOutput.Type;
622
577
  /**
623
578
  * Retrieve a list of connection types.
624
579
  *
625
- * @param resourceGroupName - Name of an Azure Resource group.
580
+ * @param api-version - The API version to use for this operation.
581
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
582
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
626
583
  * @param automationAccountName - The name of the automation account.
627
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
628
- * @param api-version - Client Api Version.
629
584
  */
630
585
  export declare const ConnectionTypeListByAutomationAccount: any;
631
586
  export declare const ConnectionUpdateInput: Schema.Struct<{
587
+ readonly subscriptionId: Schema.String;
632
588
  readonly resourceGroupName: Schema.String;
633
589
  readonly automationAccountName: Schema.String;
634
590
  readonly connectionName: Schema.String;
635
- readonly subscriptionId: Schema.String;
636
591
  readonly "api-version": Schema.String;
637
592
  }>;
638
593
  export type ConnectionUpdateInput = typeof ConnectionUpdateInput.Type;
@@ -641,17 +596,17 @@ export type ConnectionUpdateOutput = typeof ConnectionUpdateOutput.Type;
641
596
  /**
642
597
  * Update a connection.
643
598
  *
644
- * @param resourceGroupName - Name of an Azure Resource group.
599
+ * @param api-version - The API version to use for this operation.
600
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
601
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
645
602
  * @param automationAccountName - The name of the automation account.
646
- * @param connectionName - The parameters supplied to the update a connection operation.
647
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
648
- * @param api-version - Client Api Version.
603
+ * @param connectionName - The name of connection.
649
604
  */
650
605
  export declare const ConnectionUpdate: any;
651
606
  export declare const ConvertGraphRunbookContentInput: Schema.Struct<{
607
+ readonly subscriptionId: Schema.String;
652
608
  readonly resourceGroupName: Schema.String;
653
609
  readonly automationAccountName: Schema.String;
654
- readonly subscriptionId: Schema.String;
655
610
  readonly "api-version": Schema.String;
656
611
  }>;
657
612
  export type ConvertGraphRunbookContentInput = typeof ConvertGraphRunbookContentInput.Type;
@@ -667,17 +622,17 @@ export type ConvertGraphRunbookContentOutput = typeof ConvertGraphRunbookContent
667
622
  /**
668
623
  * Post operation to serialize or deserialize GraphRunbookContent
669
624
  *
670
- * @param resourceGroupName - Name of an Azure Resource group.
625
+ * @param api-version - The API version to use for this operation.
626
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
627
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
671
628
  * @param automationAccountName - The name of the automation account.
672
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
673
- * @param api-version - Client Api Version.
674
629
  */
675
630
  export declare const convertGraphRunbookContent: any;
676
631
  export declare const CredentialCreateOrUpdateInput: Schema.Struct<{
632
+ readonly subscriptionId: Schema.String;
677
633
  readonly resourceGroupName: Schema.String;
678
634
  readonly automationAccountName: Schema.String;
679
635
  readonly credentialName: Schema.String;
680
- readonly subscriptionId: Schema.String;
681
636
  readonly "api-version": Schema.String;
682
637
  }>;
683
638
  export type CredentialCreateOrUpdateInput = typeof CredentialCreateOrUpdateInput.Type;
@@ -686,18 +641,18 @@ export type CredentialCreateOrUpdateOutput = typeof CredentialCreateOrUpdateOutp
686
641
  /**
687
642
  * Create a credential.
688
643
  *
689
- * @param resourceGroupName - Name of an Azure Resource group.
644
+ * @param api-version - The API version to use for this operation.
645
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
646
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
690
647
  * @param automationAccountName - The name of the automation account.
691
- * @param credentialName - The parameters supplied to the create or update credential operation.
692
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
693
- * @param api-version - Client Api Version.
648
+ * @param credentialName - The name of credential.
694
649
  */
695
650
  export declare const CredentialCreateOrUpdate: any;
696
651
  export declare const CredentialDeleteInput: Schema.Struct<{
652
+ readonly subscriptionId: Schema.String;
697
653
  readonly resourceGroupName: Schema.String;
698
654
  readonly automationAccountName: Schema.String;
699
655
  readonly credentialName: Schema.String;
700
- readonly subscriptionId: Schema.String;
701
656
  readonly "api-version": Schema.String;
702
657
  }>;
703
658
  export type CredentialDeleteInput = typeof CredentialDeleteInput.Type;
@@ -706,18 +661,18 @@ export type CredentialDeleteOutput = typeof CredentialDeleteOutput.Type;
706
661
  /**
707
662
  * Delete the credential.
708
663
  *
709
- * @param resourceGroupName - Name of an Azure Resource group.
664
+ * @param api-version - The API version to use for this operation.
665
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
666
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
710
667
  * @param automationAccountName - The name of the automation account.
711
668
  * @param credentialName - The name of credential.
712
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
713
- * @param api-version - Client Api Version.
714
669
  */
715
670
  export declare const CredentialDelete: any;
716
671
  export declare const CredentialGetInput: Schema.Struct<{
672
+ readonly subscriptionId: Schema.String;
717
673
  readonly resourceGroupName: Schema.String;
718
674
  readonly automationAccountName: Schema.String;
719
675
  readonly credentialName: Schema.String;
720
- readonly subscriptionId: Schema.String;
721
676
  readonly "api-version": Schema.String;
722
677
  }>;
723
678
  export type CredentialGetInput = typeof CredentialGetInput.Type;
@@ -726,39 +681,39 @@ export type CredentialGetOutput = typeof CredentialGetOutput.Type;
726
681
  /**
727
682
  * Retrieve the credential identified by credential name.
728
683
  *
729
- * @param resourceGroupName - Name of an Azure Resource group.
684
+ * @param api-version - The API version to use for this operation.
685
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
686
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
730
687
  * @param automationAccountName - The name of the automation account.
731
688
  * @param credentialName - The name of credential.
732
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
733
- * @param api-version - Client Api Version.
734
689
  */
735
690
  export declare const CredentialGet: any;
736
691
  export declare const CredentialListByAutomationAccountInput: Schema.Struct<{
692
+ readonly subscriptionId: Schema.String;
737
693
  readonly resourceGroupName: Schema.String;
738
694
  readonly automationAccountName: Schema.String;
739
- readonly subscriptionId: Schema.String;
740
695
  readonly "api-version": Schema.String;
741
696
  }>;
742
697
  export type CredentialListByAutomationAccountInput = typeof CredentialListByAutomationAccountInput.Type;
743
698
  export declare const CredentialListByAutomationAccountOutput: Schema.Struct<{
744
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
699
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
745
700
  readonly nextLink: Schema.optional<Schema.String>;
746
701
  }>;
747
702
  export type CredentialListByAutomationAccountOutput = typeof CredentialListByAutomationAccountOutput.Type;
748
703
  /**
749
704
  * Retrieve a list of credentials.
750
705
  *
751
- * @param resourceGroupName - Name of an Azure Resource group.
706
+ * @param api-version - The API version to use for this operation.
707
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
708
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
752
709
  * @param automationAccountName - The name of the automation account.
753
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
754
- * @param api-version - Client Api Version.
755
710
  */
756
711
  export declare const CredentialListByAutomationAccount: any;
757
712
  export declare const CredentialUpdateInput: Schema.Struct<{
713
+ readonly subscriptionId: Schema.String;
758
714
  readonly resourceGroupName: Schema.String;
759
715
  readonly automationAccountName: Schema.String;
760
716
  readonly credentialName: Schema.String;
761
- readonly subscriptionId: Schema.String;
762
717
  readonly "api-version": Schema.String;
763
718
  }>;
764
719
  export type CredentialUpdateInput = typeof CredentialUpdateInput.Type;
@@ -767,11 +722,11 @@ export type CredentialUpdateOutput = typeof CredentialUpdateOutput.Type;
767
722
  /**
768
723
  * Update a credential.
769
724
  *
770
- * @param resourceGroupName - Name of an Azure Resource group.
725
+ * @param api-version - The API version to use for this operation.
726
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
727
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
771
728
  * @param automationAccountName - The name of the automation account.
772
- * @param credentialName - The parameters supplied to the Update credential operation.
773
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
774
- * @param api-version - Client Api Version.
729
+ * @param credentialName - The name of credential.
775
730
  */
776
731
  export declare const CredentialUpdate: any;
777
732
  export declare const DeletedAutomationAccountsListBySubscriptionInput: Schema.Struct<{
@@ -797,15 +752,15 @@ export type DeletedAutomationAccountsListBySubscriptionOutput = typeof DeletedAu
797
752
  /**
798
753
  * Retrieve deleted automation account.
799
754
  *
800
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
801
- * @param api-version - Client Api Version.
755
+ * @param api-version - The API version to use for this operation.
756
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
802
757
  */
803
758
  export declare const deletedAutomationAccountsListBySubscription: any;
804
759
  export declare const DscConfigurationCreateOrUpdateInput: Schema.Struct<{
760
+ readonly subscriptionId: Schema.String;
805
761
  readonly resourceGroupName: Schema.String;
806
762
  readonly automationAccountName: Schema.String;
807
763
  readonly configurationName: Schema.String;
808
- readonly subscriptionId: Schema.String;
809
764
  readonly "api-version": Schema.String;
810
765
  }>;
811
766
  export type DscConfigurationCreateOrUpdateInput = typeof DscConfigurationCreateOrUpdateInput.Type;
@@ -817,18 +772,18 @@ export type DscConfigurationCreateOrUpdateOutput = typeof DscConfigurationCreate
817
772
  /**
818
773
  * Create the configuration identified by configuration name.
819
774
  *
820
- * @param resourceGroupName - Name of an Azure Resource group.
775
+ * @param api-version - The API version to use for this operation.
776
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
777
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
821
778
  * @param automationAccountName - The name of the automation account.
822
- * @param configurationName - The create or update parameters for configuration.
823
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
824
- * @param api-version - Client Api Version.
779
+ * @param configurationName - The configuration name.
825
780
  */
826
781
  export declare const DscConfigurationCreateOrUpdate: any;
827
782
  export declare const DscConfigurationDeleteInput: Schema.Struct<{
783
+ readonly subscriptionId: Schema.String;
828
784
  readonly resourceGroupName: Schema.String;
829
785
  readonly automationAccountName: Schema.String;
830
786
  readonly configurationName: Schema.String;
831
- readonly subscriptionId: Schema.String;
832
787
  readonly "api-version": Schema.String;
833
788
  }>;
834
789
  export type DscConfigurationDeleteInput = typeof DscConfigurationDeleteInput.Type;
@@ -837,18 +792,18 @@ export type DscConfigurationDeleteOutput = typeof DscConfigurationDeleteOutput.T
837
792
  /**
838
793
  * Delete the dsc configuration identified by configuration name.
839
794
  *
840
- * @param resourceGroupName - Name of an Azure Resource group.
795
+ * @param api-version - The API version to use for this operation.
796
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
797
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
841
798
  * @param automationAccountName - The name of the automation account.
842
799
  * @param configurationName - The configuration name.
843
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
844
- * @param api-version - Client Api Version.
845
800
  */
846
801
  export declare const DscConfigurationDelete: any;
847
802
  export declare const DscConfigurationGetInput: Schema.Struct<{
803
+ readonly subscriptionId: Schema.String;
848
804
  readonly resourceGroupName: Schema.String;
849
805
  readonly automationAccountName: Schema.String;
850
806
  readonly configurationName: Schema.String;
851
- readonly subscriptionId: Schema.String;
852
807
  readonly "api-version": Schema.String;
853
808
  }>;
854
809
  export type DscConfigurationGetInput = typeof DscConfigurationGetInput.Type;
@@ -860,37 +815,37 @@ export type DscConfigurationGetOutput = typeof DscConfigurationGetOutput.Type;
860
815
  /**
861
816
  * Retrieve the configuration identified by configuration name.
862
817
  *
863
- * @param resourceGroupName - Name of an Azure Resource group.
818
+ * @param api-version - The API version to use for this operation.
819
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
820
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
864
821
  * @param automationAccountName - The name of the automation account.
865
822
  * @param configurationName - The configuration name.
866
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
867
- * @param api-version - Client Api Version.
868
823
  */
869
824
  export declare const DscConfigurationGet: any;
870
825
  export declare const DscConfigurationGetContentInput: Schema.Struct<{
826
+ readonly subscriptionId: Schema.String;
871
827
  readonly resourceGroupName: Schema.String;
872
828
  readonly automationAccountName: Schema.String;
873
829
  readonly configurationName: Schema.String;
874
- readonly subscriptionId: Schema.String;
875
830
  readonly "api-version": Schema.String;
876
831
  }>;
877
832
  export type DscConfigurationGetContentInput = typeof DscConfigurationGetContentInput.Type;
878
- export declare const DscConfigurationGetContentOutput: Schema.Unknown;
833
+ export declare const DscConfigurationGetContentOutput: Schema.String;
879
834
  export type DscConfigurationGetContentOutput = typeof DscConfigurationGetContentOutput.Type;
880
835
  /**
881
836
  * Retrieve the configuration script identified by configuration name.
882
837
  *
883
- * @param resourceGroupName - Name of an Azure Resource group.
838
+ * @param api-version - The API version to use for this operation.
839
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
840
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
884
841
  * @param automationAccountName - The name of the automation account.
885
842
  * @param configurationName - The configuration name.
886
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
887
- * @param api-version - Client Api Version.
888
843
  */
889
844
  export declare const DscConfigurationGetContent: any;
890
845
  export declare const DscConfigurationListByAutomationAccountInput: Schema.Struct<{
846
+ readonly subscriptionId: Schema.String;
891
847
  readonly resourceGroupName: Schema.String;
892
848
  readonly automationAccountName: Schema.String;
893
- readonly subscriptionId: Schema.String;
894
849
  readonly "api-version": Schema.String;
895
850
  readonly $filter: Schema.optional<Schema.String>;
896
851
  readonly $skip: Schema.optional<Schema.Number>;
@@ -910,10 +865,10 @@ export type DscConfigurationListByAutomationAccountOutput = typeof DscConfigurat
910
865
  /**
911
866
  * Retrieve a list of configurations.
912
867
  *
913
- * @param resourceGroupName - Name of an Azure Resource group.
868
+ * @param api-version - The API version to use for this operation.
869
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
870
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
914
871
  * @param automationAccountName - The name of the automation account.
915
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
916
- * @param api-version - Client Api Version.
917
872
  * @param $filter - The filter to apply on the operation.
918
873
  * @param $skip - The number of rows to skip.
919
874
  * @param $top - The number of rows to take.
@@ -921,10 +876,10 @@ export type DscConfigurationListByAutomationAccountOutput = typeof DscConfigurat
921
876
  */
922
877
  export declare const DscConfigurationListByAutomationAccount: any;
923
878
  export declare const DscConfigurationUpdateInput: Schema.Struct<{
879
+ readonly subscriptionId: Schema.String;
924
880
  readonly resourceGroupName: Schema.String;
925
881
  readonly automationAccountName: Schema.String;
926
882
  readonly configurationName: Schema.String;
927
- readonly subscriptionId: Schema.String;
928
883
  readonly "api-version": Schema.String;
929
884
  }>;
930
885
  export type DscConfigurationUpdateInput = typeof DscConfigurationUpdateInput.Type;
@@ -936,18 +891,18 @@ export type DscConfigurationUpdateOutput = typeof DscConfigurationUpdateOutput.T
936
891
  /**
937
892
  * Create the configuration identified by configuration name.
938
893
  *
939
- * @param resourceGroupName - Name of an Azure Resource group.
894
+ * @param api-version - The API version to use for this operation.
895
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
896
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
940
897
  * @param automationAccountName - The name of the automation account.
941
- * @param configurationName - The create or update parameters for configuration.
942
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
943
- * @param api-version - Client Api Version.
898
+ * @param configurationName - The configuration name.
944
899
  */
945
900
  export declare const DscConfigurationUpdate: any;
946
901
  export declare const DscNodeConfigurationCreateOrUpdateInput: Schema.Struct<{
902
+ readonly subscriptionId: Schema.String;
947
903
  readonly resourceGroupName: Schema.String;
948
904
  readonly automationAccountName: Schema.String;
949
905
  readonly nodeConfigurationName: Schema.String;
950
- readonly subscriptionId: Schema.String;
951
906
  readonly "api-version": Schema.String;
952
907
  }>;
953
908
  export type DscNodeConfigurationCreateOrUpdateInput = typeof DscNodeConfigurationCreateOrUpdateInput.Type;
@@ -956,11 +911,11 @@ export type DscNodeConfigurationCreateOrUpdateOutput = typeof DscNodeConfigurati
956
911
  /**
957
912
  * Create the node configuration identified by node configuration name.
958
913
  *
959
- * @param resourceGroupName - Name of an Azure Resource group.
914
+ * @param api-version - The API version to use for this operation.
915
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
916
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
960
917
  * @param automationAccountName - The name of the automation account.
961
918
  * @param nodeConfigurationName - The Dsc node configuration name.
962
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
963
- * @param api-version - Client Api Version.
964
919
  */
965
920
  export declare const DscNodeConfigurationCreateOrUpdate: any;
966
921
  export declare const DscNodeConfigurationDeleteInput: Schema.Struct<{
@@ -976,11 +931,11 @@ export type DscNodeConfigurationDeleteOutput = typeof DscNodeConfigurationDelete
976
931
  /**
977
932
  * Delete the Dsc node configurations by node configuration.
978
933
  *
979
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
980
- * @param resourceGroupName - Name of an Azure Resource group.
934
+ * @param api-version - The API version to use for this operation.
935
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
936
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
981
937
  * @param automationAccountName - The name of the automation account.
982
938
  * @param nodeConfigurationName - The Dsc node configuration name.
983
- * @param api-version - Client Api Version.
984
939
  */
985
940
  export declare const DscNodeConfigurationDelete: any;
986
941
  export declare const DscNodeConfigurationGetInput: Schema.Struct<{
@@ -996,17 +951,17 @@ export type DscNodeConfigurationGetOutput = typeof DscNodeConfigurationGetOutput
996
951
  /**
997
952
  * Retrieve the Dsc node configurations by node configuration.
998
953
  *
999
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1000
- * @param resourceGroupName - Name of an Azure Resource group.
954
+ * @param api-version - The API version to use for this operation.
955
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
956
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1001
957
  * @param automationAccountName - The name of the automation account.
1002
958
  * @param nodeConfigurationName - The Dsc node configuration name.
1003
- * @param api-version - Client Api Version.
1004
959
  */
1005
960
  export declare const DscNodeConfigurationGet: any;
1006
961
  export declare const DscNodeConfigurationListByAutomationAccountInput: Schema.Struct<{
962
+ readonly subscriptionId: Schema.String;
1007
963
  readonly resourceGroupName: Schema.String;
1008
964
  readonly automationAccountName: Schema.String;
1009
- readonly subscriptionId: Schema.String;
1010
965
  readonly "api-version": Schema.String;
1011
966
  readonly $filter: Schema.optional<Schema.String>;
1012
967
  readonly $skip: Schema.optional<Schema.Number>;
@@ -1023,10 +978,10 @@ export type DscNodeConfigurationListByAutomationAccountOutput = typeof DscNodeCo
1023
978
  /**
1024
979
  * Retrieve a list of dsc node configurations.
1025
980
  *
1026
- * @param resourceGroupName - Name of an Azure Resource group.
981
+ * @param api-version - The API version to use for this operation.
982
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
983
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1027
984
  * @param automationAccountName - The name of the automation account.
1028
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1029
- * @param api-version - Client Api Version.
1030
985
  * @param $filter - The filter to apply on the operation.
1031
986
  * @param $skip - The number of rows to skip.
1032
987
  * @param $top - The number of rows to take.
@@ -1034,10 +989,10 @@ export type DscNodeConfigurationListByAutomationAccountOutput = typeof DscNodeCo
1034
989
  */
1035
990
  export declare const DscNodeConfigurationListByAutomationAccount: any;
1036
991
  export declare const DscNodeDeleteInput: Schema.Struct<{
992
+ readonly subscriptionId: Schema.String;
1037
993
  readonly resourceGroupName: Schema.String;
1038
994
  readonly automationAccountName: Schema.String;
1039
995
  readonly nodeId: Schema.String;
1040
- readonly subscriptionId: Schema.String;
1041
996
  readonly "api-version": Schema.String;
1042
997
  }>;
1043
998
  export type DscNodeDeleteInput = typeof DscNodeDeleteInput.Type;
@@ -1046,18 +1001,18 @@ export type DscNodeDeleteOutput = typeof DscNodeDeleteOutput.Type;
1046
1001
  /**
1047
1002
  * Delete the dsc node identified by node id.
1048
1003
  *
1049
- * @param resourceGroupName - Name of an Azure Resource group.
1004
+ * @param api-version - The API version to use for this operation.
1005
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1006
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1050
1007
  * @param automationAccountName - The name of the automation account.
1051
1008
  * @param nodeId - The node id.
1052
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1053
- * @param api-version - Client Api Version.
1054
1009
  */
1055
1010
  export declare const DscNodeDelete: any;
1056
1011
  export declare const DscNodeGetInput: Schema.Struct<{
1012
+ readonly subscriptionId: Schema.String;
1057
1013
  readonly resourceGroupName: Schema.String;
1058
1014
  readonly automationAccountName: Schema.String;
1059
1015
  readonly nodeId: Schema.String;
1060
- readonly subscriptionId: Schema.String;
1061
1016
  readonly "api-version": Schema.String;
1062
1017
  }>;
1063
1018
  export type DscNodeGetInput = typeof DscNodeGetInput.Type;
@@ -1066,22 +1021,22 @@ export type DscNodeGetOutput = typeof DscNodeGetOutput.Type;
1066
1021
  /**
1067
1022
  * Retrieve the dsc node identified by node id.
1068
1023
  *
1069
- * @param resourceGroupName - Name of an Azure Resource group.
1024
+ * @param api-version - The API version to use for this operation.
1025
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1026
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1070
1027
  * @param automationAccountName - The name of the automation account.
1071
1028
  * @param nodeId - The node id.
1072
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1073
- * @param api-version - Client Api Version.
1074
1029
  */
1075
1030
  export declare const DscNodeGet: any;
1076
1031
  export declare const DscNodeListByAutomationAccountInput: Schema.Struct<{
1032
+ readonly subscriptionId: Schema.String;
1077
1033
  readonly resourceGroupName: Schema.String;
1078
1034
  readonly automationAccountName: Schema.String;
1079
- readonly subscriptionId: Schema.String;
1035
+ readonly "api-version": Schema.String;
1080
1036
  readonly $filter: Schema.optional<Schema.String>;
1081
1037
  readonly $skip: Schema.optional<Schema.Number>;
1082
1038
  readonly $top: Schema.optional<Schema.Number>;
1083
1039
  readonly $inlinecount: Schema.optional<Schema.String>;
1084
- readonly "api-version": Schema.String;
1085
1040
  }>;
1086
1041
  export type DscNodeListByAutomationAccountInput = typeof DscNodeListByAutomationAccountInput.Type;
1087
1042
  export declare const DscNodeListByAutomationAccountOutput: Schema.Struct<{
@@ -1093,21 +1048,21 @@ export type DscNodeListByAutomationAccountOutput = typeof DscNodeListByAutomatio
1093
1048
  /**
1094
1049
  * Retrieve a list of dsc nodes.
1095
1050
  *
1096
- * @param resourceGroupName - Name of an Azure Resource group.
1051
+ * @param api-version - The API version to use for this operation.
1052
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1053
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1097
1054
  * @param automationAccountName - The name of the automation account.
1098
1055
  * @param $filter - The filter to apply on the operation.
1099
1056
  * @param $skip - The number of rows to skip.
1100
1057
  * @param $top - The number of rows to take.
1101
1058
  * @param $inlinecount - Return total rows.
1102
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1103
- * @param api-version - Client Api Version.
1104
1059
  */
1105
1060
  export declare const DscNodeListByAutomationAccount: any;
1106
1061
  export declare const DscNodeUpdateInput: Schema.Struct<{
1062
+ readonly subscriptionId: Schema.String;
1107
1063
  readonly resourceGroupName: Schema.String;
1108
1064
  readonly automationAccountName: Schema.String;
1109
1065
  readonly nodeId: Schema.String;
1110
- readonly subscriptionId: Schema.String;
1111
1066
  readonly "api-version": Schema.String;
1112
1067
  }>;
1113
1068
  export type DscNodeUpdateInput = typeof DscNodeUpdateInput.Type;
@@ -1116,19 +1071,19 @@ export type DscNodeUpdateOutput = typeof DscNodeUpdateOutput.Type;
1116
1071
  /**
1117
1072
  * Update the dsc node.
1118
1073
  *
1119
- * @param resourceGroupName - Name of an Azure Resource group.
1074
+ * @param api-version - The API version to use for this operation.
1075
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1076
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1120
1077
  * @param automationAccountName - The name of the automation account.
1121
- * @param nodeId - Parameters supplied to the update dsc node.
1122
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1123
- * @param api-version - Client Api Version.
1078
+ * @param nodeId - The node id.
1124
1079
  */
1125
1080
  export declare const DscNodeUpdate: any;
1126
1081
  export declare const FieldsListByTypeInput: Schema.Struct<{
1082
+ readonly subscriptionId: Schema.String;
1127
1083
  readonly resourceGroupName: Schema.String;
1128
1084
  readonly automationAccountName: Schema.String;
1129
1085
  readonly moduleName: Schema.String;
1130
1086
  readonly typeName: Schema.String;
1131
- readonly subscriptionId: Schema.String;
1132
1087
  readonly "api-version": Schema.String;
1133
1088
  }>;
1134
1089
  export type FieldsListByTypeInput = typeof FieldsListByTypeInput.Type;
@@ -1137,24 +1092,25 @@ export declare const FieldsListByTypeOutput: Schema.Struct<{
1137
1092
  readonly name: Schema.optional<Schema.String>;
1138
1093
  readonly type: Schema.optional<Schema.String>;
1139
1094
  }>>>;
1095
+ readonly nextLink: Schema.optional<Schema.String>;
1140
1096
  }>;
1141
1097
  export type FieldsListByTypeOutput = typeof FieldsListByTypeOutput.Type;
1142
1098
  /**
1143
1099
  * Retrieve a list of fields of a given type identified by module name.
1144
1100
  *
1145
- * @param resourceGroupName - Name of an Azure Resource group.
1101
+ * @param api-version - The API version to use for this operation.
1102
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1103
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1146
1104
  * @param automationAccountName - The name of the automation account.
1147
- * @param moduleName - The name of module.
1105
+ * @param moduleName - The module name.
1148
1106
  * @param typeName - The name of type.
1149
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1150
- * @param api-version - Client Api Version.
1151
1107
  */
1152
1108
  export declare const FieldsListByType: any;
1153
1109
  export declare const HybridRunbookWorkerGroupCreateInput: Schema.Struct<{
1110
+ readonly subscriptionId: Schema.String;
1154
1111
  readonly resourceGroupName: Schema.String;
1155
1112
  readonly automationAccountName: Schema.String;
1156
1113
  readonly hybridRunbookWorkerGroupName: Schema.String;
1157
- readonly subscriptionId: Schema.String;
1158
1114
  readonly "api-version": Schema.String;
1159
1115
  }>;
1160
1116
  export type HybridRunbookWorkerGroupCreateInput = typeof HybridRunbookWorkerGroupCreateInput.Type;
@@ -1166,18 +1122,18 @@ export type HybridRunbookWorkerGroupCreateOutput = typeof HybridRunbookWorkerGro
1166
1122
  /**
1167
1123
  * Create a hybrid runbook worker group.
1168
1124
  *
1169
- * @param resourceGroupName - Name of an Azure Resource group.
1125
+ * @param api-version - The API version to use for this operation.
1126
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1127
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1170
1128
  * @param automationAccountName - The name of the automation account.
1171
1129
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1172
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1173
- * @param api-version - Client Api Version.
1174
1130
  */
1175
1131
  export declare const HybridRunbookWorkerGroupCreate: any;
1176
1132
  export declare const HybridRunbookWorkerGroupDeleteInput: Schema.Struct<{
1133
+ readonly subscriptionId: Schema.String;
1177
1134
  readonly resourceGroupName: Schema.String;
1178
1135
  readonly automationAccountName: Schema.String;
1179
1136
  readonly hybridRunbookWorkerGroupName: Schema.String;
1180
- readonly subscriptionId: Schema.String;
1181
1137
  readonly "api-version": Schema.String;
1182
1138
  }>;
1183
1139
  export type HybridRunbookWorkerGroupDeleteInput = typeof HybridRunbookWorkerGroupDeleteInput.Type;
@@ -1186,18 +1142,18 @@ export type HybridRunbookWorkerGroupDeleteOutput = typeof HybridRunbookWorkerGro
1186
1142
  /**
1187
1143
  * Delete a hybrid runbook worker group.
1188
1144
  *
1189
- * @param resourceGroupName - Name of an Azure Resource group.
1145
+ * @param api-version - The API version to use for this operation.
1146
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1147
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1190
1148
  * @param automationAccountName - The name of the automation account.
1191
1149
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1192
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1193
- * @param api-version - Client Api Version.
1194
1150
  */
1195
1151
  export declare const HybridRunbookWorkerGroupDelete: any;
1196
1152
  export declare const HybridRunbookWorkerGroupGetInput: Schema.Struct<{
1153
+ readonly subscriptionId: Schema.String;
1197
1154
  readonly resourceGroupName: Schema.String;
1198
1155
  readonly automationAccountName: Schema.String;
1199
1156
  readonly hybridRunbookWorkerGroupName: Schema.String;
1200
- readonly subscriptionId: Schema.String;
1201
1157
  readonly "api-version": Schema.String;
1202
1158
  }>;
1203
1159
  export type HybridRunbookWorkerGroupGetInput = typeof HybridRunbookWorkerGroupGetInput.Type;
@@ -1209,44 +1165,44 @@ export type HybridRunbookWorkerGroupGetOutput = typeof HybridRunbookWorkerGroupG
1209
1165
  /**
1210
1166
  * Retrieve a hybrid runbook worker group.
1211
1167
  *
1212
- * @param resourceGroupName - Name of an Azure Resource group.
1168
+ * @param api-version - The API version to use for this operation.
1169
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1170
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1213
1171
  * @param automationAccountName - The name of the automation account.
1214
1172
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1215
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1216
- * @param api-version - Client Api Version.
1217
1173
  */
1218
1174
  export declare const HybridRunbookWorkerGroupGet: any;
1219
1175
  export declare const HybridRunbookWorkerGroupListByAutomationAccountInput: Schema.Struct<{
1176
+ readonly subscriptionId: Schema.String;
1220
1177
  readonly resourceGroupName: Schema.String;
1221
1178
  readonly automationAccountName: Schema.String;
1222
- readonly subscriptionId: Schema.String;
1223
- readonly $filter: Schema.optional<Schema.String>;
1224
1179
  readonly "api-version": Schema.String;
1180
+ readonly $filter: Schema.optional<Schema.String>;
1225
1181
  }>;
1226
1182
  export type HybridRunbookWorkerGroupListByAutomationAccountInput = typeof HybridRunbookWorkerGroupListByAutomationAccountInput.Type;
1227
1183
  export declare const HybridRunbookWorkerGroupListByAutomationAccountOutput: Schema.Struct<{
1228
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1184
+ readonly value: Schema.$Array<Schema.Struct<{
1229
1185
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1230
1186
  readonly location: Schema.String;
1231
- }>>>;
1187
+ }>>;
1232
1188
  readonly nextLink: Schema.optional<Schema.String>;
1233
1189
  }>;
1234
1190
  export type HybridRunbookWorkerGroupListByAutomationAccountOutput = typeof HybridRunbookWorkerGroupListByAutomationAccountOutput.Type;
1235
1191
  /**
1236
1192
  * Retrieve a list of hybrid runbook worker groups.
1237
1193
  *
1238
- * @param resourceGroupName - Name of an Azure Resource group.
1194
+ * @param api-version - The API version to use for this operation.
1195
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1196
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1239
1197
  * @param automationAccountName - The name of the automation account.
1240
1198
  * @param $filter - The filter to apply on the operation.
1241
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1242
- * @param api-version - Client Api Version.
1243
1199
  */
1244
1200
  export declare const HybridRunbookWorkerGroupListByAutomationAccount: any;
1245
1201
  export declare const HybridRunbookWorkerGroupUpdateInput: Schema.Struct<{
1202
+ readonly subscriptionId: Schema.String;
1246
1203
  readonly resourceGroupName: Schema.String;
1247
1204
  readonly automationAccountName: Schema.String;
1248
1205
  readonly hybridRunbookWorkerGroupName: Schema.String;
1249
- readonly subscriptionId: Schema.String;
1250
1206
  readonly "api-version": Schema.String;
1251
1207
  }>;
1252
1208
  export type HybridRunbookWorkerGroupUpdateInput = typeof HybridRunbookWorkerGroupUpdateInput.Type;
@@ -1258,19 +1214,19 @@ export type HybridRunbookWorkerGroupUpdateOutput = typeof HybridRunbookWorkerGro
1258
1214
  /**
1259
1215
  * Update a hybrid runbook worker group.
1260
1216
  *
1261
- * @param resourceGroupName - Name of an Azure Resource group.
1217
+ * @param api-version - The API version to use for this operation.
1218
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1219
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1262
1220
  * @param automationAccountName - The name of the automation account.
1263
1221
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1264
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1265
- * @param api-version - Client Api Version.
1266
1222
  */
1267
1223
  export declare const HybridRunbookWorkerGroupUpdate: any;
1268
1224
  export declare const HybridRunbookWorkersCreateInput: Schema.Struct<{
1225
+ readonly subscriptionId: Schema.String;
1269
1226
  readonly resourceGroupName: Schema.String;
1270
1227
  readonly automationAccountName: Schema.String;
1271
1228
  readonly hybridRunbookWorkerGroupName: Schema.String;
1272
1229
  readonly hybridRunbookWorkerId: Schema.String;
1273
- readonly subscriptionId: Schema.String;
1274
1230
  readonly "api-version": Schema.String;
1275
1231
  }>;
1276
1232
  export type HybridRunbookWorkersCreateInput = typeof HybridRunbookWorkersCreateInput.Type;
@@ -1282,20 +1238,20 @@ export type HybridRunbookWorkersCreateOutput = typeof HybridRunbookWorkersCreate
1282
1238
  /**
1283
1239
  * Create a hybrid runbook worker.
1284
1240
  *
1285
- * @param resourceGroupName - Name of an Azure Resource group.
1241
+ * @param api-version - The API version to use for this operation.
1242
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1243
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1286
1244
  * @param automationAccountName - The name of the automation account.
1287
1245
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1288
1246
  * @param hybridRunbookWorkerId - The hybrid runbook worker id
1289
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1290
- * @param api-version - Client Api Version.
1291
1247
  */
1292
1248
  export declare const HybridRunbookWorkersCreate: any;
1293
1249
  export declare const HybridRunbookWorkersDeleteInput: Schema.Struct<{
1250
+ readonly subscriptionId: Schema.String;
1294
1251
  readonly resourceGroupName: Schema.String;
1295
1252
  readonly automationAccountName: Schema.String;
1296
1253
  readonly hybridRunbookWorkerGroupName: Schema.String;
1297
1254
  readonly hybridRunbookWorkerId: Schema.String;
1298
- readonly subscriptionId: Schema.String;
1299
1255
  readonly "api-version": Schema.String;
1300
1256
  }>;
1301
1257
  export type HybridRunbookWorkersDeleteInput = typeof HybridRunbookWorkersDeleteInput.Type;
@@ -1304,20 +1260,20 @@ export type HybridRunbookWorkersDeleteOutput = typeof HybridRunbookWorkersDelete
1304
1260
  /**
1305
1261
  * Delete a hybrid runbook worker.
1306
1262
  *
1307
- * @param resourceGroupName - Name of an Azure Resource group.
1263
+ * @param api-version - The API version to use for this operation.
1264
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1265
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1308
1266
  * @param automationAccountName - The name of the automation account.
1309
1267
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1310
1268
  * @param hybridRunbookWorkerId - The hybrid runbook worker id
1311
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1312
- * @param api-version - Client Api Version.
1313
1269
  */
1314
1270
  export declare const HybridRunbookWorkersDelete: any;
1315
1271
  export declare const HybridRunbookWorkersGetInput: Schema.Struct<{
1272
+ readonly subscriptionId: Schema.String;
1316
1273
  readonly resourceGroupName: Schema.String;
1317
1274
  readonly automationAccountName: Schema.String;
1318
1275
  readonly hybridRunbookWorkerGroupName: Schema.String;
1319
1276
  readonly hybridRunbookWorkerId: Schema.String;
1320
- readonly subscriptionId: Schema.String;
1321
1277
  readonly "api-version": Schema.String;
1322
1278
  }>;
1323
1279
  export type HybridRunbookWorkersGetInput = typeof HybridRunbookWorkersGetInput.Type;
@@ -1329,48 +1285,48 @@ export type HybridRunbookWorkersGetOutput = typeof HybridRunbookWorkersGetOutput
1329
1285
  /**
1330
1286
  * Retrieve a hybrid runbook worker.
1331
1287
  *
1332
- * @param resourceGroupName - Name of an Azure Resource group.
1288
+ * @param api-version - The API version to use for this operation.
1289
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1290
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1333
1291
  * @param automationAccountName - The name of the automation account.
1334
1292
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1335
1293
  * @param hybridRunbookWorkerId - The hybrid runbook worker id
1336
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1337
- * @param api-version - Client Api Version.
1338
1294
  */
1339
1295
  export declare const HybridRunbookWorkersGet: any;
1340
1296
  export declare const HybridRunbookWorkersListByHybridRunbookWorkerGroupInput: Schema.Struct<{
1297
+ readonly subscriptionId: Schema.String;
1341
1298
  readonly resourceGroupName: Schema.String;
1342
1299
  readonly automationAccountName: Schema.String;
1343
1300
  readonly hybridRunbookWorkerGroupName: Schema.String;
1344
- readonly subscriptionId: Schema.String;
1345
- readonly $filter: Schema.optional<Schema.String>;
1346
1301
  readonly "api-version": Schema.String;
1302
+ readonly $filter: Schema.optional<Schema.String>;
1347
1303
  }>;
1348
1304
  export type HybridRunbookWorkersListByHybridRunbookWorkerGroupInput = typeof HybridRunbookWorkersListByHybridRunbookWorkerGroupInput.Type;
1349
1305
  export declare const HybridRunbookWorkersListByHybridRunbookWorkerGroupOutput: Schema.Struct<{
1350
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1306
+ readonly value: Schema.$Array<Schema.Struct<{
1351
1307
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1352
1308
  readonly location: Schema.String;
1353
- }>>>;
1309
+ }>>;
1354
1310
  readonly nextLink: Schema.optional<Schema.String>;
1355
1311
  }>;
1356
1312
  export type HybridRunbookWorkersListByHybridRunbookWorkerGroupOutput = typeof HybridRunbookWorkersListByHybridRunbookWorkerGroupOutput.Type;
1357
1313
  /**
1358
1314
  * Retrieve a list of hybrid runbook workers.
1359
1315
  *
1360
- * @param resourceGroupName - Name of an Azure Resource group.
1316
+ * @param api-version - The API version to use for this operation.
1317
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1318
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1361
1319
  * @param automationAccountName - The name of the automation account.
1362
1320
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1363
1321
  * @param $filter - The filter to apply on the operation.
1364
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1365
- * @param api-version - Client Api Version.
1366
1322
  */
1367
1323
  export declare const HybridRunbookWorkersListByHybridRunbookWorkerGroup: any;
1368
1324
  export declare const HybridRunbookWorkersMoveInput: Schema.Struct<{
1325
+ readonly subscriptionId: Schema.String;
1369
1326
  readonly resourceGroupName: Schema.String;
1370
1327
  readonly automationAccountName: Schema.String;
1371
1328
  readonly hybridRunbookWorkerGroupName: Schema.String;
1372
1329
  readonly hybridRunbookWorkerId: Schema.String;
1373
- readonly subscriptionId: Schema.String;
1374
1330
  readonly "api-version": Schema.String;
1375
1331
  }>;
1376
1332
  export type HybridRunbookWorkersMoveInput = typeof HybridRunbookWorkersMoveInput.Type;
@@ -1379,20 +1335,20 @@ export type HybridRunbookWorkersMoveOutput = typeof HybridRunbookWorkersMoveOutp
1379
1335
  /**
1380
1336
  * Move a hybrid worker to a different group.
1381
1337
  *
1382
- * @param resourceGroupName - Name of an Azure Resource group.
1338
+ * @param api-version - The API version to use for this operation.
1339
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1340
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1383
1341
  * @param automationAccountName - The name of the automation account.
1384
1342
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1385
1343
  * @param hybridRunbookWorkerId - The hybrid runbook worker id
1386
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1387
- * @param api-version - Client Api Version.
1388
1344
  */
1389
1345
  export declare const HybridRunbookWorkersMove: any;
1390
1346
  export declare const HybridRunbookWorkersPatchInput: Schema.Struct<{
1347
+ readonly subscriptionId: Schema.String;
1391
1348
  readonly resourceGroupName: Schema.String;
1392
1349
  readonly automationAccountName: Schema.String;
1393
1350
  readonly hybridRunbookWorkerGroupName: Schema.String;
1394
1351
  readonly hybridRunbookWorkerId: Schema.String;
1395
- readonly subscriptionId: Schema.String;
1396
1352
  readonly "api-version": Schema.String;
1397
1353
  }>;
1398
1354
  export type HybridRunbookWorkersPatchInput = typeof HybridRunbookWorkersPatchInput.Type;
@@ -1404,12 +1360,12 @@ export type HybridRunbookWorkersPatchOutput = typeof HybridRunbookWorkersPatchOu
1404
1360
  /**
1405
1361
  * Update a hybrid runbook worker.
1406
1362
  *
1407
- * @param resourceGroupName - Name of an Azure Resource group.
1363
+ * @param api-version - The API version to use for this operation.
1364
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1365
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1408
1366
  * @param automationAccountName - The name of the automation account.
1409
1367
  * @param hybridRunbookWorkerGroupName - The hybrid runbook worker group name
1410
1368
  * @param hybridRunbookWorkerId - The hybrid runbook worker id
1411
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1412
- * @param api-version - Client Api Version.
1413
1369
  */
1414
1370
  export declare const HybridRunbookWorkersPatch: any;
1415
1371
  export declare const JobCreateInput: Schema.Struct<{
@@ -1425,11 +1381,11 @@ export type JobCreateOutput = typeof JobCreateOutput.Type;
1425
1381
  /**
1426
1382
  * Create a job of the runbook.
1427
1383
  *
1428
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1429
- * @param resourceGroupName - Name of an Azure Resource group.
1384
+ * @param api-version - The API version to use for this operation.
1385
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1386
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1430
1387
  * @param automationAccountName - The name of the automation account.
1431
1388
  * @param jobName - The job name.
1432
- * @param api-version - Client Api Version.
1433
1389
  * @param clientRequestId - Identifies this specific client request.
1434
1390
  */
1435
1391
  export declare const JobCreate: any;
@@ -1446,11 +1402,11 @@ export type JobGetOutput = typeof JobGetOutput.Type;
1446
1402
  /**
1447
1403
  * Retrieve the job identified by job name.
1448
1404
  *
1449
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1450
- * @param resourceGroupName - Name of an Azure Resource group.
1405
+ * @param api-version - The API version to use for this operation.
1406
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1407
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1451
1408
  * @param automationAccountName - The name of the automation account.
1452
1409
  * @param jobName - The job name.
1453
- * @param api-version - Client Api Version.
1454
1410
  * @param clientRequestId - Identifies this specific client request.
1455
1411
  */
1456
1412
  export declare const JobGet: any;
@@ -1467,43 +1423,43 @@ export type JobGetRunbookContentOutput = typeof JobGetRunbookContentOutput.Type;
1467
1423
  /**
1468
1424
  * Retrieve the runbook content of the job identified by job name.
1469
1425
  *
1470
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1471
- * @param resourceGroupName - Name of an Azure Resource group.
1426
+ * @param api-version - The API version to use for this operation.
1427
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1428
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1472
1429
  * @param automationAccountName - The name of the automation account.
1473
1430
  * @param jobName - The job name.
1474
- * @param api-version - Client Api Version.
1475
1431
  * @param clientRequestId - Identifies this specific client request.
1476
1432
  */
1477
1433
  export declare const JobGetRunbookContent: any;
1478
1434
  export declare const JobListByAutomationAccountInput: Schema.Struct<{
1435
+ readonly subscriptionId: Schema.String;
1479
1436
  readonly resourceGroupName: Schema.String;
1480
1437
  readonly automationAccountName: Schema.String;
1481
- readonly subscriptionId: Schema.String;
1482
- readonly $filter: Schema.optional<Schema.String>;
1483
1438
  readonly "api-version": Schema.String;
1439
+ readonly $filter: Schema.optional<Schema.String>;
1484
1440
  }>;
1485
1441
  export type JobListByAutomationAccountInput = typeof JobListByAutomationAccountInput.Type;
1486
1442
  export declare const JobListByAutomationAccountOutput: Schema.Struct<{
1487
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
1443
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
1488
1444
  readonly nextLink: Schema.optional<Schema.String>;
1489
1445
  }>;
1490
1446
  export type JobListByAutomationAccountOutput = typeof JobListByAutomationAccountOutput.Type;
1491
1447
  /**
1492
1448
  * Retrieve a list of jobs.
1493
1449
  *
1494
- * @param resourceGroupName - Name of an Azure Resource group.
1450
+ * @param api-version - The API version to use for this operation.
1451
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1452
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1495
1453
  * @param automationAccountName - The name of the automation account.
1496
1454
  * @param $filter - The filter to apply on the operation.
1497
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1498
- * @param api-version - Client Api Version.
1499
1455
  * @param clientRequestId - Identifies this specific client request.
1500
1456
  */
1501
1457
  export declare const JobListByAutomationAccount: any;
1502
1458
  export declare const JobResumeInput: Schema.Struct<{
1459
+ readonly subscriptionId: Schema.String;
1503
1460
  readonly resourceGroupName: Schema.String;
1504
1461
  readonly automationAccountName: Schema.String;
1505
1462
  readonly jobName: Schema.String;
1506
- readonly subscriptionId: Schema.String;
1507
1463
  readonly "api-version": Schema.String;
1508
1464
  }>;
1509
1465
  export type JobResumeInput = typeof JobResumeInput.Type;
@@ -1512,54 +1468,39 @@ export type JobResumeOutput = typeof JobResumeOutput.Type;
1512
1468
  /**
1513
1469
  * Resume the job identified by jobName.
1514
1470
  *
1515
- * @param resourceGroupName - Name of an Azure Resource group.
1471
+ * @param api-version - The API version to use for this operation.
1472
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1473
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1516
1474
  * @param automationAccountName - The name of the automation account.
1517
1475
  * @param jobName - The job name.
1518
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1519
- * @param api-version - Client Api Version.
1520
1476
  * @param clientRequestId - Identifies this specific client request.
1521
1477
  */
1522
1478
  export declare const JobResume: any;
1523
1479
  export declare const JobScheduleCreateInput: Schema.Struct<{
1480
+ readonly subscriptionId: Schema.String;
1524
1481
  readonly resourceGroupName: Schema.String;
1525
1482
  readonly automationAccountName: Schema.String;
1526
1483
  readonly jobScheduleId: Schema.String;
1527
- readonly subscriptionId: Schema.String;
1528
1484
  readonly "api-version": Schema.String;
1529
1485
  }>;
1530
1486
  export type JobScheduleCreateInput = typeof JobScheduleCreateInput.Type;
1531
- export declare const JobScheduleCreateOutput: Schema.Struct<{
1532
- readonly id: Schema.optional<Schema.String>;
1533
- readonly name: Schema.optional<Schema.String>;
1534
- readonly type: Schema.optional<Schema.String>;
1535
- readonly properties: Schema.optional<Schema.Struct<{
1536
- readonly jobScheduleId: Schema.optional<Schema.String>;
1537
- readonly schedule: Schema.optional<Schema.Struct<{
1538
- readonly name: Schema.optional<Schema.String>;
1539
- }>>;
1540
- readonly runbook: Schema.optional<Schema.Struct<{
1541
- readonly name: Schema.optional<Schema.String>;
1542
- }>>;
1543
- readonly runOn: Schema.optional<Schema.String>;
1544
- readonly parameters: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1545
- }>>;
1546
- }>;
1487
+ export declare const JobScheduleCreateOutput: Schema.Struct<{}>;
1547
1488
  export type JobScheduleCreateOutput = typeof JobScheduleCreateOutput.Type;
1548
1489
  /**
1549
1490
  * Create a job schedule.
1550
1491
  *
1551
- * @param resourceGroupName - Name of an Azure Resource group.
1492
+ * @param api-version - The API version to use for this operation.
1493
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1494
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1552
1495
  * @param automationAccountName - The name of the automation account.
1553
1496
  * @param jobScheduleId - The job schedule name.
1554
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1555
- * @param api-version - Client Api Version.
1556
1497
  */
1557
1498
  export declare const JobScheduleCreate: any;
1558
1499
  export declare const JobScheduleDeleteInput: Schema.Struct<{
1500
+ readonly subscriptionId: Schema.String;
1559
1501
  readonly resourceGroupName: Schema.String;
1560
1502
  readonly automationAccountName: Schema.String;
1561
1503
  readonly jobScheduleId: Schema.String;
1562
- readonly subscriptionId: Schema.String;
1563
1504
  readonly "api-version": Schema.String;
1564
1505
  }>;
1565
1506
  export type JobScheduleDeleteInput = typeof JobScheduleDeleteInput.Type;
@@ -1568,91 +1509,61 @@ export type JobScheduleDeleteOutput = typeof JobScheduleDeleteOutput.Type;
1568
1509
  /**
1569
1510
  * Delete the job schedule identified by job schedule name.
1570
1511
  *
1571
- * @param resourceGroupName - Name of an Azure Resource group.
1512
+ * @param api-version - The API version to use for this operation.
1513
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1514
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1572
1515
  * @param automationAccountName - The name of the automation account.
1573
1516
  * @param jobScheduleId - The job schedule name.
1574
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1575
- * @param api-version - Client Api Version.
1576
1517
  */
1577
1518
  export declare const JobScheduleDelete: any;
1578
1519
  export declare const JobScheduleGetInput: Schema.Struct<{
1520
+ readonly subscriptionId: Schema.String;
1579
1521
  readonly resourceGroupName: Schema.String;
1580
1522
  readonly automationAccountName: Schema.String;
1581
1523
  readonly jobScheduleId: Schema.String;
1582
- readonly subscriptionId: Schema.String;
1583
1524
  readonly "api-version": Schema.String;
1584
1525
  }>;
1585
1526
  export type JobScheduleGetInput = typeof JobScheduleGetInput.Type;
1586
- export declare const JobScheduleGetOutput: Schema.Struct<{
1587
- readonly id: Schema.optional<Schema.String>;
1588
- readonly name: Schema.optional<Schema.String>;
1589
- readonly type: Schema.optional<Schema.String>;
1590
- readonly properties: Schema.optional<Schema.Struct<{
1591
- readonly jobScheduleId: Schema.optional<Schema.String>;
1592
- readonly schedule: Schema.optional<Schema.Struct<{
1593
- readonly name: Schema.optional<Schema.String>;
1594
- }>>;
1595
- readonly runbook: Schema.optional<Schema.Struct<{
1596
- readonly name: Schema.optional<Schema.String>;
1597
- }>>;
1598
- readonly runOn: Schema.optional<Schema.String>;
1599
- readonly parameters: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1600
- }>>;
1601
- }>;
1527
+ export declare const JobScheduleGetOutput: Schema.Struct<{}>;
1602
1528
  export type JobScheduleGetOutput = typeof JobScheduleGetOutput.Type;
1603
1529
  /**
1604
1530
  * Retrieve the job schedule identified by job schedule name.
1605
1531
  *
1606
- * @param resourceGroupName - Name of an Azure Resource group.
1532
+ * @param api-version - The API version to use for this operation.
1533
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1534
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1607
1535
  * @param automationAccountName - The name of the automation account.
1608
1536
  * @param jobScheduleId - The job schedule name.
1609
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1610
- * @param api-version - Client Api Version.
1611
1537
  */
1612
1538
  export declare const JobScheduleGet: any;
1613
1539
  export declare const JobScheduleListByAutomationAccountInput: Schema.Struct<{
1540
+ readonly subscriptionId: Schema.String;
1614
1541
  readonly resourceGroupName: Schema.String;
1615
1542
  readonly automationAccountName: Schema.String;
1616
- readonly subscriptionId: Schema.String;
1617
- readonly $filter: Schema.optional<Schema.String>;
1618
1543
  readonly "api-version": Schema.String;
1544
+ readonly $filter: Schema.optional<Schema.String>;
1619
1545
  }>;
1620
1546
  export type JobScheduleListByAutomationAccountInput = typeof JobScheduleListByAutomationAccountInput.Type;
1621
1547
  export declare const JobScheduleListByAutomationAccountOutput: Schema.Struct<{
1622
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1623
- readonly id: Schema.optional<Schema.String>;
1624
- readonly name: Schema.optional<Schema.String>;
1625
- readonly type: Schema.optional<Schema.String>;
1626
- readonly properties: Schema.optional<Schema.Struct<{
1627
- readonly jobScheduleId: Schema.optional<Schema.String>;
1628
- readonly schedule: Schema.optional<Schema.Struct<{
1629
- readonly name: Schema.optional<Schema.String>;
1630
- }>>;
1631
- readonly runbook: Schema.optional<Schema.Struct<{
1632
- readonly name: Schema.optional<Schema.String>;
1633
- }>>;
1634
- readonly runOn: Schema.optional<Schema.String>;
1635
- readonly parameters: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1636
- }>>;
1637
- }>>>;
1548
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
1638
1549
  readonly nextLink: Schema.optional<Schema.String>;
1639
1550
  }>;
1640
1551
  export type JobScheduleListByAutomationAccountOutput = typeof JobScheduleListByAutomationAccountOutput.Type;
1641
1552
  /**
1642
1553
  * Retrieve a list of job schedules.
1643
1554
  *
1644
- * @param resourceGroupName - Name of an Azure Resource group.
1555
+ * @param api-version - The API version to use for this operation.
1556
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1557
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1645
1558
  * @param automationAccountName - The name of the automation account.
1646
1559
  * @param $filter - The filter to apply on the operation.
1647
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1648
- * @param api-version - Client Api Version.
1649
1560
  */
1650
1561
  export declare const JobScheduleListByAutomationAccount: any;
1651
1562
  export declare const JobStopInput: Schema.Struct<{
1563
+ readonly subscriptionId: Schema.String;
1652
1564
  readonly resourceGroupName: Schema.String;
1653
1565
  readonly automationAccountName: Schema.String;
1654
1566
  readonly jobName: Schema.String;
1655
- readonly subscriptionId: Schema.String;
1656
1567
  readonly "api-version": Schema.String;
1657
1568
  }>;
1658
1569
  export type JobStopInput = typeof JobStopInput.Type;
@@ -1661,11 +1572,11 @@ export type JobStopOutput = typeof JobStopOutput.Type;
1661
1572
  /**
1662
1573
  * Stop the job identified by jobName.
1663
1574
  *
1664
- * @param resourceGroupName - Name of an Azure Resource group.
1575
+ * @param api-version - The API version to use for this operation.
1576
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1577
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1665
1578
  * @param automationAccountName - The name of the automation account.
1666
1579
  * @param jobName - The job name.
1667
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1668
- * @param api-version - Client Api Version.
1669
1580
  * @param clientRequestId - Identifies this specific client request.
1670
1581
  */
1671
1582
  export declare const JobStop: any;
@@ -1693,26 +1604,26 @@ export type JobStreamGetOutput = typeof JobStreamGetOutput.Type;
1693
1604
  /**
1694
1605
  * Retrieve the job stream identified by job stream id.
1695
1606
  *
1696
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1697
- * @param resourceGroupName - Name of an Azure Resource group.
1607
+ * @param api-version - The API version to use for this operation.
1608
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1609
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1698
1610
  * @param automationAccountName - The name of the automation account.
1699
1611
  * @param jobName - The job name.
1700
1612
  * @param jobStreamId - The job stream id.
1701
- * @param api-version - Client Api Version.
1702
1613
  * @param clientRequestId - Identifies this specific client request.
1703
1614
  */
1704
1615
  export declare const JobStreamGet: any;
1705
1616
  export declare const JobStreamListByJobInput: Schema.Struct<{
1617
+ readonly subscriptionId: Schema.String;
1706
1618
  readonly resourceGroupName: Schema.String;
1707
1619
  readonly automationAccountName: Schema.String;
1708
1620
  readonly jobName: Schema.String;
1709
- readonly subscriptionId: Schema.String;
1710
- readonly $filter: Schema.optional<Schema.String>;
1711
1621
  readonly "api-version": Schema.String;
1622
+ readonly $filter: Schema.optional<Schema.String>;
1712
1623
  }>;
1713
1624
  export type JobStreamListByJobInput = typeof JobStreamListByJobInput.Type;
1714
1625
  export declare const JobStreamListByJobOutput: Schema.Struct<{
1715
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1626
+ readonly value: Schema.$Array<Schema.Struct<{
1716
1627
  readonly id: Schema.optional<Schema.String>;
1717
1628
  readonly properties: Schema.optional<Schema.Struct<{
1718
1629
  readonly jobStreamId: Schema.optional<Schema.String>;
@@ -1722,19 +1633,19 @@ export declare const JobStreamListByJobOutput: Schema.Struct<{
1722
1633
  readonly summary: Schema.optional<Schema.NullOr<Schema.String>>;
1723
1634
  readonly value: Schema.optional<Schema.$Record<Schema.String, Schema.Unknown>>;
1724
1635
  }>>;
1725
- }>>>;
1636
+ }>>;
1726
1637
  readonly nextLink: Schema.optional<Schema.String>;
1727
1638
  }>;
1728
1639
  export type JobStreamListByJobOutput = typeof JobStreamListByJobOutput.Type;
1729
1640
  /**
1730
1641
  * Retrieve a list of jobs streams identified by job name.
1731
1642
  *
1732
- * @param resourceGroupName - Name of an Azure Resource group.
1643
+ * @param api-version - The API version to use for this operation.
1644
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1645
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1733
1646
  * @param automationAccountName - The name of the automation account.
1734
1647
  * @param jobName - The job name.
1735
1648
  * @param $filter - The filter to apply on the operation.
1736
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1737
- * @param api-version - Client Api Version.
1738
1649
  * @param clientRequestId - Identifies this specific client request.
1739
1650
  */
1740
1651
  export declare const JobStreamListByJob: any;
@@ -1751,18 +1662,18 @@ export type JobSuspendOutput = typeof JobSuspendOutput.Type;
1751
1662
  /**
1752
1663
  * Suspend the job identified by job name.
1753
1664
  *
1754
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1755
- * @param resourceGroupName - Name of an Azure Resource group.
1665
+ * @param api-version - The API version to use for this operation.
1666
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1667
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1756
1668
  * @param automationAccountName - The name of the automation account.
1757
1669
  * @param jobName - The job name.
1758
- * @param api-version - Client Api Version.
1759
1670
  * @param clientRequestId - Identifies this specific client request.
1760
1671
  */
1761
1672
  export declare const JobSuspend: any;
1762
1673
  export declare const KeysListByAutomationAccountInput: Schema.Struct<{
1674
+ readonly subscriptionId: Schema.String;
1763
1675
  readonly resourceGroupName: Schema.String;
1764
1676
  readonly automationAccountName: Schema.String;
1765
- readonly subscriptionId: Schema.String;
1766
1677
  readonly "api-version": Schema.String;
1767
1678
  }>;
1768
1679
  export type KeysListByAutomationAccountInput = typeof KeysListByAutomationAccountInput.Type;
@@ -1777,16 +1688,16 @@ export type KeysListByAutomationAccountOutput = typeof KeysListByAutomationAccou
1777
1688
  /**
1778
1689
  * Retrieve the automation keys for an account.
1779
1690
  *
1780
- * @param resourceGroupName - Name of an Azure Resource group.
1691
+ * @param api-version - The API version to use for this operation.
1692
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1693
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1781
1694
  * @param automationAccountName - The name of the automation account.
1782
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1783
- * @param api-version - Client Api Version.
1784
1695
  */
1785
1696
  export declare const KeysListByAutomationAccount: any;
1786
1697
  export declare const LinkedWorkspaceGetInput: Schema.Struct<{
1698
+ readonly subscriptionId: Schema.String;
1787
1699
  readonly resourceGroupName: Schema.String;
1788
1700
  readonly automationAccountName: Schema.String;
1789
- readonly subscriptionId: Schema.String;
1790
1701
  readonly "api-version": Schema.String;
1791
1702
  }>;
1792
1703
  export type LinkedWorkspaceGetInput = typeof LinkedWorkspaceGetInput.Type;
@@ -1797,17 +1708,17 @@ export type LinkedWorkspaceGetOutput = typeof LinkedWorkspaceGetOutput.Type;
1797
1708
  /**
1798
1709
  * Retrieve the linked workspace for the account id.
1799
1710
  *
1800
- * @param resourceGroupName - Name of an Azure Resource group.
1711
+ * @param api-version - The API version to use for this operation.
1712
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1713
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1801
1714
  * @param automationAccountName - The name of the automation account.
1802
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1803
- * @param api-version - Client Api Version.
1804
1715
  */
1805
1716
  export declare const LinkedWorkspaceGet: any;
1806
1717
  export declare const ModuleCreateOrUpdateInput: Schema.Struct<{
1718
+ readonly subscriptionId: Schema.String;
1807
1719
  readonly resourceGroupName: Schema.String;
1808
1720
  readonly automationAccountName: Schema.String;
1809
1721
  readonly moduleName: Schema.String;
1810
- readonly subscriptionId: Schema.String;
1811
1722
  readonly "api-version": Schema.String;
1812
1723
  }>;
1813
1724
  export type ModuleCreateOrUpdateInput = typeof ModuleCreateOrUpdateInput.Type;
@@ -1819,18 +1730,18 @@ export type ModuleCreateOrUpdateOutput = typeof ModuleCreateOrUpdateOutput.Type;
1819
1730
  /**
1820
1731
  * Create or Update the module identified by module name.
1821
1732
  *
1822
- * @param resourceGroupName - Name of an Azure Resource group.
1733
+ * @param api-version - The API version to use for this operation.
1734
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1735
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1823
1736
  * @param automationAccountName - The name of the automation account.
1824
- * @param moduleName - The name of module.
1825
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1826
- * @param api-version - Client Api Version.
1737
+ * @param moduleName - The module name.
1827
1738
  */
1828
1739
  export declare const ModuleCreateOrUpdate: any;
1829
1740
  export declare const ModuleDeleteInput: Schema.Struct<{
1741
+ readonly subscriptionId: Schema.String;
1830
1742
  readonly resourceGroupName: Schema.String;
1831
1743
  readonly automationAccountName: Schema.String;
1832
1744
  readonly moduleName: Schema.String;
1833
- readonly subscriptionId: Schema.String;
1834
1745
  readonly "api-version": Schema.String;
1835
1746
  }>;
1836
1747
  export type ModuleDeleteInput = typeof ModuleDeleteInput.Type;
@@ -1839,18 +1750,18 @@ export type ModuleDeleteOutput = typeof ModuleDeleteOutput.Type;
1839
1750
  /**
1840
1751
  * Delete the module by name.
1841
1752
  *
1842
- * @param resourceGroupName - Name of an Azure Resource group.
1753
+ * @param api-version - The API version to use for this operation.
1754
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1755
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1843
1756
  * @param automationAccountName - The name of the automation account.
1844
1757
  * @param moduleName - The module name.
1845
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1846
- * @param api-version - Client Api Version.
1847
1758
  */
1848
1759
  export declare const ModuleDelete: any;
1849
1760
  export declare const ModuleGetInput: Schema.Struct<{
1761
+ readonly subscriptionId: Schema.String;
1850
1762
  readonly resourceGroupName: Schema.String;
1851
1763
  readonly automationAccountName: Schema.String;
1852
1764
  readonly moduleName: Schema.String;
1853
- readonly subscriptionId: Schema.String;
1854
1765
  readonly "api-version": Schema.String;
1855
1766
  }>;
1856
1767
  export type ModuleGetInput = typeof ModuleGetInput.Type;
@@ -1862,42 +1773,42 @@ export type ModuleGetOutput = typeof ModuleGetOutput.Type;
1862
1773
  /**
1863
1774
  * Retrieve the module identified by module name.
1864
1775
  *
1865
- * @param resourceGroupName - Name of an Azure Resource group.
1776
+ * @param api-version - The API version to use for this operation.
1777
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1778
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1866
1779
  * @param automationAccountName - The name of the automation account.
1867
1780
  * @param moduleName - The module name.
1868
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1869
- * @param api-version - Client Api Version.
1870
1781
  */
1871
1782
  export declare const ModuleGet: any;
1872
1783
  export declare const ModuleListByAutomationAccountInput: Schema.Struct<{
1784
+ readonly subscriptionId: Schema.String;
1873
1785
  readonly resourceGroupName: Schema.String;
1874
1786
  readonly automationAccountName: Schema.String;
1875
- readonly subscriptionId: Schema.String;
1876
1787
  readonly "api-version": Schema.String;
1877
1788
  }>;
1878
1789
  export type ModuleListByAutomationAccountInput = typeof ModuleListByAutomationAccountInput.Type;
1879
1790
  export declare const ModuleListByAutomationAccountOutput: Schema.Struct<{
1880
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1791
+ readonly value: Schema.$Array<Schema.Struct<{
1881
1792
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1882
1793
  readonly location: Schema.String;
1883
- }>>>;
1794
+ }>>;
1884
1795
  readonly nextLink: Schema.optional<Schema.String>;
1885
1796
  }>;
1886
1797
  export type ModuleListByAutomationAccountOutput = typeof ModuleListByAutomationAccountOutput.Type;
1887
1798
  /**
1888
1799
  * Retrieve a list of modules.
1889
1800
  *
1890
- * @param resourceGroupName - Name of an Azure Resource group.
1801
+ * @param api-version - The API version to use for this operation.
1802
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1803
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1891
1804
  * @param automationAccountName - The name of the automation account.
1892
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1893
- * @param api-version - Client Api Version.
1894
1805
  */
1895
1806
  export declare const ModuleListByAutomationAccount: any;
1896
1807
  export declare const ModuleUpdateInput: Schema.Struct<{
1808
+ readonly subscriptionId: Schema.String;
1897
1809
  readonly resourceGroupName: Schema.String;
1898
1810
  readonly automationAccountName: Schema.String;
1899
1811
  readonly moduleName: Schema.String;
1900
- readonly subscriptionId: Schema.String;
1901
1812
  readonly "api-version": Schema.String;
1902
1813
  }>;
1903
1814
  export type ModuleUpdateInput = typeof ModuleUpdateInput.Type;
@@ -1909,17 +1820,18 @@ export type ModuleUpdateOutput = typeof ModuleUpdateOutput.Type;
1909
1820
  /**
1910
1821
  * Update the module identified by module name.
1911
1822
  *
1912
- * @param resourceGroupName - Name of an Azure Resource group.
1823
+ * @param api-version - The API version to use for this operation.
1824
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1825
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1913
1826
  * @param automationAccountName - The name of the automation account.
1914
- * @param moduleName - The name of module.
1915
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1916
- * @param api-version - Client Api Version.
1827
+ * @param moduleName - The module name.
1917
1828
  */
1918
1829
  export declare const ModuleUpdate: any;
1919
1830
  export declare const NodeCountInformationGetInput: Schema.Struct<{
1831
+ readonly subscriptionId: Schema.String;
1920
1832
  readonly resourceGroupName: Schema.String;
1921
1833
  readonly automationAccountName: Schema.String;
1922
- readonly subscriptionId: Schema.String;
1834
+ readonly countType: Schema.Literals<readonly ["status", "nodeconfiguration"]>;
1923
1835
  readonly "api-version": Schema.String;
1924
1836
  }>;
1925
1837
  export type NodeCountInformationGetInput = typeof NodeCountInformationGetInput.Type;
@@ -1936,18 +1848,19 @@ export type NodeCountInformationGetOutput = typeof NodeCountInformationGetOutput
1936
1848
  /**
1937
1849
  * Retrieve counts for Dsc Nodes.
1938
1850
  *
1939
- * @param resourceGroupName - Name of an Azure Resource group.
1851
+ * @param api-version - The API version to use for this operation.
1852
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1853
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1940
1854
  * @param automationAccountName - The name of the automation account.
1941
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
1942
- * @param api-version - Client Api Version.
1855
+ * @param countType - The type of counts to retrieve
1943
1856
  */
1944
1857
  export declare const NodeCountInformationGet: any;
1945
1858
  export declare const NodeReportsGetInput: Schema.Struct<{
1859
+ readonly subscriptionId: Schema.String;
1946
1860
  readonly resourceGroupName: Schema.String;
1947
1861
  readonly automationAccountName: Schema.String;
1948
1862
  readonly nodeId: Schema.String;
1949
1863
  readonly reportId: Schema.String;
1950
- readonly subscriptionId: Schema.String;
1951
1864
  readonly "api-version": Schema.String;
1952
1865
  }>;
1953
1866
  export type NodeReportsGetInput = typeof NodeReportsGetInput.Type;
@@ -2004,47 +1917,47 @@ export type NodeReportsGetOutput = typeof NodeReportsGetOutput.Type;
2004
1917
  /**
2005
1918
  * Retrieve the Dsc node report data by node id and report id.
2006
1919
  *
2007
- * @param resourceGroupName - Name of an Azure Resource group.
1920
+ * @param api-version - The API version to use for this operation.
1921
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1922
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2008
1923
  * @param automationAccountName - The name of the automation account.
2009
- * @param nodeId - The Dsc node id.
1924
+ * @param nodeId - The node id.
2010
1925
  * @param reportId - The report id.
2011
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2012
- * @param api-version - Client Api Version.
2013
1926
  */
2014
1927
  export declare const NodeReportsGet: any;
2015
1928
  export declare const NodeReportsGetContentInput: Schema.Struct<{
1929
+ readonly subscriptionId: Schema.String;
2016
1930
  readonly resourceGroupName: Schema.String;
2017
1931
  readonly automationAccountName: Schema.String;
2018
1932
  readonly nodeId: Schema.String;
2019
1933
  readonly reportId: Schema.String;
2020
- readonly subscriptionId: Schema.String;
2021
1934
  readonly "api-version": Schema.String;
2022
1935
  }>;
2023
1936
  export type NodeReportsGetContentInput = typeof NodeReportsGetContentInput.Type;
2024
- export declare const NodeReportsGetContentOutput: Schema.Unknown;
1937
+ export declare const NodeReportsGetContentOutput: Schema.String;
2025
1938
  export type NodeReportsGetContentOutput = typeof NodeReportsGetContentOutput.Type;
2026
1939
  /**
2027
1940
  * Retrieve the Dsc node reports by node id and report id.
2028
1941
  *
2029
- * @param resourceGroupName - Name of an Azure Resource group.
1942
+ * @param api-version - The API version to use for this operation.
1943
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1944
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2030
1945
  * @param automationAccountName - The name of the automation account.
2031
- * @param nodeId - The Dsc node id.
1946
+ * @param nodeId - The node id.
2032
1947
  * @param reportId - The report id.
2033
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2034
- * @param api-version - Client Api Version.
2035
1948
  */
2036
1949
  export declare const NodeReportsGetContent: any;
2037
1950
  export declare const NodeReportsListByNodeInput: Schema.Struct<{
1951
+ readonly subscriptionId: Schema.String;
2038
1952
  readonly resourceGroupName: Schema.String;
2039
1953
  readonly automationAccountName: Schema.String;
2040
1954
  readonly nodeId: Schema.String;
2041
- readonly subscriptionId: Schema.String;
2042
- readonly $filter: Schema.optional<Schema.String>;
2043
1955
  readonly "api-version": Schema.String;
1956
+ readonly $filter: Schema.optional<Schema.String>;
2044
1957
  }>;
2045
1958
  export type NodeReportsListByNodeInput = typeof NodeReportsListByNodeInput.Type;
2046
1959
  export declare const NodeReportsListByNodeOutput: Schema.Struct<{
2047
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1960
+ readonly value: Schema.$Array<Schema.Struct<{
2048
1961
  readonly endTime: Schema.optional<Schema.NullOr<Schema.String>>;
2049
1962
  readonly lastModifiedTime: Schema.optional<Schema.String>;
2050
1963
  readonly startTime: Schema.optional<Schema.NullOr<Schema.String>>;
@@ -2092,27 +2005,27 @@ export declare const NodeReportsListByNodeOutput: Schema.Struct<{
2092
2005
  readonly iPV6Addresses: Schema.optional<Schema.$Array<Schema.String>>;
2093
2006
  readonly numberOfResources: Schema.optional<Schema.Number>;
2094
2007
  readonly rawErrors: Schema.optional<Schema.String>;
2095
- }>>>;
2008
+ }>>;
2096
2009
  readonly nextLink: Schema.optional<Schema.String>;
2097
2010
  }>;
2098
2011
  export type NodeReportsListByNodeOutput = typeof NodeReportsListByNodeOutput.Type;
2099
2012
  /**
2100
2013
  * Retrieve the Dsc node report list by node id.
2101
2014
  *
2102
- * @param resourceGroupName - Name of an Azure Resource group.
2015
+ * @param api-version - The API version to use for this operation.
2016
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2017
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2103
2018
  * @param automationAccountName - The name of the automation account.
2104
- * @param nodeId - The parameters supplied to the list operation.
2019
+ * @param nodeId - The node id.
2105
2020
  * @param $filter - The filter to apply on the operation.
2106
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2107
- * @param api-version - Client Api Version.
2108
2021
  */
2109
2022
  export declare const NodeReportsListByNode: any;
2110
2023
  export declare const ObjectDataTypesListFieldsByModuleAndTypeInput: Schema.Struct<{
2024
+ readonly subscriptionId: Schema.String;
2111
2025
  readonly resourceGroupName: Schema.String;
2112
2026
  readonly automationAccountName: Schema.String;
2113
2027
  readonly moduleName: Schema.String;
2114
2028
  readonly typeName: Schema.String;
2115
- readonly subscriptionId: Schema.String;
2116
2029
  readonly "api-version": Schema.String;
2117
2030
  }>;
2118
2031
  export type ObjectDataTypesListFieldsByModuleAndTypeInput = typeof ObjectDataTypesListFieldsByModuleAndTypeInput.Type;
@@ -2121,24 +2034,25 @@ export declare const ObjectDataTypesListFieldsByModuleAndTypeOutput: Schema.Stru
2121
2034
  readonly name: Schema.optional<Schema.String>;
2122
2035
  readonly type: Schema.optional<Schema.String>;
2123
2036
  }>>>;
2037
+ readonly nextLink: Schema.optional<Schema.String>;
2124
2038
  }>;
2125
2039
  export type ObjectDataTypesListFieldsByModuleAndTypeOutput = typeof ObjectDataTypesListFieldsByModuleAndTypeOutput.Type;
2126
2040
  /**
2127
2041
  * Retrieve a list of fields of a given type identified by module name.
2128
2042
  *
2129
- * @param resourceGroupName - Name of an Azure Resource group.
2043
+ * @param api-version - The API version to use for this operation.
2044
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2045
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2130
2046
  * @param automationAccountName - The name of the automation account.
2131
- * @param moduleName - The name of module.
2047
+ * @param moduleName - The module name.
2132
2048
  * @param typeName - The name of type.
2133
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2134
- * @param api-version - Client Api Version.
2135
2049
  */
2136
2050
  export declare const ObjectDataTypesListFieldsByModuleAndType: any;
2137
2051
  export declare const ObjectDataTypesListFieldsByTypeInput: Schema.Struct<{
2052
+ readonly subscriptionId: Schema.String;
2138
2053
  readonly resourceGroupName: Schema.String;
2139
2054
  readonly automationAccountName: Schema.String;
2140
2055
  readonly typeName: Schema.String;
2141
- readonly subscriptionId: Schema.String;
2142
2056
  readonly "api-version": Schema.String;
2143
2057
  }>;
2144
2058
  export type ObjectDataTypesListFieldsByTypeInput = typeof ObjectDataTypesListFieldsByTypeInput.Type;
@@ -2147,16 +2061,17 @@ export declare const ObjectDataTypesListFieldsByTypeOutput: Schema.Struct<{
2147
2061
  readonly name: Schema.optional<Schema.String>;
2148
2062
  readonly type: Schema.optional<Schema.String>;
2149
2063
  }>>>;
2064
+ readonly nextLink: Schema.optional<Schema.String>;
2150
2065
  }>;
2151
2066
  export type ObjectDataTypesListFieldsByTypeOutput = typeof ObjectDataTypesListFieldsByTypeOutput.Type;
2152
2067
  /**
2153
2068
  * Retrieve a list of fields of a given type across all accessible modules.
2154
2069
  *
2155
- * @param resourceGroupName - Name of an Azure Resource group.
2070
+ * @param api-version - The API version to use for this operation.
2071
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2072
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2156
2073
  * @param automationAccountName - The name of the automation account.
2157
2074
  * @param typeName - The name of type.
2158
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2159
- * @param api-version - Client Api Version.
2160
2075
  */
2161
2076
  export declare const ObjectDataTypesListFieldsByType: any;
2162
2077
  export declare const OperationsListInput: Schema.Struct<{
@@ -2164,7 +2079,7 @@ export declare const OperationsListInput: Schema.Struct<{
2164
2079
  }>;
2165
2080
  export type OperationsListInput = typeof OperationsListInput.Type;
2166
2081
  export declare const OperationsListOutput: Schema.Struct<{
2167
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
2082
+ readonly value: Schema.$Array<Schema.Struct<{
2168
2083
  readonly name: Schema.optional<Schema.String>;
2169
2084
  readonly display: Schema.optional<Schema.Struct<{
2170
2085
  readonly provider: Schema.optional<Schema.String>;
@@ -2193,21 +2108,22 @@ export declare const OperationsListOutput: Schema.Struct<{
2193
2108
  }>>>;
2194
2109
  }>>;
2195
2110
  }>>;
2196
- }>>>;
2111
+ }>>;
2112
+ readonly nextLink: Schema.optional<Schema.String>;
2197
2113
  }>;
2198
2114
  export type OperationsListOutput = typeof OperationsListOutput.Type;
2199
2115
  /**
2200
2116
  * Lists all of the available Automation REST API operations.
2201
2117
  *
2202
- * @param api-version - Client Api Version.
2118
+ * @param api-version - The API version to use for this operation.
2203
2119
  */
2204
2120
  export declare const OperationsList: any;
2205
2121
  export declare const PackageCreateOrUpdateInput: Schema.Struct<{
2122
+ readonly subscriptionId: Schema.String;
2206
2123
  readonly resourceGroupName: Schema.String;
2207
2124
  readonly automationAccountName: Schema.String;
2208
2125
  readonly runtimeEnvironmentName: Schema.String;
2209
2126
  readonly packageName: Schema.String;
2210
- readonly subscriptionId: Schema.String;
2211
2127
  readonly "api-version": Schema.String;
2212
2128
  }>;
2213
2129
  export type PackageCreateOrUpdateInput = typeof PackageCreateOrUpdateInput.Type;
@@ -2219,20 +2135,20 @@ export type PackageCreateOrUpdateOutput = typeof PackageCreateOrUpdateOutput.Typ
2219
2135
  /**
2220
2136
  * Create or update the package identified by package name.
2221
2137
  *
2222
- * @param resourceGroupName - Name of an Azure Resource group.
2138
+ * @param api-version - The API version to use for this operation.
2139
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2140
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2223
2141
  * @param automationAccountName - The name of the automation account.
2224
2142
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
2225
- * @param packageName - The name of Package.
2226
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2227
- * @param api-version - Client Api Version.
2143
+ * @param packageName - The Package name.
2228
2144
  */
2229
2145
  export declare const PackageCreateOrUpdate: any;
2230
2146
  export declare const PackageDeleteInput: Schema.Struct<{
2147
+ readonly subscriptionId: Schema.String;
2231
2148
  readonly resourceGroupName: Schema.String;
2232
2149
  readonly automationAccountName: Schema.String;
2233
2150
  readonly runtimeEnvironmentName: Schema.String;
2234
2151
  readonly packageName: Schema.String;
2235
- readonly subscriptionId: Schema.String;
2236
2152
  readonly "api-version": Schema.String;
2237
2153
  }>;
2238
2154
  export type PackageDeleteInput = typeof PackageDeleteInput.Type;
@@ -2241,20 +2157,20 @@ export type PackageDeleteOutput = typeof PackageDeleteOutput.Type;
2241
2157
  /**
2242
2158
  * Delete the package by name.
2243
2159
  *
2160
+ * @param api-version - The API version to use for this operation.
2161
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2244
2162
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2245
2163
  * @param automationAccountName - The name of the automation account.
2246
2164
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
2247
2165
  * @param packageName - The Package name.
2248
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2249
- * @param api-version - Client Api Version.
2250
2166
  */
2251
2167
  export declare const PackageDelete: any;
2252
2168
  export declare const PackageGetInput: Schema.Struct<{
2169
+ readonly subscriptionId: Schema.String;
2253
2170
  readonly resourceGroupName: Schema.String;
2254
2171
  readonly automationAccountName: Schema.String;
2255
2172
  readonly runtimeEnvironmentName: Schema.String;
2256
2173
  readonly packageName: Schema.String;
2257
- readonly subscriptionId: Schema.String;
2258
2174
  readonly "api-version": Schema.String;
2259
2175
  }>;
2260
2176
  export type PackageGetInput = typeof PackageGetInput.Type;
@@ -2266,46 +2182,46 @@ export type PackageGetOutput = typeof PackageGetOutput.Type;
2266
2182
  /**
2267
2183
  * Retrieve the Package identified by Package name.
2268
2184
  *
2269
- * @param resourceGroupName - Name of an Azure Resource group.
2185
+ * @param api-version - The API version to use for this operation.
2186
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2187
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2270
2188
  * @param automationAccountName - The name of the automation account.
2271
2189
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
2272
2190
  * @param packageName - The Package name.
2273
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2274
- * @param api-version - Client Api Version.
2275
2191
  */
2276
2192
  export declare const PackageGet: any;
2277
2193
  export declare const PackageListByRuntimeEnvironmentInput: Schema.Struct<{
2194
+ readonly subscriptionId: Schema.String;
2278
2195
  readonly resourceGroupName: Schema.String;
2279
2196
  readonly automationAccountName: Schema.String;
2280
2197
  readonly runtimeEnvironmentName: Schema.String;
2281
- readonly subscriptionId: Schema.String;
2282
2198
  readonly "api-version": Schema.String;
2283
2199
  }>;
2284
2200
  export type PackageListByRuntimeEnvironmentInput = typeof PackageListByRuntimeEnvironmentInput.Type;
2285
2201
  export declare const PackageListByRuntimeEnvironmentOutput: Schema.Struct<{
2286
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
2202
+ readonly value: Schema.$Array<Schema.Struct<{
2287
2203
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2288
2204
  readonly location: Schema.String;
2289
- }>>>;
2205
+ }>>;
2290
2206
  readonly nextLink: Schema.optional<Schema.String>;
2291
2207
  }>;
2292
2208
  export type PackageListByRuntimeEnvironmentOutput = typeof PackageListByRuntimeEnvironmentOutput.Type;
2293
2209
  /**
2294
2210
  * Retrieve the a list of Packages
2295
2211
  *
2296
- * @param resourceGroupName - Name of an Azure Resource group.
2212
+ * @param api-version - The API version to use for this operation.
2213
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2214
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2297
2215
  * @param automationAccountName - The name of the automation account.
2298
2216
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
2299
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2300
- * @param api-version - Client Api Version.
2301
2217
  */
2302
2218
  export declare const PackageListByRuntimeEnvironment: any;
2303
2219
  export declare const PackageUpdateInput: Schema.Struct<{
2220
+ readonly subscriptionId: Schema.String;
2304
2221
  readonly resourceGroupName: Schema.String;
2305
2222
  readonly automationAccountName: Schema.String;
2306
2223
  readonly runtimeEnvironmentName: Schema.String;
2307
2224
  readonly packageName: Schema.String;
2308
- readonly subscriptionId: Schema.String;
2309
2225
  readonly "api-version": Schema.String;
2310
2226
  }>;
2311
2227
  export type PackageUpdateInput = typeof PackageUpdateInput.Type;
@@ -2317,30 +2233,20 @@ export type PackageUpdateOutput = typeof PackageUpdateOutput.Type;
2317
2233
  /**
2318
2234
  * Update the Package identified by Package name.
2319
2235
  *
2320
- * @param resourceGroupName - Name of an Azure Resource group.
2236
+ * @param api-version - The API version to use for this operation.
2237
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2238
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2321
2239
  * @param automationAccountName - The name of the automation account.
2322
2240
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
2323
- * @param packageName - The name of Package.
2324
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2325
- * @param api-version - Client Api Version.
2241
+ * @param packageName - The Package name.
2326
2242
  */
2327
2243
  export declare const PackageUpdate: any;
2328
2244
  export declare const PrivateEndpointConnectionsCreateOrUpdateInput: Schema.Struct<{
2329
2245
  readonly subscriptionId: Schema.String;
2330
2246
  readonly resourceGroupName: Schema.String;
2331
2247
  readonly automationAccountName: Schema.String;
2248
+ readonly privateEndpointConnectionName: Schema.String;
2332
2249
  readonly "api-version": Schema.String;
2333
- readonly properties: Schema.optional<Schema.Struct<{
2334
- readonly privateEndpoint: Schema.optional<Schema.Struct<{
2335
- readonly id: Schema.optional<Schema.String>;
2336
- }>>;
2337
- readonly groupIds: Schema.optional<Schema.$Array<Schema.String>>;
2338
- readonly privateLinkServiceConnectionState: Schema.optional<Schema.Struct<{
2339
- readonly status: Schema.optional<Schema.String>;
2340
- readonly description: Schema.optional<Schema.String>;
2341
- readonly actionsRequired: Schema.optional<Schema.String>;
2342
- }>>;
2343
- }>>;
2344
2250
  }>;
2345
2251
  export type PrivateEndpointConnectionsCreateOrUpdateInput = typeof PrivateEndpointConnectionsCreateOrUpdateInput.Type;
2346
2252
  export declare const PrivateEndpointConnectionsCreateOrUpdateOutput: Schema.Struct<{}>;
@@ -2348,17 +2254,18 @@ export type PrivateEndpointConnectionsCreateOrUpdateOutput = typeof PrivateEndpo
2348
2254
  /**
2349
2255
  * Approve or reject a private endpoint connection with a given name.
2350
2256
  *
2351
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2352
- * @param resourceGroupName - Name of an Azure Resource group.
2353
- * @param api-version - Client Api Version.
2257
+ * @param api-version - The API version to use for this operation.
2258
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2259
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2354
2260
  * @param automationAccountName - The name of the automation account.
2355
- * @param properties - Resource properties.
2261
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
2356
2262
  */
2357
2263
  export declare const PrivateEndpointConnectionsCreateOrUpdate: any;
2358
2264
  export declare const PrivateEndpointConnectionsDeleteInput: Schema.Struct<{
2359
2265
  readonly subscriptionId: Schema.String;
2360
2266
  readonly resourceGroupName: Schema.String;
2361
2267
  readonly automationAccountName: Schema.String;
2268
+ readonly privateEndpointConnectionName: Schema.String;
2362
2269
  readonly "api-version": Schema.String;
2363
2270
  }>;
2364
2271
  export type PrivateEndpointConnectionsDeleteInput = typeof PrivateEndpointConnectionsDeleteInput.Type;
@@ -2367,16 +2274,18 @@ export type PrivateEndpointConnectionsDeleteOutput = typeof PrivateEndpointConne
2367
2274
  /**
2368
2275
  * Deletes a private endpoint connection with a given name.
2369
2276
  *
2370
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2371
- * @param resourceGroupName - Name of an Azure Resource group.
2372
- * @param api-version - Client Api Version.
2277
+ * @param api-version - The API version to use for this operation.
2278
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2279
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2373
2280
  * @param automationAccountName - The name of the automation account.
2281
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
2374
2282
  */
2375
2283
  export declare const PrivateEndpointConnectionsDelete: any;
2376
2284
  export declare const PrivateEndpointConnectionsGetInput: Schema.Struct<{
2377
2285
  readonly subscriptionId: Schema.String;
2378
2286
  readonly resourceGroupName: Schema.String;
2379
2287
  readonly automationAccountName: Schema.String;
2288
+ readonly privateEndpointConnectionName: Schema.String;
2380
2289
  readonly "api-version": Schema.String;
2381
2290
  }>;
2382
2291
  export type PrivateEndpointConnectionsGetInput = typeof PrivateEndpointConnectionsGetInput.Type;
@@ -2385,10 +2294,11 @@ export type PrivateEndpointConnectionsGetOutput = typeof PrivateEndpointConnecti
2385
2294
  /**
2386
2295
  * Gets a private endpoint connection.
2387
2296
  *
2388
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2389
- * @param resourceGroupName - Name of an Azure Resource group.
2390
- * @param api-version - Client Api Version.
2297
+ * @param api-version - The API version to use for this operation.
2298
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2299
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2391
2300
  * @param automationAccountName - The name of the automation account.
2301
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
2392
2302
  */
2393
2303
  export declare const PrivateEndpointConnectionsGet: any;
2394
2304
  export declare const PrivateEndpointConnectionsListByAutomationAccountInput: Schema.Struct<{
@@ -2400,14 +2310,15 @@ export declare const PrivateEndpointConnectionsListByAutomationAccountInput: Sch
2400
2310
  export type PrivateEndpointConnectionsListByAutomationAccountInput = typeof PrivateEndpointConnectionsListByAutomationAccountInput.Type;
2401
2311
  export declare const PrivateEndpointConnectionsListByAutomationAccountOutput: Schema.Struct<{
2402
2312
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
2313
+ readonly nextLink: Schema.optional<Schema.String>;
2403
2314
  }>;
2404
2315
  export type PrivateEndpointConnectionsListByAutomationAccountOutput = typeof PrivateEndpointConnectionsListByAutomationAccountOutput.Type;
2405
2316
  /**
2406
2317
  * List all private endpoint connections on a Automation account.
2407
2318
  *
2408
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2409
- * @param resourceGroupName - Name of an Azure Resource group.
2410
- * @param api-version - Client Api Version.
2319
+ * @param api-version - The API version to use for this operation.
2320
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2321
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2411
2322
  * @param automationAccountName - The name of the automation account.
2412
2323
  */
2413
2324
  export declare const PrivateEndpointConnectionsListByAutomationAccount: any;
@@ -2420,22 +2331,23 @@ export declare const PrivateLinkResourcesAutomationInput: Schema.Struct<{
2420
2331
  export type PrivateLinkResourcesAutomationInput = typeof PrivateLinkResourcesAutomationInput.Type;
2421
2332
  export declare const PrivateLinkResourcesAutomationOutput: Schema.Struct<{
2422
2333
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
2334
+ readonly nextLink: Schema.optional<Schema.String>;
2423
2335
  }>;
2424
2336
  export type PrivateLinkResourcesAutomationOutput = typeof PrivateLinkResourcesAutomationOutput.Type;
2425
2337
  /**
2426
2338
  * Gets the private link resources that need to be created for Automation account.
2427
2339
  *
2428
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2429
- * @param resourceGroupName - Name of an Azure Resource group.
2430
- * @param api-version - Client Api Version.
2340
+ * @param api-version - The API version to use for this operation.
2341
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2342
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2431
2343
  * @param automationAccountName - The name of the automation account.
2432
2344
  */
2433
2345
  export declare const PrivateLinkResourcesAutomation: any;
2434
2346
  export declare const Python2PackageCreateOrUpdateInput: Schema.Struct<{
2347
+ readonly subscriptionId: Schema.String;
2435
2348
  readonly resourceGroupName: Schema.String;
2436
2349
  readonly automationAccountName: Schema.String;
2437
2350
  readonly packageName: Schema.String;
2438
- readonly subscriptionId: Schema.String;
2439
2351
  readonly "api-version": Schema.String;
2440
2352
  }>;
2441
2353
  export type Python2PackageCreateOrUpdateInput = typeof Python2PackageCreateOrUpdateInput.Type;
@@ -2447,18 +2359,18 @@ export type Python2PackageCreateOrUpdateOutput = typeof Python2PackageCreateOrUp
2447
2359
  /**
2448
2360
  * Create or Update the python 2 package identified by package name.
2449
2361
  *
2450
- * @param resourceGroupName - Name of an Azure Resource group.
2362
+ * @param api-version - The API version to use for this operation.
2363
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2364
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2451
2365
  * @param automationAccountName - The name of the automation account.
2452
- * @param packageName - The name of python package.
2453
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2454
- * @param api-version - Client Api Version.
2366
+ * @param packageName - The python package name.
2455
2367
  */
2456
2368
  export declare const Python2PackageCreateOrUpdate: any;
2457
2369
  export declare const Python2PackageDeleteInput: Schema.Struct<{
2370
+ readonly subscriptionId: Schema.String;
2458
2371
  readonly resourceGroupName: Schema.String;
2459
2372
  readonly automationAccountName: Schema.String;
2460
2373
  readonly packageName: Schema.String;
2461
- readonly subscriptionId: Schema.String;
2462
2374
  readonly "api-version": Schema.String;
2463
2375
  }>;
2464
2376
  export type Python2PackageDeleteInput = typeof Python2PackageDeleteInput.Type;
@@ -2467,18 +2379,18 @@ export type Python2PackageDeleteOutput = typeof Python2PackageDeleteOutput.Type;
2467
2379
  /**
2468
2380
  * Delete the python 2 package by name.
2469
2381
  *
2470
- * @param resourceGroupName - Name of an Azure Resource group.
2382
+ * @param api-version - The API version to use for this operation.
2383
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2384
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2471
2385
  * @param automationAccountName - The name of the automation account.
2472
2386
  * @param packageName - The python package name.
2473
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2474
- * @param api-version - Client Api Version.
2475
2387
  */
2476
2388
  export declare const Python2PackageDelete: any;
2477
2389
  export declare const Python2PackageGetInput: Schema.Struct<{
2390
+ readonly subscriptionId: Schema.String;
2478
2391
  readonly resourceGroupName: Schema.String;
2479
2392
  readonly automationAccountName: Schema.String;
2480
2393
  readonly packageName: Schema.String;
2481
- readonly subscriptionId: Schema.String;
2482
2394
  readonly "api-version": Schema.String;
2483
2395
  }>;
2484
2396
  export type Python2PackageGetInput = typeof Python2PackageGetInput.Type;
@@ -2490,42 +2402,42 @@ export type Python2PackageGetOutput = typeof Python2PackageGetOutput.Type;
2490
2402
  /**
2491
2403
  * Retrieve the python 2 package identified by package name.
2492
2404
  *
2493
- * @param resourceGroupName - Name of an Azure Resource group.
2405
+ * @param api-version - The API version to use for this operation.
2406
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2407
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2494
2408
  * @param automationAccountName - The name of the automation account.
2495
2409
  * @param packageName - The python package name.
2496
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2497
- * @param api-version - Client Api Version.
2498
2410
  */
2499
2411
  export declare const Python2PackageGet: any;
2500
2412
  export declare const Python2PackageListByAutomationAccountInput: Schema.Struct<{
2413
+ readonly subscriptionId: Schema.String;
2501
2414
  readonly resourceGroupName: Schema.String;
2502
2415
  readonly automationAccountName: Schema.String;
2503
- readonly subscriptionId: Schema.String;
2504
2416
  readonly "api-version": Schema.String;
2505
2417
  }>;
2506
2418
  export type Python2PackageListByAutomationAccountInput = typeof Python2PackageListByAutomationAccountInput.Type;
2507
2419
  export declare const Python2PackageListByAutomationAccountOutput: Schema.Struct<{
2508
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
2420
+ readonly value: Schema.$Array<Schema.Struct<{
2509
2421
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2510
2422
  readonly location: Schema.String;
2511
- }>>>;
2423
+ }>>;
2512
2424
  readonly nextLink: Schema.optional<Schema.String>;
2513
2425
  }>;
2514
2426
  export type Python2PackageListByAutomationAccountOutput = typeof Python2PackageListByAutomationAccountOutput.Type;
2515
2427
  /**
2516
2428
  * Retrieve a list of python 2 packages.
2517
2429
  *
2518
- * @param resourceGroupName - Name of an Azure Resource group.
2430
+ * @param api-version - The API version to use for this operation.
2431
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2432
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2519
2433
  * @param automationAccountName - The name of the automation account.
2520
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2521
- * @param api-version - Client Api Version.
2522
2434
  */
2523
2435
  export declare const Python2PackageListByAutomationAccount: any;
2524
2436
  export declare const Python2PackageUpdateInput: Schema.Struct<{
2437
+ readonly subscriptionId: Schema.String;
2525
2438
  readonly resourceGroupName: Schema.String;
2526
2439
  readonly automationAccountName: Schema.String;
2527
2440
  readonly packageName: Schema.String;
2528
- readonly subscriptionId: Schema.String;
2529
2441
  readonly "api-version": Schema.String;
2530
2442
  }>;
2531
2443
  export type Python2PackageUpdateInput = typeof Python2PackageUpdateInput.Type;
@@ -2537,18 +2449,18 @@ export type Python2PackageUpdateOutput = typeof Python2PackageUpdateOutput.Type;
2537
2449
  /**
2538
2450
  * Update the python 2 package identified by package name.
2539
2451
  *
2540
- * @param resourceGroupName - Name of an Azure Resource group.
2452
+ * @param api-version - The API version to use for this operation.
2453
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2454
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2541
2455
  * @param automationAccountName - The name of the automation account.
2542
- * @param packageName - The name of python package.
2543
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2544
- * @param api-version - Client Api Version.
2456
+ * @param packageName - The python package name.
2545
2457
  */
2546
2458
  export declare const Python2PackageUpdate: any;
2547
2459
  export declare const Python3PackageCreateOrUpdateInput: Schema.Struct<{
2460
+ readonly subscriptionId: Schema.String;
2548
2461
  readonly resourceGroupName: Schema.String;
2549
2462
  readonly automationAccountName: Schema.String;
2550
2463
  readonly packageName: Schema.String;
2551
- readonly subscriptionId: Schema.String;
2552
2464
  readonly "api-version": Schema.String;
2553
2465
  }>;
2554
2466
  export type Python3PackageCreateOrUpdateInput = typeof Python3PackageCreateOrUpdateInput.Type;
@@ -2560,18 +2472,18 @@ export type Python3PackageCreateOrUpdateOutput = typeof Python3PackageCreateOrUp
2560
2472
  /**
2561
2473
  * Create or Update the python 3 package identified by package name.
2562
2474
  *
2563
- * @param resourceGroupName - Name of an Azure Resource group.
2475
+ * @param api-version - The API version to use for this operation.
2476
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2477
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2564
2478
  * @param automationAccountName - The name of the automation account.
2565
- * @param packageName - The name of python package.
2566
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2567
- * @param api-version - Client Api Version.
2479
+ * @param packageName - The python package name.
2568
2480
  */
2569
2481
  export declare const Python3PackageCreateOrUpdate: any;
2570
2482
  export declare const Python3PackageDeleteInput: Schema.Struct<{
2483
+ readonly subscriptionId: Schema.String;
2571
2484
  readonly resourceGroupName: Schema.String;
2572
2485
  readonly automationAccountName: Schema.String;
2573
2486
  readonly packageName: Schema.String;
2574
- readonly subscriptionId: Schema.String;
2575
2487
  readonly "api-version": Schema.String;
2576
2488
  }>;
2577
2489
  export type Python3PackageDeleteInput = typeof Python3PackageDeleteInput.Type;
@@ -2580,18 +2492,18 @@ export type Python3PackageDeleteOutput = typeof Python3PackageDeleteOutput.Type;
2580
2492
  /**
2581
2493
  * Delete the python 3 package by name.
2582
2494
  *
2583
- * @param resourceGroupName - Name of an Azure Resource group.
2495
+ * @param api-version - The API version to use for this operation.
2496
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2497
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2584
2498
  * @param automationAccountName - The name of the automation account.
2585
2499
  * @param packageName - The python package name.
2586
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2587
- * @param api-version - Client Api Version.
2588
2500
  */
2589
2501
  export declare const Python3PackageDelete: any;
2590
2502
  export declare const Python3PackageGetInput: Schema.Struct<{
2503
+ readonly subscriptionId: Schema.String;
2591
2504
  readonly resourceGroupName: Schema.String;
2592
2505
  readonly automationAccountName: Schema.String;
2593
2506
  readonly packageName: Schema.String;
2594
- readonly subscriptionId: Schema.String;
2595
2507
  readonly "api-version": Schema.String;
2596
2508
  }>;
2597
2509
  export type Python3PackageGetInput = typeof Python3PackageGetInput.Type;
@@ -2603,42 +2515,42 @@ export type Python3PackageGetOutput = typeof Python3PackageGetOutput.Type;
2603
2515
  /**
2604
2516
  * Retrieve the python 3 package identified by package name.
2605
2517
  *
2606
- * @param resourceGroupName - Name of an Azure Resource group.
2518
+ * @param api-version - The API version to use for this operation.
2519
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2520
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2607
2521
  * @param automationAccountName - The name of the automation account.
2608
2522
  * @param packageName - The python package name.
2609
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2610
- * @param api-version - Client Api Version.
2611
2523
  */
2612
2524
  export declare const Python3PackageGet: any;
2613
2525
  export declare const Python3PackageListByAutomationAccountInput: Schema.Struct<{
2526
+ readonly subscriptionId: Schema.String;
2614
2527
  readonly resourceGroupName: Schema.String;
2615
2528
  readonly automationAccountName: Schema.String;
2616
- readonly subscriptionId: Schema.String;
2617
2529
  readonly "api-version": Schema.String;
2618
2530
  }>;
2619
2531
  export type Python3PackageListByAutomationAccountInput = typeof Python3PackageListByAutomationAccountInput.Type;
2620
2532
  export declare const Python3PackageListByAutomationAccountOutput: Schema.Struct<{
2621
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
2533
+ readonly value: Schema.$Array<Schema.Struct<{
2622
2534
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2623
2535
  readonly location: Schema.String;
2624
- }>>>;
2536
+ }>>;
2625
2537
  readonly nextLink: Schema.optional<Schema.String>;
2626
2538
  }>;
2627
2539
  export type Python3PackageListByAutomationAccountOutput = typeof Python3PackageListByAutomationAccountOutput.Type;
2628
2540
  /**
2629
2541
  * Retrieve a list of python 3 packages.
2630
2542
  *
2631
- * @param resourceGroupName - Name of an Azure Resource group.
2543
+ * @param api-version - The API version to use for this operation.
2544
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2545
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2632
2546
  * @param automationAccountName - The name of the automation account.
2633
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2634
- * @param api-version - Client Api Version.
2635
2547
  */
2636
2548
  export declare const Python3PackageListByAutomationAccount: any;
2637
2549
  export declare const Python3PackageUpdateInput: Schema.Struct<{
2550
+ readonly subscriptionId: Schema.String;
2638
2551
  readonly resourceGroupName: Schema.String;
2639
2552
  readonly automationAccountName: Schema.String;
2640
2553
  readonly packageName: Schema.String;
2641
- readonly subscriptionId: Schema.String;
2642
2554
  readonly "api-version": Schema.String;
2643
2555
  }>;
2644
2556
  export type Python3PackageUpdateInput = typeof Python3PackageUpdateInput.Type;
@@ -2650,11 +2562,11 @@ export type Python3PackageUpdateOutput = typeof Python3PackageUpdateOutput.Type;
2650
2562
  /**
2651
2563
  * Update the python 3 package identified by package name.
2652
2564
  *
2653
- * @param resourceGroupName - Name of an Azure Resource group.
2565
+ * @param api-version - The API version to use for this operation.
2566
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2567
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2654
2568
  * @param automationAccountName - The name of the automation account.
2655
- * @param packageName - The name of python package.
2656
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2657
- * @param api-version - Client Api Version.
2569
+ * @param packageName - The python package name.
2658
2570
  */
2659
2571
  export declare const Python3PackageUpdate: any;
2660
2572
  export declare const RunbookCreateOrUpdateInput: Schema.Struct<{
@@ -2673,11 +2585,11 @@ export type RunbookCreateOrUpdateOutput = typeof RunbookCreateOrUpdateOutput.Typ
2673
2585
  /**
2674
2586
  * Create the runbook identified by runbook name.
2675
2587
  *
2676
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2677
- * @param resourceGroupName - Name of an Azure Resource group.
2588
+ * @param api-version - The API version to use for this operation.
2589
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2590
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2678
2591
  * @param automationAccountName - The name of the automation account.
2679
2592
  * @param runbookName - The runbook name.
2680
- * @param api-version - Client Api Version.
2681
2593
  */
2682
2594
  export declare const RunbookCreateOrUpdate: any;
2683
2595
  export declare const RunbookDeleteInput: Schema.Struct<{
@@ -2693,11 +2605,11 @@ export type RunbookDeleteOutput = typeof RunbookDeleteOutput.Type;
2693
2605
  /**
2694
2606
  * Delete the runbook by name.
2695
2607
  *
2696
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2697
- * @param resourceGroupName - Name of an Azure Resource group.
2608
+ * @param api-version - The API version to use for this operation.
2609
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2610
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2698
2611
  * @param automationAccountName - The name of the automation account.
2699
2612
  * @param runbookName - The runbook name.
2700
- * @param api-version - Client Api Version.
2701
2613
  */
2702
2614
  export declare const RunbookDelete: any;
2703
2615
  export declare const RunbookDraftGetInput: Schema.Struct<{
@@ -2732,11 +2644,11 @@ export type RunbookDraftGetOutput = typeof RunbookDraftGetOutput.Type;
2732
2644
  /**
2733
2645
  * Retrieve the runbook draft identified by runbook name.
2734
2646
  *
2735
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2736
- * @param resourceGroupName - Name of an Azure Resource group.
2647
+ * @param api-version - The API version to use for this operation.
2648
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2649
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2737
2650
  * @param automationAccountName - The name of the automation account.
2738
2651
  * @param runbookName - The runbook name.
2739
- * @param api-version - Client Api Version.
2740
2652
  */
2741
2653
  export declare const RunbookDraftGet: any;
2742
2654
  export declare const RunbookDraftGetContentInput: Schema.Struct<{
@@ -2747,16 +2659,16 @@ export declare const RunbookDraftGetContentInput: Schema.Struct<{
2747
2659
  readonly "api-version": Schema.String;
2748
2660
  }>;
2749
2661
  export type RunbookDraftGetContentInput = typeof RunbookDraftGetContentInput.Type;
2750
- export declare const RunbookDraftGetContentOutput: Schema.Unknown;
2662
+ export declare const RunbookDraftGetContentOutput: Schema.String;
2751
2663
  export type RunbookDraftGetContentOutput = typeof RunbookDraftGetContentOutput.Type;
2752
2664
  /**
2753
2665
  * Retrieve the content of runbook draft identified by runbook name.
2754
2666
  *
2755
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2756
- * @param resourceGroupName - Name of an Azure Resource group.
2667
+ * @param api-version - The API version to use for this operation.
2668
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2669
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2757
2670
  * @param automationAccountName - The name of the automation account.
2758
2671
  * @param runbookName - The runbook name.
2759
- * @param api-version - Client Api Version.
2760
2672
  */
2761
2673
  export declare const RunbookDraftGetContent: any;
2762
2674
  export declare const RunbookDraftReplaceContentInput: Schema.Struct<{
@@ -2767,16 +2679,16 @@ export declare const RunbookDraftReplaceContentInput: Schema.Struct<{
2767
2679
  readonly "api-version": Schema.String;
2768
2680
  }>;
2769
2681
  export type RunbookDraftReplaceContentInput = typeof RunbookDraftReplaceContentInput.Type;
2770
- export declare const RunbookDraftReplaceContentOutput: Schema.Unknown;
2682
+ export declare const RunbookDraftReplaceContentOutput: Schema.Void;
2771
2683
  export type RunbookDraftReplaceContentOutput = typeof RunbookDraftReplaceContentOutput.Type;
2772
2684
  /**
2773
2685
  * Replaces the runbook draft content.
2774
2686
  *
2775
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2776
- * @param resourceGroupName - Name of an Azure Resource group.
2687
+ * @param api-version - The API version to use for this operation.
2688
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2689
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2777
2690
  * @param automationAccountName - The name of the automation account.
2778
2691
  * @param runbookName - The runbook name.
2779
- * @param api-version - Client Api Version.
2780
2692
  */
2781
2693
  export declare const RunbookDraftReplaceContent: any;
2782
2694
  export declare const RunbookDraftUndoEditInput: Schema.Struct<{
@@ -2795,11 +2707,11 @@ export type RunbookDraftUndoEditOutput = typeof RunbookDraftUndoEditOutput.Type;
2795
2707
  /**
2796
2708
  * Undo draft edit to last known published state identified by runbook name.
2797
2709
  *
2798
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2799
- * @param resourceGroupName - Name of an Azure Resource group.
2710
+ * @param api-version - The API version to use for this operation.
2711
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2712
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2800
2713
  * @param automationAccountName - The name of the automation account.
2801
2714
  * @param runbookName - The runbook name.
2802
- * @param api-version - Client Api Version.
2803
2715
  */
2804
2716
  export declare const RunbookDraftUndoEdit: any;
2805
2717
  export declare const RunbookGetInput: Schema.Struct<{
@@ -2818,11 +2730,11 @@ export type RunbookGetOutput = typeof RunbookGetOutput.Type;
2818
2730
  /**
2819
2731
  * Retrieve the runbook identified by runbook name.
2820
2732
  *
2821
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2822
- * @param resourceGroupName - Name of an Azure Resource group.
2733
+ * @param api-version - The API version to use for this operation.
2734
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2735
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2823
2736
  * @param automationAccountName - The name of the automation account.
2824
2737
  * @param runbookName - The runbook name.
2825
- * @param api-version - Client Api Version.
2826
2738
  */
2827
2739
  export declare const RunbookGet: any;
2828
2740
  export declare const RunbookGetContentInput: Schema.Struct<{
@@ -2833,16 +2745,16 @@ export declare const RunbookGetContentInput: Schema.Struct<{
2833
2745
  readonly "api-version": Schema.String;
2834
2746
  }>;
2835
2747
  export type RunbookGetContentInput = typeof RunbookGetContentInput.Type;
2836
- export declare const RunbookGetContentOutput: Schema.Unknown;
2748
+ export declare const RunbookGetContentOutput: Schema.String;
2837
2749
  export type RunbookGetContentOutput = typeof RunbookGetContentOutput.Type;
2838
2750
  /**
2839
2751
  * Retrieve the content of runbook identified by runbook name.
2840
2752
  *
2841
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2842
- * @param resourceGroupName - Name of an Azure Resource group.
2753
+ * @param api-version - The API version to use for this operation.
2754
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2755
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2843
2756
  * @param automationAccountName - The name of the automation account.
2844
2757
  * @param runbookName - The runbook name.
2845
- * @param api-version - Client Api Version.
2846
2758
  */
2847
2759
  export declare const RunbookGetContent: any;
2848
2760
  export declare const RunbookListByAutomationAccountInput: Schema.Struct<{
@@ -2853,20 +2765,20 @@ export declare const RunbookListByAutomationAccountInput: Schema.Struct<{
2853
2765
  }>;
2854
2766
  export type RunbookListByAutomationAccountInput = typeof RunbookListByAutomationAccountInput.Type;
2855
2767
  export declare const RunbookListByAutomationAccountOutput: Schema.Struct<{
2856
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
2768
+ readonly value: Schema.$Array<Schema.Struct<{
2857
2769
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2858
2770
  readonly location: Schema.String;
2859
- }>>>;
2771
+ }>>;
2860
2772
  readonly nextLink: Schema.optional<Schema.String>;
2861
2773
  }>;
2862
2774
  export type RunbookListByAutomationAccountOutput = typeof RunbookListByAutomationAccountOutput.Type;
2863
2775
  /**
2864
2776
  * Retrieve a list of runbooks.
2865
2777
  *
2866
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2867
- * @param resourceGroupName - Name of an Azure Resource group.
2778
+ * @param api-version - The API version to use for this operation.
2779
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2780
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2868
2781
  * @param automationAccountName - The name of the automation account.
2869
- * @param api-version - Client Api Version.
2870
2782
  */
2871
2783
  export declare const RunbookListByAutomationAccount: any;
2872
2784
  export declare const RunbookPublishInput: Schema.Struct<{
@@ -2882,11 +2794,11 @@ export type RunbookPublishOutput = typeof RunbookPublishOutput.Type;
2882
2794
  /**
2883
2795
  * Publish runbook draft.
2884
2796
  *
2885
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2886
- * @param resourceGroupName - Name of an Azure Resource group.
2797
+ * @param api-version - The API version to use for this operation.
2798
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2799
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2887
2800
  * @param automationAccountName - The name of the automation account.
2888
- * @param runbookName - The parameters supplied to the publish runbook operation.
2889
- * @param api-version - Client Api Version.
2801
+ * @param runbookName - The runbook name.
2890
2802
  */
2891
2803
  export declare const RunbookPublish: any;
2892
2804
  export declare const RunbookUpdateInput: Schema.Struct<{
@@ -2905,18 +2817,18 @@ export type RunbookUpdateOutput = typeof RunbookUpdateOutput.Type;
2905
2817
  /**
2906
2818
  * Update the runbook identified by runbook name.
2907
2819
  *
2908
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2909
- * @param resourceGroupName - Name of an Azure Resource group.
2820
+ * @param api-version - The API version to use for this operation.
2821
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2822
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2910
2823
  * @param automationAccountName - The name of the automation account.
2911
2824
  * @param runbookName - The runbook name.
2912
- * @param api-version - Client Api Version.
2913
2825
  */
2914
2826
  export declare const RunbookUpdate: any;
2915
2827
  export declare const RuntimeEnvironmentsCreateInput: Schema.Struct<{
2828
+ readonly subscriptionId: Schema.String;
2916
2829
  readonly resourceGroupName: Schema.String;
2917
2830
  readonly automationAccountName: Schema.String;
2918
2831
  readonly runtimeEnvironmentName: Schema.String;
2919
- readonly subscriptionId: Schema.String;
2920
2832
  readonly "api-version": Schema.String;
2921
2833
  }>;
2922
2834
  export type RuntimeEnvironmentsCreateInput = typeof RuntimeEnvironmentsCreateInput.Type;
@@ -2928,18 +2840,18 @@ export type RuntimeEnvironmentsCreateOutput = typeof RuntimeEnvironmentsCreateOu
2928
2840
  /**
2929
2841
  * Create or update Runtime Environment
2930
2842
  *
2931
- * @param resourceGroupName - Name of an Azure Resource group.
2843
+ * @param api-version - The API version to use for this operation.
2844
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2845
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2932
2846
  * @param automationAccountName - The name of the automation account.
2933
2847
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
2934
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2935
- * @param api-version - Client Api Version.
2936
2848
  */
2937
2849
  export declare const RuntimeEnvironmentsCreate: any;
2938
2850
  export declare const RuntimeEnvironmentsDeleteInput: Schema.Struct<{
2851
+ readonly subscriptionId: Schema.String;
2939
2852
  readonly resourceGroupName: Schema.String;
2940
2853
  readonly automationAccountName: Schema.String;
2941
2854
  readonly runtimeEnvironmentName: Schema.String;
2942
- readonly subscriptionId: Schema.String;
2943
2855
  readonly "api-version": Schema.String;
2944
2856
  }>;
2945
2857
  export type RuntimeEnvironmentsDeleteInput = typeof RuntimeEnvironmentsDeleteInput.Type;
@@ -2948,18 +2860,18 @@ export type RuntimeEnvironmentsDeleteOutput = typeof RuntimeEnvironmentsDeleteOu
2948
2860
  /**
2949
2861
  * Delete the Runtime Environment.
2950
2862
  *
2951
- * @param resourceGroupName - Name of an Azure Resource group.
2863
+ * @param api-version - The API version to use for this operation.
2864
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2865
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2952
2866
  * @param automationAccountName - The name of the automation account.
2953
2867
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
2954
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2955
- * @param api-version - Client Api Version.
2956
2868
  */
2957
2869
  export declare const RuntimeEnvironmentsDelete: any;
2958
2870
  export declare const RuntimeEnvironmentsGetInput: Schema.Struct<{
2871
+ readonly subscriptionId: Schema.String;
2959
2872
  readonly resourceGroupName: Schema.String;
2960
2873
  readonly automationAccountName: Schema.String;
2961
2874
  readonly runtimeEnvironmentName: Schema.String;
2962
- readonly subscriptionId: Schema.String;
2963
2875
  readonly "api-version": Schema.String;
2964
2876
  }>;
2965
2877
  export type RuntimeEnvironmentsGetInput = typeof RuntimeEnvironmentsGetInput.Type;
@@ -2971,11 +2883,11 @@ export type RuntimeEnvironmentsGetOutput = typeof RuntimeEnvironmentsGetOutput.T
2971
2883
  /**
2972
2884
  * Get information about the Runtime Environment
2973
2885
  *
2974
- * @param resourceGroupName - Name of an Azure Resource group.
2886
+ * @param api-version - The API version to use for this operation.
2887
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2888
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2975
2889
  * @param automationAccountName - The name of the automation account.
2976
2890
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
2977
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
2978
- * @param api-version - Client Api Version.
2979
2891
  */
2980
2892
  export declare const RuntimeEnvironmentsGet: any;
2981
2893
  export declare const RuntimeEnvironmentsListByAutomationAccountInput: Schema.Struct<{
@@ -2986,27 +2898,27 @@ export declare const RuntimeEnvironmentsListByAutomationAccountInput: Schema.Str
2986
2898
  }>;
2987
2899
  export type RuntimeEnvironmentsListByAutomationAccountInput = typeof RuntimeEnvironmentsListByAutomationAccountInput.Type;
2988
2900
  export declare const RuntimeEnvironmentsListByAutomationAccountOutput: Schema.Struct<{
2989
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
2901
+ readonly value: Schema.$Array<Schema.Struct<{
2990
2902
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2991
2903
  readonly location: Schema.String;
2992
- }>>>;
2904
+ }>>;
2993
2905
  readonly nextLink: Schema.optional<Schema.String>;
2994
2906
  }>;
2995
2907
  export type RuntimeEnvironmentsListByAutomationAccountOutput = typeof RuntimeEnvironmentsListByAutomationAccountOutput.Type;
2996
2908
  /**
2997
2909
  * Retrieve a list of RuntimeEnvironments.
2998
2910
  *
2999
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3000
- * @param resourceGroupName - Name of an Azure Resource group.
2911
+ * @param api-version - The API version to use for this operation.
2912
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2913
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3001
2914
  * @param automationAccountName - The name of the automation account.
3002
- * @param api-version - Client Api Version.
3003
2915
  */
3004
2916
  export declare const RuntimeEnvironmentsListByAutomationAccount: any;
3005
2917
  export declare const RuntimeEnvironmentsUpdateInput: Schema.Struct<{
2918
+ readonly subscriptionId: Schema.String;
3006
2919
  readonly resourceGroupName: Schema.String;
3007
2920
  readonly automationAccountName: Schema.String;
3008
2921
  readonly runtimeEnvironmentName: Schema.String;
3009
- readonly subscriptionId: Schema.String;
3010
2922
  readonly "api-version": Schema.String;
3011
2923
  }>;
3012
2924
  export type RuntimeEnvironmentsUpdateInput = typeof RuntimeEnvironmentsUpdateInput.Type;
@@ -3018,18 +2930,18 @@ export type RuntimeEnvironmentsUpdateOutput = typeof RuntimeEnvironmentsUpdateOu
3018
2930
  /**
3019
2931
  * Update an Runtime Environment.
3020
2932
  *
3021
- * @param resourceGroupName - Name of an Azure Resource group.
2933
+ * @param api-version - The API version to use for this operation.
2934
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2935
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3022
2936
  * @param automationAccountName - The name of the automation account.
3023
2937
  * @param runtimeEnvironmentName - The name of the Runtime Environment.
3024
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3025
- * @param api-version - Client Api Version.
3026
2938
  */
3027
2939
  export declare const RuntimeEnvironmentsUpdate: any;
3028
2940
  export declare const ScheduleCreateOrUpdateInput: Schema.Struct<{
2941
+ readonly subscriptionId: Schema.String;
3029
2942
  readonly resourceGroupName: Schema.String;
3030
2943
  readonly automationAccountName: Schema.String;
3031
2944
  readonly scheduleName: Schema.String;
3032
- readonly subscriptionId: Schema.String;
3033
2945
  readonly "api-version": Schema.String;
3034
2946
  }>;
3035
2947
  export type ScheduleCreateOrUpdateInput = typeof ScheduleCreateOrUpdateInput.Type;
@@ -3038,18 +2950,18 @@ export type ScheduleCreateOrUpdateOutput = typeof ScheduleCreateOrUpdateOutput.T
3038
2950
  /**
3039
2951
  * Create a schedule.
3040
2952
  *
3041
- * @param resourceGroupName - Name of an Azure Resource group.
2953
+ * @param api-version - The API version to use for this operation.
2954
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2955
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3042
2956
  * @param automationAccountName - The name of the automation account.
3043
2957
  * @param scheduleName - The schedule name.
3044
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3045
- * @param api-version - Client Api Version.
3046
2958
  */
3047
2959
  export declare const ScheduleCreateOrUpdate: any;
3048
2960
  export declare const ScheduleDeleteInput: Schema.Struct<{
2961
+ readonly subscriptionId: Schema.String;
3049
2962
  readonly resourceGroupName: Schema.String;
3050
2963
  readonly automationAccountName: Schema.String;
3051
2964
  readonly scheduleName: Schema.String;
3052
- readonly subscriptionId: Schema.String;
3053
2965
  readonly "api-version": Schema.String;
3054
2966
  }>;
3055
2967
  export type ScheduleDeleteInput = typeof ScheduleDeleteInput.Type;
@@ -3058,18 +2970,18 @@ export type ScheduleDeleteOutput = typeof ScheduleDeleteOutput.Type;
3058
2970
  /**
3059
2971
  * Delete the schedule identified by schedule name.
3060
2972
  *
3061
- * @param resourceGroupName - Name of an Azure Resource group.
2973
+ * @param api-version - The API version to use for this operation.
2974
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2975
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3062
2976
  * @param automationAccountName - The name of the automation account.
3063
2977
  * @param scheduleName - The schedule name.
3064
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3065
- * @param api-version - Client Api Version.
3066
2978
  */
3067
2979
  export declare const ScheduleDelete: any;
3068
2980
  export declare const ScheduleGetInput: Schema.Struct<{
2981
+ readonly subscriptionId: Schema.String;
3069
2982
  readonly resourceGroupName: Schema.String;
3070
2983
  readonly automationAccountName: Schema.String;
3071
2984
  readonly scheduleName: Schema.String;
3072
- readonly subscriptionId: Schema.String;
3073
2985
  readonly "api-version": Schema.String;
3074
2986
  }>;
3075
2987
  export type ScheduleGetInput = typeof ScheduleGetInput.Type;
@@ -3078,39 +2990,39 @@ export type ScheduleGetOutput = typeof ScheduleGetOutput.Type;
3078
2990
  /**
3079
2991
  * Retrieve the schedule identified by schedule name.
3080
2992
  *
3081
- * @param resourceGroupName - Name of an Azure Resource group.
2993
+ * @param api-version - The API version to use for this operation.
2994
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
2995
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3082
2996
  * @param automationAccountName - The name of the automation account.
3083
2997
  * @param scheduleName - The schedule name.
3084
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3085
- * @param api-version - Client Api Version.
3086
2998
  */
3087
2999
  export declare const ScheduleGet: any;
3088
3000
  export declare const ScheduleListByAutomationAccountInput: Schema.Struct<{
3001
+ readonly subscriptionId: Schema.String;
3089
3002
  readonly resourceGroupName: Schema.String;
3090
3003
  readonly automationAccountName: Schema.String;
3091
- readonly subscriptionId: Schema.String;
3092
3004
  readonly "api-version": Schema.String;
3093
3005
  }>;
3094
3006
  export type ScheduleListByAutomationAccountInput = typeof ScheduleListByAutomationAccountInput.Type;
3095
3007
  export declare const ScheduleListByAutomationAccountOutput: Schema.Struct<{
3096
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
3008
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
3097
3009
  readonly nextLink: Schema.optional<Schema.String>;
3098
3010
  }>;
3099
3011
  export type ScheduleListByAutomationAccountOutput = typeof ScheduleListByAutomationAccountOutput.Type;
3100
3012
  /**
3101
3013
  * Retrieve a list of schedules.
3102
3014
  *
3103
- * @param resourceGroupName - Name of an Azure Resource group.
3015
+ * @param api-version - The API version to use for this operation.
3016
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3017
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3104
3018
  * @param automationAccountName - The name of the automation account.
3105
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3106
- * @param api-version - Client Api Version.
3107
3019
  */
3108
3020
  export declare const ScheduleListByAutomationAccount: any;
3109
3021
  export declare const ScheduleUpdateInput: Schema.Struct<{
3022
+ readonly subscriptionId: Schema.String;
3110
3023
  readonly resourceGroupName: Schema.String;
3111
3024
  readonly automationAccountName: Schema.String;
3112
3025
  readonly scheduleName: Schema.String;
3113
- readonly subscriptionId: Schema.String;
3114
3026
  readonly "api-version": Schema.String;
3115
3027
  }>;
3116
3028
  export type ScheduleUpdateInput = typeof ScheduleUpdateInput.Type;
@@ -3119,11 +3031,11 @@ export type ScheduleUpdateOutput = typeof ScheduleUpdateOutput.Type;
3119
3031
  /**
3120
3032
  * Update the schedule identified by schedule name.
3121
3033
  *
3122
- * @param resourceGroupName - Name of an Azure Resource group.
3034
+ * @param api-version - The API version to use for this operation.
3035
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3036
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3123
3037
  * @param automationAccountName - The name of the automation account.
3124
3038
  * @param scheduleName - The schedule name.
3125
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3126
- * @param api-version - Client Api Version.
3127
3039
  */
3128
3040
  export declare const ScheduleUpdate: any;
3129
3041
  export declare const SoftwareUpdateConfigurationMachineRunsGetByIdInput: Schema.Struct<{
@@ -3167,11 +3079,11 @@ export type SoftwareUpdateConfigurationMachineRunsGetByIdOutput = typeof Softwar
3167
3079
  /**
3168
3080
  * Get a single software update configuration machine run by Id.
3169
3081
  *
3170
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3171
- * @param resourceGroupName - Name of an Azure Resource group.
3082
+ * @param api-version - The API version to use for this operation.
3083
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3084
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3172
3085
  * @param automationAccountName - The name of the automation account.
3173
3086
  * @param softwareUpdateConfigurationMachineRunId - The Id of the software update configuration machine run.
3174
- * @param api-version - Client Api Version.
3175
3087
  * @param clientRequestId - Identifies this specific client request.
3176
3088
  */
3177
3089
  export declare const SoftwareUpdateConfigurationMachineRunsGetById: any;
@@ -3186,7 +3098,7 @@ export declare const SoftwareUpdateConfigurationMachineRunsListInput: Schema.Str
3186
3098
  }>;
3187
3099
  export type SoftwareUpdateConfigurationMachineRunsListInput = typeof SoftwareUpdateConfigurationMachineRunsListInput.Type;
3188
3100
  export declare const SoftwareUpdateConfigurationMachineRunsListOutput: Schema.Struct<{
3189
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
3101
+ readonly value: Schema.$Array<Schema.Struct<{
3190
3102
  readonly name: Schema.optional<Schema.String>;
3191
3103
  readonly id: Schema.optional<Schema.String>;
3192
3104
  readonly properties: Schema.optional<Schema.Struct<{
@@ -3214,17 +3126,17 @@ export declare const SoftwareUpdateConfigurationMachineRunsListOutput: Schema.St
3214
3126
  readonly message: Schema.optional<Schema.String>;
3215
3127
  }>>;
3216
3128
  }>>;
3217
- }>>>;
3129
+ }>>;
3218
3130
  readonly nextLink: Schema.optional<Schema.String>;
3219
3131
  }>;
3220
3132
  export type SoftwareUpdateConfigurationMachineRunsListOutput = typeof SoftwareUpdateConfigurationMachineRunsListOutput.Type;
3221
3133
  /**
3222
3134
  * Return list of software update configuration machine runs
3223
3135
  *
3224
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3225
- * @param resourceGroupName - Name of an Azure Resource group.
3136
+ * @param api-version - The API version to use for this operation.
3137
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3138
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3226
3139
  * @param automationAccountName - The name of the automation account.
3227
- * @param api-version - Client Api Version.
3228
3140
  * @param clientRequestId - Identifies this specific client request.
3229
3141
  * @param $filter - The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'
3230
3142
  * @param $skip - number of entries you skip before returning results
@@ -3275,11 +3187,11 @@ export type SoftwareUpdateConfigurationRunsGetByIdOutput = typeof SoftwareUpdate
3275
3187
  /**
3276
3188
  * Get a single software update configuration Run by Id.
3277
3189
  *
3278
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3279
- * @param resourceGroupName - Name of an Azure Resource group.
3190
+ * @param api-version - The API version to use for this operation.
3191
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3192
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3280
3193
  * @param automationAccountName - The name of the automation account.
3281
3194
  * @param softwareUpdateConfigurationRunId - The Id of the software update configuration run.
3282
- * @param api-version - Client Api Version.
3283
3195
  * @param clientRequestId - Identifies this specific client request.
3284
3196
  */
3285
3197
  export declare const SoftwareUpdateConfigurationRunsGetById: any;
@@ -3294,7 +3206,7 @@ export declare const SoftwareUpdateConfigurationRunsListInput: Schema.Struct<{
3294
3206
  }>;
3295
3207
  export type SoftwareUpdateConfigurationRunsListInput = typeof SoftwareUpdateConfigurationRunsListInput.Type;
3296
3208
  export declare const SoftwareUpdateConfigurationRunsListOutput: Schema.Struct<{
3297
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
3209
+ readonly value: Schema.$Array<Schema.Struct<{
3298
3210
  readonly name: Schema.optional<Schema.String>;
3299
3211
  readonly id: Schema.optional<Schema.String>;
3300
3212
  readonly properties: Schema.optional<Schema.Struct<{
@@ -3325,17 +3237,17 @@ export declare const SoftwareUpdateConfigurationRunsListOutput: Schema.Struct<{
3325
3237
  }>>;
3326
3238
  }>>;
3327
3239
  }>>;
3328
- }>>>;
3240
+ }>>;
3329
3241
  readonly nextLink: Schema.optional<Schema.String>;
3330
3242
  }>;
3331
3243
  export type SoftwareUpdateConfigurationRunsListOutput = typeof SoftwareUpdateConfigurationRunsListOutput.Type;
3332
3244
  /**
3333
3245
  * Return list of software update configuration runs
3334
3246
  *
3335
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3336
- * @param resourceGroupName - Name of an Azure Resource group.
3247
+ * @param api-version - The API version to use for this operation.
3248
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3249
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3337
3250
  * @param automationAccountName - The name of the automation account.
3338
- * @param api-version - Client Api Version.
3339
3251
  * @param clientRequestId - Identifies this specific client request.
3340
3252
  * @param $filter - The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'
3341
3253
  * @param $skip - Number of entries you skip before returning results
@@ -3350,96 +3262,16 @@ export declare const SoftwareUpdateConfigurationsCreateInput: Schema.Struct<{
3350
3262
  readonly "api-version": Schema.String;
3351
3263
  }>;
3352
3264
  export type SoftwareUpdateConfigurationsCreateInput = typeof SoftwareUpdateConfigurationsCreateInput.Type;
3353
- export declare const SoftwareUpdateConfigurationsCreateOutput: Schema.Struct<{
3354
- readonly name: Schema.optional<Schema.String>;
3355
- readonly id: Schema.optional<Schema.String>;
3356
- readonly type: Schema.optional<Schema.String>;
3357
- readonly properties: Schema.Struct<{
3358
- readonly updateConfiguration: Schema.Struct<{
3359
- readonly operatingSystem: Schema.Literals<readonly ["Windows", "Linux"]>;
3360
- readonly windows: Schema.optional<Schema.Struct<{
3361
- readonly includedUpdateClassifications: Schema.optional<Schema.Literals<readonly ["Unclassified", "Critical", "Security", "UpdateRollup", "FeaturePack", "ServicePack", "Definition", "Tools", "Updates"]>>;
3362
- readonly excludedKbNumbers: Schema.optional<Schema.$Array<Schema.String>>;
3363
- readonly includedKbNumbers: Schema.optional<Schema.$Array<Schema.String>>;
3364
- readonly rebootSetting: Schema.optional<Schema.String>;
3365
- }>>;
3366
- readonly linux: Schema.optional<Schema.Struct<{
3367
- readonly includedPackageClassifications: Schema.optional<Schema.Literals<readonly ["Unclassified", "Critical", "Security", "Other"]>>;
3368
- readonly excludedPackageNameMasks: Schema.optional<Schema.$Array<Schema.String>>;
3369
- readonly includedPackageNameMasks: Schema.optional<Schema.$Array<Schema.String>>;
3370
- readonly rebootSetting: Schema.optional<Schema.String>;
3371
- }>>;
3372
- readonly duration: Schema.optional<Schema.String>;
3373
- readonly azureVirtualMachines: Schema.optional<Schema.$Array<Schema.String>>;
3374
- readonly nonAzureComputerNames: Schema.optional<Schema.$Array<Schema.String>>;
3375
- readonly targets: Schema.optional<Schema.Struct<{
3376
- readonly azureQueries: Schema.optional<Schema.$Array<Schema.Struct<{
3377
- readonly scope: Schema.optional<Schema.$Array<Schema.String>>;
3378
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
3379
- readonly tagSettings: Schema.optional<Schema.Struct<{
3380
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.String>>>;
3381
- readonly filterOperator: Schema.optional<Schema.Literals<readonly ["All", "Any"]>>;
3382
- }>>;
3383
- }>>>;
3384
- readonly nonAzureQueries: Schema.optional<Schema.$Array<Schema.Struct<{
3385
- readonly functionAlias: Schema.optional<Schema.String>;
3386
- readonly workspaceId: Schema.optional<Schema.String>;
3387
- }>>>;
3388
- }>>;
3389
- }>;
3390
- readonly scheduleInfo: Schema.Struct<{
3391
- readonly startTime: Schema.optional<Schema.String>;
3392
- readonly startTimeOffsetMinutes: Schema.optional<Schema.Number>;
3393
- readonly expiryTime: Schema.optional<Schema.NullOr<Schema.String>>;
3394
- readonly expiryTimeOffsetMinutes: Schema.optional<Schema.Number>;
3395
- readonly isEnabled: Schema.optional<Schema.Boolean>;
3396
- readonly nextRun: Schema.optional<Schema.NullOr<Schema.String>>;
3397
- readonly nextRunOffsetMinutes: Schema.optional<Schema.Number>;
3398
- readonly interval: Schema.optional<Schema.Number>;
3399
- readonly frequency: Schema.optional<Schema.Literals<readonly ["OneTime", "Day", "Hour", "Week", "Month", "Minute"]>>;
3400
- readonly timeZone: Schema.optional<Schema.String>;
3401
- readonly advancedSchedule: Schema.optional<Schema.Struct<{
3402
- readonly weekDays: Schema.optional<Schema.$Array<Schema.String>>;
3403
- readonly monthDays: Schema.optional<Schema.$Array<Schema.Number>>;
3404
- readonly monthlyOccurrences: Schema.optional<Schema.$Array<Schema.Struct<{
3405
- readonly occurrence: Schema.optional<Schema.Number>;
3406
- readonly day: Schema.optional<Schema.Literals<readonly ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>;
3407
- }>>>;
3408
- }>>;
3409
- readonly creationTime: Schema.optional<Schema.String>;
3410
- readonly lastModifiedTime: Schema.optional<Schema.String>;
3411
- readonly description: Schema.optional<Schema.String>;
3412
- }>;
3413
- readonly provisioningState: Schema.optional<Schema.String>;
3414
- readonly error: Schema.optional<Schema.Struct<{
3415
- readonly code: Schema.optional<Schema.String>;
3416
- readonly message: Schema.optional<Schema.String>;
3417
- }>>;
3418
- readonly creationTime: Schema.optional<Schema.String>;
3419
- readonly createdBy: Schema.optional<Schema.String>;
3420
- readonly lastModifiedTime: Schema.optional<Schema.String>;
3421
- readonly lastModifiedBy: Schema.optional<Schema.String>;
3422
- readonly tasks: Schema.optional<Schema.Struct<{
3423
- readonly preTask: Schema.optional<Schema.Struct<{
3424
- readonly parameters: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3425
- readonly source: Schema.optional<Schema.String>;
3426
- }>>;
3427
- readonly postTask: Schema.optional<Schema.Struct<{
3428
- readonly parameters: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3429
- readonly source: Schema.optional<Schema.String>;
3430
- }>>;
3431
- }>>;
3432
- }>;
3433
- }>;
3265
+ export declare const SoftwareUpdateConfigurationsCreateOutput: Schema.Struct<{}>;
3434
3266
  export type SoftwareUpdateConfigurationsCreateOutput = typeof SoftwareUpdateConfigurationsCreateOutput.Type;
3435
3267
  /**
3436
3268
  * Create a new software update configuration with the name given in the URI.
3437
3269
  *
3438
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3439
- * @param resourceGroupName - Name of an Azure Resource group.
3270
+ * @param api-version - The API version to use for this operation.
3271
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3272
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3440
3273
  * @param automationAccountName - The name of the automation account.
3441
3274
  * @param softwareUpdateConfigurationName - The name of the software update configuration to be created.
3442
- * @param api-version - Client Api Version.
3443
3275
  * @param clientRequestId - Identifies this specific client request.
3444
3276
  */
3445
3277
  export declare const SoftwareUpdateConfigurationsCreate: any;
@@ -3456,11 +3288,11 @@ export type SoftwareUpdateConfigurationsDeleteOutput = typeof SoftwareUpdateConf
3456
3288
  /**
3457
3289
  * delete a specific software update configuration.
3458
3290
  *
3459
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3460
- * @param resourceGroupName - Name of an Azure Resource group.
3291
+ * @param api-version - The API version to use for this operation.
3292
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3293
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3461
3294
  * @param automationAccountName - The name of the automation account.
3462
3295
  * @param softwareUpdateConfigurationName - The name of the software update configuration to be created.
3463
- * @param api-version - Client Api Version.
3464
3296
  * @param clientRequestId - Identifies this specific client request.
3465
3297
  */
3466
3298
  export declare const SoftwareUpdateConfigurationsDelete: any;
@@ -3472,96 +3304,16 @@ export declare const SoftwareUpdateConfigurationsGetByNameInput: Schema.Struct<{
3472
3304
  readonly "api-version": Schema.String;
3473
3305
  }>;
3474
3306
  export type SoftwareUpdateConfigurationsGetByNameInput = typeof SoftwareUpdateConfigurationsGetByNameInput.Type;
3475
- export declare const SoftwareUpdateConfigurationsGetByNameOutput: Schema.Struct<{
3476
- readonly name: Schema.optional<Schema.String>;
3477
- readonly id: Schema.optional<Schema.String>;
3478
- readonly type: Schema.optional<Schema.String>;
3479
- readonly properties: Schema.Struct<{
3480
- readonly updateConfiguration: Schema.Struct<{
3481
- readonly operatingSystem: Schema.Literals<readonly ["Windows", "Linux"]>;
3482
- readonly windows: Schema.optional<Schema.Struct<{
3483
- readonly includedUpdateClassifications: Schema.optional<Schema.Literals<readonly ["Unclassified", "Critical", "Security", "UpdateRollup", "FeaturePack", "ServicePack", "Definition", "Tools", "Updates"]>>;
3484
- readonly excludedKbNumbers: Schema.optional<Schema.$Array<Schema.String>>;
3485
- readonly includedKbNumbers: Schema.optional<Schema.$Array<Schema.String>>;
3486
- readonly rebootSetting: Schema.optional<Schema.String>;
3487
- }>>;
3488
- readonly linux: Schema.optional<Schema.Struct<{
3489
- readonly includedPackageClassifications: Schema.optional<Schema.Literals<readonly ["Unclassified", "Critical", "Security", "Other"]>>;
3490
- readonly excludedPackageNameMasks: Schema.optional<Schema.$Array<Schema.String>>;
3491
- readonly includedPackageNameMasks: Schema.optional<Schema.$Array<Schema.String>>;
3492
- readonly rebootSetting: Schema.optional<Schema.String>;
3493
- }>>;
3494
- readonly duration: Schema.optional<Schema.String>;
3495
- readonly azureVirtualMachines: Schema.optional<Schema.$Array<Schema.String>>;
3496
- readonly nonAzureComputerNames: Schema.optional<Schema.$Array<Schema.String>>;
3497
- readonly targets: Schema.optional<Schema.Struct<{
3498
- readonly azureQueries: Schema.optional<Schema.$Array<Schema.Struct<{
3499
- readonly scope: Schema.optional<Schema.$Array<Schema.String>>;
3500
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
3501
- readonly tagSettings: Schema.optional<Schema.Struct<{
3502
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.String>>>;
3503
- readonly filterOperator: Schema.optional<Schema.Literals<readonly ["All", "Any"]>>;
3504
- }>>;
3505
- }>>>;
3506
- readonly nonAzureQueries: Schema.optional<Schema.$Array<Schema.Struct<{
3507
- readonly functionAlias: Schema.optional<Schema.String>;
3508
- readonly workspaceId: Schema.optional<Schema.String>;
3509
- }>>>;
3510
- }>>;
3511
- }>;
3512
- readonly scheduleInfo: Schema.Struct<{
3513
- readonly startTime: Schema.optional<Schema.String>;
3514
- readonly startTimeOffsetMinutes: Schema.optional<Schema.Number>;
3515
- readonly expiryTime: Schema.optional<Schema.NullOr<Schema.String>>;
3516
- readonly expiryTimeOffsetMinutes: Schema.optional<Schema.Number>;
3517
- readonly isEnabled: Schema.optional<Schema.Boolean>;
3518
- readonly nextRun: Schema.optional<Schema.NullOr<Schema.String>>;
3519
- readonly nextRunOffsetMinutes: Schema.optional<Schema.Number>;
3520
- readonly interval: Schema.optional<Schema.Number>;
3521
- readonly frequency: Schema.optional<Schema.Literals<readonly ["OneTime", "Day", "Hour", "Week", "Month", "Minute"]>>;
3522
- readonly timeZone: Schema.optional<Schema.String>;
3523
- readonly advancedSchedule: Schema.optional<Schema.Struct<{
3524
- readonly weekDays: Schema.optional<Schema.$Array<Schema.String>>;
3525
- readonly monthDays: Schema.optional<Schema.$Array<Schema.Number>>;
3526
- readonly monthlyOccurrences: Schema.optional<Schema.$Array<Schema.Struct<{
3527
- readonly occurrence: Schema.optional<Schema.Number>;
3528
- readonly day: Schema.optional<Schema.Literals<readonly ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>;
3529
- }>>>;
3530
- }>>;
3531
- readonly creationTime: Schema.optional<Schema.String>;
3532
- readonly lastModifiedTime: Schema.optional<Schema.String>;
3533
- readonly description: Schema.optional<Schema.String>;
3534
- }>;
3535
- readonly provisioningState: Schema.optional<Schema.String>;
3536
- readonly error: Schema.optional<Schema.Struct<{
3537
- readonly code: Schema.optional<Schema.String>;
3538
- readonly message: Schema.optional<Schema.String>;
3539
- }>>;
3540
- readonly creationTime: Schema.optional<Schema.String>;
3541
- readonly createdBy: Schema.optional<Schema.String>;
3542
- readonly lastModifiedTime: Schema.optional<Schema.String>;
3543
- readonly lastModifiedBy: Schema.optional<Schema.String>;
3544
- readonly tasks: Schema.optional<Schema.Struct<{
3545
- readonly preTask: Schema.optional<Schema.Struct<{
3546
- readonly parameters: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3547
- readonly source: Schema.optional<Schema.String>;
3548
- }>>;
3549
- readonly postTask: Schema.optional<Schema.Struct<{
3550
- readonly parameters: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3551
- readonly source: Schema.optional<Schema.String>;
3552
- }>>;
3553
- }>>;
3554
- }>;
3555
- }>;
3307
+ export declare const SoftwareUpdateConfigurationsGetByNameOutput: Schema.Struct<{}>;
3556
3308
  export type SoftwareUpdateConfigurationsGetByNameOutput = typeof SoftwareUpdateConfigurationsGetByNameOutput.Type;
3557
3309
  /**
3558
3310
  * Get a single software update configuration by name.
3559
3311
  *
3560
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3561
- * @param resourceGroupName - Name of an Azure Resource group.
3312
+ * @param api-version - The API version to use for this operation.
3313
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3314
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3562
3315
  * @param automationAccountName - The name of the automation account.
3563
3316
  * @param softwareUpdateConfigurationName - The name of the software update configuration to be created.
3564
- * @param api-version - Client Api Version.
3565
3317
  * @param clientRequestId - Identifies this specific client request.
3566
3318
  */
3567
3319
  export declare const SoftwareUpdateConfigurationsGetByName: any;
@@ -3633,19 +3385,19 @@ export type SoftwareUpdateConfigurationsListOutput = typeof SoftwareUpdateConfig
3633
3385
  /**
3634
3386
  * Get all software update configurations for the account.
3635
3387
  *
3636
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3637
- * @param resourceGroupName - Name of an Azure Resource group.
3388
+ * @param api-version - The API version to use for this operation.
3389
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3390
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3638
3391
  * @param automationAccountName - The name of the automation account.
3639
- * @param api-version - Client Api Version.
3640
3392
  * @param clientRequestId - Identifies this specific client request.
3641
3393
  * @param $filter - The filter to apply on the operation.
3642
3394
  */
3643
3395
  export declare const SoftwareUpdateConfigurationsList: any;
3644
3396
  export declare const SourceControlCreateOrUpdateInput: Schema.Struct<{
3397
+ readonly subscriptionId: Schema.String;
3645
3398
  readonly resourceGroupName: Schema.String;
3646
3399
  readonly automationAccountName: Schema.String;
3647
3400
  readonly sourceControlName: Schema.String;
3648
- readonly subscriptionId: Schema.String;
3649
3401
  readonly "api-version": Schema.String;
3650
3402
  }>;
3651
3403
  export type SourceControlCreateOrUpdateInput = typeof SourceControlCreateOrUpdateInput.Type;
@@ -3654,18 +3406,18 @@ export type SourceControlCreateOrUpdateOutput = typeof SourceControlCreateOrUpda
3654
3406
  /**
3655
3407
  * Create a source control.
3656
3408
  *
3657
- * @param resourceGroupName - Name of an Azure Resource group.
3409
+ * @param api-version - The API version to use for this operation.
3410
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3411
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3658
3412
  * @param automationAccountName - The name of the automation account.
3659
- * @param sourceControlName - The source control name.
3660
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3661
- * @param api-version - Client Api Version.
3413
+ * @param sourceControlName - The name of source control.
3662
3414
  */
3663
3415
  export declare const SourceControlCreateOrUpdate: any;
3664
3416
  export declare const SourceControlDeleteInput: Schema.Struct<{
3417
+ readonly subscriptionId: Schema.String;
3665
3418
  readonly resourceGroupName: Schema.String;
3666
3419
  readonly automationAccountName: Schema.String;
3667
3420
  readonly sourceControlName: Schema.String;
3668
- readonly subscriptionId: Schema.String;
3669
3421
  readonly "api-version": Schema.String;
3670
3422
  }>;
3671
3423
  export type SourceControlDeleteInput = typeof SourceControlDeleteInput.Type;
@@ -3674,18 +3426,18 @@ export type SourceControlDeleteOutput = typeof SourceControlDeleteOutput.Type;
3674
3426
  /**
3675
3427
  * Delete the source control.
3676
3428
  *
3677
- * @param resourceGroupName - Name of an Azure Resource group.
3429
+ * @param api-version - The API version to use for this operation.
3430
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3431
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3678
3432
  * @param automationAccountName - The name of the automation account.
3679
3433
  * @param sourceControlName - The name of source control.
3680
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3681
- * @param api-version - Client Api Version.
3682
3434
  */
3683
3435
  export declare const SourceControlDelete: any;
3684
3436
  export declare const SourceControlGetInput: Schema.Struct<{
3437
+ readonly subscriptionId: Schema.String;
3685
3438
  readonly resourceGroupName: Schema.String;
3686
3439
  readonly automationAccountName: Schema.String;
3687
3440
  readonly sourceControlName: Schema.String;
3688
- readonly subscriptionId: Schema.String;
3689
3441
  readonly "api-version": Schema.String;
3690
3442
  }>;
3691
3443
  export type SourceControlGetInput = typeof SourceControlGetInput.Type;
@@ -3694,42 +3446,42 @@ export type SourceControlGetOutput = typeof SourceControlGetOutput.Type;
3694
3446
  /**
3695
3447
  * Retrieve the source control identified by source control name.
3696
3448
  *
3697
- * @param resourceGroupName - Name of an Azure Resource group.
3449
+ * @param api-version - The API version to use for this operation.
3450
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3451
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3698
3452
  * @param automationAccountName - The name of the automation account.
3699
3453
  * @param sourceControlName - The name of source control.
3700
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3701
- * @param api-version - Client Api Version.
3702
3454
  */
3703
3455
  export declare const SourceControlGet: any;
3704
3456
  export declare const SourceControlListByAutomationAccountInput: Schema.Struct<{
3457
+ readonly subscriptionId: Schema.String;
3705
3458
  readonly resourceGroupName: Schema.String;
3706
3459
  readonly automationAccountName: Schema.String;
3707
- readonly subscriptionId: Schema.String;
3708
- readonly $filter: Schema.optional<Schema.String>;
3709
3460
  readonly "api-version": Schema.String;
3461
+ readonly $filter: Schema.optional<Schema.String>;
3710
3462
  }>;
3711
3463
  export type SourceControlListByAutomationAccountInput = typeof SourceControlListByAutomationAccountInput.Type;
3712
3464
  export declare const SourceControlListByAutomationAccountOutput: Schema.Struct<{
3713
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
3465
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
3714
3466
  readonly nextLink: Schema.optional<Schema.String>;
3715
3467
  }>;
3716
3468
  export type SourceControlListByAutomationAccountOutput = typeof SourceControlListByAutomationAccountOutput.Type;
3717
3469
  /**
3718
3470
  * Retrieve a list of source controls.
3719
3471
  *
3720
- * @param resourceGroupName - Name of an Azure Resource group.
3472
+ * @param api-version - The API version to use for this operation.
3473
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3474
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3721
3475
  * @param automationAccountName - The name of the automation account.
3722
3476
  * @param $filter - The filter to apply on the operation.
3723
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3724
- * @param api-version - Client Api Version.
3725
3477
  */
3726
3478
  export declare const SourceControlListByAutomationAccount: any;
3727
3479
  export declare const SourceControlSyncJobCreateInput: Schema.Struct<{
3480
+ readonly subscriptionId: Schema.String;
3728
3481
  readonly resourceGroupName: Schema.String;
3729
3482
  readonly automationAccountName: Schema.String;
3730
3483
  readonly sourceControlName: Schema.String;
3731
3484
  readonly sourceControlSyncJobId: Schema.String;
3732
- readonly subscriptionId: Schema.String;
3733
3485
  readonly "api-version": Schema.String;
3734
3486
  }>;
3735
3487
  export type SourceControlSyncJobCreateInput = typeof SourceControlSyncJobCreateInput.Type;
@@ -3750,20 +3502,20 @@ export type SourceControlSyncJobCreateOutput = typeof SourceControlSyncJobCreate
3750
3502
  /**
3751
3503
  * Creates the sync job for a source control.
3752
3504
  *
3753
- * @param resourceGroupName - Name of an Azure Resource group.
3505
+ * @param api-version - The API version to use for this operation.
3506
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3507
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3754
3508
  * @param automationAccountName - The name of the automation account.
3755
- * @param sourceControlName - The source control name.
3509
+ * @param sourceControlName - The name of source control.
3756
3510
  * @param sourceControlSyncJobId - The source control sync job id.
3757
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3758
- * @param api-version - Client Api Version.
3759
3511
  */
3760
3512
  export declare const SourceControlSyncJobCreate: any;
3761
3513
  export declare const SourceControlSyncJobGetInput: Schema.Struct<{
3514
+ readonly subscriptionId: Schema.String;
3762
3515
  readonly resourceGroupName: Schema.String;
3763
3516
  readonly automationAccountName: Schema.String;
3764
3517
  readonly sourceControlName: Schema.String;
3765
3518
  readonly sourceControlSyncJobId: Schema.String;
3766
- readonly subscriptionId: Schema.String;
3767
3519
  readonly "api-version": Schema.String;
3768
3520
  }>;
3769
3521
  export type SourceControlSyncJobGetInput = typeof SourceControlSyncJobGetInput.Type;
@@ -3783,25 +3535,25 @@ export type SourceControlSyncJobGetOutput = typeof SourceControlSyncJobGetOutput
3783
3535
  /**
3784
3536
  * Retrieve the source control sync job identified by job id.
3785
3537
  *
3786
- * @param resourceGroupName - Name of an Azure Resource group.
3538
+ * @param api-version - The API version to use for this operation.
3539
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3540
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3787
3541
  * @param automationAccountName - The name of the automation account.
3788
- * @param sourceControlName - The source control name.
3542
+ * @param sourceControlName - The name of source control.
3789
3543
  * @param sourceControlSyncJobId - The source control sync job id.
3790
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3791
- * @param api-version - Client Api Version.
3792
3544
  */
3793
3545
  export declare const SourceControlSyncJobGet: any;
3794
3546
  export declare const SourceControlSyncJobListByAutomationAccountInput: Schema.Struct<{
3547
+ readonly subscriptionId: Schema.String;
3795
3548
  readonly resourceGroupName: Schema.String;
3796
3549
  readonly automationAccountName: Schema.String;
3797
3550
  readonly sourceControlName: Schema.String;
3798
- readonly subscriptionId: Schema.String;
3799
- readonly $filter: Schema.optional<Schema.String>;
3800
3551
  readonly "api-version": Schema.String;
3552
+ readonly $filter: Schema.optional<Schema.String>;
3801
3553
  }>;
3802
3554
  export type SourceControlSyncJobListByAutomationAccountInput = typeof SourceControlSyncJobListByAutomationAccountInput.Type;
3803
3555
  export declare const SourceControlSyncJobListByAutomationAccountOutput: Schema.Struct<{
3804
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
3556
+ readonly value: Schema.$Array<Schema.Struct<{
3805
3557
  readonly name: Schema.optional<Schema.String>;
3806
3558
  readonly type: Schema.optional<Schema.String>;
3807
3559
  readonly id: Schema.optional<Schema.String>;
@@ -3813,28 +3565,28 @@ export declare const SourceControlSyncJobListByAutomationAccountOutput: Schema.S
3813
3565
  readonly endTime: Schema.optional<Schema.NullOr<Schema.String>>;
3814
3566
  readonly syncType: Schema.optional<Schema.Literals<readonly ["PartialSync", "FullSync"]>>;
3815
3567
  }>>;
3816
- }>>>;
3568
+ }>>;
3817
3569
  readonly nextLink: Schema.optional<Schema.String>;
3818
3570
  }>;
3819
3571
  export type SourceControlSyncJobListByAutomationAccountOutput = typeof SourceControlSyncJobListByAutomationAccountOutput.Type;
3820
3572
  /**
3821
3573
  * Retrieve a list of source control sync jobs.
3822
3574
  *
3823
- * @param resourceGroupName - Name of an Azure Resource group.
3575
+ * @param api-version - The API version to use for this operation.
3576
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3577
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3824
3578
  * @param automationAccountName - The name of the automation account.
3825
- * @param sourceControlName - The source control name.
3579
+ * @param sourceControlName - The name of source control.
3826
3580
  * @param $filter - The filter to apply on the operation.
3827
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3828
- * @param api-version - Client Api Version.
3829
3581
  */
3830
3582
  export declare const SourceControlSyncJobListByAutomationAccount: any;
3831
3583
  export declare const SourceControlSyncJobStreamsGetInput: Schema.Struct<{
3584
+ readonly subscriptionId: Schema.String;
3832
3585
  readonly resourceGroupName: Schema.String;
3833
3586
  readonly automationAccountName: Schema.String;
3834
3587
  readonly sourceControlName: Schema.String;
3835
3588
  readonly sourceControlSyncJobId: Schema.String;
3836
3589
  readonly streamId: Schema.String;
3837
- readonly subscriptionId: Schema.String;
3838
3590
  readonly "api-version": Schema.String;
3839
3591
  }>;
3840
3592
  export type SourceControlSyncJobStreamsGetInput = typeof SourceControlSyncJobStreamsGetInput.Type;
@@ -3853,27 +3605,27 @@ export type SourceControlSyncJobStreamsGetOutput = typeof SourceControlSyncJobSt
3853
3605
  /**
3854
3606
  * Retrieve a sync job stream identified by stream id.
3855
3607
  *
3856
- * @param resourceGroupName - Name of an Azure Resource group.
3608
+ * @param api-version - The API version to use for this operation.
3609
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3610
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3857
3611
  * @param automationAccountName - The name of the automation account.
3858
- * @param sourceControlName - The source control name.
3612
+ * @param sourceControlName - The name of source control.
3859
3613
  * @param sourceControlSyncJobId - The source control sync job id.
3860
3614
  * @param streamId - The id of the sync job stream.
3861
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3862
- * @param api-version - Client Api Version.
3863
3615
  */
3864
3616
  export declare const SourceControlSyncJobStreamsGet: any;
3865
3617
  export declare const SourceControlSyncJobStreamsListBySyncJobInput: Schema.Struct<{
3618
+ readonly subscriptionId: Schema.String;
3866
3619
  readonly resourceGroupName: Schema.String;
3867
3620
  readonly automationAccountName: Schema.String;
3868
3621
  readonly sourceControlName: Schema.String;
3869
3622
  readonly sourceControlSyncJobId: Schema.String;
3870
- readonly subscriptionId: Schema.String;
3871
- readonly $filter: Schema.optional<Schema.String>;
3872
3623
  readonly "api-version": Schema.String;
3624
+ readonly $filter: Schema.optional<Schema.String>;
3873
3625
  }>;
3874
3626
  export type SourceControlSyncJobStreamsListBySyncJobInput = typeof SourceControlSyncJobStreamsListBySyncJobInput.Type;
3875
3627
  export declare const SourceControlSyncJobStreamsListBySyncJobOutput: Schema.Struct<{
3876
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
3628
+ readonly value: Schema.$Array<Schema.Struct<{
3877
3629
  readonly id: Schema.optional<Schema.String>;
3878
3630
  readonly properties: Schema.optional<Schema.Struct<{
3879
3631
  readonly sourceControlSyncJobStreamId: Schema.optional<Schema.String>;
@@ -3881,27 +3633,27 @@ export declare const SourceControlSyncJobStreamsListBySyncJobOutput: Schema.Stru
3881
3633
  readonly time: Schema.optional<Schema.NullOr<Schema.String>>;
3882
3634
  readonly streamType: Schema.optional<Schema.Literals<readonly ["Error", "Output"]>>;
3883
3635
  }>>;
3884
- }>>>;
3636
+ }>>;
3885
3637
  readonly nextLink: Schema.optional<Schema.String>;
3886
3638
  }>;
3887
3639
  export type SourceControlSyncJobStreamsListBySyncJobOutput = typeof SourceControlSyncJobStreamsListBySyncJobOutput.Type;
3888
3640
  /**
3889
3641
  * Retrieve a list of sync job streams identified by sync job id.
3890
3642
  *
3891
- * @param resourceGroupName - Name of an Azure Resource group.
3643
+ * @param api-version - The API version to use for this operation.
3644
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3645
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3892
3646
  * @param automationAccountName - The name of the automation account.
3893
- * @param sourceControlName - The source control name.
3647
+ * @param sourceControlName - The name of source control.
3894
3648
  * @param sourceControlSyncJobId - The source control sync job id.
3895
3649
  * @param $filter - The filter to apply on the operation.
3896
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3897
- * @param api-version - Client Api Version.
3898
3650
  */
3899
3651
  export declare const SourceControlSyncJobStreamsListBySyncJob: any;
3900
3652
  export declare const SourceControlUpdateInput: Schema.Struct<{
3653
+ readonly subscriptionId: Schema.String;
3901
3654
  readonly resourceGroupName: Schema.String;
3902
3655
  readonly automationAccountName: Schema.String;
3903
3656
  readonly sourceControlName: Schema.String;
3904
- readonly subscriptionId: Schema.String;
3905
3657
  readonly "api-version": Schema.String;
3906
3658
  }>;
3907
3659
  export type SourceControlUpdateInput = typeof SourceControlUpdateInput.Type;
@@ -3910,19 +3662,19 @@ export type SourceControlUpdateOutput = typeof SourceControlUpdateOutput.Type;
3910
3662
  /**
3911
3663
  * Update a source control.
3912
3664
  *
3913
- * @param resourceGroupName - Name of an Azure Resource group.
3665
+ * @param api-version - The API version to use for this operation.
3666
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3667
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3914
3668
  * @param automationAccountName - The name of the automation account.
3915
- * @param sourceControlName - The source control name.
3916
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3917
- * @param api-version - Client Api Version.
3669
+ * @param sourceControlName - The name of source control.
3918
3670
  */
3919
3671
  export declare const SourceControlUpdate: any;
3920
3672
  export declare const StatisticsListByAutomationAccountInput: Schema.Struct<{
3673
+ readonly subscriptionId: Schema.String;
3921
3674
  readonly resourceGroupName: Schema.String;
3922
3675
  readonly automationAccountName: Schema.String;
3923
- readonly subscriptionId: Schema.String;
3924
- readonly $filter: Schema.optional<Schema.String>;
3925
3676
  readonly "api-version": Schema.String;
3677
+ readonly $filter: Schema.optional<Schema.String>;
3926
3678
  }>;
3927
3679
  export type StatisticsListByAutomationAccountInput = typeof StatisticsListByAutomationAccountInput.Type;
3928
3680
  export declare const StatisticsListByAutomationAccountOutput: Schema.Struct<{
@@ -3933,16 +3685,17 @@ export declare const StatisticsListByAutomationAccountOutput: Schema.Struct<{
3933
3685
  readonly endTime: Schema.optional<Schema.NullOr<Schema.String>>;
3934
3686
  readonly id: Schema.optional<Schema.String>;
3935
3687
  }>>>;
3688
+ readonly nextLink: Schema.optional<Schema.String>;
3936
3689
  }>;
3937
3690
  export type StatisticsListByAutomationAccountOutput = typeof StatisticsListByAutomationAccountOutput.Type;
3938
3691
  /**
3939
3692
  * Retrieve the statistics for the account.
3940
3693
  *
3941
- * @param resourceGroupName - Name of an Azure Resource group.
3694
+ * @param api-version - The API version to use for this operation.
3695
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3696
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3942
3697
  * @param automationAccountName - The name of the automation account.
3943
3698
  * @param $filter - The filter to apply on the operation.
3944
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3945
- * @param api-version - Client Api Version.
3946
3699
  */
3947
3700
  export declare const StatisticsListByAutomationAccount: any;
3948
3701
  export declare const TestJobCreateInput: Schema.Struct<{
@@ -3970,11 +3723,11 @@ export type TestJobCreateOutput = typeof TestJobCreateOutput.Type;
3970
3723
  /**
3971
3724
  * Create a test job of the runbook.
3972
3725
  *
3973
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
3974
- * @param resourceGroupName - Name of an Azure Resource group.
3726
+ * @param api-version - The API version to use for this operation.
3727
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3728
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
3975
3729
  * @param automationAccountName - The name of the automation account.
3976
- * @param runbookName - The parameters supplied to the create test job operation.
3977
- * @param api-version - Client Api Version.
3730
+ * @param runbookName - The runbook name.
3978
3731
  */
3979
3732
  export declare const TestJobCreate: any;
3980
3733
  export declare const TestJobGetInput: Schema.Struct<{
@@ -4002,11 +3755,11 @@ export type TestJobGetOutput = typeof TestJobGetOutput.Type;
4002
3755
  /**
4003
3756
  * Retrieve the test job for the specified runbook.
4004
3757
  *
4005
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4006
- * @param resourceGroupName - Name of an Azure Resource group.
3758
+ * @param api-version - The API version to use for this operation.
3759
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3760
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4007
3761
  * @param automationAccountName - The name of the automation account.
4008
3762
  * @param runbookName - The runbook name.
4009
- * @param api-version - Client Api Version.
4010
3763
  */
4011
3764
  export declare const TestJobGet: any;
4012
3765
  export declare const TestJobResumeInput: Schema.Struct<{
@@ -4022,11 +3775,11 @@ export type TestJobResumeOutput = typeof TestJobResumeOutput.Type;
4022
3775
  /**
4023
3776
  * Resume the test job.
4024
3777
  *
4025
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4026
- * @param resourceGroupName - Name of an Azure Resource group.
3778
+ * @param api-version - The API version to use for this operation.
3779
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3780
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4027
3781
  * @param automationAccountName - The name of the automation account.
4028
3782
  * @param runbookName - The runbook name.
4029
- * @param api-version - Client Api Version.
4030
3783
  */
4031
3784
  export declare const TestJobResume: any;
4032
3785
  export declare const TestJobStopInput: Schema.Struct<{
@@ -4042,11 +3795,11 @@ export type TestJobStopOutput = typeof TestJobStopOutput.Type;
4042
3795
  /**
4043
3796
  * Stop the test job.
4044
3797
  *
4045
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4046
- * @param resourceGroupName - Name of an Azure Resource group.
3798
+ * @param api-version - The API version to use for this operation.
3799
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3800
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4047
3801
  * @param automationAccountName - The name of the automation account.
4048
3802
  * @param runbookName - The runbook name.
4049
- * @param api-version - Client Api Version.
4050
3803
  */
4051
3804
  export declare const TestJobStop: any;
4052
3805
  export declare const TestJobStreamsGetInput: Schema.Struct<{
@@ -4073,12 +3826,12 @@ export type TestJobStreamsGetOutput = typeof TestJobStreamsGetOutput.Type;
4073
3826
  /**
4074
3827
  * Retrieve a test job stream of the test job identified by runbook name and stream id.
4075
3828
  *
4076
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4077
- * @param resourceGroupName - Name of an Azure Resource group.
3829
+ * @param api-version - The API version to use for this operation.
3830
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3831
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4078
3832
  * @param automationAccountName - The name of the automation account.
4079
3833
  * @param runbookName - The runbook name.
4080
3834
  * @param jobStreamId - The job stream id.
4081
- * @param api-version - Client Api Version.
4082
3835
  */
4083
3836
  export declare const TestJobStreamsGet: any;
4084
3837
  export declare const TestJobStreamsListByTestJobInput: Schema.Struct<{
@@ -4086,12 +3839,12 @@ export declare const TestJobStreamsListByTestJobInput: Schema.Struct<{
4086
3839
  readonly resourceGroupName: Schema.String;
4087
3840
  readonly automationAccountName: Schema.String;
4088
3841
  readonly runbookName: Schema.String;
4089
- readonly $filter: Schema.optional<Schema.String>;
4090
3842
  readonly "api-version": Schema.String;
3843
+ readonly $filter: Schema.optional<Schema.String>;
4091
3844
  }>;
4092
3845
  export type TestJobStreamsListByTestJobInput = typeof TestJobStreamsListByTestJobInput.Type;
4093
3846
  export declare const TestJobStreamsListByTestJobOutput: Schema.Struct<{
4094
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
3847
+ readonly value: Schema.$Array<Schema.Struct<{
4095
3848
  readonly id: Schema.optional<Schema.String>;
4096
3849
  readonly properties: Schema.optional<Schema.Struct<{
4097
3850
  readonly jobStreamId: Schema.optional<Schema.String>;
@@ -4101,19 +3854,19 @@ export declare const TestJobStreamsListByTestJobOutput: Schema.Struct<{
4101
3854
  readonly summary: Schema.optional<Schema.NullOr<Schema.String>>;
4102
3855
  readonly value: Schema.optional<Schema.$Record<Schema.String, Schema.Unknown>>;
4103
3856
  }>>;
4104
- }>>>;
3857
+ }>>;
4105
3858
  readonly nextLink: Schema.optional<Schema.String>;
4106
3859
  }>;
4107
3860
  export type TestJobStreamsListByTestJobOutput = typeof TestJobStreamsListByTestJobOutput.Type;
4108
3861
  /**
4109
3862
  * Retrieve a list of test job streams identified by runbook name.
4110
3863
  *
4111
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4112
- * @param resourceGroupName - Name of an Azure Resource group.
3864
+ * @param api-version - The API version to use for this operation.
3865
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3866
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4113
3867
  * @param automationAccountName - The name of the automation account.
4114
3868
  * @param runbookName - The runbook name.
4115
3869
  * @param $filter - The filter to apply on the operation.
4116
- * @param api-version - Client Api Version.
4117
3870
  */
4118
3871
  export declare const TestJobStreamsListByTestJob: any;
4119
3872
  export declare const TestJobSuspendInput: Schema.Struct<{
@@ -4129,17 +3882,17 @@ export type TestJobSuspendOutput = typeof TestJobSuspendOutput.Type;
4129
3882
  /**
4130
3883
  * Suspend the test job.
4131
3884
  *
4132
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4133
- * @param resourceGroupName - Name of an Azure Resource group.
3885
+ * @param api-version - The API version to use for this operation.
3886
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3887
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4134
3888
  * @param automationAccountName - The name of the automation account.
4135
3889
  * @param runbookName - The runbook name.
4136
- * @param api-version - Client Api Version.
4137
3890
  */
4138
3891
  export declare const TestJobSuspend: any;
4139
3892
  export declare const UsagesListByAutomationAccountInput: Schema.Struct<{
3893
+ readonly subscriptionId: Schema.String;
4140
3894
  readonly resourceGroupName: Schema.String;
4141
3895
  readonly automationAccountName: Schema.String;
4142
- readonly subscriptionId: Schema.String;
4143
3896
  readonly "api-version": Schema.String;
4144
3897
  }>;
4145
3898
  export type UsagesListByAutomationAccountInput = typeof UsagesListByAutomationAccountInput.Type;
@@ -4155,22 +3908,23 @@ export declare const UsagesListByAutomationAccountOutput: Schema.Struct<{
4155
3908
  readonly limit: Schema.optional<Schema.Number>;
4156
3909
  readonly throttleStatus: Schema.optional<Schema.String>;
4157
3910
  }>>>;
3911
+ readonly nextLink: Schema.optional<Schema.String>;
4158
3912
  }>;
4159
3913
  export type UsagesListByAutomationAccountOutput = typeof UsagesListByAutomationAccountOutput.Type;
4160
3914
  /**
4161
3915
  * Retrieve the usage for the account id.
4162
3916
  *
4163
- * @param resourceGroupName - Name of an Azure Resource group.
3917
+ * @param api-version - The API version to use for this operation.
3918
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3919
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4164
3920
  * @param automationAccountName - The name of the automation account.
4165
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4166
- * @param api-version - Client Api Version.
4167
3921
  */
4168
3922
  export declare const UsagesListByAutomationAccount: any;
4169
3923
  export declare const VariableCreateOrUpdateInput: Schema.Struct<{
3924
+ readonly subscriptionId: Schema.String;
4170
3925
  readonly resourceGroupName: Schema.String;
4171
3926
  readonly automationAccountName: Schema.String;
4172
3927
  readonly variableName: Schema.String;
4173
- readonly subscriptionId: Schema.String;
4174
3928
  readonly "api-version": Schema.String;
4175
3929
  }>;
4176
3930
  export type VariableCreateOrUpdateInput = typeof VariableCreateOrUpdateInput.Type;
@@ -4179,18 +3933,18 @@ export type VariableCreateOrUpdateOutput = typeof VariableCreateOrUpdateOutput.T
4179
3933
  /**
4180
3934
  * Create a variable.
4181
3935
  *
4182
- * @param resourceGroupName - Name of an Azure Resource group.
3936
+ * @param api-version - The API version to use for this operation.
3937
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3938
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4183
3939
  * @param automationAccountName - The name of the automation account.
4184
- * @param variableName - The variable name.
4185
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4186
- * @param api-version - Client Api Version.
3940
+ * @param variableName - The name of variable.
4187
3941
  */
4188
3942
  export declare const VariableCreateOrUpdate: any;
4189
3943
  export declare const VariableDeleteInput: Schema.Struct<{
3944
+ readonly subscriptionId: Schema.String;
4190
3945
  readonly resourceGroupName: Schema.String;
4191
3946
  readonly automationAccountName: Schema.String;
4192
3947
  readonly variableName: Schema.String;
4193
- readonly subscriptionId: Schema.String;
4194
3948
  readonly "api-version": Schema.String;
4195
3949
  }>;
4196
3950
  export type VariableDeleteInput = typeof VariableDeleteInput.Type;
@@ -4199,18 +3953,18 @@ export type VariableDeleteOutput = typeof VariableDeleteOutput.Type;
4199
3953
  /**
4200
3954
  * Delete the variable.
4201
3955
  *
4202
- * @param resourceGroupName - Name of an Azure Resource group.
3956
+ * @param api-version - The API version to use for this operation.
3957
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3958
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4203
3959
  * @param automationAccountName - The name of the automation account.
4204
3960
  * @param variableName - The name of variable.
4205
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4206
- * @param api-version - Client Api Version.
4207
3961
  */
4208
3962
  export declare const VariableDelete: any;
4209
3963
  export declare const VariableGetInput: Schema.Struct<{
3964
+ readonly subscriptionId: Schema.String;
4210
3965
  readonly resourceGroupName: Schema.String;
4211
3966
  readonly automationAccountName: Schema.String;
4212
3967
  readonly variableName: Schema.String;
4213
- readonly subscriptionId: Schema.String;
4214
3968
  readonly "api-version": Schema.String;
4215
3969
  }>;
4216
3970
  export type VariableGetInput = typeof VariableGetInput.Type;
@@ -4219,39 +3973,39 @@ export type VariableGetOutput = typeof VariableGetOutput.Type;
4219
3973
  /**
4220
3974
  * Retrieve the variable identified by variable name.
4221
3975
  *
4222
- * @param resourceGroupName - Name of an Azure Resource group.
3976
+ * @param api-version - The API version to use for this operation.
3977
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3978
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4223
3979
  * @param automationAccountName - The name of the automation account.
4224
3980
  * @param variableName - The name of variable.
4225
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4226
- * @param api-version - Client Api Version.
4227
3981
  */
4228
3982
  export declare const VariableGet: any;
4229
3983
  export declare const VariableListByAutomationAccountInput: Schema.Struct<{
3984
+ readonly subscriptionId: Schema.String;
4230
3985
  readonly resourceGroupName: Schema.String;
4231
3986
  readonly automationAccountName: Schema.String;
4232
- readonly subscriptionId: Schema.String;
4233
3987
  readonly "api-version": Schema.String;
4234
3988
  }>;
4235
3989
  export type VariableListByAutomationAccountInput = typeof VariableListByAutomationAccountInput.Type;
4236
3990
  export declare const VariableListByAutomationAccountOutput: Schema.Struct<{
4237
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
3991
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
4238
3992
  readonly nextLink: Schema.optional<Schema.String>;
4239
3993
  }>;
4240
3994
  export type VariableListByAutomationAccountOutput = typeof VariableListByAutomationAccountOutput.Type;
4241
3995
  /**
4242
3996
  * Retrieve a list of variables.
4243
3997
  *
4244
- * @param resourceGroupName - Name of an Azure Resource group.
3998
+ * @param api-version - The API version to use for this operation.
3999
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4000
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4245
4001
  * @param automationAccountName - The name of the automation account.
4246
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4247
- * @param api-version - Client Api Version.
4248
4002
  */
4249
4003
  export declare const VariableListByAutomationAccount: any;
4250
4004
  export declare const VariableUpdateInput: Schema.Struct<{
4005
+ readonly subscriptionId: Schema.String;
4251
4006
  readonly resourceGroupName: Schema.String;
4252
4007
  readonly automationAccountName: Schema.String;
4253
4008
  readonly variableName: Schema.String;
4254
- readonly subscriptionId: Schema.String;
4255
4009
  readonly "api-version": Schema.String;
4256
4010
  }>;
4257
4011
  export type VariableUpdateInput = typeof VariableUpdateInput.Type;
@@ -4260,18 +4014,18 @@ export type VariableUpdateOutput = typeof VariableUpdateOutput.Type;
4260
4014
  /**
4261
4015
  * Update a variable.
4262
4016
  *
4263
- * @param resourceGroupName - Name of an Azure Resource group.
4017
+ * @param api-version - The API version to use for this operation.
4018
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4019
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4264
4020
  * @param automationAccountName - The name of the automation account.
4265
- * @param variableName - The variable name.
4266
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4267
- * @param api-version - Client Api Version.
4021
+ * @param variableName - The name of variable.
4268
4022
  */
4269
4023
  export declare const VariableUpdate: any;
4270
4024
  export declare const WatcherCreateOrUpdateInput: Schema.Struct<{
4025
+ readonly subscriptionId: Schema.String;
4271
4026
  readonly resourceGroupName: Schema.String;
4272
4027
  readonly automationAccountName: Schema.String;
4273
4028
  readonly watcherName: Schema.String;
4274
- readonly subscriptionId: Schema.String;
4275
4029
  readonly "api-version": Schema.String;
4276
4030
  }>;
4277
4031
  export type WatcherCreateOrUpdateInput = typeof WatcherCreateOrUpdateInput.Type;
@@ -4292,18 +4046,18 @@ export type WatcherCreateOrUpdateOutput = typeof WatcherCreateOrUpdateOutput.Typ
4292
4046
  /**
4293
4047
  * Create the watcher identified by watcher name.
4294
4048
  *
4295
- * @param resourceGroupName - Name of an Azure Resource group.
4049
+ * @param api-version - The API version to use for this operation.
4050
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4051
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4296
4052
  * @param automationAccountName - The name of the automation account.
4297
4053
  * @param watcherName - The watcher name.
4298
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4299
- * @param api-version - Client Api Version.
4300
4054
  */
4301
4055
  export declare const WatcherCreateOrUpdate: any;
4302
4056
  export declare const WatcherDeleteInput: Schema.Struct<{
4057
+ readonly subscriptionId: Schema.String;
4303
4058
  readonly resourceGroupName: Schema.String;
4304
4059
  readonly automationAccountName: Schema.String;
4305
4060
  readonly watcherName: Schema.String;
4306
- readonly subscriptionId: Schema.String;
4307
4061
  readonly "api-version": Schema.String;
4308
4062
  }>;
4309
4063
  export type WatcherDeleteInput = typeof WatcherDeleteInput.Type;
@@ -4312,18 +4066,18 @@ export type WatcherDeleteOutput = typeof WatcherDeleteOutput.Type;
4312
4066
  /**
4313
4067
  * Delete the watcher by name.
4314
4068
  *
4315
- * @param resourceGroupName - Name of an Azure Resource group.
4069
+ * @param api-version - The API version to use for this operation.
4070
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4071
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4316
4072
  * @param automationAccountName - The name of the automation account.
4317
4073
  * @param watcherName - The watcher name.
4318
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4319
- * @param api-version - Client Api Version.
4320
4074
  */
4321
4075
  export declare const WatcherDelete: any;
4322
4076
  export declare const WatcherGetInput: Schema.Struct<{
4077
+ readonly subscriptionId: Schema.String;
4323
4078
  readonly resourceGroupName: Schema.String;
4324
4079
  readonly automationAccountName: Schema.String;
4325
4080
  readonly watcherName: Schema.String;
4326
- readonly subscriptionId: Schema.String;
4327
4081
  readonly "api-version": Schema.String;
4328
4082
  }>;
4329
4083
  export type WatcherGetInput = typeof WatcherGetInput.Type;
@@ -4344,23 +4098,23 @@ export type WatcherGetOutput = typeof WatcherGetOutput.Type;
4344
4098
  /**
4345
4099
  * Retrieve the watcher identified by watcher name.
4346
4100
  *
4347
- * @param resourceGroupName - Name of an Azure Resource group.
4101
+ * @param api-version - The API version to use for this operation.
4102
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4103
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4348
4104
  * @param automationAccountName - The name of the automation account.
4349
4105
  * @param watcherName - The watcher name.
4350
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4351
- * @param api-version - Client Api Version.
4352
4106
  */
4353
4107
  export declare const WatcherGet: any;
4354
4108
  export declare const WatcherListByAutomationAccountInput: Schema.Struct<{
4109
+ readonly subscriptionId: Schema.String;
4355
4110
  readonly resourceGroupName: Schema.String;
4356
4111
  readonly automationAccountName: Schema.String;
4357
- readonly subscriptionId: Schema.String;
4358
- readonly $filter: Schema.optional<Schema.String>;
4359
4112
  readonly "api-version": Schema.String;
4113
+ readonly $filter: Schema.optional<Schema.String>;
4360
4114
  }>;
4361
4115
  export type WatcherListByAutomationAccountInput = typeof WatcherListByAutomationAccountInput.Type;
4362
4116
  export declare const WatcherListByAutomationAccountOutput: Schema.Struct<{
4363
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
4117
+ readonly value: Schema.$Array<Schema.Struct<{
4364
4118
  readonly id: Schema.optional<Schema.String>;
4365
4119
  readonly name: Schema.optional<Schema.String>;
4366
4120
  readonly type: Schema.optional<Schema.String>;
@@ -4372,25 +4126,25 @@ export declare const WatcherListByAutomationAccountOutput: Schema.Struct<{
4372
4126
  readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
4373
4127
  readonly lastModifiedAt: Schema.optional<Schema.String>;
4374
4128
  }>>;
4375
- }>>>;
4129
+ }>>;
4376
4130
  readonly nextLink: Schema.optional<Schema.String>;
4377
4131
  }>;
4378
4132
  export type WatcherListByAutomationAccountOutput = typeof WatcherListByAutomationAccountOutput.Type;
4379
4133
  /**
4380
4134
  * Retrieve a list of watchers.
4381
4135
  *
4382
- * @param resourceGroupName - Name of an Azure Resource group.
4136
+ * @param api-version - The API version to use for this operation.
4137
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4138
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4383
4139
  * @param automationAccountName - The name of the automation account.
4384
4140
  * @param $filter - The filter to apply on the operation.
4385
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4386
- * @param api-version - Client Api Version.
4387
4141
  */
4388
4142
  export declare const WatcherListByAutomationAccount: any;
4389
4143
  export declare const WatcherStartInput: Schema.Struct<{
4144
+ readonly subscriptionId: Schema.String;
4390
4145
  readonly resourceGroupName: Schema.String;
4391
4146
  readonly automationAccountName: Schema.String;
4392
4147
  readonly watcherName: Schema.String;
4393
- readonly subscriptionId: Schema.String;
4394
4148
  readonly "api-version": Schema.String;
4395
4149
  }>;
4396
4150
  export type WatcherStartInput = typeof WatcherStartInput.Type;
@@ -4399,18 +4153,18 @@ export type WatcherStartOutput = typeof WatcherStartOutput.Type;
4399
4153
  /**
4400
4154
  * Resume the watcher identified by watcher name.
4401
4155
  *
4402
- * @param resourceGroupName - Name of an Azure Resource group.
4156
+ * @param api-version - The API version to use for this operation.
4157
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4158
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4403
4159
  * @param automationAccountName - The name of the automation account.
4404
4160
  * @param watcherName - The watcher name.
4405
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4406
- * @param api-version - Client Api Version.
4407
4161
  */
4408
4162
  export declare const WatcherStart: any;
4409
4163
  export declare const WatcherStopInput: Schema.Struct<{
4164
+ readonly subscriptionId: Schema.String;
4410
4165
  readonly resourceGroupName: Schema.String;
4411
4166
  readonly automationAccountName: Schema.String;
4412
4167
  readonly watcherName: Schema.String;
4413
- readonly subscriptionId: Schema.String;
4414
4168
  readonly "api-version": Schema.String;
4415
4169
  }>;
4416
4170
  export type WatcherStopInput = typeof WatcherStopInput.Type;
@@ -4419,18 +4173,18 @@ export type WatcherStopOutput = typeof WatcherStopOutput.Type;
4419
4173
  /**
4420
4174
  * Resume the watcher identified by watcher name.
4421
4175
  *
4422
- * @param resourceGroupName - Name of an Azure Resource group.
4176
+ * @param api-version - The API version to use for this operation.
4177
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4178
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4423
4179
  * @param automationAccountName - The name of the automation account.
4424
4180
  * @param watcherName - The watcher name.
4425
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4426
- * @param api-version - Client Api Version.
4427
4181
  */
4428
4182
  export declare const WatcherStop: any;
4429
4183
  export declare const WatcherUpdateInput: Schema.Struct<{
4184
+ readonly subscriptionId: Schema.String;
4430
4185
  readonly resourceGroupName: Schema.String;
4431
4186
  readonly automationAccountName: Schema.String;
4432
4187
  readonly watcherName: Schema.String;
4433
- readonly subscriptionId: Schema.String;
4434
4188
  readonly "api-version": Schema.String;
4435
4189
  }>;
4436
4190
  export type WatcherUpdateInput = typeof WatcherUpdateInput.Type;
@@ -4451,18 +4205,18 @@ export type WatcherUpdateOutput = typeof WatcherUpdateOutput.Type;
4451
4205
  /**
4452
4206
  * Update the watcher identified by watcher name.
4453
4207
  *
4454
- * @param resourceGroupName - Name of an Azure Resource group.
4208
+ * @param api-version - The API version to use for this operation.
4209
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4210
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4455
4211
  * @param automationAccountName - The name of the automation account.
4456
4212
  * @param watcherName - The watcher name.
4457
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4458
- * @param api-version - Client Api Version.
4459
4213
  */
4460
4214
  export declare const WatcherUpdate: any;
4461
4215
  export declare const WebhookCreateOrUpdateInput: Schema.Struct<{
4216
+ readonly subscriptionId: Schema.String;
4462
4217
  readonly resourceGroupName: Schema.String;
4463
4218
  readonly automationAccountName: Schema.String;
4464
4219
  readonly webhookName: Schema.String;
4465
- readonly subscriptionId: Schema.String;
4466
4220
  readonly "api-version": Schema.String;
4467
4221
  }>;
4468
4222
  export type WebhookCreateOrUpdateInput = typeof WebhookCreateOrUpdateInput.Type;
@@ -4471,18 +4225,18 @@ export type WebhookCreateOrUpdateOutput = typeof WebhookCreateOrUpdateOutput.Typ
4471
4225
  /**
4472
4226
  * Create the webhook identified by webhook name.
4473
4227
  *
4474
- * @param resourceGroupName - Name of an Azure Resource group.
4228
+ * @param api-version - The API version to use for this operation.
4229
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4230
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4475
4231
  * @param automationAccountName - The name of the automation account.
4476
4232
  * @param webhookName - The webhook name.
4477
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4478
- * @param api-version - Client Api Version.
4479
4233
  */
4480
4234
  export declare const WebhookCreateOrUpdate: any;
4481
4235
  export declare const WebhookDeleteInput: Schema.Struct<{
4236
+ readonly subscriptionId: Schema.String;
4482
4237
  readonly resourceGroupName: Schema.String;
4483
4238
  readonly automationAccountName: Schema.String;
4484
4239
  readonly webhookName: Schema.String;
4485
- readonly subscriptionId: Schema.String;
4486
4240
  readonly "api-version": Schema.String;
4487
4241
  }>;
4488
4242
  export type WebhookDeleteInput = typeof WebhookDeleteInput.Type;
@@ -4491,17 +4245,17 @@ export type WebhookDeleteOutput = typeof WebhookDeleteOutput.Type;
4491
4245
  /**
4492
4246
  * Delete the webhook by name.
4493
4247
  *
4494
- * @param resourceGroupName - Name of an Azure Resource group.
4248
+ * @param api-version - The API version to use for this operation.
4249
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4250
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4495
4251
  * @param automationAccountName - The name of the automation account.
4496
4252
  * @param webhookName - The webhook name.
4497
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4498
- * @param api-version - Client Api Version.
4499
4253
  */
4500
4254
  export declare const WebhookDelete: any;
4501
4255
  export declare const WebhookGenerateUriInput: Schema.Struct<{
4256
+ readonly subscriptionId: Schema.String;
4502
4257
  readonly resourceGroupName: Schema.String;
4503
4258
  readonly automationAccountName: Schema.String;
4504
- readonly subscriptionId: Schema.String;
4505
4259
  readonly "api-version": Schema.String;
4506
4260
  }>;
4507
4261
  export type WebhookGenerateUriInput = typeof WebhookGenerateUriInput.Type;
@@ -4510,17 +4264,17 @@ export type WebhookGenerateUriOutput = typeof WebhookGenerateUriOutput.Type;
4510
4264
  /**
4511
4265
  * Generates a Uri for use in creating a webhook.
4512
4266
  *
4513
- * @param resourceGroupName - Name of an Azure Resource group.
4267
+ * @param api-version - The API version to use for this operation.
4268
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4269
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4514
4270
  * @param automationAccountName - The name of the automation account.
4515
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4516
- * @param api-version - Client Api Version.
4517
4271
  */
4518
4272
  export declare const WebhookGenerateUri: any;
4519
4273
  export declare const WebhookGetInput: Schema.Struct<{
4274
+ readonly subscriptionId: Schema.String;
4520
4275
  readonly resourceGroupName: Schema.String;
4521
4276
  readonly automationAccountName: Schema.String;
4522
4277
  readonly webhookName: Schema.String;
4523
- readonly subscriptionId: Schema.String;
4524
4278
  readonly "api-version": Schema.String;
4525
4279
  }>;
4526
4280
  export type WebhookGetInput = typeof WebhookGetInput.Type;
@@ -4529,41 +4283,41 @@ export type WebhookGetOutput = typeof WebhookGetOutput.Type;
4529
4283
  /**
4530
4284
  * Retrieve the webhook identified by webhook name.
4531
4285
  *
4532
- * @param resourceGroupName - Name of an Azure Resource group.
4286
+ * @param api-version - The API version to use for this operation.
4287
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4288
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4533
4289
  * @param automationAccountName - The name of the automation account.
4534
4290
  * @param webhookName - The webhook name.
4535
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4536
- * @param api-version - Client Api Version.
4537
4291
  */
4538
4292
  export declare const WebhookGet: any;
4539
4293
  export declare const WebhookListByAutomationAccountInput: Schema.Struct<{
4294
+ readonly subscriptionId: Schema.String;
4540
4295
  readonly resourceGroupName: Schema.String;
4541
4296
  readonly automationAccountName: Schema.String;
4542
- readonly subscriptionId: Schema.String;
4543
- readonly $filter: Schema.optional<Schema.String>;
4544
4297
  readonly "api-version": Schema.String;
4298
+ readonly $filter: Schema.optional<Schema.String>;
4545
4299
  }>;
4546
4300
  export type WebhookListByAutomationAccountInput = typeof WebhookListByAutomationAccountInput.Type;
4547
4301
  export declare const WebhookListByAutomationAccountOutput: Schema.Struct<{
4548
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
4302
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
4549
4303
  readonly nextLink: Schema.optional<Schema.String>;
4550
4304
  }>;
4551
4305
  export type WebhookListByAutomationAccountOutput = typeof WebhookListByAutomationAccountOutput.Type;
4552
4306
  /**
4553
4307
  * Retrieve a list of webhooks.
4554
4308
  *
4555
- * @param resourceGroupName - Name of an Azure Resource group.
4309
+ * @param api-version - The API version to use for this operation.
4310
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4311
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4556
4312
  * @param automationAccountName - The name of the automation account.
4557
4313
  * @param $filter - The filter to apply on the operation.
4558
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4559
- * @param api-version - Client Api Version.
4560
4314
  */
4561
4315
  export declare const WebhookListByAutomationAccount: any;
4562
4316
  export declare const WebhookUpdateInput: Schema.Struct<{
4317
+ readonly subscriptionId: Schema.String;
4563
4318
  readonly resourceGroupName: Schema.String;
4564
4319
  readonly automationAccountName: Schema.String;
4565
4320
  readonly webhookName: Schema.String;
4566
- readonly subscriptionId: Schema.String;
4567
4321
  readonly "api-version": Schema.String;
4568
4322
  }>;
4569
4323
  export type WebhookUpdateInput = typeof WebhookUpdateInput.Type;
@@ -4572,11 +4326,11 @@ export type WebhookUpdateOutput = typeof WebhookUpdateOutput.Type;
4572
4326
  /**
4573
4327
  * Update the webhook identified by webhook name.
4574
4328
  *
4575
- * @param resourceGroupName - Name of an Azure Resource group.
4329
+ * @param api-version - The API version to use for this operation.
4330
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
4331
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
4576
4332
  * @param automationAccountName - The name of the automation account.
4577
4333
  * @param webhookName - The webhook name.
4578
- * @param subscriptionId - Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
4579
- * @param api-version - Client Api Version.
4580
4334
  */
4581
4335
  export declare const WebhookUpdate: any;
4582
4336
  //# sourceMappingURL=automation.d.ts.map